: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: 767px;
    --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
}

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
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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: .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: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:767px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -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%
}

.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:767px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 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%
    }
    .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%
    }
    .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%
    }
    .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;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-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, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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")
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem/4) right calc(2.25rem/4)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    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 .2rem rgba(40, 167, 69, .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~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem/4) right calc(2.25rem/4)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    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 .2rem rgba(220, 53, 69, .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~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:767px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (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 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:767px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media(min-width:767px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 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: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-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%;
    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: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(2.875rem + 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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.8125rem + 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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .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;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    color: #6c757d
}

.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: .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: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media screen and (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(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input: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(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .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 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    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: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:767px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:767px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:767px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:767px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card {
    overflow: hidden
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:767px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .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: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem*2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:767px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem*2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.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 .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media screen and (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: 0 .6s opacity
}

@media screen and (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: .5;
    transition: opacity .15s ease
}

@media screen and (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: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 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: .5;
    transition: opacity .6s ease
}

@media screen and (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: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.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 .75s linear infinite;
    animation: spinner-grow .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 {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-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:767px) {
    .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-3by4::before {
    padding-top: 133.333333%
}

.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:767px) {
    .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:767px) {
    .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
    }
}

.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
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.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:767px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.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:767px) {
    .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, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !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
    }
}

.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;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 10000;
    padding: 8px 16px;
    background: #ffbf3c;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}
.skip-link:focus {
    top: 0;
}

:focus:not(:focus-visible) {
    outline: none;
}
:focus-visible {
    outline: 2px solid #ffbf3c;
    outline-offset: 2px;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
    outline: 2px solid #ffbf3c;
    outline-offset: 2px;
}

p {
    line-height: 25px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

h2 {
    font-weight: 700;
    font-size: 22px
}

h2 span {
    font-weight: 700
}

h2 i {
    font-style: normal !important
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
input:focus {
    text-decoration: none !important
}

article {
    width: 100%;
    float: left
}

body {
    overflow-x: hidden
}

body,
html {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #454545;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    min-height: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #62697b !important;
    -webkit-box-shadow: none
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    background-color: #afcaf8 !important
}

button {
    border: none;
    background: 0 0;
    text-shadow: none
}

.lightbg {
    background-color: #f5f4f2
}

.border-wh {
    background-color: #fff;
    min-height: 1px;
    display: block;
    margin: 24px 0
}

.text-arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/icons/text-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.text-link {
    font-weight: 700;
    font-size: 14px;
    color: #62697b
}

.text-link:hover {
    color: #000
}

.text-button {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #454545;
    text-align: center;
    border: 1px solid #454545;
    padding: 16px 10px;
    display: inline-block
}

.text-button.yellow {
    padding: 12px;
    border: 1px solid #ffbf3c;
    background: #ffbf3c;
    color: #000
}

.text-button.yellow:hover {
    border: 1px solid #ffbf3c;
    background: #f0b02d !important;
    color: #000
}

.text-button:hover {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    cursor: pointer !important
}

.text-button.light {
    background: #f5f4f2;
    border: 1px solid #f5f4f2
}

.text-button.light:hover {
    color: #000
}

.text-button.white {
    background: #fff;
    border: 1px solid #f5f4f2
}

.text-button.white:hover {
    color: #000
}

.icon-button {
    border: 1px solid #ffbf3c;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px
}

.icon-button .icon {
    width: 40px;
    height: 40px;
    margin: auto
}

.icon-button:hover {
    border: 1px solid #ffbf3c;
    background: #ffbf3c
}

.icon-button:hover .ic-cart-yl {
    background-image: url(../images/icons/bag-wh.svg)
}

.icon {
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.icon.sm {
    width: 20px;
    height: 20px
}

.icon.br {
    border: 1px solid #000
}

.icon.br:hover {
    background-color: #000
}

.icon.ic-menu {
    background-image: url(../images/icons/menu.svg)
}

.icon.ic-menu:hover {
    background-image: url(../images/icons/menu-wh.svg)
}

.icon.ic-addto {
    background-image: url(../images/icons/plus-wh.svg)
}

.icon.ic-close {
    background-image: url(../images/icons/close.svg)
}

.icon.ic-close-lt {
    background-image: url(../images/icons/close-lt.svg)
}

.icon.ic-categories {
    background-image: url(../images/icons/list-line-color.svg)
}

.icon.ic-categories:hover {
    background-image: url(../images/icons/list-line-wh.svg)
}

.icon.ic-account {
    background-image: url(../images/icons/books.svg)
}

.icon.ic-account:hover {
    background-image: url(../images/icons/books-wh.svg)
}

.icon.ic-play {
    background-image: url(../images/icons/play.svg)
}

.icon.ic-play:hover {
    background-color: transparent
}

.icon.ic-camera {
    background-image: url(../images/icons/camera.svg)
}

.icon.ic-camera:hover {
    background-color: transparent
}

.icon.ic-headphone {
    background-image: url(../images/icons/headphone.svg)
}

.icon.ic-headphone:hover {
    background-color: transparent
}

.icon.ic-cart {
    background-image: url(../images/icons/bag.svg)
}

.icon.ic-cart-yl {
    background-image: url(../images/icons/bag-yl.svg)
}

.icon.ic-cart-yl:hover {
    background-image: url(../images/icons/bag-wh.svg)
}

.icon.ic-cart-wh {
    background-image: url(../images/icons/bag-wh.svg)
}

.icon.ic-search {
    background-image: url(../images/icons/search.svg)
}

.icon.ic-search.grey {
    background-image: url(../images/icons/search-grey.svg)
}

.icon.ic-tx {
    background-image: url(../images/icons/tx.svg)
}

.icon.ic-tx:hover {
    background-image: url(../images/icons/tx.svg)
}
.icon.ic-lnkdn {
    background-image: url(../images/icons/lnkdn.svg)
}
.icon.ic-yt {
    background-image: url(../images/icons/yt.svg)
}
.icon.ic-lnkdn:hover {
    background-image: url(../images/icons/lnkdn-wh.svg)
}
.icon.ic-yt:hover {
    background-image: url(../images/icons/yt-wh.svg)
}

.icon.ic-in {
    background-image: url(../images/icons/in.svg)
}

.icon.ic-in:hover {
    background-image: url(../images/icons/in-wh.svg)
}

.icon.ic-tw {
    background-image: url(../images/icons/x-black.svg)
}

.icon.ic-tw:hover {
    background-image: url(../images/icons/x.svg)
}

.icon.ic-fb {
    background-image: url(../images/icons/fb.svg)
}

.icon.ic-fb:hover {
    background-image: url(../images/icons/fb-wh.svg)
}

.icon.ic-cloud {
    background-image: url(../images/icons/cloud.svg)
}

.icon.ic-cloud:hover {
    background-image: url(../images/icons/cloud-wh.svg)
}

.icon.ic-tick {
    background-image: url(../images/icons/tick.svg)
}

.icon.ic-tick:hover {
    background-image: url(../images/icons/tick-wh.svg)
}

.icon.ic-spotify {
    background-image: url(../images/icons/spotify.svg)
}

.icon.ic-spotify:hover {
    background-image: url(../images/icons/spotify-wh.svg)
}
.icon.ic-lnkdn-wh {
    background-image: url(../images/icons/lnkdn-wh.svg)
}

.icon.ic-tick-wh {
    background-image: url(../images/icons/tick-wh.svg)
}

.icon.ic-yt-wh {
    background-image: url(../images/icons/yt-wh.svg)
}

.icon.ic-in-wh {
    background-image: url(../images/icons/in-wh.svg)
}

.icon.ic-tw-wh {
    background-image: url(../images/icons/x.svg)
}

.icon.ic-fb-wh {
    background-image: url(../images/icons/fb-wh.svg)
}

.icon.ic-cloud-wh {
    background-image: url(../images/icons/cloud-wh.svg)
}

.icon.ic-spotify-wh {
    background-image: url(../images/icons/spotify-wh.svg)
}

.icon.ic-best-wh {
    background-image: url(../images/icons/chart-wh.svg)
}

.icon.ic-best {
    background-image: url(../images/icons/chart-wh.svg)
}

.icon.ic-best:hover {
    background-image: url(../images/icons/chart-wh.svg)
}

.check {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
    margin-top: 6px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 9;
    width: 26px;
    height: 26px
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #000
}

.check.radio input~.checkmark {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.check:hover input~.checkmark {
    border: 1px solid #000
}

.check input:checked~.checkmark {
    background: 0 0;
    border: 1px solid #000
}

.check.radio input:checked~.checkmark {
    background: #fff;
    border: 1px solid #ffbf3c
}

.check.disabled {
    opacity: .2
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio .checkmark:after {
    content: url("")
}

.check:hover .checkmark:after {
    content: ""
}

.check input:checked~.checkmark:after {
    display: block
}

.check .checkmark:after {
    top: 5px;
    left: 4px;
    width: 14px;
    height: 8px;
    transform: rotate(-49deg);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000
}

.check.radio input:checked~.checkmark:after {
    display: block
}

.check.radio .checkmark:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 4px !important;
    left: 4px !important;
    width: 10px !important;
    height: 10px !important;
    background: #ffbf3c;
    content: " ";
    border: none !important
}

.banner-wrapper {
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    padding: 10px
}

.banner-wrapper img {
    width: 100%;
    margin-bottom: -50px
}

.std-spacer {
    height: 40px;
    display: block
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: inherit
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 40px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c0392b;
    padding: 8px 15px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #b83729
}

.select-styled.active,
.select-styled:active {
    background-color: #ab3326
}

.select-styled.active:after,
.select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ab3326
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #962d22;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.select-options li:hover {
    color: #c0392b;
    background: #fff
}

.select-options li[rel=hide] {
    display: none
}

.input {
    border: none;
    border-bottom: 1px solid #bec3d3;
    color: #62697b;
    font-size: 13px;
    font-weight: 900;
    height: 40px;
    -webkit-appearance: none;
    padding-right: 20px
}

.input:focus {
    border-bottom: 1px solid #ffbf3c;
    caret-color: #62697b
}

.error-text {
    color: #f00;
    font-size: 13px;
    display: block;
    position: relative;
    top: -25px
}

.inp {
    position: relative;
    margin: auto;
    min-width: 100%;
    margin-bottom: 30px
}

.inp .label {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 13px;
    color: #62697b;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all .2s ease
}

.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    height: 30px;
    font-size: 13px;
    font-weight: 900;
    border-bottom: 1px solid #bec3d3;
    background: 0 0;
    border-radius: 0;
    color: #62697b;
    transition: all .15s ease;
    margin: 0
}

.inp input:not(:placeholder-shown) {
    transition: all 1s ease
}

.inp input:not(:placeholder-shown)+span {
    color: #ffbf3c;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

.inp input:focus {
    background: 0 0;
    outline: 0;
    border-bottom: 1px solid #ffbf3c
}

.inp input:focus+span {
    color: #ffbf3c;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px)
}

.check.inside .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #bec3d3
}

.check.inside .checkmark:after {
    top: 5px;
    left: 4px;
    width: 10px;
    height: 5px;
    transform: rotate(-49deg);
    border-bottom: 1px solid #ffbf3c;
    border-left: 1px solid #ffbf3c
}

.check.inside:hover input~.checkmark {
    border: 1px solid #bec3d3
}

.check.inside p {
    margin: 0;
    font-size: 13px;
    color: #62697b;
    padding-top: 0;
    text-align: left;
    font-weight: 400;
    line-height: normal
}

.check.inside input:checked~.checkmark {
    background: 0 0;
    border: 1px solid #bec3d3
}

.text-button-y {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
    border: 1px solid #ffbf3c;
    padding: 16px 10px;
    display: inline-block;
    background-color: #fff;
    height: 42px
}

.text-button-y:hover {
    background-color: #ffbf3c;
    cursor: pointer !important;
    color: #000
}

.form-btn {
    min-width: 100%;
    padding: 11px 10px
}

.error-i.inp .label {
    color: #f21111
}

.error-i.inp input {
    border-bottom: 1px solid #f21111
}

.error-i::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    display: block;
    background-image: url(../images/icons/error.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 15px;
    width: 17px;
    height: 15px
}

.error-b {
    display: block
}

.error-b input {
    border: 1px solid #f21111
}

.min-height-static {
    min-height: calc(100vh - 137px)
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot?);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #62697b;
    background: 0 0;
    font-size: 0;
    display: block;
    height: 16px;
    width: 16px;
    outline: 0;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li.slick-active button {
    background: #62697b
}

.navbar-nav {
    align-items: center
}

.navbar {
    padding: 0;
    border-bottom: 1px solid #f5f4f2;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding-left: 25px;
    z-index: 9999
}

.navbar+p {
    display: none
}

.navbar .navbar-brand {
    padding: 0;
    margin-right: 15px
}

.navbar .navbar-brand img {
    width: 70px;
    height: 70px;
    transition: all .5s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar .dropdown-toggle::after {
    display: none
}

.navbar .nav-item {
    display: inline-block;
    align-content: center
}

.navbar .nav-item:nth-child(4) {
    margin-right: 15px !important
}

.navbar .nav-item a {
    margin: auto;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #454545;
    font-size: 14px
}

.navbar .nav-item.icon-menu {
    border-left: 1px solid #f5f4f2
}

.navbar .nav-item.icon-menu.show {
    background: #000
}

.navbar .nav-item.icon-menu.show .icon.ic-categories {
    background-image: url(../images/icons/list-line-wh.svg)
}

.navbar .nav-item.icon-menu:hover {
    background: #000
}

.navbar .nav-item.icon-menu.lite.show,
.navbar .nav-item.icon-menu.lite:hover {
    background: #fff
}

.navbar .nav-item.icon-menu.lite.show .icon.ic-menu,
.navbar .nav-item.icon-menu.lite:hover .icon.ic-menu {
    background-image: url(../images/icons/menu-yl.svg)
}

.navbar .nav-item.icon-menu.lite.show .icon.ic-account,
.navbar .nav-item.icon-menu.lite:hover .icon.ic-account {
    background-image: url(../images/icons/books-yl.svg)
}

.navbar .nav-item.icon-menu.lite.show .icon.ic-cart,
.navbar .nav-item.icon-menu.lite:hover .icon.ic-cart {
    background-image: url(../images/icons/bag-yl.svg)
}

.navbar .nav-item.icon-menu>a {
    display: flex;
    align-content: center;
    min-width: 90px;
    height: 90px;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar .nav-item.icon-menu>a .icon {
    margin: auto
}

.navbar .nav-item.icon-menu:last-child.show {
    background: #fff
}

.navbar .nav-item.icon-menu:last-child.show .icon.ic-menu {
    background-image: url(../images/icons/menu-yl.svg)
}

.navbar .nav-search {
    width: 100%;
    display: flex;
    align-content: center;
    position: relative;
    background: #f5f4f2;
    padding: 15px 15px 15px 30px;
    height: 90px;
    transition: all .5s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar .nav-search .form-control {
    padding-left: 40px;
    border: none;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #bec3d3;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    height: 100%
}

.navbar .nav-search .form-control::placeholder {
    color: #bec3d3
}

.navbar .nav-search a {
    position: absolute;
    left: 20px;
    top: calc(50% - 18px)
}

.navbar .nav-search a:hover .ic-search {
    background-image: url(../images/icons/search-grey.svg) !important
}

.navbar .nav-search .search-over {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #bec3d3;
    height: 24px;
    font-weight: 700;
    font-size: 15px
}

.navbar .ic-cart {
    position: relative
}

.navbar .cart-number {
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: 0;
    background: #ffbf3c;
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
    bottom: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.navbar a:hover .ic-categories {
    background-image: url(../images/icons/list-line-wh.svg)
}

.navbar a:hover .ic-account {
    background-image: url(../images/icons/books-yl.svg) !important
}

.navbar a:hover .ic-cart {
    background-image: url(../images/icons/bag-yl.svg)
}

.navbar a:hover .ic-search {
    background-image: url(../images/icons/search-wh.svg)
}

.navbar .drop4 .dropdown-menu {
    height: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: block;
    overflow: hidden;
    padding: 0
}

.navbar .drop4 .dropdown-menu.show {
    height: 385px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-bottom: 1px solid #efefef
}

.navbar .drop4 .container {
    padding-top: 30px;
    padding-bottom: 30px
}

.navbar .drop2 .dropdown-menu,
.navbar .drop3 .dropdown-menu {
    border: 1px solid #f5f4f2;
    z-index: -1;
    right: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: block;
    top: 106px
}

.navbar .drop2 .dropdown-menu.show,
.navbar .drop3 .dropdown-menu.show {
    height: auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar.header-scroll {
    -webkit-box-shadow: 0 10px 23px -6px #d6d6d6;
    -moz-box-shadow: 0 10px 23px -6px #d6d6d6;
    box-shadow: 0 10px 23px -6px #d6d6d6;
    z-index: 9999
}

.navbar.header-scroll .navbar-brand img {
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar.header-scroll .nav-item.icon-menu>a {
    height: 60px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.navbar.header-scroll .dropdown-menu.full-width {
    top: 60px
}

.navbar.header-scroll .icon {
    width: 30px;
    height: 30px
}

.navbar.header-scroll .nav-search {
    height: 61px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-control:focus {
    outline: 0;
    box-shadow: none
}

.header-spacer {
    width: 100%;
    height: 90px
}

.navbar .dropdown-menu.full-width {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 88px;
    background-color: #000;
    border-radius: 0;
    bottom: 0;
    border: none
}

.navbar .dropdown-menu.full-width h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0 20px;
    color: #fff
}

.navbar .dropdown-menu.full-width .drp-categories a {
    float: left;
    display: inline-block;
    width: 25%;
    padding: 7px;
    height: auto !important
}

.navbar .dropdown-menu.full-width .drp-categories .cat {
    display: block;
    background: #fff;
    padding-bottom: 100%;
    height: 0;
    position: relative
}

.navbar .dropdown-menu.full-width .drp-categories .cat:hover::after {
    border: 1px solid #fff
}

.navbar .dropdown-menu.full-width .drp-categories .cat::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    color: #fff
}

.navbar .dropdown-menu.full-width .drp-categories .cat1 {
    background-color: #6db0c6
}

.navbar .dropdown-menu.full-width .drp-categories .cat2 {
    background-color: #8984bf
}

.navbar .dropdown-menu.full-width .drp-categories .cat3 {
    background-color: #9bae89
}

.navbar .dropdown-menu.full-width .drp-categories .cat4 {
    background-color: #cc7e9d
}

.navbar .dropdown-menu.full-width .drp-categories .cat5 {
    background-color: #87a7d7
}

.navbar .dropdown-menu.full-width .drp-categories .cat6 {
    background-color: #f68c27
}

.navbar .dropdown-menu.full-width .drp-categories .cat7 {
    background-color: #a57bb7
}

.navbar .dropdown-menu.full-width .drp-categories .cat8 {
    background-color: #52b5b1
}

.drop1 .dropdown-menu.full-width {
    border: none
}

.drp-categories a {
    color: #fff;
    text-align: center;
    position: relative
}

.drp-categories a:hover::after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.drp-categories a .cat {
    position: relative
}

.drp-categories a .cat span {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 15px
}

.drp-categories .row {
    margin-left: -7px;
    margin-right: -7px;
    display: block
}

.scroll-fix {
    height: 0;
    width: 100%
}

.scroll-fix .scroll-top {
    position: relative;
    text-align: right
}

.drp-carousel .item {
    padding: 7px
}

.drp-carousel .book-wrapper {
    height: auto;
    padding-bottom: 20px
}

.drp-carousel .book-wrapper img {
    border: 5px solid #fff;
    width: 100%
}

.drp-carousel .book-wrapper .book-title {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: 'Markazi Text', serif;
    margin-top: 10px;
    font-weight: 500;
    height: 41px;
    margin-bottom: 3px
}

.drp-carousel .book-wrapper .category {
    color: #fff;
    font-family: 'Markazi Text', serif;
    line-height: 17px
}

.drp-carousel .book-wrapper .category span {
    display: block
}

.drp-carousel .book-wrapper.cat1 .category span {
    color: #6db0c6
}

.drp-carousel .book-wrapper.cat2 .category span {
    color: #8984bf
}

.drp-carousel .book-wrapper.cat3 .category span {
    color: #9bae89
}

.drp-carousel .book-wrapper.cat4 .category span {
    color: #cc7e9d
}

.drp-carousel .book-wrapper.cat5 .category span {
    color: #87a7d7
}

.drp-carousel .book-wrapper.cat6 .category span {
    color: #f68c27
}

.drp-carousel .book-wrapper.cat7 .category span {
    color: #a57bb7
}

.drp-carousel .book-wrapper.cat8 .category span {
    color: #52b5b1
}

.drp-carousel-nav {
    width: 82px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.drp-carousel-nav img {
    width: 38px;
    height: 38px;
    padding: 5px;
    border: 1px solid #bec3d3
}

.drp-carousel-nav .next-arrow {
    margin-left: -1px
}

.dropdown-menu.small-width {
    position: absolute;
    right: 0;
    left: auto;
    top: 96%;
    border: none;
    border-radius: 0;
    min-width: 388px;
    padding: 20px;
    background-color: #fff
}

.dropdown-menu.small-width .dropdown-item {
    border-bottom: 1px solid #f5f4f2;
    font-size: 14px;
    font-weight: 700;
    height: auto !important;
    padding: 12px 0 !important;
    position: relative
}

.dropdown-menu.small-width .dropdown-item::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    background-image: url(../images/icons/right-lt.svg);
    background-repeat: no-repeat
}

.dropdown-menu.small-width .dropdown-item:last-child {
    border-bottom: none
}

.dropdown-menu.small-width.welcome {
    min-width: 258px !important
}

.dropdown-menu.small-width .drp-title {
    color: #ffbf3c;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px
}

.dropdown-menu.small-width .drp-title::after {
    display: block;
    content: "";
    width: 70px;
    height: 4px;
    background-color: #ffbf3c;
    margin-top: 5px
}

.cart-prdct {
    background-color: #f5f4f2;
    display: flex;
    align-items: stretch;
    padding: 0 0 0 10px;
    min-height: 90px;
    margin-bottom: 25px
}

.cart-prdct img {
    width: 65px;
    border: 1px solid #e9eff0;
    background-color: #fff;
    padding: 6px;
    margin-bottom: -20px;
    margin-top: 10px
}

.cart-prdct .prdct-name {
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
    font-weight: 700;
    color: #62697b;
    padding-top: 10px
}

.cart-prdct .prdct-name span {
    font-weight: 400;
    text-transform: none;
    display: block
}

.cart-prdct .count {
    font-size: 16px;
    color: #ffbf3c;
    margin-right: 5px;
    border-left: 1px solid #e9eff0;
    border-right: 1px solid #e9eff0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500
}

.cart-prdct a {
    min-width: 30px !important;
    height: auto !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.empty-cart {
    text-align: center
}

.empty-cart img {
    width: 106px;
    height: 106px;
    margin: 30px auto;
    display: block
}

.empty-cart p {
    font-size: 14px;
    color: #5d616c;
    margin-bottom: 50px
}

.empty-cart span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffbf3c
}

.links {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.links ul {
    list-style: none;
    border-left: 1px solid #f5f4f2;
    padding-left: 20px
}

.links ul li {
    display: block
}

.links ul li a {
    font-size: 12px;
    color: #454545;
    padding: 5px 0;
    display: block;
    margin-bottom: 5px !important
}

.links ul li a:hover {
    color: #ffbf3c
}

.nav-link:hover {
    color: #ffbf3c !important
}

.dropdown-menu.full-width.lite {
    background: #fff;
    bottom: auto;
    border-bottom: 1px solid #e4e4e4
}

.dropdown-menu.full-width.lite .menu-links {
    list-style: none
}

.dropdown-menu.full-width.lite .menu-links li {
    background-color: #f5f4f2;
    padding: 0 15px;
    width: 100%
}

.dropdown-menu.full-width.lite .menu-links li a {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    width: 100%;
    position: relative;
    display: block
}

.dropdown-menu.full-width.lite .menu-links li a::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/icons/right-lt.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 13px
}

@media screen and (max-width:1280px) {
    .header-spacer {
        height: 80px
    }
    .navbar .nav-item.icon-menu>a {
        min-width: 80px;
        height: 80px
    }
    .navbar .nav-search .form-control {
        padding-left: 40px
    }
    .navbar .nav-search .search-over {
        height: 20px
    }
    .navbar .icon {
        width: 36px;
        height: 36px
    }
    .navbar .navbar-brand img {
        width: 70px;
        height: 70px
    }
    .navbar .dropdown-menu.full-width {
        top: 77px
    }
}

.subscribe-now {
    position: absolute;
    right: 15px;
    margin: auto;
    width: 147px;
    height: 50px;
    top: 0;
    bottom: 0;
    border: 1px solid #37383b;
    color: #ffbf3c;
    display: flex;
    align-items: center;
    justify-content: center
}

.subscribe-now:hover {
    border: 1px solid #ffbf3c;
    color: #ffbf3c
}

.subscribe-now img {
    width: 21px;
    height: 16px;
    margin-right: 7px
}

.cart-items {
    max-height: 335px;
    overflow-y: scroll;
    /*margin-bottom:30px*/
}

.cart-items::-webkit-scrollbar {
    width: 10px
}

.cart-items::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.cart-items::-webkit-scrollbar-thumb {
    background: #37383b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.cart-items::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media(max-width:1024px) and (min-width:768px) {
    .navbar .nav-search {
        position: absolute;
        bottom: -60px;
        height: 60px;
        left: 0;
        right: 0
    }
    .header-spacer {
        height: 140px
    }
}

@media(max-width:767px) {
    .header-spacer {
        height: 60px
    }
    .cart-items {
        margin-bottom: 5px
    }
    .navbar .nav-search a {
        left: 13px
    }
    .navbar .nav-item {
        font-size: 14px
    }
    .navbar .nav-item.icon-menu>a {
        min-width: 60px;
        height: 60px
    }
    .navbar .nav-search {
        padding: 10px 15px 10px 30px;
        font-size: 14px
    }
    .navbar .nav-search .form-control {
        padding-left: 30px;
        font-size: 12px
    }
    .navbar .nav-search .form-control::placeholder {
        font-size: 12px
    }
    .navbar .nav-search .search-over {
        height: 20px
    }
    .navbar .icon {
        width: 28px;
        height: 28px
    }
    .navbar .navbar-brand img {
        width: 40px;
        height: 40px
    }
    .navbar .dropdown-menu.full-width .drp-categories {
        padding: 0 30px
    }
    .cart-prdct {
        padding: 0 0 0 5px;
        background-color: #fff
    }
    .navbar .dropdown-menu.full-width .drp-categories a {
        width: 50%;
        padding: 7px
    }
    .navbar .dropdown-menu.full-width .drp-categories a .cat {
        padding-bottom: 60%
    }
    .navbar .dropdown-menu.full-width {
        top: 60px;
        position: absolute !important;
        margin: 0
    }
    .navbar .dropdown-menu.full-width .container {
        padding: 0
    }
    .dropdown-menu.full-width.lite {
        padding-top: 0;
        bottom: auto;
        border: none;
        border-bottom: 3px solid #ffbf3c
    }
    .links {
        display: block
    }
    .links ul {
        width: 50%;
        float: left;
        border-left: none;
        padding-left: 10px
    }
    .links ul li a {
        font-size: 12px !important;
        position: relative
    }
    .links ul li a::after {
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 5px;
        right: 5px;
        background-image: url(../images/icons/right-lt.svg);
        background-repeat: no-repeat
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .ie {
        font-family: Roboto, sans-serif !important;
        font-size: .75em !important;
        font-weight: 400 !important
    }
}

.account .drop-error .select-selected {
    color: #f00 !important
}

.books-carousel-wrapper {
    position: relative
}

.books-carousel-wrapper .container {
    padding: 0
}

.books-carousel-wrapper .item {
    margin: 0 11px
}

.books-carousel-wrapper .text-button.light,
.books-carousel-wrapper .text-button.white {
    min-width: 300px
}

.books-carousel-wrapper .next-arrow,
.books-carousel-wrapper .prev-arrow {
    position: absolute;
    width: 50px;
    height: 120px;
    top: calc(50% - 90px);
    left: 0;
    display: block;
    cursor: pointer;
    background-color: #f5f4f2;
    display: flex;
    align-items: center
}

.books-carousel-wrapper .next-arrow img,
.books-carousel-wrapper .prev-arrow img {
    width: 30px;
    height: 30px;
    margin: auto
}

.books-carousel-wrapper .next-arrow {
    right: 0;
    left: auto
}

.books-carousel-wrapper .slick-list {
    padding-bottom: 40px
}

.all-clik {
    position: absolute;
    display: block;
    background-color: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999
}

.book-list .book-wrapper {
    position: relative
}

.book-list .book-wrapper:hover {
    position: absolute;
    width: 110%;
    z-index: 9;
    bottom: -16%;
    left: -5%;
    -webkit-box-shadow: 10px 10px 21px -2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 10px 10px 21px -2px rgba(0, 0, 0, .24);
    box-shadow: 10px 10px 21px -2px rgba(0, 0, 0, .24);
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.book-list .book-wrapper:hover .book-details h2 {
    color: #fff !important;
    padding: 0 !important
}

.books-carousel .book-wrapper,
.d-products .book-wrapper {
    border: 1px solid #f9f6f6
}

.books-carousel .book-wrapper .book-details,
.books-carousel .book-wrapper:hover,
.d-products .book-wrapper .book-details,
.d-products .book-wrapper:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.book-wrapper {
    position: relative
}

.book-wrapper .book-img {
    width: 100%
}

.book-wrapper .book-details {
    padding: 15px;
    font-family: 'Markazi Text', serif;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 998;
    background-size: cover
}

.book-wrapper .book-details::before {
    background: #6db0c6;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
    content: "";
    z-index: -1
}

.book-wrapper .book-details .text-button {
    border-color: #fff;
    color: #fff
}

.book-wrapper .book-details .text-button:hover {
    align-content: #000;
    border-color: #000
}

.book-wrapper .book-details .desc,
.book-wrapper .book-details h2 {
    color: #fff
}

.book-wrapper .book-details h2 {
    font-size: 20px;
    font-weight: 500
}

.book-wrapper .book-details .desc {
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: inherit;
    line-height: 20px;
    font-size: 22px
}

.book-wrapper .book-details .desc span {
    font-weight: 600
}

.book-wrapper .book-details p {
    color: #fff;
    font-size: 20px;
    margin: 0
}

.book-wrapper .book-details p span {
    font-weight: 700
}

.book-wrapper .book-details .price {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500
}

.book-wrapper .book-details .ctas {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1000
}

.book-wrapper .book-details .ctas a {
    float: left
}

.book-wrapper .book-details .ctas .icon-button {
    margin-left: 5px;
    position: relative;
    flex-direction: column;
    border-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    overflow: hidden;
    width: 74px
}

.book-wrapper .book-details .ctas .icon-button .icon {
    align-self: flex-end;
    width: 50px;
    height: 50px;
    background-size: 36px 36px
}

.book-wrapper .book-details .ctas .icon-button .addto-txt {
    color: #6db0c6;
    display: none;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.book-wrapper .book-details .ctas .icon-button:hover {
    background: #fff;
    border-color: #6db0c6;
    height: 159px;
    margin-top: -111px;
    bottom: -3px
}

.book-wrapper .book-details .ctas .icon-button:hover .icon {
    margin-top: 42px
}

.book-wrapper .book-details .ctas .icon-button:hover .ic-cart-yl {
    background-image: url(../images/icons/bag-yl.svg)
}

.book-wrapper .book-details .ctas .icon-button:hover .addto-txt {
    display: block;
    width: 100px;
    margin-top: 49px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.book-wrapper .book-details .small-desc {
    opacity: 0
}

.book-wrapper .book-details div,
.book-wrapper .book-details h2,
.book-wrapper .book-details p {
    position: relative
}

.book-wrapper .addto {
    position: absolute;
    bottom: -25px;
    right: 20px;
    background: #6db0c6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.book-wrapper .addto .icon {
    width: 50px;
    height: 50px
}

.book-wrapper:hover .book-details {
    opacity: 1
}

.book-wrapper:hover .addto {
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.book-wrapper.cat1 .book-details::before {
    background: #6db0c6
}

.book-wrapper.cat1 .book-details .ctas .icon-button .addto-txt {
    color: #6db0c6
}

.book-wrapper.cat1 .book-details .ctas .icon-button:hover {
    border-color: #6db0c6
}

.book-wrapper.cat1 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat1.svg)
}

.book-wrapper.cat1 .addto {
    background: #6db0c6
}

.book-wrapper.cat2 .book-details::before {
    background: #8984bf
}

.book-wrapper.cat2 .book-details .ctas .icon-button .addto-txt {
    color: #8984bf
}

.book-wrapper.cat2 .book-details .ctas .icon-button:hover {
    border-color: #8984bf
}

.book-wrapper.cat2 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat2.svg)
}

.book-wrapper.cat2 .addto {
    background: #8984bf
}

.book-wrapper.cat3 .book-details::before {
    background: #9bae89
}

.book-wrapper.cat3 .book-details .ctas .icon-button .addto-txt {
    color: #9bae89
}

.book-wrapper.cat3 .book-details .ctas .icon-button:hover {
    border-color: #9bae89
}

.book-wrapper.cat3 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat3.svg)
}

.book-wrapper.cat3 .addto {
    background: #9bae89
}

.book-wrapper.cat4 .book-details::before {
    background: #cc7e9d
}

.book-wrapper.cat4 .book-details .ctas .icon-button .addto-txt {
    color: #cc7e9d
}

.book-wrapper.cat4 .book-details .ctas .icon-button:hover {
    border-color: #cc7e9d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.book-wrapper.cat4 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat4.svg)
}

.book-wrapper.cat4 .addto {
    background: #cc7e9d
}

.book-wrapper.cat5 .book-details::before {
    background: #87a7d7
}

.book-wrapper.cat5 .book-details .ctas .icon-button .addto-txt {
    color: #87a7d7
}

.book-wrapper.cat5 .book-details .ctas .icon-button:hover {
    border-color: #87a7d7
}

.book-wrapper.cat5 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat5.svg)
}

.book-wrapper.cat5 .addto {
    background: #87a7d7
}

.book-wrapper.cat6 .book-details::before {
    background: #f68c27
}

.book-wrapper.cat6 .book-details .ctas .icon-button .addto-txt {
    color: #f68c27
}

.book-wrapper.cat6 .book-details .ctas .icon-button:hover {
    border-color: #f68c27
}

.book-wrapper.cat6 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat6.svg)
}

.book-wrapper.cat6 .addto {
    background: #f68c27
}

.book-wrapper.cat7 .book-details::before {
    background: #a57bb7
}

.book-wrapper.cat7 .book-details .ctas .icon-button .addto-txt {
    color: #a57bb7
}

.book-wrapper.cat7 .book-details .ctas .icon-button:hover {
    border-color: #a57bb7
}

.book-wrapper.cat7 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat7.svg)
}

.book-wrapper.cat7 .addto {
    background: #a57bb7
}

.book-wrapper.cat8 .book-details::before {
    background: #52b5b1
}

.book-wrapper.cat8 .book-details .ctas .icon-button .addto-txt {
    color: #52b5b1
}

.book-wrapper.cat8 .book-details .ctas .icon-button:hover {
    border-color: #52b5b1
}

.book-wrapper.cat8 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat8.svg)
}

.book-wrapper.cat8 .addto {
    background: #52b5b1
}

.book-list .book-wrapper {
    border: 1px solid #e9eff0;
    padding: 8px;
    background-color: #fff
}

.book-list .book-wrapper .book-img {
    background-color: #fff
}

.book-list .book-wrapper:hover .book-details {
    width: 100%;
    height: 100%;
    z-index: 1010
}

.col-sm-12.book-list {
    max-width: 66%;
    flex: 0 0 70%;
    float: left
}

.col-sm-12.book-list .row.pt-3.pb-3 {
    margin-top: 30px
}

.col-sm-12.kids {
    max-width: 34%;
    flex: 0 0 30%;
    float: left
}

.kids-carousel-nav {
    width: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 9;
    margin-top: -20px
}

.kids-carousel-nav img {
    display: none
}

.kids-carousel-nav .slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.kids-carousel-nav .slick-arrow:hover {
    background-color: #c8ccd3
}

.kids-carousel-nav .next-arrow {
    margin-left: -2px;
    position: relative;
    border: 1px solid #c8ccd3;
    background-color: #fff
}

.kids-carousel-nav .next-arrow::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/icons/right-lt.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 40px;
    width: 40px;
    top: -1px;
    left: -2px;
    z-index: 9;
    background-position: center
}

.kids-carousel-nav .next-arrow:hover::after {
    background-image: url(../images/icons/right-wh.svg)
}

.kids-carousel-nav .prev-arrow {
    margin-right: 1px;
    position: relative;
    border: 1px solid #c8ccd3;
    background-color: #fff
}

.kids-carousel-nav .prev-arrow::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/icons/left-lt.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 40px;
    width: 40px;
    top: -1px;
    left: -2px;
    z-index: 9;
    background-position: center
}

.kids-carousel-nav .prev-arrow:hover::after {
    background-image: url(../images/icons/left-wh.svg)
}

.kids-carousel {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.kids-carousel .slick-list {
    margin-top: -66px;
    padding-top: 80px
}

.kids-carousel .slick-dots {
    bottom: -60px;
    padding: 10px 0;
    text-align: center
}

.kids-carousel .slick-track {
    padding-top: 24px;
    margin-top: -8px;
    padding-bottom: 15px
}

.kids-carousel::after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 30%;
    padding-bottom: 50%;
    right: -15%;
    height: 0;
    background: url(../images/rings.svg);
    background-repeat: no-repeat
}

.kids-carousel .item {
    background: #fff;
    padding: 0 20px 20px;
    border: 1px solid #e9eff0;
    position: relative;
    height: 588px
}

.kids-carousel .item h3 {
    font-family: 'Markazi Text', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 20px 0 10px 0;
    color: #454545;
    margin-bottom: 0;
    height: 60px;
    overflow: hidden
}

.kids-carousel .item p {
    color: #8c9091
}

.kids-carousel .item p.price {
    font-size: 32px;
    font-family: 'Markazi Text', serif;
    color: #000;
    margin-bottom: 10px
}

.kids-carousel .item img {
    height: 318px;
    margin-top: -16px;
    border: 1px solid #e9eff0;
    -webkit-box-shadow: 0 0 25px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 4px rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto
}

.kids-carousel .item h2 {
    position: absolute;
    top: -74px;
    left: 0;
    width: 70% !important
}

.kids-carousel .item .text-link {
    position: absolute;
    bottom: -40px;
    left: 0
}

.kids-carousel .text-button {
    min-width: 188px
}

.kids-carousel .desc {
    color: #8c9091;
    margin-bottom: 20px;
    line-height: 25px;
    padding-right: 30px;
    overflow: hidden
}

.artile-tile {
    margin-bottom: 15px
}

.artile-tile.kitch .article-img {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center
}

.artile-tile.kitch .line-3,
.artile-tile.kitch h3 {
    margin-left: 0
}

.artile-tile.kitch .line-3 {
    color: #8c9091;
    margin-bottom: 20px;
    line-height: 25px;
    height: 100px;
    overflow: hidden
}

.artile-tile.kitch h3 {
    font-size: 24px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 6px;
    height: 55px;
    overflow: hidden
}

.artile-tile .article-img {
    width: 100%;
    padding-bottom: 67%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e9eff0
}

.artile-tile .article-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.artile-tile h3 {
    font-family: 'Markazi Text', serif;
    font-size: 28px;
    line-height: 27px;
    font-weight: 700;
    color: #454545;
    margin: 20px 0 0 10px;
    height: 55px;
    overflow: hidden
}

.artile-tile h3:hover {
    color: #ffbf3c
}

.artile-tile .author {
    font-family: 'Markazi Text', serif;
    color: #454545;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 10px
}

.artile-tile div.txt {
    color: #8c9091;
    margin-left: 10px;
    margin-bottom: 20px;
    line-height: 25px;
    height: 100px;
    overflow: hidden
}

.artile-tile dl {
    margin-left: 10px;
    font-family: 'Markazi Text', serif;
    color: #454545;
    font-size: 20px;
    display: flex;
    flex-flow: nowrap
}

.artile-tile dl dt {
    width: 85px;
    position: relative;
    margin-right: 6px
}

.artile-tile dl dt::after {
    content: ":";
    display: block;
    color: #454545;
    position: absolute;
    right: 0;
    top: 0
}

.artile-tile dl dd {
    width: calc(100% - 110px);
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis
}

.artile-tile .article-ctas {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    height: 44px
}

.artile-tile .article-ctas .publication-img {
    margin-top: -116px;
    margin-right: auto;
    margin-left: 10px;
    display: block
}

.artile-tile .article-ctas .publication-img img {
    width: 160px;
    padding: 6px;
    border: 1px solid #000;
    height: 160px
}

.artile-tile .article-ctas .icon {
    width: 44px;
    height: 44px;
    margin-left: 10px
}

.artile-tile a:hover {
    cursor: pointer
}

.cat-head {
    display: flex;
    align-items: center;
    border: 1px solid #e9eff0;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: -35px;
    min-height: 70px
}

.cat-head p {
    color: #bec3d3;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.cat-head .menu-sm {
    padding: 10px 10px 10px 25px
}

.cat-head .menu-sm img {
    width: 21px;
    height: 16px
}

.cat-slider-nav {
    width: 350px
}

.cat-slider-nav .slick-list {
    padding: 20px 0;
    margin: -30px 0;
    width: 350px
}

.cat-slider-nav .slick-track {
    display: flex;
    align-items: center;
    transform: none !important;
    justify-content: flex-end;
    margin-right: -1px;
    float: right
}

.cat-slider-nav .item {
    width: 30px;
    transition: width .35s ease-in-out;
    height: 70px;
    z-index: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px
}

.cat-slider-nav .item:hover {
    width: 130px !important;
    height: 90px
}

.cat-slider-nav .item:hover.slick-active span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%
}

.cat-slider-nav .item::after {
    width: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.cat-slider-nav .item.slick-active span {
    display: none
}

.cat-slider-nav .item.slick-current {
    width: 130px !important;
    height: 90px;
    z-index: 1;
    background-image: url(../images/icons/down-wh.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center 95%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    justify-content: center
}

.cat-slider-nav .item.slick-current span {
    display: block
}

.cat-slider-nav .item.slick-current::after {
    width: 100%
}

.cat-slider-nav .cat1 {
    background-color: #6db0c6
}

.cat-slider-nav .cat2 {
    background-color: #8984bf
}

.cat-slider-nav .cat3 {
    background-color: #9bae89
}

.cat-slider-nav .cat4 {
    background-color: #cc7e9d
}

.cat-slider-nav .cat5 {
    background-color: #87a7d7
}

.cat-slider-nav .cat6 {
    background-color: #f68c27
}

.cat-slider-nav .cat7 {
    background-color: #a57bb7
}

.cat-slider-nav .cat8 {
    background-color: #52b5b1
}

.cat-slider {
    background-color: #fff;
    background-image: url(../images/lines-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.cat-slider .item {
    border-top: 3px solid #8c9091;
    padding: 40px 20px 40px 40px;
    padding: 40px 20px 40px 40px
}

.cat-slider .item.cat1 {
    border-color: #6db0c6
}

.cat-slider .item.cat2 {
    border-color: #8984bf
}

.cat-slider .item.cat3 {
    border-color: #9bae89
}

.cat-slider .item.cat4 {
    border-color: #cc7e9d
}

.cat-slider .item.cat5 {
    border-color: #87a7d7
}

.cat-slider .item.cat6 {
    border-color: #f68c27
}

.cat-slider .item.cat7 {
    border-color: #a57bb7
}

.cat-slider .item.cat8 {
    border-color: #52b5b1
}

.cat-slider .item h3 {
    font-family: 'Markazi Text', serif;
    font-size: 33px;
    font-weight: 700;
    color: #454545;
    line-height: 30px;
    height: auto;
    overflow: hidden
}

.cat-slider .item h4 {
    font-size: 22px;
    font-weight: 200;
    color: #454545;
    margin-bottom: 15px
}

.cat-slider .item .author {
    font-size: 14px;
    font-weight: 700;
    color: #6db0c6;
    margin-bottom: 10px
}

.cat-slider .item .desc {
    font-size: 16px;
    color: #8c9091;
    min-height: 160px;
    line-height: 24px;
    margin-bottom: 65px;
    height: 151px;
    overflow: hidden
}

.cat-slider .item .price {
    font-size: 32px;
    font-family: 'Markazi Text', serif;
    color: #000
}

.cat-slider .tag {
    float: right;
    margin-left: auto;
    margin-right: -20px
}

.cat-slider .prev-arrow {
    border: 2px solid #bec3d3;
    border-left: none !important;
    border-top: none
}

.cat-slider .next-arrow {
    border: 2px solid #bec3d3;
    border-right: none !important;
    border-top: none
}

.cat-slider .next-arrow,
.cat-slider .prev-arrow {
    position: absolute;
    width: 34px;
    height: 80px;
    top: 40%;
    left: 2px;
    display: block;
    cursor: pointer;
    background-color: #f5f4f2;
    display: flex;
    align-items: center;
    z-index: 998
}

.cat-slider .next-arrow img,
.cat-slider .prev-arrow img {
    width: 20px;
    height: 20px;
    margin: auto
}

.cat-slider .next-arrow {
    right: 2px;
    left: auto
}

.cat-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    right: 0
}

.cat-slider .book-wrapper .book-details {
    position: static;
    font-family: Roboto, sans-serif;
    padding: 0;
    opacity: 1
}

.cat-slider .book-wrapper .book-details::before {
    content: none !important
}

.cat-slider .book-wrapper .book-details .text-button {
    border-color: #000;
    color: #000
}

.cat-slider .book-wrapper .book-details .text-button:hover {
    color: #fff
}

.cat-slider .book-wrapper .book-details .ctas {
    position: static
}

.cat-slider .book-wrapper .book-details .ctas .icon-button {
    border-color: #ffbf3c !important;
    width: 50px
}

.cat-slider .slick-arrow {
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.cat-slider:hover .slick-arrow {
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.tag {
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding: 0 25px 0 15px;
    font-size: 12px;
    max-width: 100px
}

.tag::after {
    display: block;
    height: 0;
    content: "";
    border: 25px solid #000;
    border-left: 20px solid transparent;
    position: absolute;
    left: -20px;
    z-index: -1
}

.authors-list {
    background-color: #fff;
    background-image: url(../images/authors-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.authors-list ul {
    list-style: none
}

.authors-list ul li {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #f5f4f2;
    padding: 20px 20px 18px 50px;
    background-image: url(../images/icons/edit-lt.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 15px center;
    width: 100%
}

.authors-list ul li:last-child {
    border: none
}

.authors-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.authors-list ul li p {
    color: #6db0c6;
    margin: 0
}

.authors-list ul li span {
    color: #8c9091;
    font-weight: 500
}

.lightbg .authors-list,
.lightbg .cat-slider {
    height: 502px;
    margin-bottom: 17px !important
}

.lightbg.mt-3 {
    padding-bottom: 30px !important
}

.follow {
    padding: 40px 0 !important;
    border-top: 1px solid #fff
}

.follow h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.follow .icon {
    width: 68px;
    height: 68px;
    background-size: 65%;
    margin-left: 40px
}

.follow .follow-icons {
    display: flex;
    align-items: center
}

.subscription {
    padding: 25px 0;
    background: #1d1d1d
}

.subscription h2 {
    font-size: 30px;
    font-weight: 700;
    color: #5d616c
}

.subscription p {
    color: #5d616c
}

.subscription input {
    width: 100%;
    background: 0 0;
    border: none;
    height: 30px;
    border-bottom: 1px solid #353535;
    color: #bec3d3
}

.subscription input::placeholder {
    color: #fff
}

.subscription input:focus {
    border-color: #ffbf3c
}

.subscription .icon {
    position: absolute;
    right: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    top: 0;
    bottom: -30px;
    opacity: .3
}

.subscription .icon.active {
    opacity: 1
}

.footer {
    background-color: #191717;
    padding: 40px 0
}

.footer ul {
    list-style: none
}

.footer ul li {
    color: #5d616c;
    font-size: 14px;
    display: block
}

.footer ul li a {
    color: #5d616c;
    padding-bottom: 10px;
    display: block;
    font-weight: 500
}

.footer ul li a:hover {
    font-weight: 700;
    color: #fff
}

.footer .icon {
    border-color: #fff;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-size: 70%
}

.footer .text-button {
    border-color: #bec3d3;
    color: #bec3d3;
    min-width: 211px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .text-button:hover {
    background: #000
}

.footer .phone-details {
    color: #5d616c;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 20px;
    min-width: 226px
}

.footer .phone-details span {
    font-size: 18px;
    color: #bec3d3;
    display: block;
    font-weight: 700
}

.footer-base .footer-logo {
    width: 85px;
    height: 85px;
    margin-top: 0px
}

.footer-base .footer-copy {
    font-size: 12px;
    color: #8c9091;
    font-weight: 700
}

.footer-base .devider {
    width: 1px;
    height: 65px;
    display: block;
    background: #f5f4f2;
    margin: 0 20px
}

.footer-base .ft-logo-lg {
    width: 100px;
    height: 40px
}

.footer-base .ft-logo-sm {
    width: 50px;
    height: 20px
}

.footer-base .devider:nth-of-type(4) {
    margin-right: 0
}

.expandable-promo {
    background-color: #ffbf3c;
    position: relative;
    transition: all 1s ease
}

.expandable-promo .container {
    padding: 0 0
}

.expandable-promo .short {
    display: none !important
}

.expandable-promo .full {
    display: block !important
}

.expandable-promo.collapsed .full {
    display: none !important
}

.expandable-promo.collapsed .short {
    display: block !important
}

.expandable-promo.collapsed .expander img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.expandable-promo .text-button {
    min-width: 188px
}

.expandable-promo .promo-book {
    width: 16%
}

.expandable-promo .promo-book img {
    width: 80%;
    transform: rotate(345deg)
}

.expandable-promo .promo-book .mirror-img {
    display: none
}

.expandable-promo .promo-logo {
    width: 15%;
    margin-top: -25px;
    position: relative
}

.expandable-promo .promo-logo img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    display: block;
    margin-top: 20px
}

.expandable-promo .promo-logo .price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.expandable-promo h2 {
    font-family: 'Markazi Text', serif;
    font-size: 44px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px
}

.expandable-promo h2 span {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #fff
}

.expandable-promo .desc {
    border-top: 1px solid #ed9f00;
    padding-top: 15px;
    margin-bottom: 15px
}

.expandable-promo .book-details {
    width: 68%
}

.expandable-promo .book-details .icon-button {
    border-color: #000
}

.expandable-promo .book-details .best-lbl {
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 5px;
    min-height: 55px
}

.expandable-promo .promo-book-title .icon-button,
.expandable-promo .promo-book-title .price {
    display: none
}

.expandable-promo .promo-book-title .text-button {
    min-width: 188px
}

.expandable-promo .price {
    font-family: 'Markazi Text', serif;
    font-size: 36px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0
}

.expandable-promo .price span {
    font-size: 28px;
    color: #fff;
    position: relative
}

.expandable-promo .price span::after {
    content: "";
    height: 1px;
    width: 60%;
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    bottom: 16px;
    background: #454545
}

.expandable-promo .expander {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100px;
    height: 20px;
    background-color: #ffbf3c;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.expandable-promo .expander img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    transform: rotate(180deg)
}

#scroll-top {
    display: none;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    display: block !important;
    opacity: 1 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.scroll-top img {
    width: 60px;
    height: 188px
}

.scroll-top img:nth-child(2) {
    display: none
}

.article-listing .artile-tile {
    margin-bottom: 60px
}

.article-listing .btn-ca {
    float: left !important;
    margin-left: 0;
    margin-right: auto;
    padding-left: 25px;
    margin-bottom: 40px
}

.athor .text-button {
    min-width: 188px
}

.mbl-menu {
    display: none
}

.makaleler {
    padding-top: 45px !important;
    overflow: hidden
}

.makaleler .row .col-md-8 .artile-tile:nth-of-type(1),
.makaleler .row .col-md-8 .artile-tile:nth-of-type(2) {
    margin-bottom: 20px
}

.makaleler h2 {
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9eff0;
    position: relative
}

.makaleler h2::before {
    content: "";
    background-color: #e9eff0;
    position: absolute;
    left: -500px;
    height: 1px;
    width: 500px;
    bottom: -1px
}

.makaleler h2::after {
    content: "";
    background-color: #e9eff0;
    position: absolute;
    right: -500px;
    height: 1px;
    width: 500px;
    bottom: -1px
}

.droping {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: none
}

.droping .drp-carousel {
    opacity: 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.droping.show {
    height: 100vh;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: .5rem 0;
    margin: .125rem 0 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.droping.show .drp-carousel {
    opacity: 1
}

.error-page {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    min-height: calc(100vh - 137px)
}

.error-page h2 {
    color: #000;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 12px
}

.error-page p {
    color: #62697b;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: normal
}

.error-page .text-button {
    width: 371px;
    height: 42px;
    padding: 12px;
    margin-bottom: 50px
}

.error-page img {
    width: 80% !important
}

.modal-dialog {
    margin-top: 100px !important
}

.modal-backdrop {
    z-index: 9999
}

.modal {
    z-index: 99999
}

#light-box .modal-content button.close {
    display: none
}

@media(max-width:1024px) and (min-width:768px) {
    .cat-head p {
        font-size: 14px
    }
    .cat-slider-nav .item {
        width: 26px !important
    }
    .cat-slider-nav .item::after {
        font-size: 12px
    }
    .cat-slider-nav .item.slick-current {
        width: 110px !important
    }
    .footer .text-button {
        padding: 16px 10px;
        min-width: 188px
    }
    .col-sm-12.book-list .col-6.col-md-4.col-lg-3:nth-child(10),
    .col-sm-12.book-list .col-6.col-md-4.col-lg-3:nth-child(11) {
        display: none
    }
    .col-sm-12.book-list .d-lg-block {
        display: block !important
    }
    .kids-carousel .item img {
        height: 173px
    }
    .kids-carousel .text-button {
        min-width: auto
    }
    .kids-carousel .item {
        min-height: 480px
    }
    .kids-carousel .slick-dots {
        bottom: -30px
    }
    .artile-tile .article-ctas .publication-img img {
        width: 80px;
        height: 80px
    }
    .artile-tile .article-ctas {
        height: 30px
    }
    .artile-tile .article-ctas .icon {
        width: 30px;
        height: 30px
    }
    .col-sm-12.kids {
        display: none
    }
    .col-sm-12.book-list {
        max-width: 100%;
        flex: 0 0 100%
    }
    .col-sm-12.book-list .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }
    .makaleler .row .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px
    }
    .makaleler .row .col-md-8 .artile-tile {
        max-width: 50%;
        flex: 0 0 50%
    }
    .makaleler .row .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .makaleler .row .col-md-4 .artile-tile {
        max-width: 50%;
        flex: 0 0 50%
    }
    .lightbg .cat-slider {
        margin-bottom: 80px !important;
        height: 575px
    }
    .artile-tile h3 {
        overflow: hidden
    }
    .artile-tile .txt {
        overflow: hidden;
        font-size: 14px
    }
    .artile-tile.kitch h3 {
        height: 55px;
        overflow: hidden
    }
    .artile-tile p.line-3 {
        height: 82px;
        overflow: hidden;
        font-size: 14px
    }
    .cat-slider .item .desc {
        height: 152px;
        overflow: hidden
    }
    .cat-head p {
        width: 40% !important
    }
    .cat-head {
        justify-content: space-between
    }
    .follow {
        float: left
    }
    .follow .d-sm-flex {
        display: block !important
    }
    .follow .mr-auto {
        width: 100%;
        float: left
    }
    .follow .mr-auto p {
        margin-bottom: 20px !important
    }
    .follow .follow-icons {
        float: left;
        width: 100%
    }
    .follow .follow-icons .icon {
        margin-left: 0;
        margin-right: 30px
    }
    .book-wrapper .book-details .small-desc {
        display: none
    }
    .error-page {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .error-page h2 {
        font-size: 35px;
        margin-bottom: 5px
    }
    .error-page p {
        font-size: 30px;
        line-height: normal
    }
    .error-page .text-button {
        width: 350px;
        margin-bottom: 40px
    }
}

@media(max-width:1024px) {
    #light-box .modal-content button.close {
        text-align: right;
        color: #fff;
        background-color: #ffbf3c;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9
    }
}

@media(max-width:767px) {
    .modal-dialog {
        margin-top: 65px !important
    }
    #light-box .modal-dialog {
        margin-top: 20px !important
    }
    .artile-tile h3 {
        font-size: 24px;
        line-height: 25px
    }
    .scroll-top img:nth-child(2) {
        display: block;
        width: 40px;
        height: 40px
    }
    .scroll-top img:nth-child(1) {
        display: none
    }
    .book-wrapper .book-details .text-button {
        padding-left: 0;
        padding-right: 0
    }
    .kids-carousel .text-button {
        padding-left: 5px;
        padding-right: 5px
    }
    .artile-tile {
        margin-bottom: 5px
    }
    .cat-head {
        margin-top: 30px
    }
    .footer .icon {
        display: none
    }
    .expandable-promo .book-details .best-lbl {
        border: none
    }
    .kids-carousel .slick-dots {
        z-index: 10;
        margin: 0 auto;
        padding: 0
    }
    .makaleler h2 {
        border: none
    }
    .makaleler h2::after,
    .makaleler h2::before {
        content: none
    }
    .kids-carousel {
        padding-bottom: 0 !important
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important
    }
    .navbar .nav-search {
        position: fixed;
        top: 60px;
        left: 0;
        padding: 10px 15px 10px 15px;
        height: 50px
    }
    .header-spacer {
        height: 107px
    }
    .navbar .nav-item a {
        font-size: 14px
    }
    .navbar .nav-search button {
        left: 5px
    }
    .expandable-promo .best-lbl {
        display: none !important
    }
    .expandable-promo .promo-logo {
        width: 20%
    }
    .expandable-promo.collapsed .promo-logo {
        display: none
    }
    .expandable-promo.collapsed .best-lbl {
        display: none !important
    }
    .expandable-promo.collapsed .book-details {
        width: 78%
    }
    .expandable-promo.collapsed h2 {
        font-size: 24px
    }
    .expandable-promo.collapsed h2 span {
        font-size: 16px
    }
    .expandable-promo.collapsed .promo-book {
        width: 12%
    }
    .expandable-promo.collapsed .promo-book img {
        width: 80%
    }
    .expandable-promo.collapsed .promo-book .mirror-img {
        display: none
    }
    .expandable-promo.collapsed .promo-book-title {
        justify-content: flex-end !important
    }
    .subscription p {
        width: 70%
    }
    .pays {
        justify-content: flex-end !important;
        display: contents !important
    }
    .pays a {
        width: 20%;
        float: left;
        padding: 20px 5px
    }
    .pays a .devider {
        display: none
    }
    .pays img {
        width: 100% !important;
        height: auto !important
    }
    .devider {
        margin: 0 3px
    }
    .footer-copy {
        padding-bottom: 30px;
        text-align: center;
        border-top: 1px solid #e9eff0;
        padding: 15px 55px 20px 30px;
        max-width: 100%;
        flex: 0 0 100%
    }
    .footer-copy .footer-logo {
        margin: 0 auto 20px auto
    }
    .footer-copy a {
        display: block
    }
    .books-carousel-wrapper .text-button.light,
    .books-carousel-wrapper .text-button.white {
        min-width: 200px
    }
    .kids-carousel::after {
        display: none
    }
    .kids {
        padding-bottom: 8px
    }
    .makaleler {
        padding-bottom: 0 !important;
        padding-top: 25px !important
    }
    .makaleler .artile-tile {
        display: none
    }
    .makaleler .artile-tile:nth-of-type(1),
    .makaleler .artile-tile:nth-of-type(2) {
        display: block
    }
    .makaleler .kitch:nth-of-type(1),
    .makaleler .kitch:nth-of-type(2) {
        display: block;
        margin-bottom: 0 !important
    }
    .makaleler .col-md-8 .artile-tile:nth-of-type(1) {
        position: relative;
        margin-bottom: 15px !important
    }
    .makaleler .col-md-8 .artile-tile:nth-of-type(1)::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -22px;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        background-color: #fff;
        transform: rotate(45deg);
        z-index: 10
    }
    .makaleler .col-md-4 .row {
        margin-left: -7px;
        margin-right: -7px
    }
    .makaleler .col-md-8 .artile-tile .article-img {
        width: calc(100% + 30px);
        left: 0;
        margin-left: -15px;
        margin-bottom: 5px
    }
    .makaleler .col-md-4 .artile-tile .article-img {
        width: calc(100% + 0);
        left: 0;
        border: 1px solid #707070
    }
    .makaleler .col-md-4 .artile-tile h3 {
        font-family: Roboto, sans-serif;
        font-size: 16px !important;
        line-height: 22px !important;
        height: 45px
    }
    .makaleler .text-link {
        text-align: left !important;
        margin-bottom: 20px
    }
    .error-page {
        margin-top: 20px;
        margin-bottom: 30px
    }
    .error-page h2 {
        font-size: 30px;
        margin-bottom: 5px
    }
    .error-page p {
        font-size: 25px
    }
    .error-page .text-button {
        width: 100%;
        margin-bottom: 30px
    }
    .artile-tile .article-ctas .publication-img img {
        width: 100px;
        padding: 5px;
        height: 100px
    }
    .makaleler .artile-tile:nth-of-type(2) {
        display: none
    }
    .makaleler .kitch {
        max-width: 50% !important;
        padding: 0 7px
    }
    .makaleler .kitch:nth-of-type(2) {
        display: block !important
    }
    .expandable-promo {
        display: none
    }
    .nav-item {
        display: none !important
    }
    .nav-item.icon-menu {
        display: block !important
    }
    .navbar-collapse.collapse {
        display: flex !important
    }
    .navbar {
        flex-wrap: inherit;
        padding-left: 15px
    }
    .navbar-nav,
    .navbar-nav>li {
        flex-direction: row;
        justify-content: flex-end;
        width: auto
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important
    }
    .navbar-right {
        float: right !important
    }
    .navbar .nav-item.icon-menu {
        border-right: 1px solid #f5f4f2;
        border-left: none;
        position: static
    }
    .navbar .drop2.show .mbl,
    .navbar .drop3.show .mbl,
    .navbar .drop4.show .mbl {
        position: relative
    }
    .navbar .drop2.show .mbl::before,
    .navbar .drop3.show .mbl::before,
    .navbar .drop4.show .mbl::before {
        content: "";
        background-image: url(../images/icons/drop-arrow-mbl.svg);
        background-size: 35px 15px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 12px;
        margin: 0 auto;
        display: block
    }
    .dropdown-menu.small-width {
        right: 0;
        left: 0;
        background-color: #f5f4f2;
        min-width: 100%
    }
    .dropdown-menu.small-width .text-button.yellow {
        margin-top: 20px
    }
    .books-carousel-wrapper .next-arrow,
    .books-carousel-wrapper .prev-arrow {
        width: 30px;
        height: 90px;
        z-index: 9
    }
    .books-carousel-wrapper {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
    .scroll-top {
        display: none;
        right: 15px;
        z-index: 999
    }
    .books-carousel-wrapper .text-button.light,
    .books-carousel-wrapper .text-button.white {
        min-width: 50%;
        font-size: 12px;
        padding: 14px 0
    }
    .book-list {
        padding: 0 25px
    }
    .book-list .book-wrapper {
        margin-bottom: 25px;
        border: none;
        background-color: transparent;
        padding: 0
    }
    .book-list .book-wrapper img {
        border: 1px solid #e9eff0;
        padding: 8px;
        background-color: #fff
    }
    .book-list .book-wrapper .book-details {
        opacity: 1;
        position: relative;
        bottom: 0;
        padding: 0;
        z-index: 9
    }
    .book-list .book-wrapper .book-details::before {
        display: none
    }
    .book-list .book-wrapper .book-details p {
        display: none
    }
    .book-list .book-wrapper .book-details h2,
    .book-list .book-wrapper .book-details p {
        color: #000;
        text-align: left
    }
    .book-list .book-wrapper .book-details h2 {
        font-size: 12px;
        line-height: 16px;
        background: no-repeat;
        margin-top: 10px;
        font-weight: 700;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Roboto, sans-serif;
        margin-bottom: 5px !important
    }
    .book-list .book-wrapper .book-details .price {
        font-size: 22px;
        line-height: 21px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .book-list .book-wrapper .book-details .ctas {
        position: relative;
        bottom: auto;
        left: 0
    }
    .book-list .book-wrapper .book-details .ctas .text-button {
        background-color: #ffbf3c;
        border-color: #ffbf3c;
        color: #000
    }
    .book-list .book-wrapper .book-details .ctas .icon-button {
        border-color: #ffbf3c
    }
    .book-list .book-wrapper .book-details .ctas .icon-button .icon.ic-cart-wh {
        background-image: url(../images/icons/bag-yl.svg)
    }
    .book-list .book-wrapper .book-details .ctas .text-button {
        min-width: auto
    }
    .book-list .book-wrapper .book-details .desc,
    .book-list .book-wrapper .book-details .price {
        display: block
    }
    .book-list .book-wrapper .book-details .price {
        font-weight: 700;
        margin-bottom: 5px
    }
    .book-list .book-wrapper .book-details .desc,
    .book-list .book-wrapper .book-details p {
        font-size: 14px;
        line-height: 16px;
        font-family: Roboto, sans-serif;
        margin-bottom: 0
    }
    .book-list .book-wrapper .book-details .desc {
        height: 32px;
        margin-bottom: 10px
    }
    .book-list .book-wrapper .book-details .desc span {
        color: #000;
        font-size: inherit
    }
    .book-list .book-wrapper .book-details .ctas .icon-button:hover {
        height: auto;
        margin-top: 0;
        bottom: 0
    }
    .book-list .book-wrapper .book-details .ctas .icon-button:hover .addto-txt {
        display: none
    }
    .book-list .book-wrapper .book-details .ctas .icon-button:hover .icon {
        margin-top: 0
    }
    .book-list h2 {
        font-size: 18px;
        text-align: center
    }
    .book-list .row .col-6 {
        padding: 0 5px
    }
    .kids .kids-carousel-nav {
        display: none
    }
    .book-list h2,
    .kids h2,
    .makaleler h2 {
        font-size: 18px;
        text-align: center;
        background-image: url(../images/icons/down-lt.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 20px;
        margin-bottom: 10px !important;
        position: relative;
        z-index: 11
    }
    .kids-carousel .item h2 {
        position: absolute;
        top: -82px;
        left: 0;
        right: 0;
        width: 100% !important
    }
    .kids-carousel .desc {
        padding-right: 0;
        font-size: 14px;
        line-height: 20px
    }
    .artile-tile.kitch .line-3 {
        font-size: 14px;
        line-height: 20px
    }
    .artile-tile h3 {
        font-size: 28px !important;
        line-height: 28px !important;
        margin: 10px 0 0 0;
        font-family: 'Markazi Text', serif;
        margin-bottom: 15px
    }
    .artile-tile div.txt {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px
    }
    .artile-tile p {
        font-size: 14px;
        line-height: 20px;
        margin-left: 0
    }
    .artile-tile dl {
        margin-left: 0;
        font-size: 20px;
        margin-bottom: 0
    }
    .artile-tile dl dd {
        margin-bottom: 0
    }
    .artile-tile .author {
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: -9px;
        font-size: 22px
    }
    .artile-tile .article-ctas .publication-img {
        margin-left: 0
    }
    .artile-tile.kitch h3 {
        font-size: 24px !important;
        line-height: 25px !important
    }
    .cat-slider-nav .item {
        display: none
    }
    .kids-carousel .item p {
        font-size: 14px;
        line-height: 20px
    }
    .kids-carousel .text-button {
        width: calc(100% - 40px)
    }
    .cat-slider-nav .item.slick-current {
        display: flex;
        padding: 10px;
        height: 70px;
        width: 136px !important;
        align-items: center;
        justify-content: center
    }
    .cat-head .menu-sm {
        padding: 10px 10px 10px 15px
    }
    .cat-slider-nav .slick-list {
        padding: 0;
        margin: 0;
        width: auto
    }
    .cat-slider-nav {
        width: 100%
    }
    .cat-head {
        margin-bottom: 10px
    }
    .cat-slider .item {
        padding: 0 15px;
        border: none
    }
    .cat-slider .next-arrow,
    .cat-slider .prev-arrow {
        top: 25%;
        opacity: 1
    }
    .follow h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .follow h2,
    .follow p {
        text-align: center
    }
    .follow .follow-icons {
        margin-top: 25px;
        justify-content: center
    }
    .follow .follow-icons a:nth-child(even) {
        margin: 0 10px
    }
    .follow .follow-icons a:last-child {
        margin-right: 0 !important
    }
    .follow .follow-icons .icon {
        width: 52px;
        height: 52px;
        margin-left: 0
    }
    .subscription h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .subscription h2,
    .subscription p {
        text-align: center;
        width: 100%
    }
    .subscription .icon {
        top: auto;
        right: 5px;
        bottom: 0;
        width: 45px;
        height: 45px
    }
    .subscription input {
        height: 30px;
        padding-right: 0
    }
    .subscription input::-webkit-input-placeholder {
        color: #5d616c !important
    }
    .subscription input::-moz-placeholder {
        color: #5d616c !important
    }
    .subscription input:-ms-input-placeholder {
        color: #5d616c !important
    }
    .subscription input:-moz-placeholder {
        color: #5d616c !important
    }
    .footer ul li {
        display: block
    }
    .footer {
        padding: 20px 0
    }
    .cat-slider .next-arrow {
        right: 2px;
        left: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #bec3d3;
        border-right: none !important;
        border-top: none;
        right: 15px
    }
    .cat-slider .prev-arrow {
        border: 1px solid #bec3d3;
        border-left: none !important;
        border-top: none;
        left: 15px
    }
    .footer a {
        text-align: center
    }
    .footer ul {
        padding-top: 20px
    }
    .footer .phone-details {
        width: 100%;
        text-align: center;
        border-top: 1px solid #454545;
        margin-top: 20px;
        padding-top: 20px
    }
    .footer .justify-content-end {
        justify-content: center !important
    }
    .footer-base {
        border-bottom: 5px solid #ffbf3c
    }
    .footer-base .ft-logo-lg {
        width: 70px;
        height: 28px
    }
    .text-link {
        text-align: center;
        width: 100%;
        display: block
    }
    .books-carousel-wrapper .item {
        margin: 0 20px
    }
    .kids-carousel .item {
        min-height: 565px
    }
    .book-wrapper .book-details .desc span {
        font-weight: 400;
        font-size: inherit;
        color: #fff
    }
    .book-list .book-wrapper:hover {
        position: static;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none
    }
    .white-bg {
        background-color: #fff
    }
    .book-list .book-wrapper:hover .book-details h2 {
        color: #000 !important;
        padding: 0 !important
    }
    .book-wrapper .price-cut {
        font-size: 1rem;
        margin-left: 7px
    }
    .lightbg {
        padding-top: 44px !important;
        position: relative;
        margin-top: 30px;
        padding-bottom: 30px !important
    }
    .lightbg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        background-color: #fff;
        transform: rotate(45deg)
    }
    .follow.lightbg::before {
        content: none !important
    }
    .follow.lightbg {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }
    .lightbg .cat-slider {
        padding-bottom: 75px;
        height: auto
    }
    .cat-slider .order-first.order-sm-last {
        padding-right: 60px !important;
        padding-left: 60px !important;
        margin-bottom: 40px
    }
    .cat-slider .book-wrapper .price-cut,
    .product-listing .book-wrapper .price-cut {
        font-size: 25px !important
    }
    .cat-slider .slick-dots {
        right: 15px;
        bottom: 25px;
        z-index: 99
    }
    .lightbg .text-link {
        text-align: left;
        width: auto
    }
    .athor.lightbg .text-link {
        padding-left: 15px;
        position: absolute;
        bottom: 42px;
        left: 0
    }
    .footer .phone-details span {
        margin-top: 10px
    }
    .article-listing .btn-ca {
        padding-left: 15px
    }
    .white-bg .text-link {
        position: static !important;
        position: static !important;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }
    .lightbg.mt-3 {
        padding-bottom: 0 !important
    }
    .athor {
        padding: 0;
        padding: 0 !important;
        background-color: #fff
    }
    .athor .row .col-lg-6 {
        padding: 0
    }
    .std-spacer {
        display: none
    }
    .cat-head {
        margin: 15px !important
    }
    .cat-slider .item .desc {
        min-height: 70px;
        overflow: hidden;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 30px
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    .cat-slider .tag {
        position: absolute !important;
        bottom: 38%;
        right: 0;
        margin-right: 0;
        font-size: 10px;
        max-width: 75px
    }
    .athor .text-button {
        min-width: calc(100% - 60px)
    }
    .cat-slider .item h3 {
        width: 75%
    }
    .mbl-menu {
        display: block;
        width: 100% !important;
        border: 1px solid #e9eff0 !important;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px !important;
        margin-top: 20px;
        height: 40px
    }
    .mbl-menu li {
        display: inline-block !important;
        width: 40%;
        float: left;
        text-align: center
    }
    .mbl-menu li a::after {
        content: none !important
    }
    .mbl-menu li:nth-child(2) {
        width: 20%
    }
    .mbl-menu li:nth-child(2) a {
        position: relative
    }
    .mbl-menu li:nth-child(2) a::before {
        content: "";
        display: block;
        width: 55px;
        height: 55px;
        border: 1px solid #e9eff0;
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 auto
    }
    .mbl-menu li:nth-child(2) a img {
        position: relative;
        z-index: 2
    }
    .mbl-menu img {
        width: 29px;
        height: 29px
    }
    .links {
        padding: 15px;
        float: left;
        width: 100%
    }
    .links .mbl-menu li a {
        margin-bottom: 0 !important
    }
    .dropdown-menu.small-width .drp-title {
        padding-bottom: 0
    }
    .col-sm-12.book-list {
        max-width: 100%;
        flex: 0 0 100%;
        float: left
    }
    .col-sm-12.book-list .text-link {
        position: relative;
        margin-top: 15px;
        text-align: center;
        left: auto;
        right: auto;
        margin: -11px auto 20px auto;
        border-bottom: 1px solid #e7e9ea;
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        padding-bottom: 15px
    }
    .col-sm-12.kids {
        max-width: 100%;
        flex: 0 0 100%;
        float: left;
        border-top: 1px solid #e7e9ea;
        padding-top: 30px
    }
    .newsletter .modal-body {
        padding: 20px 20px 20px 20px
    }
    .newsletter .text-button-y {
        line-height: 5px;
        margin-top: 20px
    }
    .mr {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px) !important;
        margin-bottom: 20px
    }
    .authors-list ul li p {
        font-size: 12px
    }
    .authors-list ul li span {
        font-size: 12px
    }
    .lightbg .authors-list {
        min-height: 440px !important;
        margin-bottom: 25px !important
    }
    .all-1 {
        position: absolute;
        bottom: -7px;
        left: 15px
    }
    #light-box .light-box-txt {
        padding: 20px 15px;
        font-size: 16px
    }
    .newsletter img {
        width: 100px;
        height: 100px
    }
    .subscribe-now {
        position: static;
        margin-top: 10px;
        width: 100%
    }
}

.ellip {
    display: block;
    height: 100%
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.newsletter img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px
}

.newsletter .modal-content {
    background-color: #fff;
    border: 1ps solid #707070;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.newsletter p {
    color: #62697b;
    font-weight: 900;
    text-align: center
}

.newsletter .modal-body {
    padding: 30px 70px 50px 70px
}

.newsletter hr {
    background-color: #ffbf3c;
    height: 4px;
    width: 100px;
    border: none;
    margin: 20px auto 30px auto
}

.newsletter .text-button-y {
    line-height: 5px;
    margin-top: 40px;
    border: 1px solid #ffbf3c;
    padding: 10px 15px;
    height: 42px !important;
    color: #000
}

.newsletter .footer-base .devider {
    display: none
}

@media(min-width:768px) {
    .newsletter .modal-dialog {
        max-width: 700px
    }
}

@media(max-width:545px) {
    .books-carousel-wrapper .item {
        margin: 0 50px
    }
    .books-carousel-wrapper .slick-list {
        padding-bottom: 27px
    }
    .follow .follow-icons .icon {
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
    .book-list .book-wrapper {
        position: relative
    }
}

ul {
    list-style: none
}

ul li {
    display: inline-block;
    vertical-align: middle
}

.cart-modal {
    pointer-events: none
}

.cart-modal .modal-body {
    pointer-events: auto !important
}

.btn-basket {
    min-width: 180px;
    height: 50px;
    text-align: center;
    border: 1px solid #ffbf3c;
    background-color: transparent;
    padding: 10px;
    padding-left: 31px;
    box-shadow: none;
    font-weight: 700;
    font-size: .875rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out
}

.btn-basket img {
    width: 26px;
    height: 29px;
    margin-right: 10px;
    position: absolute;
    left: 10px
}

.btn-basket img:nth-child(1) {
    display: block
}

.btn-basket img:nth-child(2) {
    display: none
}

.btn-basket:hover {
    border: 1px solid #ffbf3c;
    background-color: #ffbf3c;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out
}

.btn-basket:hover img:nth-child(2) {
    display: block
}

.btn-basket:hover img:nth-child(1) {
    display: none
}

.btn-buy {
    min-width: 180px;
    height: 50px;
    text-align: center;
    background-color: #ffbf3c;
    padding: 10px;
    box-shadow: none;
    font-weight: 700;
    font-size: .875rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    box-shadow: none;
    border: none
}

.btn-buy:hover {
    background-color: #f0b02d;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    cursor: pointer !important
}

.btn-summary {
    width: 180px;
    height: 32px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
    box-shadow: none;
    font-weight: 700;
    font-size: .875rem;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.btn-summary:hover {
    color: #fff
}

.p-details-img {
    width: 31%;
    float: left;
    padding: 0 15px;
    margin-top: 20px
}

.p-details-img .p-details-img-b {
    border: 1px solid #000;
    padding: 40px;
    position: relative
}

.p-details-img .p-details-img-b .new-tag {
    position: absolute;
    top: 0;
    left: 9px
}

.p-details-img .p-details-img-b .new-tag img {
    width: 32px;
    height: 70px
}

.p-details-img .p-details-img-b .cat-tag {
    position: absolute;
    bottom: 30px;
    left: -13px
}

.p-details-img .p-details-img-b .cat-tag img {
    width: 136px
}

.p-details-img .btn-summary {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.p-details-img .btn-summary.disabled {
    color: #868686;
    background-color: #bbb
}

.p-details-img .btn-summary.disabled:hover {
    color: #868686;
    cursor: not-allowed
}

.p-details-img .btn-summary.disabled img {
    opacity: .6
}

.p-details-text .more {
    overflow: hidden
}

.p-details-text ul {
    list-style: disc
}

.p-details-text ul li {
    display: block;
    margin-bottom: 10px
}

.lesslink::after,
.lesslink::before,
.morelink {
    position: relative;
    display: block
}

.lesslink::after,
.morelink::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f5f4f2;
    display: block;
    top: 10px
}

.lesslink::before,
.morelink::before {
    content: "";
    background-image: url(../images/icons/down-blk.svg);
    background-size: 15px 15px;
    display: block;
    width: 80px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e9eff0;
    background-color: #f5f4f2;
    z-index: 9;
    margin: 10px auto 30px auto;
    position: relative
}

.lesslink {
    position: relative;
    display: block
}

.lesslink::before {
    background-image: url(../images/icons/up-blk.svg) !important
}

.p-details {
    width: 69%;
    float: left;
    padding: 0 15px;
    padding-right: 160px;
    margin-top: 20px
}

.p-details h1 {
    font-family: 'Markazi Text', serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 30px
}

.p-details h1 span {
    display: block;
    font-weight: 500
}

.p-details .b-dts {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #e9eff0
}

.p-details .b-dts p {
    font-family: 'Markazi Text', serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0
}

.p-details .b-dts p span {
    font-weight: 300
}

.p-details .p-details-text {
    float: left;
    width: 100%;
    margin: 20px 0
}

.p-details .delivery {
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    padding: 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
    font-size: 14px
}

.p-details .delivery li {
    display: inline-block !important;
    margin-bottom: 0 !important
}

.p-details .delivery li img {
    margin-right: 5px
}

.p-details .delivery li:nth-child(2) {
    margin: 0 15px
}

.p-details .show-price li:first-child {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: 'Markazi Text', serif
}

.p-details .show-price ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between
}

.p-details .show-price ul li {
    float: left
}

.price-cut {
    position: relative;
    color: #333333;
    font-weight: 400 !important;
    font-size: 25px;
    display: inline-block
}

.price-cut::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #333333;
    height: 1px;
    left: 0;
    top: calc(55% - 1px)
}

.social-click {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0 !important
}

.social-click a:hover {
    color: #fff !important
}

.s-btns {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #000 !important;
    background-color: transparent;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    font-size: .875rem;
    margin-bottom: 10px;
    padding: 9px;
    text-align: center
}

.s-btns div img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px
}

.s-btns div img:first-child {
    display: block
}

.s-btns div img:nth-child(2) {
    display: none
}

.s-btns:hover {
    background-color: #000;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    color: #fff
}

.s-btns:hover div img:first-child {
    display: none
}

.s-btns:hover div img:nth-child(2) {
    display: block
}

.s-btns p {
    margin: 0
}

.s-btns:hover[disabled=disabled]:hover {
    cursor: not-allowed
}

.s-btns:hover[disabled=disabled]:hover img:nth-child(2) {
    opacity: .2
}

.product-description {
    margin-top: 67px;
    margin-bottom: 30px;
    border: 1px solid #e9eff0
}

.product-description .panel-title {
    font-size: .875rem
}

.product-description .nav-tabs {
    border-bottom: 1px solid #e9eff0;
    background-color: #f5f4f2
}

.product-description .nav-tabs li a {
    padding: 15px 20px;
    display: block;
    font-size: .875rem
}

.product-description .nav-tabs li a.active {
    background-color: #fff;
    position: relative;
    font-weight: 700;
    bottom: 8px;
    left: -1px;
    border-right: 1px solid #e9eff0;
    border-top: 1px solid #e9eff0;
    border-left: 1px solid #e9eff0;
    height: calc(100% + 9px)
}

.product-description .nav-tabs li a.active::after {
    content: "";
    background-image: url(../images/icons/down-yl.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: block;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px
}

.product-description .tab-content {
    padding: 30px;
    font-size: .875rem
}

.product-description .tab-content p {
    font-size: .875rem
}

.product-description .first-head {
    font-weight: 700;
    margin-bottom: 6px
}

.product-description .first-head span {
    font-weight: 400 !important;
    padding-left: 5px
}

.product-description .more {
    font-weight: 700;
    padding-left: 5px
}

.product-description .more a {
    text-decoration: underline !important
}

.product-description .testimonial {
    width: 100%;
    border: 1px solid #e9eff0;
    padding: 15px;
    margin-bottom: 10px
}

.product-description .testimonial p {
    margin-bottom: 0;
    font-weight: 700
}

.product-description .testimonial.yellow p {
    color: #f68c27;
    text-decoration: underline
}

.product-description .table-data tr td {
    padding: 10px;
    border: 1px solid #e9eff0
}

.product-description .table-data tr td:first-child {
    border-left: none;
    width: 170px;
    padding-left: 0
}

.product-description .table-data tr td:last-child {
    font-weight: 700
}

.product-description .table-data tr:first-child td {
    border-top: none
}

.p-a-div {
    margin-top: 60px
}

.p-a-div .kids-carousel {
    display: block !important
}

.p-head {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: calc(100% - 100px)
}

.p-head h3 {
    font-size: 1.375rem;
    float: left;
    font-weight: 400
}

.p-article .item {
    margin: 0 15px
}

.grey-bg {
    background-color: #f5f4f2;
    padding: 40px 0;
    margin-top: 40px
}

.d-products .book-wrapper {
    margin: 0 15px;
    padding: 0
}

.d-products .book-wrapper:hover {
    position: relative;
    width: auto;
    z-index: 9;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 1px solid #e9eff0
}

.d-products .book-details {
    left: 0
}

.d-products .slick-track {
    padding-bottom: 30px
}

.d-products .slick-arrow:hover {
    background-color: #c8ccd3;
    opacity: 1
}

.d-products .slick-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #c8ccd3;
    position: absolute;
    top: -40px;
    right: 16px
}

.d-products .slick-next::before {
    content: "";
    background-image: url(../images/icons/right-lt.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto
}

.d-products .slick-next:hover::before {
    background-image: url(../images/icons/right-wh.svg)
}

.d-products .slick-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #c8ccd3;
    position: absolute;
    top: -40px;
    right: 55px;
    left: auto
}

.d-products .slick-prev::before {
    content: "";
    background-image: url(../images/icons/left-lt.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto
}

.d-products .slick-prev:hover::before {
    background-image: url(../images/icons/left-wh.svg)
}

.white-line {
    margin-top: 1rem;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #fff
}

@media(max-width:1024px) {
    .product-description {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #e9eff0;
        background-color: #f5f4f2
    }
    .product-description .panel-title {
        padding: 15px;
        border-bottom: 1px solid #e9eff0;
        display: block;
        position: relative
    }
    .product-description .panel-title::after {
        content: "";
        background-image: url(../images/icons/down-blk.svg);
        opacity: .9;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        right: 15px;
        top: calc(50% - 6px)
    }
    .product-description .card-body {
        padding: 15px;
        font-size: .875rem;
        border-bottom: 2px solid #ffbf3c
    }
    .card,
    .card-header {
        padding: 0;
        border: none;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .p-details-img {
        width: 30%;
        margin-top: 0
    }
    .p-details-img .p-details-img-b .new-tag {
        left: 5px
    }
    .p-details-img .p-details-img-b .new-tag img {
        width: 23px;
        height: 50px
    }
    .p-details {
        width: 70%;
        float: left;
        padding: 0 15px 0 0;
        padding-right: 15px;
        margin-top: 0
    }
    .s-btns div img {
        width: 30px;
        height: 30px
    }
    .show-price .btn-basket,
    .show-price .btn-buy {
        min-width: 100%
    }
    .social-click {
        position: static;
        margin-top: 25px;
        display: flex;
        width: 100%;
        float: left
    }
    .p-details-img .btn-summary {
        width: 100%;
        bottom: -40px
    }
    .p-details h1 {
        font-size: 2rem;
        line-height: 27px
    }
    .p-details-img .p-details-img-b .cat-tag {
        bottom: 20px
    }
    .p-details-img .p-details-img-b .cat-tag img {
        width: 75px
    }
    .p-details .show-price li:first-child {
        font-size: 2.2rem
    }
    .p-details .show-price li:first-child span {
        font-size: 1.8rem
    }
    .p-details-img .p-details-img-b {
        padding: 15px
    }
    .s-btns {
        width: 110px;
        height: 80px;
        display: inline-block
    }
    .s-btns:nth-child(even) {
        margin-left: 10px;
        margin-right: 10px
    }
    .s-btns div img {
        width: 30px;
        height: 30px
    }
    .s-btns div img {
        margin-bottom: 5px
    }
    .product-description {
        margin-top: 30px
    }
    .product-description .tab-content {
        padding: 18px
    }
}

@media(max-width:767px) {
    .p-details .show-price ul {
        display: block
    }
    .product-description .table-data tr td:first-child {
        width: 120px
    }
    .p-details-img {
        width: 200px;
        margin: 0 auto;
        top: 0;
        left: 0;
        z-index: 99;
        margin-top: 0
    }
    .p-details-img .p-details-img-b {
        padding: 8px 8px 35px 8px
    }
    .p-details-img .p-details-img-b .cat-tag img {
        width: 70px
    }
    .p-details-img .p-details-img-b .cat-tag {
        bottom: 30px;
        left: -16px
    }
    .p-details-img .p-details-img-b .new-tag {
        left: auto;
        right: 10px
    }
    .p-details {
        width: 100%;
        padding-right: 15px;
        margin-top: 32px
    }
    .p-details h1 {
        font-size: 1.5rem;
        line-height: 17px
    }
    .p-details h1 span {
        font-weight: 400
    }
    .p-details .b-dts p {
        font-size: 18px;
        line-height: 18px
    }
    .p-details .mbl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse
    }
    .p-details .p-price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse
    }
    .p-details-head {
        float: left;
        width: 100%;
        padding-left: 0
    }
    .p-details .show-price {
        padding-left: 0
    }
    .p-details .show-price ul li {
        width: 100%
    }
    .p-details .show-price ul li:nth-of-type(1n+2) {
        padding: 0
    }
    .p-details .show-price ul li a {
        min-width: 100% !important;
        margin-bottom: 10px
    }
    .p-details .show-price ul li .btn-basket {
        font-size: 13px;
        padding-left: 27px;
        display: none
    }
    .p-details .show-price ul li .btn-basket img {
        width: 20px;
        height: 20px;
        left: 7px
    }
    .p-details .show-price li:first-child {
        font-size: 2rem
    }
    .p-details .show-price li:first-child span {
        font-size: 1.438rem;
        margin-bottom: 7px
    }
    .p-details-img .btn-summary {
        width: 130px;
        padding: 0;
        font-weight: 400;
        font-size: .75rem
    }
    .p-details-img .btn-summary img {
        display: none
    }
    .p-details .delivery {
        margin-top: 100px;
        font-size: .875rem;
        margin-bottom: 0
    }
    .p-details .b-dts {
        border: none
    }
    .p-details .p-details-text {
        margin-top: 27px;
        margin-bottom: 6px;
        padding: 20px 0;
        border-top: 2px solid #e9eff0
    }
    .social-click {
        position: static;
        display: flex;
        float: left;
        width: 100%
    }
    .social-click .s-btns {
        float: left
    }
    .social-click .s-btns:nth-child(even) {
        margin-left: 5px;
        margin-right: 5px
    }
    .panel-collapse.show .panel-body {
        border-bottom: 2px solid #ffbf3c
    }
    .hidden-xs {
        display: none !important
    }
    .p-head .kids-carousel-nav {
        margin-top: 0;
        right: -110px
    }
    .article-d-bottom .left-side-b .p-head {
        margin-left: -10px
    }
    .product-description .tab-content {
        padding: 15px
    }
    .article-d-bottom .left-side-b {
        padding: 0 10px !important
    }
    .article-d-bottom .left-side-b .item {
        padding: 0 15px !important
    }
    .p-head h3 {
        font-size: 1.125rem
    }
    .p-a-div {
        margin-top: 25px
    }
    .grey-bg {
        padding: 25px 0;
        margin-top: 25px
    }
    .artile-tile .article-img {
        width: calc(100% + 30px);
        left: -15px
    }
    .s-btns div img {
        width: 40px;
        height: 40px
    }
    .d-products {
        padding: 0 10px
    }
    .d-products .slick-track {
        padding-bottom: 0
    }
    .d-products .slick-track .book-list {
        padding: 0 5px
    }
    .d-products .slick-track .book-list .book-wrapper {
        margin: 0
    }
    .d-products .slick-track .book-list .book-wrapper .addto {
        display: none
    }
    .btn-basket,
    .btn-buy {
        font-size: 13px
    }
    .breadcrumb .breadcrumb-item {
        margin-bottom: 5px
    }
    .search-result-div #collapseOne {
        margin-top: 20px
    }
    .search-result-div .search-r-head {
        margin-bottom: 80px
    }
    .cat-head p {
        font-size: 14px
    }
    .row2 {
        float: none !important
    }
}

@media(max-width:545px) {
    .p-details .delivery li {
        width: 33.33%;
        float: left;
        margin: 0 !important
    }
    .p-details .delivery ul {
        text-align: center;
        width: 100%
    }
    .p-details .delivery li img {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px
    }
    .cat-slider .next-arrow,
    .cat-slider .prev-arrow {
        top: 15%
    }
}

.newsletter.bundle h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ffbf3c;
    margin-bottom: 10px
}

.newsletter.bundle p {
    text-align: left;
    font-weight: 400
}

.newsletter.bundle .modal-body {
    padding: 30px
}

.newsletter.bundle .bundle-des li {
    float: left
}

.newsletter.bundle .bundle-des li img {
    width: 120px;
    float: left;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px
}

.newsletter.bundle .bundle-des li:nth-child(2) {
    width: 60%;
    float: left;
    padding: 0 20px
}

.newsletter.bundle .bundle-des li:nth-child(2) h3 {
    font-size: 1.25rem;
    font-weight: 700
}

.newsletter.bundle .bundle-des li:nth-child(3) {
    width: calc(40% - 120px);
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'Markazi Text', serif
}

.newsletter.bundle .bundle-des li:nth-child(3) span {
    display: block;
    font-size: 1.5rem;
    color: #a19e9e
}

.newsletter.bundle .bundle-des li:nth-child(3) span i {
    font-style: normal !important;
    font-family: Roboto, sans-serif;
    font-size: 1rem
}

.newsletter.bundle .bundle-items p {
    margin-bottom: 2px;
    font-size: .875rem;
    line-height: normal
}

.newsletter.bundle .text-button-y {
    height: 50px !important;
    margin-left: 20px;
    margin-top: 0
}

.newsletter.bundle .close {
    position: absolute;
    right: 14px;
    top: 11px;
    color: #ffbf3c;
    z-index: 5
}

@media(max-width:767px) {
    .newsletter.bundle .modal-body {
        padding: 15px
    }
    .newsletter.bundle .bundle-des li:nth-child(2) {
        width: 100%;
        padding: 0
    }
    .newsletter.bundle .bundle-des li:nth-child(3) {
        width: 100%;
        margin-top: 20px
    }
    .newsletter.bundle .text-button-y {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
    .newsletter.bundle .btn-buy {
        width: 100%
    }
}

a,
a:hover {
    color: inherit;
    text-decoration: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.b-right {
    border-right: 1px solid #efefef
}

.b-left {
    border-left: 1px solid #efefef
}

.b-bottom {
    border-bottom: 1px solid #efefef
}

.b-top {
    border-top: 1px solid #efefef
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 40px;
    border: 1px solid #000;
    padding: 0 15px;
    position: relative;
    background-image: url(../images/icons/select-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) calc(17px + 0);
    font-size: .875rem
}

.bottom-arrow {
    background-color: transparent;
    border: 1px solid #efefef;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center
}

.bottom-arrow::after {
    content: '';
    background-image: url(../images/icons/minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    background-position: center
}

.bottom-arrow.collapsed::after {
    content: '';
    background-image: url(../images/icons/down-blk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    background-position: center
}

.bottom-arrow:hover {
    cursor: pointer !important;
    background-color: #f5f4f2
}

.bread {
    border-bottom: 2px solid #efefef;
    margin-bottom: 25px
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 15px 0;
    font-weight: 400;
    font-size: .75rem
}

.breadcrumb .breadcrumb-item {
    display: inline-block
}

.breadcrumb .breadcrumb-item a {
    color: #63687c
}

.breadcrumb .breadcrumb-item.active {
    color: #63687c;
    font-weight: 900
}

.breadcrumb-item {
    padding-left: 0 !important;
    padding-right: 3px
}

.breadcrumb-item::after {
    content: "";
    background-image: url(../images/icons/right.svg);
    width: 11px;
    height: 11px;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
    left: 5px;
    top: 1px;
    opacity: .5
}

.breadcrumb-item::before {
    content: none !important
}

.breadcrumb-item:last-child::after {
    content: none
}

.filter {
    width: 25%;
    float: left;
    padding: 0 0 0 15px
}

.filter .f-head {
    padding: 10px 25px 8px 0;
    width: 100%;
    float: left;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.filter .f-head h3 {
    float: left;
    font-size: 1.125rem
}

.filter .f-head .bottom-arrow {
    float: right
}

.filter .search {
    width: 100%;
    float: left;
    padding: 30px 25px 20px 0
}

.filter .search .search-input {
    border: 1px solid #000;
    padding: 10px;
    height: 40px;
    width: 100%;
    font-size: .875rem;
    padding-right: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.filter .search .btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    opacity: 0
}

.filter .search img {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px
}

.filter .accordion {
    float: left;
    width: 100%
}

.filter .card {
    border: none;
    border-radius: 0
}

.filter .card-header {
    background: 0 0;
    padding: 0;
    border: none
}

.filter .card-body {
    padding: 0
}

.filter .check {
    margin-bottom: 12px;
    height: 25px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.filter .check p {
    font-size: .875rem;
    font-weight: 400;
    margin: 0
}

.filter .filter-items {
    padding: 20px 0;
    width: 100%;
    float: left
}

.filter .b-remove {
    position: relative;
    right: -1px;
    border-right: 1px solid #fff
}

.listing-div {
    width: 75%;
    float: left;
    padding: 0 0 0 30px;
    border-left: 1px solid #efefef
}

.listing-div .listing-ad .ad-1 {
    width: 37%;
    float: left;
    padding: 0 15px
}

.listing-div .listing-ad .ad-2 {
    width: 61.4%;
    float: left;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.listing-div .listing-ad .ad-2 a {
    display: block
}

.listing-div .select-view {
    padding: 30px 0;
    width: 100%;
    float: left
}

.listing-div .select-view .view {
    float: right;
    padding-right: 15px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.listing-div .select-view .view img {
    width: 45px;
    height: 35px
}

.listing-div .select-view .view span {
    display: inline-block;
    margin-left: -1px
}

.listing-div .select-view .list-view img:nth-child(2) {
    display: none
}

.listing-div .select-view .list-view.active img:nth-child(1) {
    display: none
}

.listing-div .select-view .list-view.active img:nth-child(2) {
    display: block
}

.listing-div .select-view .grid-view img:nth-child(2) {
    display: none
}

.listing-div .select-view .grid-view.active img:nth-child(1) {
    display: none
}

.listing-div .select-view .grid-view.active img:nth-child(2) {
    display: block
}

.listing-div .select-view .grid-view:hover,
.listing-div .select-view .list-view:hover {
    cursor: pointer
}

.listing-div .line {
    display: block;
    width: calc(100% + 15px);
    background-color: #efefef;
    margin-left: -30px;
    float: left
}

.btn-ca {
    float: right;
    display: block;
    margin-left: auto;
    padding-right: 10px;
    font-size: .875rem;
    color: #62697b;
    font-weight: 600;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.product-listing {
    float: left;
    padding-right: 15px;
    width: 100%
}

.product-listing .book-wrapper {
    height: auto;
    margin-bottom: 30px
}

.product-listing .book-wrapper img {
    position: static
}

.product-listing .product-category {
    margin-bottom: 30px
}

.product-listing h2 {
    display: block;
    flex: 0 0 100%;
    padding: 10px 15px 20px;
    font-weight: 700;
    font-size: 1.375rem
}

.product-listing .btn-ca {
    margin-top: 20px
}

.product-listing .fix {
    margin-bottom: 30px
}

.product-listing .cat1 h2 {
    color: #6db0c6
}

.product-listing .cat2 h2 {
    color: #8984bf
}

.product-listing .cat3 h2 {
    color: #9bae89
}

.product-listing .cat4 h2 {
    color: #cc7e9d
}

.product-listing .cat5 h2 {
    color: #87a7d7
}

.product-listing .cat6 h2 {
    color: #f68c27
}

.product-listing .cat7 h2 {
    color: #a57bb7
}

.product-listing .cat8 h2 {
    color: #52b5b1
}

.product-listing .cat9 h2 {
    color: #000
}

.product-listing .cat10 h2 {
    color: #FF4C85
}

.c-select {
    position: relative;
    width: 200px;
    float: left
}

.c-select select {
    display: none
}

.select-selected {
    background-color: transparent;
    border: 1px solid #000
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/down-blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    display: block
}

.select-selected.select-arrow-active:after {
    background-image: url(../images/icons/up-wht.svg)
}

.select-arrow-active {
    background-color: #000;
    color: #fff !important
}

.select-items div,
.select-selected {
    color: #000;
    padding: 8px 12px;
    font-size: .875rem;
    height: 40px;
    display: flex;
    align-items: center
}

.select-items {
    position: absolute;
    background-color: #f5f5f5;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: #e6e6e6
}

.listing-view .product-category .col-6 {
    max-width: 100% !important;
    float: left;
    flex: 0 0 100% !important;
    padding-right: 0
}

.listing-view .product-category .book-wrapper {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: calc(100% - 15px);
    border: 1px solid #f5f4f2;
    padding: 0
}

.listing-view .product-category .book-wrapper img {
    width: 114px;
    float: left;
    min-height: 170px;
    max-height: 170px;
    padding: 0;
    border: none !important;
    background-color: #f5f4f2;
    padding: 10px
}

.listing-view .product-category .book-wrapper:hover {
    position: static;
    width: calc(100% - 15px);
    z-index: 9;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.listing-view .product-category .book-wrapper .book-details {
    position: relative;
    width: calc(100% - 126px);
    float: left;
    display: block;
    opacity: 1;
    min-height: 170px;
    max-height: 170px
}

.listing-view .product-category .book-wrapper .book-details::before {
    background-color: #fff
}

.listing-view .product-category .book-wrapper .book-details .ctas {
    width: 195px;
    left: auto;
    bottom: -15px;
    right: 0
}

.listing-view .product-category .book-wrapper .book-details .ctas .icon-button {
    border: 1px solid #ffbf3c;
    background-color: #fff
}

.listing-view .product-category .book-wrapper .book-details .ctas .icon-button .icon.ic-cart-wh {
    background-image: url(../images/icons/bag-yl.svg)
}

.listing-view .product-category .book-wrapper .book-details .ctas .text-button {
    color: #000 !important;
    border-color: #000 !important;
    background-color: #fff
}

.listing-view .product-category .book-wrapper .book-details .ctas .text-button:hover {
    color: #fff !important;
    background-color: #000
}

.listing-view .product-category .book-wrapper .book-details h2 {
    padding: 0 !important;
    color: #000 !important;
    font-size: 20px;
    line-height: 20px
}

.listing-view .product-category .book-wrapper .book-details .desc {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000 !important
}

.listing-view .product-category .book-wrapper .book-details p {
    font-size: 18px;
    color: #000 !important;
    line-height: 18px
}

.listing-view .product-category .book-wrapper .book-details .price {
    font-size: 32px !important;
    color: #000 !important
}

.listing-view .product-category .book-wrapper .book-details .small-desc {
    opacity: 1;
    color: #000 !important;
    margin-top: 10px;
    line-height: 20px;
    width: 65%;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    position: absolute;
    left: 15px;
    bottom: 10px;
    overflow: hidden;
    height: 42px
}

.listing-view .product-category .book-wrapper .book-details .small-desc span {
    font-weight: 400 !important
}

.listing-view .fix {
    height: auto !important;
    margin-bottom: 0 !important
}

.listing-view .all-clik {
    right: auto;
    left: -114px;
    width: 114px
}

.fix {
    height: 340px
}

@media(max-width:1024px) and (min-width:768px) {
    .fix {
        height: 305px
    }
    .listing-div {
        width: 70%;
        padding: 0 0 0 15px
    }
    .filter {
        width: 30%
    }
    .listing-div .listing-ad .ad-1 {
        padding: 0 10px
    }
    .listing-div .listing-ad .ad-2 {
        padding: 0 10px
    }
    .listing-div .listing-ad .row {
        margin-right: -3px;
        margin-left: -10px
    }
    .listing-div .select-view {
        padding-bottom: 0
    }
    .listing-view .product-category .book-wrapper .book-details {
        width: calc(100% - 114px)
    }
    .listing-view .product-category .book-wrapper .book-details .ctas {
        right: 10px
    }
    .listing-view .product-category .book-wrapper .book-details .small-desc {
        display: none
    }
    .listing-view .product-category .book-wrapper .book-details .price {
        text-align: right
    }
    .listing-div .line {
        margin-top: 20px !important
    }
    .select-items div,
    .select-selected {
        height: 35px
    }
    .select-selected:after {
        top: 11px
    }
    .product-listing .product-category .col-lg-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 5px;
        padding-right: 5px
    }
    .product-listing .product-listing h2 {
        padding: 10px 5px 20px
    }
    .book-list .book-wrapper:hover {
        bottom: -10%
    }
}

@media(max-width:767px) {
    .listing-view .product-category .book-wrapper .book-details {
        padding-left: 10px
    }
    .listing-view .product-category .book-wrapper .book-details h2 {
        font-family: 'Markazi Text', serif;
        height: auto;
        font-size: 20px;
        margin-bottom: 5px !important
    }
    .listing-view .product-category .book-wrapper .book-details p {
        display: block !important;
        font-size: 12px
    }
    .listing-view .product-category .book-wrapper .book-details .desc {
        font-family: 'Markazi Text', serif
    }
    .listing-view .product-category .book-wrapper .book-details .desc span {
        font-size: 20px;
        font-weight: 700
    }
    .listing-view .product-category .book-wrapper .book-details .small-desc {
        width: 100%;
        display: none !important
    }
    .listing-view .product-category .book-wrapper .book-details .ctas {
        position: static;
        width: calc(100% + 10px)
    }
    .listing-view .product-category .book-wrapper .book-details .ctas .price {
        font-family: 'Markazi Text', serif
    }
    .listing-view .product-category .book-wrapper .book-details .ctas .text-button {
        display: block !important;
        width: calc(100% - 50px) !important;
        padding-left: 5px;
        padding-right: 5px;
        font-size: .75rem
    }
    .fix {
        height: auto
    }
    .product-listing .book-wrapper {
        margin-bottom: 10px
    }
    .listing-ad {
        display: none
    }
    .filter .f-head {
        padding: 0
    }
    .filter .card {
        margin-bottom: 17px
    }
    .filter .b-remove {
        border: none
    }
    .filter .search {
        padding: 0;
        margin-bottom: 5px;
        margin-top: 20px
    }
    .collapse .accordion .f-head {
        padding-bottom: 5px
    }
    .listing-div {
        width: 100%;
        padding: 0 15px;
        border-left: none
    }
    .product-listing.book-list {
        padding: 0 10px
    }
    .product-listing .product-category {
        width: calc(100% + 30px) !important
    }
    .filter .f-head h3 {
        font-size: .875rem
    }
    .bottom-arrow,
    .minus {
        width: 23px;
        height: 23px
    }
    .bottom-arrow::after,
    .minus::after {
        width: 12px;
        height: 12px
    }
    .filter .search .search-input {
        height: 30px
    }
    .filter .search .btn {
        width: 30px;
        height: 30px
    }
    .filter .search img {
        width: 20px;
        height: 20px;
        top: 6px
    }
    .filter {
        position: absolute;
        right: 15px;
        width: calc(100% - 150px);
        padding: 5px 10px;
        margin-bottom: 0;
        top: 0;
        left: 15px;
        z-index: 155;
        background-color: #fff;
        border: 1px solid #cecece;
        overflow: hidden;
        min-height: 35px;
        max-height: 380px
    }
    .listing-view .product-category .book-wrapper {
        margin-bottom: 60px;
        width: calc(100% - 5px)
    }
    .listing-div .select-view {
        padding: 50px 0 20px 0
    }
    .listing-div .select-view .view {
        position: absolute;
        right: 0;
        top: 0
    }
    .select-items div,
    .select-selected {
        height: 37px
    }
    .c-select {
        width: 100%
    }
    .listing-div .line {
        width: calc(100% + 0);
        margin-left: 0
    }
    .bread {
        margin-bottom: 20px
    }
    #collapseOne {
        max-height: 400px;
        overflow-y: scroll
    }
    #collapseOne::-webkit-scrollbar {
        width: 0 !important;
        background: 0 0 !important
    }
    #collapseOne::-webkit-scrollbar-thumb {
        background: 0 0 !important;
        width: 0 !important
    }
    .product-listing h2 {
        font-size: 1rem
    }
    .filter .f-head .bottom-arrow {
        float: right;
        border-right: 1px solid #efefef;
        margin-right: 1px;
        margin-bottom: 1px
    }
    .book-wrapper .book-details .small-desc {
        height: 0
    }
    .search-r-filter #collapseOne .accordion {
        margin-top: 15px
    }
}

.search-r-head {
    padding-left: 27.8%;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search-r-head h2 {
    float: left;
    font-weight: 700
}

.search-r-head .s-count {
    float: right;
    width: auto;
    color: #62697b;
    margin: 0
}

.search-r-head .s-count span {
    color: #ffbf3c;
    font-weight: 700
}

.search-r-head p {
    display: block;
    float: left;
    width: 100%;
    color: #62697b;
    margin: 15px 0 40px 0
}

.search-result {
    padding-top: 100px
}

@media(max-width:767px) {
    .search-result {
        padding-top: 0
    }
    .search-r-head h2 {
        font-size: 16px;
        display: block;
        width: 100%
    }
    .search-r-head {
        position: static;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 65px
    }
    .search-result-div .filter {
        position: absolute;
        margin-bottom: 15px;
        margin-right: 15px;
        top: 65px;
        right: 0;
        width: calc(100% - 30px)
    }
    .search-result-div .search-r-filter .collapse.show {
        max-width: inherit
    }
    .search-r-head .s-count {
        float: left
    }
    .search-r-head p {
        margin: 15px 0 25px 0
    }
}

div.alphabet {
    clear: both;
    position: relative;
    margin: .5em 0
}

div.alphabet ul.pagination {
    margin: 0
}

div.alphabet ul.pagination>li {
    display: inline-block
}

div.alphabet a span {
    opacity: 1;
    position: relative;
    z-index: 4
}

div.alphabet a.empty span {
    opacity: 1
}

div.alphabet a.empty.active span {
    opacity: 1
}

div.alphabet .alphabet-info-display {
    vertical-align: top;
    margin-right: .5em
}

div.alphabet div.alphabet-info {
    position: absolute;
    background-color: #111;
    border-radius: 3px;
    color: #fff;
    margin-top: .2em;
    padding: .2em .4em;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    z-index: 9999;
    display: none
}

div.alphabet ul {
    background-color: #f5f4f2;
    padding: 20px 0 100px 0;
    margin-top: -25px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #62697b;
    font-size: 1.25rem;
    position: relative
}

div.alphabet ul::before {
    content: "";
    position: absolute;
    left: -1000px;
    bottom: 0;
    top: 0;
    background-color: #f5f4f2;
    display: block;
    right: auto;
    width: 1000px;
    height: 100%
}

div.alphabet ul::after {
    content: "";
    position: absolute;
    right: -1000px;
    bottom: 0;
    top: 0;
    background-color: #f5f4f2;
    display: block;
    left: auto;
    width: 1000px;
    height: 100%
}

div.alphabet ul li:nth-child(2) {
    display: none
}

div.alphabet .active {
    position: relative;
    display: block;
    width: auto;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px
}

div.alphabet .active::before {
    content: "";
    display: block;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #62697b;
    width: 100%;
    height: 35px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 0
}

div.alphabet .empty {
    color: #bec3d3;
    pointer-events: none;
    cursor: default
}

.alphabet-info-display,
.dataTables_length,
.sorting_asc {
    display: none
}

.dataTables_filter {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    margin-top: -90px
}

.dataTables_filter label {
    width: 100%;
    padding: 30px 30px 20px 30px;
    border: 1px solid #f5f4f2;
    font-size: 0;
    margin-bottom: 30px;
    position: relative
}

.dataTables_filter label::before {
    content: "";
    background-image: url(../images/icons/search-grey.svg);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 22px;
    top: calc(50% - 20px);
    display: block;
    height: 40px;
    width: 40px;
    z-index: 2
}

.dataTables_filter label input {
    width: 100%;
    border: none;
    margin: 0;
    padding-left: 40px;
    position: relative;
    height: 50px;
    border-bottom: 1px solid #bec3d3;
    font-size: 1.25rem;
    color: #62697b
}

tr.alphabet-group {
    background-color: rgba(0, 0, 0, .15) !important;
    display: none
}

tr.alphabet-group:hover {
    background-color: rgba(0, 0, 0, .15) !important
}

.dataTables_info {
    display: none
}

.author-listing table tr {
    width: 16.666%;
    float: left;
    padding: 0 10px;
    margin-bottom: 25px
}

.author-listing table tr img {
    width: 143px;
    height: 143px;
    margin-bottom: 10px
}

.author-listing table tr td {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse
}

.author-listing table tr td a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse
}

.author-listing table tr td span {
    display: block;
    height: 50px;
    color: #6fb1c8;
    font-size: .875rem;
    font-weight: 700;
    overflow: hidden
}

.author-listing table tr td span a {
    color: #6fb1c8
}

.author-listing .table-bordered {
    border: none;
    position: relative
}

.author-listing .table-bordered .even,
.author-listing .table-bordered .odd {
    background-color: transparent
}

.author-listing .table-bordered .odd .dataTables_empty {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.author-listing .table-striped tbody tr:nth-of-type(even),
.author-listing .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent
}

.dataTables_paginate {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dataTables_paginate a {
    width: 40px;
    height: 40px;
    background-color: #e9eff0;
    display: inline-block;
    margin: 0 3px
}

.dataTables_paginate a:hover {
    cursor: pointer !important
}

.dataTables_paginate span {
    display: inherit !important
}

.paginate_button .next {
    position: relative
}

.paginate_button .prev {
    position: relative
}

.paginate_button .next,
.paginate_button .prev {
    display: flex;
    align-items: center;
    justify-content: center
}

.paginate_button .next img,
.paginate_button .prev img {
    width: 25px;
    height: 25px;
    opacity: .8
}

.paginate_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #62697b
}

.paginate_button.current {
    background-color: #ffbf3c;
    color: #fff
}

@media(max-width:1024px) and (min-width:768px) {
    .author-listing table tr {
        width: 20%
    }
    body,
    html {
        overflow-x: hidden
    }
}

@media(max-width:1024px) {
    .author-listing table tr img {
        width: 100%;
        height: auto
    }
}

@media(max-width:767px) {
    body,
    html {
        overflow-x: hidden
    }
    div.alphabet {
        text-align: center;
        overflow-x: scroll;
        z-index: 1
    }
    .author-listing table tr {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }
    div.alphabet ul::after,
    div.alphabet ul::before {
        content: none
    }
    div.alphabet ul {
        padding: 20px 20px 100px 20px;
        font-size: 1rem;
        margin-top: 0;
        width: 600px
    }
    .dataTables_wrapper {
        margin-top: -8px
    }
    .dataTables_filter label {
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px
    }
    .dataTables_filter label::before {
        background-size: 30px 30px;
        left: 15px;
        top: calc(50% - 15px);
        height: 30px;
        width: 30px
    }
    .dataTables_filter label input {
        height: 40px;
        font-size: .875rem
    }
}

.more {
    font-size: 14px;
    line-height: 23px
}

.morecontent span {
    display: none
}

.author-d-head {
    position: relative;
    padding: 0;
    margin-top: -25px
}

.author-d-head span {
    background-color: #f5f4f2;
    height: 100px;
    display: block;
    position: absolute;
    width: 100%;
    color: #f5f4f2
}

.author-details {
    margin-top: 50px
}

.author-details .p-details-head h2 {
    color: #6fb1c8;
    font-size: 1.4rem;
    font-family: Roboto, sans-serif;
    margin-top: 15px
}

.author-details .p-details-head h3 {
    margin-top: 60px;
    font-size: 22px;
    font-weight: 700
}

.author-details .p-details-img-b {
    border: none;
    padding: 0
}

.author-details .p-details-img-b img {
    border: 1px solid #bec3d3;
    padding: 15px;
    border-width: 1px !important;
    background-color: #fff
}

.author-details .btn-summary {
    position: static;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    height: 50px
}

.author-details .btn-summary:hover {
    background-color: #000;
    color: #fff
}

.author-details .read-more-target {
    max-height: 250px
}

.author-details .p-details {
    padding-right: 0;
    width: 76%;
    margin-top: 0
}

.author-details .p-details-img {
    width: 24%;
    margin-top: 0
}

.author-details .read-more-trigger {
    margin-top: 40px
}

.share-print {
    float: left;
    width: 100%;
    border-top: 1px solid #e9eff0;
    border-bottom: 1px solid #e9eff0;
    margin-top: 20px
}

.share-print li {
    padding: 0
}

.share-print li a {
    padding: 30px 20px;
    display: block
}

.share-print li a:hover {
    cursor: pointer !important
}

.share-print li img {
    width: 30px;
    height: 30px
}

.share-print li:first-child img {
    width: 22px;
    height: 22px
}

.share-print li:last-child {
    border-left: 1px solid #e9eff0;
    border-right: 1px solid #e9eff0
}

@media(max-width:1024px) and (min-width:768px) {
    .author-details .p-details {
        width: 70%
    }
    .author-details .p-details-img {
        width: 30%
    }
    .author-details .p-details-img-b img {
        padding: 10px
    }
    .author-details .p-details-head h2 {
        font-size: 1.25rem
    }
    .author-d-head span {
        height: 80px
    }
    .author-details .p-details-head h3 {
        margin-top: 35px;
        font-size: 18px
    }
    .author-details .read-more-target {
        max-height: 148px
    }
}

@media(max-width:767px) {
    .author-details .p-details .mbl {
        flex-direction: column
    }
    .author-details .p-details-img {
        width: 100%;
        position: static
    }
    .author-details .p-details-head {
        padding-left: 0
    }
    .author-details .p-details-head h3 {
        margin-top: 20px;
        font-size: 1rem
    }
    .author-details .p-details-head h2 {
        font-size: 1.125rem;
        margin-top: 20px
    }
    .author-details .read-more-target {
        max-height: 200px;
        padding-right: 15px
    }
    .share-print {
        margin-top: 0
    }
    .author-d-head {
        margin-top: 0
    }
    .author-details {
        margin-top: 20px
    }
    .author-d-head span {
        background-color: #f5f4f2;
        height: 50px
    }
    .author-details .p-details {
        width: 100%;
        padding-right: 15px !important
    }
    .author-details .p-details .p-details-text {
        border: none;
        margin-top: 0;
        padding-top: 10px
    }
}

.faq {
    margin-top: -25px;
    overflow: hidden;
    padding: 0
}

.faq .dataTables_filter {
    margin-top: 0;
    position: relative;
    background-color: #f5f4f2
}

.faq .dataTables_filter::before {
    content: '';
    position: absolute;
    left: -500px;
    bottom: 0;
    top: 0;
    background-color: #f5f4f2;
    display: block;
    width: 2000px;
    height: 100px
}

.faq label {
    margin-top: 20px;
    background-color: #fff;
    margin-bottom: 0
}

.faq .accordion {
    margin-top: 10px;
    margin-bottom: 40px;
    display: block !important
}

.faq .accordion .card-header:after {
    content: "";
    background-image: url(../images/icons/down-blk.svg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    display: block;
    float: right;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px)
}

.faq .accordion .card-header.collapsed:after {
    content: "";
    background-image: url(../images/icons/down-blk.svg);
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    display: block;
    float: right;
    opacity: .6;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px)
}

.faq .card {
    background-color: transparent;
    border-radius: 0;
    border: none
}

.faq .card .card-header {
    background-color: #f5f4f2;
    border-radius: 0;
    border: 1px solid #e9eff0;
    margin-top: 15px;
    padding: 0;
    position: relative
}

.faq .card .card-header::before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -4px;
    background-color: #ffbf3c;
    height: 3px;
    width: 70px;
    display: block;
    z-index: 1
}

.faq .card .card-header[aria-expanded=true] {
    border: 1px solid #ffbf3c;
    border-bottom: 0
}

.faq .card .card-header[aria-expanded=true]~.bg {
    border: 1px solid #ffbf3c;
    border-top: 0
}

.faq .card .card-title {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 18px 20px
}

.faq .card-body {
    background-color: #f5f4f2;
    padding-bottom: 0;
    position: relative
}

.faq .card-body p {
    padding-bottom: 15px;
    margin: 0
}

.faq .card-body .bg {
    position: relative
}

.faq .card-body ::after {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    background-color: #f5f4f2;
    height: 15px;
    width: 100%;
    display: block
}

::-webkit-input-placeholder {
    color: #bec3d3 !important
}

::-moz-placeholder {
    color: #bec3d3 !important
}

:-ms-input-placeholder {
    color: #bec3d3 !important
}

:-moz-placeholder {
    color: #bec3d3 !important
}

#light-box .modal-body {
    padding: 30px 0 20px 0
}

#light-box .light-box-txt {
    background-image: url(../images/icons/light-box-stripe.svg);
    background-position: center;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 300
}

#light-box .sub-txt {
    font-size: 30px;
    font-family: 'Markazi Text', serif;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px
}

@media(max-width:767px) {
    .faq .card .card-title {
        padding: 10px 10px;
        font-size: .875rem
    }
    .faq .card-body ::after {
        content: none
    }
    .faq .dataTables_filter::before {
        left: -110px;
        width: 1000px;
        height: 75px;
        z-index: -1
    }
}

.input-style {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #bec3d3;
    height: 30px;
    margin-bottom: 20px
}

.input-style:focus {
    border-bottom: 1px solid #ffbf3c
}

.input-style::-webkit-input-placeholder {
    color: #62697b !important
}

.input-style::-moz-placeholder {
    color: #62697b !important
}

.input-style:-ms-input-placeholder {
    color: #62697b !important
}

.input-style:-moz-placeholder {
    color: #62697b !important
}

.form p {
    margin-top: 10px;
    font-size: .875rem
}

.form .check {
    float: left;
    padding-left: 28px;
    width: 100%
}

.form .check p {
    margin: 0;
    margin-top: 3px
}

.form .check input {
    width: 20px;
    height: 20px;
    top: 0
}

.form .checkmark {
    height: 20px;
    width: 20px
}

.form .check .checkmark:after {
    top: 5px;
    left: 4px;
    width: 11px;
    height: 5px;
    border-bottom: 1px solid #ffbf3c;
    border-left: 1px solid #ffbf3c
}

.form .check input:checked~.checkmark,
.form .checkmark,
.form .checkmark:hover {
    border: 1px solid #bec3d3
}

.form .text-button {
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    width: 170px
}

.form .text-button:hover {
    background-color: #000;
    color: #fff
}

.contact-info {
    background-color: #f5f4f2
}

.contact-info .img {
    position: relative;
    display: block
}

.contact-info .img::before {
    content: '';
    position: absolute;
    width: 70px;
    margin: 0 auto;
    display: block;
    bottom: 25px;
    height: 3px;
    background-color: #ffbf3c;
    left: 0;
    right: 0
}

.contact-info .phone {
    margin-bottom: 40px
}

.contact-info .phone li {
    margin-bottom: 10px;
    font-size: .875rem
}

.contact-info .phone li img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.contact-info h3 {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 7px
}

.contact-info p {
    color: #62697b
}

.contact-info .social {
    margin-bottom: 40px;
    margin-top: 25px
}

.contact-info .social .icon {
    width: 40px;
    height: 40px
}
.contact-info .social .icon.ic-lnkdn-wh {
    background-image: url(../images/icons/lnkdn-wh-y.svg)
}
.contact-info .social .icon.ic-yt-wh {
    background-image: url(../images/icons/yt-wh-y.svg)
}

.contact-info .social .icon.ic-in-wh {
    background-image: url(../images/icons/in-wh-y.svg)
}

.contact-info .social .icon.ic-tw-wh {
    background-image: url(../images/icons/x-yellow.svg)
}

.contact-info .social .icon.ic-fb-wh {
    background-image: url(../images/icons/fb-wh-y.svg)
}

.contact-info .social .icon.ic-cloud-wh {
    background-image: url(../images/icons/cloud-wh-y.svg)
}

.contact-info .social .icon.br {
    border: 1px solid #62697b
}

.contact-info .social a {
    margin-right: 10px
}

.address {
    padding: 0 15px 100px 15px;
    padding-bottom: 100px
}

.address .text-button {
    background-color: #f5f4f2;
    height: 40px;
    padding: 5px 10px;
    width: 100%
}

.address .text-button:hover {
    background-color: #000;
    color: #fff
}

@media(max-width:767px) {
    .conatct-us .row {
        flex-direction: column-reverse
    }
    .contact-info .phone li {
        display: block
    }
    .address {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.article-listing h1 {
    font-weight: 700;
    font-size: 22px
}

.slider-for {
    margin-top: -25px
}

.slider-for img {
    width: 100%
}

.slider-for p {
    background-color: rgba(0, 0, 0, .4);
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 129px
}

.slider-for p span {
    font-family: 'Markazi Text', serif;
    color: #fff;
    font-size: 25px;
    width: 50%;
    font-weight: 700;
    display: block;
    text-align: right;
    float: right;
    padding-right: 25px
}

.slider-for .slick-slide {
    height: 590px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.shortdesc-bold {
    float: left;
    width: 100%;
    font-size: 1.125em;
    font-weight: 700
}

.slider-nav {
    width: 288px !important;
    position: absolute;
    bottom: 18px;
    left: 20px
}

.slider-nav .slick-track .slick-slide {
    border: 1px solid #000;
    margin-right: 5px
}

.slider-nav .slick-track .slick-slide.slick-current {
    border: 1px solid #fff !important;
    position: relative
}

.slider-nav .slick-track .slick-slide img {
    padding: 5px;
    height: 90px;
    width: 90px
}

.slider-nav .slick-track .slick-slide img:hover {
    cursor: pointer !important
}

.slider-nav .slick-track .slick-slide {
    height: 91px;
    padding: 5px
}

.slider-nav .slick-track .slick-slide:hover {
    cursor: pointer !important
}

.slider-nav .slick-track .slick-slide div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.slider-nav .slick-list {
    padding: 0 0 !important
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
    height: 100%;
    width: 40px
}

.slider-nav .slick-prev {
    left: -45px
}

.slider-nav .slick-next {
    right: -40px
}

.slider-nav .slick-next:before,
.slider-nav .slick-prev:before {
    content: "" !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 40px;
    height: 100%;
    opacity: 1;
    border: 1px solid #000
}

.slider-nav .slick-prev:before {
    background-image: url(../images/icons/left-wh.svg)
}

.slider-nav .slick-next:before {
    background-image: url(../images/icons/right-wh.svg)
}

.slider-nav.left-0 {
    left: 80px !important
}

.article-details-head {
    position: relative
}

.article-details-head .share-print {
    margin-top: 0;
    margin-bottom: 25px
}

.article-details-head .share-print li {
    margin-left: -1px;
    height: 70px
}

.article-details-head .share-print li:nth-child(2) a {
    border-right: none
}

.article-details-head .share-print li a {
    border-left: 1px solid #e9eff0;
    border-right: 1px solid #e9eff0;
    display: block;
    width: 100%;
    padding: 20px 20px
}

.article-details-head .share-print li:first-child {
    border: none;
    padding: 0
}

.article-details-head .share-print li:first-child img {
    width: 52px;
    height: 52px;
    padding: 5px;
    border: 1px solid #707070;
    border-width: 1px !important;
    display: block
}

.article-details-head .share-print li:first-child div {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.article-details-head .share-print li:first-child p {
    display: inline-block;
    padding-left: 10px;
    font-family: 'Markazi Text', serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 19px
}

.article-details-head .share-print li:first-child p span {
    display: block;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    color: #8c9091
}

.article-details-head .share-print li:nth-child(2) {
    border-right: none
}

.article-details-head .share-print li:last-child {
    border-right: none
}

.article-details-head .share-print li:nth-of-type(1n+2) {
    float: right
}

.resize {
    position: relative;
    padding: 20px 10px
}

.resize a {
    padding: 0 !important;
    display: inline-block !important;
    width: auto !important;
    border: none !important
}

.resize a img {
    width: 18px;
    height: 18px
}

.resize span {
    color: #000;
    font-size: 1.25rem;
    position: relative;
    top: 2px;
    font-family: Roboto, sans-serif;
    margin: 0 5px
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.left-side {
    position: relative;
    width: 74%;
    float: left;
    padding: 0 15px;
    min-height: 700px
}

.right-side {
    width: 26%;
    float: left;
    padding: 0 15px;
    margin-top: 10px
}

.right-side.book-list .book-wrapper .book-details {
    opacity: 1 !important;
    position: relative;
    bottom: 0;
    padding: 0
}

.right-side.book-list .book-wrapper .book-details h2 {
    font-size: 16px;
    line-height: 17px;
    background: no-repeat;
    margin-top: 10px;
    font-weight: 700;
    padding: 0;
    height: 30px;
    overflow: hidden
}

.right-side.book-list .book-wrapper .book-details .desc,
.right-side.book-list .book-wrapper .book-details p {
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0
}

.right-side.book-list .book-wrapper .book-details .ctas {
    position: relative;
    bottom: auto;
    left: 0
}

.right-side.book-list .book-wrapper .book-details .price {
    font-weight: 700
}

.right-side.book-list .book-wrapper .book-details .ctas .text-button {
    min-width: auto
}

.right-side.book-list .book-wrapper .book-details .ctas .icon-button {
    border-color: #ffbf3c
}

.right-side.book-list .book-wrapper:hover {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.right-side.book-list .book-wrapper .book-details .ctas .text-button {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.right-side.book-list .book-wrapper .book-details .ctas .text-button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.right-side.book-list .book-wrapper .book-img {
    border: 1px solid #e7e7e8;
    border-width: 1px !important
}

.right-side .book-details::before {
    background: 0 0 !important
}

.right-side.book-list .book-wrapper .book-details h2,
.right-side.book-list .book-wrapper .book-details p {
    color: #000 !important;
    text-align: left;
    margin-bottom: 5px
}

.right-side.book-list .book-wrapper .book-details h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 38px;
    text-transform: inherit !important
}

.right-side.book-list .book-wrapper .book-details p {
    font-size: 12px
}

.right-side.book-list .book-wrapper .book-details p.desc {
    font-family: 'Markazi Text', serif;
    font-size: 18px;
    display: none
}

.right-side.book-list .book-wrapper {
    padding: 35px;
    border: 1px solid #000
}

.right-side.book-list .book-wrapper.p-details-img-b .new-tag {
    left: 5px
}

.right-side.book-list .book-wrapper.p-details-img-b .new-tag img {
    width: 25px;
    height: 54px
}

.right-side.book-list .book-wrapper .book-details .desc,
.right-side.book-list .book-wrapper .book-details .price {
    display: block;
    margin-bottom: 10px
}

.right-side.book-list .book-wrapper .book-details .price {
    font-size: 22px;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px
}

.right-side .book-wrapper .price-cut {
    font-size: 1.125rem;
    margin-left: 7px
}

.right-side.book-list .book-wrapper .book-details .ctas .icon-button .icon.ic-cart-wh {
    background-image: url(../images/icons/bag-yl.svg)
}

.right-side #stcky-p {
    float: left;
    width: 100%;
    height: 550px
}

.right-side #sidebar {
    float: left;
    width: 100%;
    will-change: min-height
}

.right-side #sidebar .stcky-p {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.right-side .is-affixed {
    height: 456px
}

.right-side .is-affixed .stcky-p {
    float: left;
    width: 100%;
    top: 80px !important
}

.right-side .is-affixed .stcky-p .book-img {
    width: 77px;
    float: left;
    margin-right: 10px
}

.right-side .is-affixed .stcky-p h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important
}

.right-side .is-affixed .stcky-p .book-details p.desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important
}

.right-side .is-affixed .stcky-p .d-flex.align-items-center {
    margin-top: 25px
}

.right-side .is-affixed .stcky-p .book-details p {
    font-size: 12px !important;
    margin-bottom: 23px
}

.right-side .is-affixed .stcky-p .book-details .price {
    font-size: 25px !important;
    font-family: 'Markazi Text', serif !important;
    margin-bottom: 0 !important
}

.right-side .is-affixed .stcky-p .book-wrapper .price-cut {
    font-size: 22px !important
}

.right-side .is-affixed .stcky-p .d-share {
    float: left;
    width: 100%
}

.row2.PrintVisible {
    width: calc(100% + 30px)
}

.d-share .follow-icons {
    margin-left: -5px;
    margin-right: -5px
}

.d-share .follow-icons li {
    padding: 5px;
    float: left
}

.d-share .follow-icons li a {
    display: block;
    text-align: center
}

.d-share .follow-icons li:first-child {
    width: 20%
}

.d-share .follow-icons li:first-child img {
    width: 17px;
    height: 70px
}

.d-share .follow-icons li:first-child a {
    padding: 10px;
    background-color: #ffbf3c
}

.d-share .follow-icons li:nth-of-type(1n+2) {
    width: 40%
}

.d-share .follow-icons li:nth-of-type(1n+2) a {
    border: 1px solid #000;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px
}

.d-share .follow-icons li:nth-of-type(1n+2) a:hover {
    background-color: #000;
    color: #fff
}

.d-share .follow-icons li:nth-of-type(1n+2) a:hover .icon.ic-tw {
    background-image: url(../images/icons/tw-wh.svg)
}

.d-share .follow-icons li:nth-of-type(1n+2) a:hover .icon.ic-fb {
    background-image: url(../images/icons/fb-wh.svg)
}

.d-share .icon.br {
    border: none;
    display: block;
    margin: 0 auto
}

.bnr-btn ul {
    background-color: #ffbf3c;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bnr-btn ul li:first-child img {
    width: 50px;
    height: 50px
}

.bnr-btn ul li:last-child img {
    width: 40px;
    height: 50px
}

.sharect {
    background-color: #000 !important
}

.sharect div div {
    color: #bec3d3;
    display: flex !important;
    align-items: center;
    font-size: 14px;
    transform: scale(1) !important
}

.sharect div div svg {
    margin-right: 5px
}

.text-r {
    float: left;
    font-size: 14px
}

.text-r h1,
.text-r h2,
.text-r h3 {
    font-family: 'Markazi Text', serif;
    color: #454545;
    margin-bottom: 10px;
    font-weight: 700;
    clear: both
}

.text-r h1 {
    font-size: 2.5em;
    line-height: 38px;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.text-r h2 {
    font-size: 2.1875em
}

.text-r h3 {
    font-size: 1.875em
}

.text-r p {
    font-size: 1.125em;
    color: #454545;
    line-height: 27px;
    clear: both
}

.text-r ::-moz-selection {
    color: #454545;
    background: #ffbf3c;
    font-weight: 700 !important
}

.text-r ::selection {
    color: #454545;
    background: #ffbf3c;
    font-weight: 700 !important
}

.text-r iframe {
    margin-bottom: 15px;
    margin-top: 5px;
    width: 100% !important;
    border: none
}

.text-r blockquote {
    padding: 20px 60px 20px 235px;
    font-weight: 500;
    font-family: 'Markazi Text', serif;
    font-size: 1.875rem !important;
    background-image: url(../images/quote-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: -130px;
    float: left;
    width: calc(100% + 130px);
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative
}

.text-r blockquote p {
    font-size: inherit !important;
    margin: 0 !important;
    line-height: 30px !important
}

.text-r blockquote::before {
    content: '';
    background-image: url(../images/icons/quote.svg);
    background-size: 70px 160px;
    background-repeat: no-repeat;
    width: 70px;
    height: 160px;
    display: block;
    position: absolute;
    left: 150px;
    top: -40px
}

.text-r blockquote::after {
    content: '';
    background-image: url(../images/icons/quote.svg);
    background-size: 25px 55px;
    background-repeat: no-repeat;
    width: 25px;
    height: 55px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    transform: rotate(180deg)
}

.tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 20px;
    border: 1px solid #e9eff0;
    font-weight: 500;
    color: #454545 !important
}

.tags a:hover {
    background-color: #454545;
    color: #fff !important
}

.article-d-bottom {
    float: left;
    margin-top: 60px
}

.article-d-bottom .left-side-b {
    width: 65%;
    float: left;
    padding: 0 15px
}

.article-d-bottom .left-side-b .p-head {
    padding: 0;
    margin-bottom: 20px
}

.article-d-bottom .left-side-b .item {
    padding: 0 10px
}

.article-d-bottom .left-side-b .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.article-d-bottom .right-side-b {
    width: 35%;
    float: left;
    padding: 0 15px;
    padding-top: 45px
}

.article-d-bottom .row1 {
    margin-left: -15px;
    margin-right: -15px
}

.article-d-bottom .kids-carousel-nav {
    position: absolute;
    right: -100px
}

.article-nav {
    width: 144px;
    height: 73px;
    z-index: 1
}

.article-nav .nav-hover {
    background-color: #f5f4f2;
    width: 300px;
    height: 73px;
    background-color: #f5f4f2;
    font-family: 'Markazi Text', serif;
    z-index: 99;
    padding: 10px 20px;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.article-nav .nav-hover p {
    font-size: 1rem;
    color: #454545;
    margin: 0
}

.article-nav .nav-hover p.h {
    font-size: 1.2rem;
    font-weight: 500
}

.article-nav a:first-child {
    width: 144px;
    height: 73px;
    display: block;
    overflow: hidden
}

.previous-article {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    z-index: 9
}

.previous-article .nav-hover {
    position: absolute;
    top: 0;
    left: -156px;
    z-index: -1
}

.previous-article:hover .nav-hover {
    align-items: center;
    flex-wrap: wrap;
    left: 144px;
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.previous-article a::before {
    content: '';
    background-image: url(../images/icons/left-wh.svg);
    background-color: rgba(0, 0, 0, .6);
    width: 33px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.next-article {
    position: absolute;
    top: calc(50% - 35px);
    right: 0
}

.next-article .nav-hover {
    position: absolute;
    top: 0;
    right: -156px;
    z-index: -1
}

.next-article:hover .nav-hover {
    opacity: 1;
    right: 144px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.next-article a::before {
    content: '';
    background-image: url(../images/icons/right-wh.svg);
    background-color: rgba(0, 0, 0, .6);
    width: 33px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:1024px) and (min-width:768px) {
    .slider-for .slick-slide {
        height: 450px
    }
    .right-side {
        margin-top: 20px
    }
    .right-side.book-list .book-wrapper {
        padding: 10px
    }
    .right-side.book-list .book-wrapper .book-details .price {
        display: flex
    }
    .right-side.book-list .book-wrapper .book-details .ctas .text-button {
        padding: 7px 5px;
        font-size: .875rem
    }
    .d-share .follow-icons li:nth-of-type(1n+2) {
        width: 35%
    }
    .d-share .follow-icons li:first-child {
        width: 30%
    }
    .d-share .follow-icons li:first-child a {
        padding: 10px
    }
    .d-share .follow-icons li:nth-of-type(1n+2) a {
        color: #fff
    }
    .text-r p {
        font-size: 1em;
        line-height: 22px
    }
    .text-r h1 {
        font-size: 2.5em;
        line-height: 30px
    }
    .text-r h2 {
        font-size: 2em
    }
    .text-r h2 {
        font-size: 1.7em
    }
    .text-r .quote {
        padding: 30px 50px 30px 70px;
        font-size: 1.3rem !important
    }
}

@media(max-width:767px) {
    .article-details-head .share-print li:first-child div {
        margin-top: 0
    }
    .article-details-head .share-print li {
        display: flex !important;
        align-items: center
    }
    .article-d-bottom .kids-carousel-nav {
        right: -120px
    }
    .slider-for {
        margin-top: -20px
    }
    .article-details-head .share-print li:nth-of-type(1n+2) {
        border-left: 0;
        border-bottom: 1px solid #e9eff0
    }
    .article-details-head .share-print li a {
        border: none;
        padding: 0
    }
    .text-r blockquote::before {
        background-size: 50px 100px;
        width: 50px;
        height: 100px;
        left: 0
    }
    .text-r blockquote::after {
        right: 5px;
        bottom: -20px
    }
    .text-r blockquote {
        padding: 20px 40px 20px 60px;
        font-size: 1.25rem !important;
        margin-left: 0;
        width: calc(100% + 0%);
        background-position: right top
    }
    .bnr-btn,
    .right-side {
        display: none
    }
    .left-side {
        width: 100%
    }
    .article-details-head .share-print li:nth-child(3) {
        display: none
    }
    .article-details-head .share-print li:nth-of-type(1n+4) {
        width: 33.333%;
        border: none;
        float: left;
        text-align: center
    }
    .article-details-head .share-print li:nth-child(5) {
        border-left: 1px solid #e9eff0;
        border-right: 1px solid #e9eff0
    }
    .article-details-head .share-print li:first-child p {
        font-size: 1.125rem
    }
    .article-details-head .share-print li:first-child p span {
        font-size: .75rem
    }
    .text-r h1 {
        font-size: 1.8em;
        line-height: 26px
    }
    .text-r p {
        font-size: .9375em;
        line-height: 21px
    }
    .text-r .quote::before {
        background-size: 49px 115px;
        width: 49px;
        height: 115px;
        bottom: auto;
        top: 0
    }
    .text-r .quote::after {
        top: auto;
        bottom: 0
    }
    .text-r .quote {
        padding: 30px 40px 30px 70px;
        font-size: 1rem !important;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .share-print.col-12.p-0,
    .tags {
        display: none
    }
    .article-details-head .share-print li:nth-child(2) {
        width: 37%
    }
    .article-d-bottom .left-side-b,
    .article-d-bottom .right-side-b {
        width: 100%
    }
    .article-d-bottom .row1 {
        margin-left: 0;
        margin-right: 0
    }
    .article-d-bottom .right-side-b {
        padding: 0;
        margin-bottom: 30px
    }
    .slider-nav .slick-slide img {
        width: 50px !important;
        height: 50px !important
    }
    .slider-nav .slick-slide {
        width: 70px !important;
        height: 70px !important
    }
    .slider-nav {
        width: 224px !important;
        bottom: 10px;
        left: 60px
    }
    .slider-nav .slick-next:before,
    .slider-nav .slick-prev:before {
        width: 30px
    }
    .slider-nav .slick-prev {
        left: -35px
    }
    .slider-for p {
        height: 93px
    }
    .slider-for p span {
        display: none
    }
    .slider-for .slick-slide {
        height: 300px
    }
    .article-nav {
        display: none
    }
    .article-details-head {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
    .article-details-head .share-print li:first-child {
        width: 63%;
        float: left;
        border-bottom: 1px solid #e9eff0;
        padding-left: 0
    }
    .article-details-head .share-print li::nth-child(2) {
        width: 35%;
        float: left;
        border-bottom: 1px solid #e9eff0
    }
    .article-details-head .share-print li::nth-child(4) {
        float: left;
        border-top: 0
    }
    .slider-nav.left-0 {
        left: 65px !important
    }
}

.blog-list h1 {
    font-size: 35px;
    line-height: 38px
}

.blog-list .line-3 {
    font-size: 16px;
    margin-bottom: 16px
}

.blog-listing .left-side {
    width: 68%
}

.blog-listing .right-side {
    width: 32%;
    margin-top: 0
}

.blog-listing .right-side .artile-tile {
    float: left
}

.blog-listing .right-side .kids-carousel-nav {
    position: absolute;
    margin-top: -10px;
    right: -85px
}

.blog-listing .article-details-head .share-print li:last-child {
    display: flex;
    align-items: center;
    border-left: none;
    font-family: 'Markazi Text', serif;
    font-size: 1.5rem;
    padding-right: 15px
}

.blog-listing .text-button {
    width: 100%;
    margin-top: 5px
}

.blog-listing .article-details-head a span {
    display: block;
    padding-bottom: 62%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-listing .text-r p {
    font-size: 1.125em;
    color: #454545;
    line-height: 27px;
    margin-bottom: 5px;
    float: left;
    width: 100%
}

.blog-listing .article-d-slider1 .item .artile-tile {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pagination {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    float: left;
    text-align: center
}

.pagination input {
    width: 40px;
    height: 40px;
    background-color: #e9eff0;
    border: none;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 900;
    color: #62697b
}

.pagination input.active {
    background-color: #ffbf3c;
    color: #fff
}

.pagination input:hover {
    cursor: pointer !important
}

.pagination input:first-child {
    color: transparent;
    background-image: url(/images/icons/left-lt.svg);
    background-position: center center;
    background-size: 25px 20px;
    background-repeat: no-repeat
}

.pagination input:last-child {
    color: transparent;
    background-image: url(/images/icons/right-lt.svg);
    background-position: center center;
    background-size: 25px 20px;
    background-repeat: no-repeat
}

.blog-details .text-r h2 {
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 15px
}

.blog-details .text-r h3 {
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 15px
}

.blog-details .text-r p {
    margin-bottom: 20px;
    line-height: 25px
}

.blog-details .text-r a {
    color: #ffbf3c;
    text-decoration: underline !important
}

.blog-details .text-r ol,
.blog-details .text-r ul {
    list-style: disc;
    padding-left: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #454545
}

.blog-details .text-r ol li,
.blog-details .text-r ul li {
    margin: 12px
}

.blog-details .text-r .tags a {
    text-decoration: none !important
}

.blog-details .slider-for {
    margin-top: 0
}

.blog-details-date {
    margin-top: 10px;
    margin-bottom: 20px
}

.blog-details-date li {
    margin: 0 !important
}

.blog-details-date li:first-child {
    position: relative;
    width: calc(100% - 120px);
    padding: 15px 0;
    border-right: 1px solid #e9eff0;
    margin-left: 0 !important
}

.blog-details-date li:first-child::after {
    content: '';
    width: 100%;
    background-color: #e9eff0;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: 0;
    display: block
}

.blog-details-date li:last-child {
    font-family: 'Markazi Text', serif;
    font-size: 24px;
    text-align: right;
    float: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 95px
}

.blog-details.blog-listing .article-details-head .share-print li:nth-of-type(1n+4) {
    display: block
}

.article-d-slider1 .artile-tile h3 {
    height: auto
}

@media(max-width:1024px) and (min-width:768px) {
    .blog-list h1 {
        font-size: 25px;
        line-height: 28px
    }
    .blog-details .slider-for .slick-slide {
        height: 335px
    }
}

@media(max-width:767px) {
    .blog-details-date {
        margin-bottom: 35px
    }
    .blog-listing .article-details-head {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        width: calc(100% + 0)
    }
    .blog-list h1 {
        font-size: 30px;
        line-height: 30px
    }
    .blog-listing .text-r p {
        font-size: 15px;
        line-height: 24px
    }
    .blog-listing .right-side {
        width: 100%;
        margin-top: 0;
        display: block;
        float: left;
        position: static
    }
    .blog-listing .left-side {
        width: 100%;
        padding: 0
    }
    .blog-listing .article-details-head .share-print li:nth-of-type(1n+4) {
        display: none
    }
    .blog-listing .article-details-head .share-print {
        padding: 0 15px
    }
    .blog-list {
        padding: 0 15px !important
    }
    .blog-listing .col-12.p-0.float-left.mb-5 {
        margin-bottom: 25px !important
    }
    .blog-listing .kitch {
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 20px
    }
    .blog-listing .kitch .article-img {
        width: 100%;
        left: 0
    }
    .mbl-row {
        margin-right: -5px;
        margin-left: -5px
    }
    .blog-listing .item .artile-tile:nth-child(2) {
        display: none
    }
    .blog-details.blog-listing .article-details-head .share-print {
        padding: 0
    }
    .blog-details.blog-listing .article-details-head .share-print li:nth-of-type(1n+4) {
        display: block
    }
    .blog-details.blog-listing .article-details-head .share-print li:first-child {
        padding-left: 15px
    }
    .blog-details.blog-listing .text-r {
        padding: 0 15px !important
    }
}

button.close {
    opacity: 1
}

button.close:hover {
    opacity: 1
}

.share-modal .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat
}

.share-modal .icon.ic-close-yellow {
    background-image: url(../images/icons/close.svg);
    background-size: 25px 25px;
    background-color: #fdb913;
    border-color: #e3a611
}

.share-modal .copy-text {
    position: relative
}

.share-modal .copy-text .copy {
    border: 2px solid rgba(0, 0, 0, .3);
    height: 50px;
    padding: 0 60px 0 10px;
    width: 100%
}

@media(max-width:767px) {
    .share-modal .copy-text .copy {
        font-size: 14px
    }
}

.share-modal .copy-text .icon.ic-copy {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 35px;
    height: 35px;
    background-size: 120%;
    background-position: center
}

.share-modal h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .share-modal h2 {
        font-size: 25px
    }
}

.share-modal h2::after {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #fdb913;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.share-modal hr {
    border: 1px solid #ddd;
    display: block;
    margin: 0
}

.share-modal .row10 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media(max-width:767px) {
    .share-modal .row10 {
        margin-right: -5px;
        margin-left: -5px
    }
}

.share-modal .p-20 {
    padding: 20px
}

@media(max-width:767px) {
    .share-modal .p-20 {
        padding: 10px
    }
}

.share-modal .col-6 {
    margin-bottom: 20px;
    padding: 0 10px
}

.share-modal .col-6:nth-child(4) {
    max-width: 100%;
    flex: 0 0 100%
}

@media(max-width:767px) {
    .share-modal .col-6 {
        margin-bottom: 10px;
        padding: 0 5px
    }
}

.share-modal .share-btn {
    border: 2px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center
}

@media(max-width:767px) {
    .share-modal .share-btn {
        font-size: 14px
    }
}

.share-modal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9
}

.share-modal button.close .icon {
    width: 35px;
    height: 35px;
    border: none
}

.share-modal.show {
    display: flex !important;
    align-items: center
}

.share-modal .w-mbl {
    display: none
}

.share-modal .copy-text .icon.ic-copy {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 35px;
    height: 35px;
    background-size: 120%;
    background-position: center
}

.icon.ic-copy {
    background-image: url(../images/icons/copy-black.svg);
    background-size: 100%
}

.icon.ic-copy:hover {
    border-color: #fdb913;
    background-image: url(../images/icons/copy-color.svg)
}

.facebook {
    background-color: #3b5382
}

.twitter {
    background-color: #55acee
}

.whatsapp {
    background-color: #25d366
}

.email {
    background-color: #bec3d3
}

.modal .container {
    padding: 0 !important
}

.modal-open .modal {
    padding: 0 !important
}

.modal-content {
    border-radius: 0
}

.modal-body {
    padding: 0
}

@media(max-width:767px) {
    .share-modal .w-mbl {
        display: block
    }
    .share-modal .col-6:nth-child(4) {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.passwordshow {
    border-width: 0;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 5px
}

.sign-in {
    padding: 25px;
    border: 1px solid #e9eff0;
    width: 370px;
    margin: 100px auto
}

.sign-in .hd {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
    color: #000
}

.sign-in hr {
    border-top: 1px solid #e9eff0;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    margin-bottom: 30px
}

.sign-in .check {
    display: inline-block
}

.sign-in a {
    color: #62697b;
    font-size: 13px;
    float: right;
    margin-top: 6px
}

.sign-in .d-block {
    margin: 35px auto
}

.f-password {
    width: 100%;
    background-color: #f5f4f2;
    display: inline-block;
    padding: 20px;
    border: 1px solid #e9eff0
}

.f-password hr {
    margin-bottom: 20px;
    background-color: #e9eff0
}

.f-password p {
    font-size: 13px;
    color: #62697b;
    line-height: 20px
}

.f-password .hd {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 700;
    color: #454545
}

.f-password .text-button-y {
    min-width: 300px;
    background-color: transparent
}

.f-password .text-button-y:hover {
    background-color: #ffbf3c
}

.l-side {
    width: 40%;
    float: left
}

.r-progress {
    width: 30%;
    float: left;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 30px
}

.r-progress span {
    display: block;
    margin-bottom: 5px
}

.r-progress span img:last-child {
    display: none
}

.r-progress span.done {
    color: #79c400
}

.r-progress span.done img:first-child {
    display: none
}

.r-progress span.done img:last-child {
    display: inline-block
}

.sign-up {
    margin-bottom: 100px;
    margin-top: 100px
}

.sign-up .sign-in {
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%
}

.sign-up .y-box {
    background-color: #ffbf3c;
    padding: 20px
}

.sign-up .y-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px
}

.sign-up .y-box p {
    font-size: 13px;
    line-height: 20px
}

.sign-up .y-box .text-button {
    background-color: #fff;
    border: none
}

.sign-up .y-box .text-button:hover {
    background-color: #000;
    color: #fff
}

.sign-up .sign-up-form {
    background-color: #f5f4f2;
    padding: 0;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff
}

.sign-up .sign-up-form .sign-in {
    width: 100%;
    margin: 0;
    border: none
}

.sign-up .sign-up-form .c-select {
    width: 100%;
    border-bottom: 1px solid #bec3d3
}

.sign-up .sign-up-form .c-select:hover {
    cursor: pointer !important
}

.sign-up .sign-up-form .c-select .select-selected {
    border: none;
    padding: 0;
    color: #62697b;
    height: 29px;
    font-weight: 500
}

.sign-up .sign-up-form .c-select .select-selected::after {
    right: 0;
    opacity: .4;
    top: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sign-up .sign-up-form .c-select .select-arrow-active {
    background-color: transparent;
    color: inherit !important
}

.sign-up .sign-up-form .c-select .select-arrow-active::after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-image: url(../images/icons/up-blk.svg)
}

.sign-up .sign-up-form .c-select .select-items {
    background-color: #ececec;
    height: 200px;
    overflow-y: scroll
}

.sign-up .sign-up-form .btn-buy {
    min-width: 342px;
    height: 42px
}

@media(max-width:1024px) and (min-width:768px) {
    .sign-up {
        margin-bottom: 50px;
        margin-top: 50px
    }
    .sign-up .sign-in {
        width: calc(60% - 15px);
        float: left;
        margin-right: 15px;
        margin-bottom: 0
    }
    .sign-up .y-box {
        width: 40%;
        float: left
    }
    .sign-up .col-lg-4.col-md-12 {
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .sign-in {
        padding: 20px;
        border: 1px solid #e9eff0;
        width: auto;
        margin: 30px 0
    }
    .sign-in hr {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }
    .f-password {
        margin-top: 30px !important;
        background-color: #fff;
        border: none
    }
    .f-password .text-button-y {
        min-width: 100%
    }
    .sign-up {
        margin-bottom: 30px;
        margin-top: 0;
        padding: 0
    }
    .sign-up .sign-in {
        border-bottom: 0;
        padding: 20px 15px
    }
    .sign-up .sign-in .d-block {
        margin: 15px auto !important
    }
    .sign-up .sign-up-form {
        margin-top: 30px
    }
    .sign-up .sign-up-form .col-4 {
        padding-right: 0
    }
    .sign-up .sign-up-form .btn-buy {
        min-width: 100%
    }
    .sign-up .y-box {
        margin: 0 15px
    }
    .l-side {
        width: 100%
    }
    .r-progress {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        background-color: #f5f4f2
    }
}

.mozilla-fix {
    -moz-appearance: textfield
}

.cart-head {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #f5f4f2;
    font-weight: 500
}

.cart-head img {
    width: 35px;
    height: 35px
}

.cart-item-box {
    width: 67.5%;
    float: left
}

.cart-item-box .btn-buy {
    margin-top: 20px;
    width: 280px;
    display: inline-block;
    margin-bottom: 100px
}

.cart-item {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 55px;
    border-bottom: 1px solid #e9eff0;
    float: left
}

.cart-item li {
    vertical-align: top
}

.cart-item .cart-image {
    width: 170px;
    padding: 25px;
    border: 1px solid #000;
    margin-right: 30px;
    display: inline-block;
    float: left;
    position: relative
}

.cart-item .cart-image .cart-price {
    position: absolute;
    background-color: #f5f4f2;
    width: calc(100% - 40px);
    left: 20px;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Markazi Text', serif;
    font-size: 24px;
    font-weight: 600;
    padding: 3px;
    bottom: -25px
}

.cart-item .cart-image .cart-price::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #f5f4f2;
    display: block;
    left: 0;
    right: 0;
    top: -9px;
    margin: 0 auto;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.cart-item .p-details {
    padding: 0;
    width: auto
}

.cart-item .p-details .delivery {
    padding: 6px 10px;
    margin-bottom: 0
}

.cart-item .cart-details {
    display: inline-block;
    float: left;
    width: calc(100% - 200px);
    padding-right: 30px
}

.cart-item .cart-details .a-name {
    font-size: 23px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-family: 'Markazi Text', serif;
    margin: 0
}

.cart-item .cart-details .b-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-family: 'Markazi Text', serif;
    font-weight: 700;
    margin-bottom: 10px
}

.cart-item .cart-details .cate {
    font-family: 'Markazi Text', serif;
    font-size: 1.125rem
}

.cart-item .cart-details .cart-func {
    float: left;
    width: 100%;
    margin-top: 35px;
    position: relative
}

.cart-item .cart-details .cart-func .text-button {
    background-color: #fff;
    height: 35px;
    padding: 9px 20px
}

.cart-item .cart-details .cart-func .text-button:hover {
    background-color: #000;
    color: #fff
}

.cart-item .cart-details .cart-func .text-button:focus {
    border: 1px solid #000
}

.cart-item .cart-details .cart-func li:first-child {
    margin-right: 15px
}

.cart-item .cart-details .cart-func li:first-child span {
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Markazi Text', serif;
    font-size: 23px
}

.cart-item .cart-details .cart-func li:last-child {
    float: right
}

.cart-item .cart-details .cart-func .delete {
    background-color: #f5f4f2;
    height: 35px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-item .cart-details .cart-func .delete:hover {
    background-color: #dedede
}

.cart-item .quantity {
    display: inline-block
}

.cart-item .quantity .input-text.qty {
    width: 50px;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #000
}

.cart-item .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top
}

.cart-item .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none
}

.cart-item .quantity.buttons_added .minus,
.cart-item .quantity.buttons_added .plus {
    padding: 5px 5px 5px;
    width: 25px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer
}

.cart-item .quantity.buttons_added .minus {
    border-right: 0;
    background: #f5f4f2
}

.cart-item .quantity.buttons_added .plus {
    border-left: 0;
    background: #f5f4f2
}

.cart-item .quantity input::-webkit-inner-spin-button,
.cart-item .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.cart-item .quantity.buttons_added .minus:focus,
.cart-item .quantity.buttons_added .plus:focus {
    outline: 0
}

.dataa {
    border: 1px solid #ccc
}

.dataa thead {
    background-color: #f6f6f6
}

.cart-right-side {
    width: 32.5%;
    float: left;
    background-color: #f5f4f2;
    padding: 0 20px
}

.cart-right-side .price-box {
    color: #62697b
}

.cart-right-side .price-box .value {
    color: #62697b !important
}

.cart-right-side .price-box .price-box-bg {
    background-color: #fff;
    border: 1px solid #e9eff0;
    padding: 20px;
    margin-bottom: 70px;
    margin-top: -50px
}

.cart-right-side .price-box .price-box-bg ul {
    font-size: .875rem;
    margin-top: -15px
}

.cart-right-side .price-box .price-box-bg ul li {
    width: 100%;
    position: relative;
    height: 50px;
    border-bottom: 1px solid #e9eff0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart-right-side .price-box .price-box-bg ul li img {
    width: 25px;
    height: 25px
}

.cart-right-side .price-box .price-box-bg ul li span {
    float: right;
    color: #ffbf3c;
    font-size: 1.375rem;
    font-weight: 700
}

.cart-right-side .price-box .price-box-bg ul li.shipping-fee {
    font-size: .75rem;
    color: #bec3d3;
    height: 40px
}

.cart-right-side .price-box .price-box-bg ul li.shipping-fee span {
    font-size: 1rem;
    color: #bec3d3
}

.cart-right-side .price-box .price-box-bg ul li.total-value {
    align-items: flex-end;
    border: none !important;
    color: #000
}

.cart-right-side .promo-code {
    color: #62697b !important
}

.cart-right-side .promo-code p {
    margin: 0
}

.cart-right-side .promo-code small {
    margin-top: -3px;
    display: block
}

.cart-right-side .promo-code img {
    float: right
}

.cart-right-side .promo-code-enter {
    width: 100%;
    margin-top: 20px;
    position: relative
}

.cart-right-side .promo-code-enter input[type=text] {
    width: 100%;
    border: 1px solid #bec3d3;
    height: 40px;
    font-size: .875rem;
    padding: 5px 55px 5px 10px
}

.cart-right-side .promo-code-enter .apply {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 2
}

.cart-right-side .promo-code-enter .apply:hover {
    cursor: pointer !important
}

.cart-right-side .promo-code-enter img {
    position: absolute;
    right: 8px;
    top: 2px;
    width: 25px;
    height: 35px
}

.price-box.fixed {
    position: sticky;
    top: 100px !important;
    z-index: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.cart-head.fixed {
    position: sticky;
    top: 60px !important;
    z-index: 1;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.c-select .dxeButtonEdit_Moderno {
    width: 100%;
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #bec3d3
}

.c-select .dxeEditArea_Moderno {
    background-color: transparent
}

.c-select .dxeButtonEdit_Moderno td.dxic {
    padding: 6px 0 6px 0 !important;
    font-family: Roboto, sans-serif !important;
    color: #62697b !important;
    font-weight: 500 !important
}

.c-select .dxeEditArea_Moderno {
    color: #62697b !important
}

body input.dxeEditArea_Moderno {
    color: #62697b !important
}

@media(max-width:1024px) and (min-width:768px) {
    .cart-item .cart-image {
        width: 120px;
        padding: 10px;
        margin-right: 15px
    }
    .cart-item .cart-image .cart-price {
        width: calc(100% - 20px);
        left: 10px;
        bottom: -38px
    }
    .cart-item .cart-details {
        width: calc(100% - 135px);
        padding-right: 10px
    }
    .cart-item-box {
        width: 64%
    }
    .cart-right-side {
        width: 36%
    }
    .cart-item .cart-details .cart-func .delete {
        position: absolute;
        top: -50px;
        right: 5px
    }
    .cart-head {
        padding: 15px 20px
    }
    .cart-right-side {
        padding: 0 10px
    }
    .cart-right-side .price-box .price-box-bg {
        padding: 10px;
        margin-bottom: 50px;
        margin-top: -35px
    }
    .cart-right-side .price-box .price-box-bg ul li span {
        font-size: 1rem;
        font-weight: 500
    }
}

@media(max-width:767px) {
    .cart-item-box {
        width: 100%
    }
    .cart-item .cart-image {
        width: 85px;
        padding: 4px;
        border: 1px solid #f5f4f2;
        margin-right: 15px
    }
    .cart-item .cart-details {
        width: calc(100% - 100px);
        padding-right: 0
    }
    .cart-item .cart-details .a-name {
        font-size: 18px
    }
    .cart-item .cart-details .b-name {
        font-size: 20px;
        margin-bottom: 5px
    }
    .cart-item .p-details .delivery {
        margin-top: 0;
        padding: 2px 10px
    }
    .cart-item .p-details .delivery li {
        width: auto
    }
    .cart-item .p-details .delivery li img {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px
    }
    .cart-item .cart-image .cart-price {
        width: calc(100% - 0);
        left: 0;
        font-size: 23px;
        padding: 0;
        bottom: -33px
    }
    .cart-item .cart-image .cart-price::before {
        content: none
    }
    .cart-item .cart-details .cart-func {
        margin-top: 15px
    }
    .cart-item .cart-details .cart-func li {
        margin-bottom: 10px
    }
    .cart-item .cart-details .cart-func li:first-child span {
        font-size: 20px
    }
    .cart-item {
        margin-top: 15px;
        padding-bottom: 15px
    }
    .cart-item-box .cart-item:last-of-type {
        border-bottom: none
    }
    .cart-right-side {
        width: calc(100% + 30px);
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px
    }
    .cart-item-box .btn-buy {
        visibility: hidden;
        margin-bottom: -15px
    }
    .price-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .price-box .price-box-bg:first-of-type {
        margin-bottom: 30px
    }
    .cart-right-side .price-box .price-box-bg ul li span {
        font-size: 1.125rem;
        font-weight: 500
    }
}

.drop-select {
    width: 100%;
    border-bottom: 1px solid #bec3d3 !important;
    background: 0 0;
    border: none;
    height: 30px;
    color: #62697b;
    font-size: .875rem;
    font-weight: 500
}

.cart .accordion {
    color: #454545;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: 0;
    font-size: .875rem;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0 !important;
    position: relative;
    margin-bottom: 30px
}

.cart .accordion:hover {
    background-color: #f5f4f2;
    border: 1px solid #e9eff0
}

.cart .accordion::after {
    content: '';
    background-color: #ffbf3c;
    height: 4px;
    width: 70px;
    bottom: -4px;
    left: 0;
    display: block;
    position: absolute
}

.cart .accordion::before {
    content: '';
    background-image: url(../images/icons/right-lt.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    top: 17px;
    right: 15px;
    display: block;
    position: absolute
}

.cart .accordion.active::before {
    background-image: url(../images/icons/down-yl.svg);
    background-size: 17px 17px;
    height: 17px;
    width: 17px
}

.panel {
    padding: 12px 10px 25px 10px;
    display: none;
    background-color: #fff;
    overflow: hidden
}

.account {
    display: flex;
    flex-wrap: wrap
}

.account-info {
    position: relative;
    width: 300px;
    float: left;
    background-color: #f5f4f2;
    min-height: 600px;
    padding: 30px
}

.account-info .head span {
    color: #ffbf3c;
    font-weight: 700
}

.account-info .head p {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 7px;
    color: #62697b
}

.account-info .head i {
    height: 4px;
    width: 70px;
    background-color: #ffbf3c;
    display: block
}

.account-info .text-button {
    background-color: #f5f4f2;
    margin-top: 50px
}

.account-info .text-button:hover {
    background-color: #000;
    color: #fff
}

ul.tabs {
    float: left;
    padding-top: 50px
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    height: 40px;
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #fff;
    color: #5d616c;
    font-size: .875rem
}

ul.tabs li::after {
    content: '';
    background-image: url(../images/icons/right-lt.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    width: 15px;
    height: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

ul.tabs li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

ul.tabs li:hover {
    font-weight: 600
}

ul.tabs li:hover::after {
    background-image: url(../images/icons/right-yl.svg);
    right: -10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

ul.tabs li.active {
    font-weight: 700;
    display: block
}

ul.tabs li.active::after {
    background-image: url(../images/icons/right-yl.svg);
    right: -10px
}

.tab_container {
    float: left;
    width: calc(100% - 300px);
    background: #fff;
    overflow: unset
}

.tab_content {
    padding: 50px;
    display: none;
    padding-right: 0 !important
}

.tab_drawer_heading {
    display: none
}

.account .tab_content {
    min-height: 500px;
    float: left;
    width: 100%
}

.account .tab_content .inp {
    margin-bottom: 30px
}

.account .tab_content .btn-buy {
    width: calc(100% - 120px);
    float: left;
    min-width: auto
}

.account .tab_content .text-button {
    float: right;
    background-color: #fff;
    border: 1px solid #e9eff0;
    width: 105px
}

.account .tab_content .text-button:hover {
    background-color: #000;
    color: #fff
}

.account .tab_container h2 {
    margin-bottom: 40px
}

.account .check.radio {
    margin-bottom: 30px !important;
    float: left;
    margin-right: 30px
}

.account .check.radio p {
    font-weight: 500
}

.account .pswd-reset {
    background-color: #f5f4f2 !important;
    width: 100% !important;
    margin-left: 0
}

.account .c-select {
    width: 100%
}

.account .select-items div,
.account .select-selected {
    padding: 0;
    height: 30px;
    border: none
}

.account .select-selected:after {
    top: 9px;
    opacity: .5;
    right: 0
}

.account .select-selected {
    color: #62697b !important;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #bec3d3
}

.account .select-arrow-active {
    background-color: transparent;
    color: inherit
}

.account .select-items {
    height: 200px;
    overflow-y: scroll
}

.account .select-items div {
    padding-left: 10px
}

.account .select-selected.select-arrow-active:after {
    background-image: url(../images/icons/down-blk.svg)
}

.add-new-address-btn {
    font-size: .75rem;
    font-weight: 700;
    border: 1px solid #ffbf3c;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px
}

.add-new-address-btn input {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #62697b
}

.add-new-address-btn input:hover {
    cursor: pointer !important
}

.add-new-address-btn:focus,
.add-new-address-btn:hover {
    background-color: #f5f4f2;
    color: #62697b;
    border: 1px solid #ffbf3c
}

.add-new-address-btn::after {
    content: '';
    background-image: url(../images/icons/plus-yl.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px
}

.address-box {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px
}

.address-box .box {
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    width: 100%;
    float: left
}

.address-box .address-head {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e9eff0
}

.address-box .address-head label {
    float: left;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.address-box .address-head .edit {
    float: left;
    display: inline-block;
    font-size: .75rem;
    font-weight: 500;
    margin-top: 2px
}

.address-box .address-head .check.inside p {
    font-size: 16px;
    color: #454545;
    padding-top: 0;
    font-weight: 700
}

.address-box .add {
    float: left;
    width: 100%;
    clear: both;
    padding: 20px
}

.address-box .add p {
    margin: 0;
    font-size: .75rem;
    color: #7c7f8b;
    font-weight: 700;
    line-height: 20px
}

.address-box .add h4 {
    font-size: .875rem;
    margin-bottom: 10px;
    font-weight: 700
}

.address-box .email {
    float: left;
    width: 100%;
    background-color: #f5f4f2;
    padding: 20px;
    border-top: 1px solid #e9eff0;
    font-weight: 700;
    color: #7c7f8b;
    font-size: .75rem
}

.address-box .check.inside input:checked~.checkmark {
    background-color: #fff !important
}

.sort-order {
    float: right
}

.sort-order span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: .75rem;
    font-weight: 700;
    margin-top: 15px
}

.sort-order .c-select {
    display: inline-block;
    float: left;
    width: 136px !important
}

.sort-order .c-select .select-selected {
    border: 1px solid #62697b !important;
    height: 40px;
    padding: 10px
}

.sort-order .c-select .select-selected::after {
    top: 13px;
    opacity: .5;
    right: 10px
}

.sort-order .c-select .select-items {
    height: auto !important;
    overflow: auto
}

.order-box {
    border: 1px solid #e9eff0;
    padding-top: 30px;
    margin-top: 30px;
    color: #62697b
}

.order-box .product-info {
    width: 60%;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 30px
}

.order-box .product-info img {
    width: 60px;
    float: left
}

.order-box .product-info ul {
    float: left;
    padding-left: 25px
}

.order-box .product-info ul li {
    display: block
}

.order-box .product-info ul li:first-child {
    font-weight: 700;
    font-size: 1.125rem
}

.order-box .product-info ul li:last-child {
    font-weight: 500
}

.order-box .address-info {
    width: calc(40% - 30px);
    float: left;
    padding: 20px;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    margin-right: 30px
}

.order-box .address-info p {
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.order-box .address-info p span {
    font-weight: 500 !important
}

.order-box .table-info {
    background-color: #fff;
    margin-top: 30px
}

.order-box .table-info table tr:first-child {
    background-color: #f5f4f2
}

.order-box .table-info table tr th {
    padding: 5px 10px;
    height: 35px;
    font-size: .75rem;
    font-weight: 700;
    border: 1px solid #e9eff0;
    text-align: center
}

.order-box .table-info table tr td {
    border: 1px solid #e9eff0;
    padding: 5px 10px;
    height: 40px;
    font-size: .813rem;
    text-align: center
}

.order-box .table-info table tr td span {
    font-weight: 700;
    display: none
}

.m-add-address-btn {
    display: block;
    background-color: #e9eff0;
    padding: 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: .75rem;
    display: none
}

.satin-acodion {
    border: 0
}

.satin-acodion .card {
    margin-bottom: 20px;
    border: 1px solid #f5f4f2;
    border-radius: 0
}

.satin-acodion .card .card-header {
    border-bottom: 1px solid #f5f4f2;
    background-color: #fff;
    margin-bottom: 0;
    display: flex;
    padding: 15px;
    color: #474d5a
}

.satin-acodion .card .card-header .card-header-inner-1 {
    width: 50%;
    display: flex;
    align-items: center
}

.satin-acodion .card .card-header .card-header-inner-1 img {
    width: 59px;
    height: 59px;
    display: inline-block;
    border: 0
}

.satin-acodion .card .card-header .card-header-inner-1 .library-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.satin-acodion .card .card-header .card-header-inner-1 .library-main .library-name {
    display: flex
}

.satin-acodion .card .card-header .card-header-inner-1 .library-main .library-name span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding-left: 20px;
    width: 130px
}

.satin-acodion .card .card-header .card-header-inner-1 .library-main .library-name p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding-left: 20px;
    color: #62697b
}

.satin-acodion .card .card-header .card-header-inner-2 {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-1 {
    width: 156px;
    border-radius: 50px;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-1 .img {
    position: absolute;
    top: calc(50% - 15px);
    left: -20px;
    width: 31px;
    height: 31px
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-1 p {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-1 p span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #62697b
}

.satin-acodion .card .card-header .card-header-inner-2 .round-tick {
    position: relative
}

.satin-acodion .card .card-header .card-header-inner-2 .round-tick ::after {
    content: '';
    position: absolute;
    background-image: url(../images/round-tick.svg) !important
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-2 {
    width: 156px;
    border-radius: 50px;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 10px
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-2 p {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.satin-acodion .card .card-header .card-header-inner-2 .btn-2 p span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #62697b
}

.satin-acodion .card .card-header a {
    align-self: center
}

.satin-acodion .card .card-header a img {
    width: 17px;
    height: 10px;
    display: block;
    border: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.satin-acodion .card .card-header a img.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.satin-acodion .card .card-body {
    border-bottom: 1px solid #f5f4f2;
    background-color: #f5f4f2
}

.satin-acodion .card .card-body .card-box {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffbf3c
}

.satin-acodion .card .card-body .card-box .inner-1 {
    width: 70%
}

.satin-acodion .card .card-body .card-box .inner-1 .box {
    display: flex;
    color: #62697b
}

.satin-acodion .card .card-body .card-box .inner-1 .box .inner-imgbox {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e9eff0;
    display: inline-block;
    float: left
}

.satin-acodion .card .card-body .card-box .inner-1 .box .inner-imgbox img {
    width: 60px;
    float: left
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul {
    float: left;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul li {
    display: block
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul li:first-child {
    font-weight: 700;
    font-size: 1.125rem
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul li:last-child {
    font-weight: 500
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul li p {
    display: inline-block;
    margin: 0;
    height: 37px;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 37px;
    font-weight: 800;
    padding-right: 20px;
    margin-right: 20px;
    margin-top: 20px
}

.satin-acodion .card .card-body .card-box .inner-1 .box ul li p span {
    color: #ffbf3c
}

.satin-acodion .card .card-body .card-box .inner-2 {
    width: 30%;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.satin-acodion .card .card-body .card-box .inner-2 .white-box {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e9eff0;
    border-radius: 5px;
    width: 100%
}

.satin-acodion .card .card-body .card-box .inner-2 .white-box img {
    width: 54px;
    height: 45px;
    display: block;
    border: 0;
    margin: 0 auto
}

.satin-acodion .card .card-body .card-box .inner-2 .white-box span {
    text-align: center;
    margin: 0 auto;
    color: #62697b;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 700;
    padding-top: 15px
}

.satin-acodion .card .card-body .card-box .inner-2 .inner-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column
}

.satin-acodion .card .card-body .card-box .inner-2 .inner-wraper a {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #62697b
}

.satin-acodion .card .card-body .box-bottom {
    display: flex;
    padding-top: 20px
}

.satin-acodion .card .card-body .box-bottom p {
    margin: 0;
    padding-right: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #62697b
}

.satin-acodion .card .card-body .box-bottom p span {
    font-weight: 700
}

@media(max-width:1024px) and (min-width:768px) {
    .account-info {
        width: 210px;
        padding: 20px
    }
    .tab_container {
        width: calc(100% - 235px)
    }
    .tab_content {
        padding: 25px
    }
    .account .tab_content .row .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .hide-tablet {
        display: none
    }
    .account .tab_container h2 {
        margin-bottom: 30px;
        font-size: 18px
    }
    .order-box {
        padding-top: 15px;
        margin-top: 20px
    }
    .order-box .product-info {
        padding-left: 15px
    }
    .order-box .address-info {
        width: calc(40% - 15px);
        padding: 10px;
        margin-right: 15px
    }
    .order-box .product-info ul {
        float: left;
        padding-left: 10px
    }
    .order-box .product-info ul li:first-child {
        font-size: 1rem
    }
    .satin-acodion {
        padding: 15px 0 15px 0 !important
    }
    .satin-acodion .card #collapseOne {
        max-height: none
    }
    .satin-acodion .card .card-header {
        display: block
    }
    .satin-acodion .card .card-header a {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px
    }
    .satin-acodion .card .card-header .card-header-inner-1 {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9eff0
    }
    .satin-acodion .card .card-header .card-header-inner-2 {
        width: 100%;
        padding: 20px 0 20px 15px;
        flex-wrap: wrap
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 p {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 p span {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 p {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 p span {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header a img {
        margin: 0 auto
    }
    .satin-acodion .card .card-body {
        padding: 15px
    }
    .satin-acodion .card .card-body .card-box {
        display: block
    }
    .satin-acodion .card .card-body .card-box .inner-1 {
        width: 100%
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul {
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li {
        font-size: 12px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li:first-child {
        font-size: 14px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li p {
        font-size: 12px;
        padding-right: 10px;
        margin-right: 5px;
        margin-top: 10px;
        height: 25px;
        line-height: 25px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box .inner-imgbox {
        padding: 5px
    }
    .satin-acodion .card .card-body .card-box .inner-2 {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        flex-direction: row;
        padding-top: 20px;
        border-top: 1px solid #e0e0e0;
        margin-top: 20px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .white-box {
        width: 50%;
        padding: 15px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .white-box span {
        font-size: 12px;
        line-height: 16px;
        padding-top: 10px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .inner-wraper {
        margin-left: 10px;
        width: 50%;
        padding-left: 25px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .inner-wraper a {
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
        text-align: left
    }
    .satin-acodion .card .card-body .box-bottom {
        display: block;
        padding-top: 15px
    }
    .satin-acodion .card .card-body .box-bottom p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 0
    }
    .satin-acodion .card .card-body .box-bottom p:first-child {
        padding-bottom: 5px
    }
}

@media(max-width:767px) {
    .address-box {
        width: 100%
    }
    .tabs {
        display: none
    }
    .tab_drawer_heading {
        background-color: #f5f4f2;
        color: #5d616c;
        margin: 0;
        padding: 15px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: .875rem;
        font-weight: 700;
        position: relative;
        border-bottom: 1px solid #fff;
        clear: both
    }
    .tab_drawer_heading::after {
        content: '';
        background-image: url(../images/icons/right-lt.svg);
        background-position: center center;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 13px
    }
    .tab_drawer_heading.d_active::after {
        background-image: url(../images/icons/right-yl.svg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .d_active {
        background-color: #f5f4f2;
        color: #5d616c
    }
    .tab_container {
        width: 100%
    }
    .tab_container .c-select {
        margin-bottom: 30px
    }
    .account-info {
        width: 100%;
        min-height: auto;
        padding: 15px
    }
    .account {
        padding: 0;
        background-color: #f5f4f2
    }
    .account .tab_container h2 {
        display: none
    }
    .account .tab_content {
        padding: 30px 15px 30px 15px !important;
        min-height: auto;
        float: left;
        width: 100%
    }
    .account .visible-xs {
        margin: 30px 15px;
        background-color: transparent
    }
    .m-add-address-btn {
        display: block
    }
    .sort-order .c-select {
        margin-bottom: 0 !important
    }
    .order-box {
        padding-top: 15px;
        margin-top: 25px
    }
    .order-box .product-info {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }
    .order-box .address-info {
        width: calc(100% - 30px);
        padding: 15px;
        margin-right: 15px;
        margin-left: 15px
    }
    .order-box .table-info {
        margin-top: 20px
    }
    .order-box .table-info table tr:first-child {
        display: none
    }
    .order-box .table-info table tr td {
        width: 50%;
        float: left;
        word-break: break-all;
        text-align: left
    }
    .order-box .table-info table tr td span {
        display: block
    }
    .order-box .table-info table tr td:last-child {
        width: 100%
    }
    .account .check.radio {
        margin-bottom: 20px !important;
        margin-right: 20px
    }
    .satin-acodion {
        padding: 15px 0 15px 0 !important
    }
    .satin-acodion .card #collapseOne {
        max-height: none
    }
    .satin-acodion .card .card-header {
        display: block
    }
    .satin-acodion .card .card-header a {
        position: absolute;
        top: 20px;
        right: 15px;
        display: block
    }
    .satin-acodion .card .card-header .card-header-inner-1 {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9eff0
    }
    .satin-acodion .card .card-header .card-header-inner-1 img {
        width: 40px;
        height: 40px
    }
    .satin-acodion .card .card-header .card-header-inner-1 .library-main .library-name span {
        width: 100%
    }
    .satin-acodion .card .card-header .card-header-inner-2 {
        width: 100%;
        padding: 20px 0 20px 15px;
        flex-wrap: wrap
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 {
        width: 48%
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 p {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 p span {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 {
        margin-left: 2%;
        width: 48%
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 p {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 p span {
        font-size: 12px;
        line-height: 18px
    }
    .satin-acodion .card .card-header a img {
        margin: 0 auto
    }
    .satin-acodion .card .card-body {
        padding: 15px
    }
    .satin-acodion .card .card-body .card-box {
        display: block
    }
    .satin-acodion .card .card-body .card-box .inner-1 {
        width: 100%
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul {
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li {
        font-size: 12px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li:first-child {
        font-size: 14px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box ul li p {
        font-size: 12px;
        padding-right: 10px;
        margin-right: 5px;
        margin-top: 10px;
        height: 25px;
        line-height: 25px
    }
    .satin-acodion .card .card-body .card-box .inner-1 .box .inner-imgbox {
        padding: 5px
    }
    .satin-acodion .card .card-body .card-box .inner-2 {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        flex-direction: row;
        padding-top: 20px;
        border-top: 1px solid #e0e0e0;
        margin-top: 20px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .white-box {
        width: 50%;
        padding: 15px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .white-box span {
        font-size: 12px;
        line-height: 16px;
        padding-top: 10px
    }
    .satin-acodion .card .card-body .card-box .inner-2 .inner-wraper {
        margin-left: 10px;
        width: 50%
    }
    .satin-acodion .card .card-body .card-box .inner-2 .inner-wraper a {
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
        text-align: left
    }
    .satin-acodion .card .card-body .box-bottom {
        display: block;
        padding-top: 15px
    }
    .satin-acodion .card .card-body .box-bottom p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 0
    }
    .satin-acodion .card .card-body .box-bottom p:first-child {
        padding-bottom: 5px
    }
    .account .c-select {
        margin-bottom: 20px
    }
}

@media(max-width:374px) {
    .satin-acodion .card .card-header .card-header-inner-1 .library-main .library-name {
        flex-wrap: wrap !important
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-1 {
        width: 100%
    }
    .satin-acodion .card .card-header .card-header-inner-2 .btn-2 {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
}

@media(min-width:768px) {
    .visible-xs {
        display: none
    }
}

@media(min-width:375px) and (max-width:767px) {
    .satin-acodion .card .card-header .card-header-inner-1 {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9eff0
    }
}

.customer-info .cart-item-box {
    padding-right: 20px
}

.customer-info .cart-item-box .m-add-address-btn {
    display: block
}

.cart-head ul {
    display: flex;
    align-items: center
}

.cart-head ul li {
    position: relative
}

.cart-head ul li.active::after {
    content: "";
    background-color: #ffbf3c;
    height: 4px;
    width: 100%;
    bottom: -20px;
    left: 0;
    display: block;
    position: absolute
}

.cart-head ul li:nth-child(even) {
    margin: 0 20px
}

.cart-head ul li:nth-child(even) img {
    width: 20px;
    height: 20px
}

.cart-head ul li:last-child img {
    width: 30px;
    height: 30px
}

.promo-box {
    padding: 20px 20px;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -10px;
    width: calc(100% + 20px)
}

.promo-box div {
    width: 50%;
    float: left
}

.promo-box ul {
    display: flex;
    align-items: center;
    font-size: .875rem
}

.promo-box ul li:first-child {
    margin-right: 15px
}

.promo-box ul li:first-child img {
    width: 75px
}

.promo-box .check.inside .checkmark {
    height: 40px;
    width: 40px
}

.promo-box .check input {
    height: 40px;
    width: 40px
}

.promo-box .check {
    padding-left: 50px;
    margin: 0
}

.promo-box .check.inside .checkmark:after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 10px;
    transform: rotate(-49deg);
    border-bottom: 3px solid #ffbf3c;
    border-left: 3px solid #ffbf3c
}

.promo-box .check.inside input:checked~.checkmark {
    background-color: #fff
}

.no-order {
    padding: 20px;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 1rem;
    min-width: 600px;
    text-align: center
}

.no-order img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    margin-bottom: 20px
}

@media(max-width:1024px) and (min-width:768px) {
    .customer-info .panel .account .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .customer-info {
        padding: 0
    }
    .customer-info .cart-item-box {
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .customer-info .account {
        background-color: #fff
    }
    .customer-info small {
        float: left;
        width: 100%;
        padding: 0 15px
    }
    .customer-info small+label {
        margin-left: 15px
    }
    .customer-info .address-box {
        margin-left: 15px;
        margin-right: 15px
    }
    .customer-info .cart-right-side {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 50px;
        margin-bottom: 10px
    }
    .customer-info .price-box .price-box-bg:first-of-type {
        margin-bottom: 15px
    }
    .cart-head {
        padding: 15px 0
    }
    .cart-head ul li {
        font-size: .75rem
    }
    .cart-head ul li:nth-child(even) {
        margin: 0 10px
    }
    .cart-head ul li.active::after {
        bottom: -15px
    }
    .accordion {
        padding: 15px;
        margin-bottom: 10px
    }
    .accordion::after {
        content: none
    }
    .search-r-filter .accordion {
        padding: 0 !important;
        margin-bottom: 0 !important
    }
    .panel {
        padding: 12px 0 25px 0
    }
    .promo-box {
        padding: 5px 25px 20px 25px;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .promo-box div {
        width: 100%;
        margin-top: 15px
    }
    .no-order {
        min-width: 100%
    }
}

.modal-agreement .modal-dialog {
    max-width: 940px
}

.modal-agreement .modal-dialog .modal-body {
    padding: 20px 50px
}

.modal-agreement .modal-dialog .modal-body ul li {
    margin-bottom: 10px
}

.account .dxpc-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.c-select .dxpcDropDown_Moderno {
    top: -150px !important;
    z-index: 500 !important
}

.payment .inp .label {
    width: 150px
}

.payment .tip {
    position: absolute;
    top: 0;
    right: 0
}

.payment .scroll-box-head {
    background-color: #f5f4f2;
    padding: 20px;
    font-weight: 700;
    border: 1px solid #e9eff0;
    margin: 0
}

.payment .scroll-box {
    padding: 20px;
    width: 100%;
    border: 1px solid #e9eff0;
    border-top: none;
    margin-bottom: 30px;
    color: #62697b
}

.payment .scroll-box .scroll-bar {
    height: 145px;
    overflow-y: scroll
}

.payment .scroll-box .scroll-bar::-webkit-scrollbar {
    width: 10px
}

.payment .scroll-box .scroll-bar::-webkit-scrollbar-track {
    background-color: #f5f4f2 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden
}

.payment .scroll-box .scroll-bar::-webkit-scrollbar-thumb {
    background-color: #62697b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.payment .grey-box {
    background-color: #f5f4f2;
    padding: 15px;
    position: relative;
    border: 1px solid #e9eff0
}

.payment .grey-box::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #f5f4f2;
    left: -12px;
    top: calc(50% - 12px);
    display: block;
    position: absolute;
    border-left: 1px solid #e9eff0;
    border-bottom: 1px solid #e9eff0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.payment .grey-box ul {
    display: flex;
    align-items: center
}

.payment .grey-box ul li:first-child {
    padding-right: 10px
}

.payment .grey-box ul li:first-child img {
    width: 65px;
    height: 70px
}

.payment .grey-box ul li:last-child {
    padding-left: 10px;
    border-left: 1px solid #fff
}

.payment .grey-box ul li:last-child img {
    margin-bottom: 10px
}

.payment .grey-box ul li p {
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
    color: #62697b;
    margin: 0
}

@media(max-width:1024px) and (min-width:768px) {
    .payment .account .col-sm-5,
    .payment .account .col-sm-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .payment .grey-box::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -14px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }
}

@media(max-width:767px) {
    .payment .cart-item-box {
        flex-direction: column !important
    }
    .payment .grey-box::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -14px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }
    .payment .account .col-sm-5 {
        padding-right: 15px !important
    }
    .scroll-box .scroll-bar {
        font-size: .875rem
    }
    .scroll-box .scroll-bar p {
        font-size: .875rem;
        line-height: 23px
    }
}

.order-recieved {
    margin-bottom: 40px;
    margin-top: 40px
}

.order-recieved .padd-t-10 {
    padding-top: 10px
}

.order-recieved .font-20 {
    font-size: 20px
}

.order-recieved .font-13 {
    font-size: 13px
}

.order-recieved .yellow {
    color: #ffbf3c
}

.order-recieved img {
    width: 130px;
    height: 130px;
    display: block;
    border: 0;
    margin: 0 auto;
    margin-bottom: 30px
}

.order-recieved p {
    text-align: center;
    font-size: 23px;
    line-height: normal;
    color: #62697b;
    margin: 0
}

.order-recieved span {
    text-align: center;
    font-size: 23px;
    line-height: normal;
    color: #62697b;
    font-weight: 700;
    display: block
}

.order-recieved hr {
    background-color: #ffbf3c;
    width: 70px;
    height: 4px;
    margin: 20px auto;
    border: none
}

.order-recieved .inner-box {
    border: 1px solid #e9eff0;
    display: flex;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 20px
}

.order-recieved .inner-box .box-left {
    width: 67%;
    display: flex;
    align-items: center
}

.order-recieved .inner-box .box-left img {
    width: 70px;
    height: auto;
    margin-right: 25px;
    border: 0;
    display: inline-block
}

.order-recieved .inner-box .box-left .box-left-inner {
    display: inline-block;
    align-self: center
}

.order-recieved .inner-box .box-left .box-left-inner p {
    text-align: left;
    font-size: 15px;
    align-self: center;
    line-height: normal;
    padding: 0
}

.order-recieved .inner-box .box-left .box-left-inner p span {
    text-align: left;
    font-size: 17px;
    display: block;
    line-height: normal
}

.order-recieved .inner-box .box-right {
    width: 33%;
    background-color: #f5f4f2;
    border: 1px solid #e9eff0;
    padding: 20px;
    display: flex
}

.order-recieved .inner-box .box-right .box-right-inner {
    align-self: center
}

.order-recieved .inner-box .box-right .box-right-inner p {
    text-align: left;
    font-size: 15px;
    align-self: center;
    line-height: normal;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.order-recieved .inner-box .box-right .box-right-inner p:nth-child(3) {
    padding-bottom: 0
}

.order-recieved .inner-box .box-right .box-right-inner p span {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    display: inline-block
}

.order-recieved .cta {
    display: flex;
    margin-top: 25px
}

.order-recieved .cta .cta-inner {
    margin: 0 auto
}

.order-recieved .cta .cta-inner .text-button {
    width: 250px
}

.order-recieved .cta .cta-inner a:nth-child(1) {
    margin-right: 10px
}

@media(max-width:767px) {
    .order-recieved .inner-box {
        display: block;
        padding: 15px
    }
    .order-recieved .inner-box .box-right {
        width: 100%;
        margin-top: 15px
    }
    .order-recieved .inner-box .box-left {
        width: 100%
    }
    .order-recieved .inner-box .box-left img {
        margin-right: 10px
    }
    .order-recieved .cta .cta-inner {
        width: 100%
    }
    .order-recieved .cta .cta-inner .text-button {
        width: 100%;
        margin-bottom: 10px
    }
    .order-recieved p {
        font-size: 16px
    }
    .order-recieved span {
        font-size: 18px
    }
    .order-recieved .font-20 {
        font-size: 18px
    }
    .order-recieved img {
        margin-bottom: 20px;
        width: 100px;
        height: 100px
    }
}

.un-cta .text-button {
    padding: 10px;
    width: 350px !important;
    margin-right: 10px;
    background: 0 0
}

.un-cta .text-button.green {
    background-color: #85bf31 !important;
    border-color: #85bf31 !important;
    color: #fff
}

.un-cta .text-button.green:hover {
    background-color: #addf67 !important;
    border-color: #addf67 !important
}

@media(max-width:1024px) and (min-width:768px) {
    .un-cta .text-button {
        width: 280px !important
    }
}

@media(max-width:767px) {
    .un-cta .text-button {
        width: 100% !important
    }
}

@media print {
    .author-details .read-more-trigger,
    .blog-listing .right-side,
    .bread,
    .footer,
    .footer-base,
    .header-spacer,
    .next-article,
    .previous-article,
    .right-side.book-list,
    .share-print.col-12.p-0.mb-5,
    .slider-for .slick-slide,
    .slider-for p,
    .slider-nav.PrintVisible,
    .subscription {
        display: none !important
    }
    .slider-for .slick-slide:first-child {
        display: block !important
    }
    .blog-listing .left-side {
        width: 100%;
        padding: 0
    }
    .article-details-head .share-print li:nth-child(1n+2) {
        display: none !important
    }
    .article-details-head .slick-track,
    .article-details-head .slider-for .slick-slide,
    .left-side {
        width: 100% !important
    }
    .PrintOnly {
        font-size: 12px;
        line-height: 120%;
        background: #fff
    }
    .PrintHide {
        display: none
    }
    .PrintVisible {
        display: block;
        visibility: visible
    }
    .author-details .read-more-target {
        max-height: none
    }
    .author-details {
        margin-top: -70px
    }
    .author-d-head {
        height: 100px
    }
}

.loader {
    width: 100%;
    height: 100vh;
    background: #ffbf3c;
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.book {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #ffbf3c;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0);
        transform: perspective(600px) rotateY(0)
    }
    20% {
        background: #ffbf3c
    }
    29.9% {
        background: #ffbf3c
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #ffbf3c
    }
    54.999% {
        opacity: 1
    }
    55% {
        opacity: 0
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #ffbf3c
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #ffbf3c
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0);
        transform: perspective(600px) rotateY(0)
    }
    20% {
        background: #ffbf3c
    }
    29.9% {
        background: #ffbf3c
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #ffbf3c
    }
    54.999% {
        opacity: 1
    }
    55% {
        opacity: 0
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #ffbf3c
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #ffbf3c
    }
}

.inp textarea.input-style {
    height: 100px;
    font-size: 13px;
    font-weight: 900;
    color: #62697b
}

.inp textarea:not(:placeholder-shown)+span {
    color: #ffbf3c;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

.inp textarea:focus {
    background: none;
    outline: none;
    border-bottom: 1px solid #ffbf3c
}

.inp textarea:focus+span {
    color: #ffbf3c;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px)
}

.inp-error {
    margin-top: -25px;
    margin-bottom: 30px;
    color: #f00;
    font-style: italic;
    font-size: 13px
}

.agree-error span {
    display: block !important;
    float: none !important;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #f00 !important
}

.books-carousel {
    display: none
}

.books-carousel.slick-initialized {
    display: block
}

.paging {
    padding: 30px 0;
    text-align: center
}

.paging ul {
    font-size: 0
}

.paging ul li {
    display: inline-block;
    margin: 3px 5px;
    color: #91989f;
    font-size: 16px
}

.paging ul li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    background-color: #e9eff0;
    border: none;
    color: #62697b;
    font-weight: 900
}

.paging ul li a.prev,
.paging ul li a.next {
    min-width: 0;
    width: 40px;
    line-height: 40px;
    text-indent: -9999px;
    background-position: center center;
    background-size: 25px 20px;
    background-repeat: no-repeat
}

.paging ul li a.prev {
    background-image: url("../images/icons/left-lt.svg")
}

.paging ul li a.next {
    background-image: url("../images/icons/right-lt.svg")
}

.paging ul li span {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #91989f
}

.paging ul li a:hover {
    background-color: #e0e0e0
}

.paging ul li.selected a {
    background-color: #ffbf3c;
    color: #fff
}

.paging ul li a.prev:hover,
.paging ul li a.next:hover {
    background-color: #e5e5e5
}

@media(max-width:991px) {
    .paging ul li {
        font-size: 14px;
        margin: 3px
    }
    .paging ul li a {
        min-width: 36px;
        height: 36px;
        line-height: 36px
    }
    .paging ul li a.prev,
    .paging ul li a.next {
        width: 36px;
        background-size: 20px 15px
    }
}

@media(max-width:481px) {
    .paging ul li {
        display: inline-block;
        font-size: 13px
    }
    .paging ul li a {
        min-width: 30px;
        height: 30px;
        line-height: 30px
    }
    .paging ul li a.prev,
    .paging ul li a.next {
        width: 30px
    }
}

@media(max-width:767px) {
    .filter .card {
        margin-bottom: 0
    }
    .filter .card .b-bottom {
        border-bottom: none
    }
    #checkout-cart-cart-app .cart-free .subtotal-value {
        display: none
    }
    #checkout-cart-cart-app .cart-item .cart-image .cart-price {
        width: calc(100% - 1px)
    }
    #checkout-cart-cart-app .cart-func {
        display: flex;
        align-items: end
    }
    #checkout-cart-cart-app .cart-item .cart-details .cart-func li {
        margin-right: 10px
    }
}

.category-listItem {
    font-weight: 400 !important
}

.dropdown-menu .category-listItem {
    display: inline-block !important;
    color: #fff !important
}

.product-description .category-listItem {
    font-weight: 700 !important
}

.author-listItem::after,
.category-listItem::after {
    content: ", "
}

.author-listItem:last-child::after,
.category-listItem:last-child::after {
    content: "";
    display: none
}

.youtube-video-content {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    z-index: 1
}

.youtube-video-content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.c-select-books-order {
    position: relative;
    width: 200px;
    float: left
}

.sorting-select {
    background: #fff;
    border: solid 1px #000;
    padding: 0 12px;
    font-size: .875rem;
    width: 100%;
    height: 40px;
    line-height: 38px;
    display: block
}

@media(max-width:767px) {
    .c-select-books-order {
        width: 100%
    }
}

.home-unique-list .divider:last-child {
    display: none !important
}

.newsletterContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.newsletterContent-left {
    flex: 1;
    margin-right: 10px
}

.newsletterContent-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: auto
}

.newsletterContent input {
    height: 50px
}

.newsletterContent .newsletter-error {
    display: block;
    padding-top: 5px;
    color: #f00;
    font-style: italic;
    font-size: 13px
}

.newsletterContent-recaptcha {
    margin-right: 10px
}

.newsletterContent-submit .subscribe-now {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    color: #ffbf3c !important;
    cursor: pointer
}

@media(max-width:991px) {
    .newsletterContent-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        flex: auto
    }
    .newsletterContent-right {
        width: 100%;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .newsletterContent-right {
        display: block
    }
    .newsletterContent-recaptcha {
        width: 304px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.product-listing h2 {
    padding-left: 0
}

@media(max-width:767px) {
    .product-listing h2 {
        padding-left: 15px
    }
}

.swal-button {
    outline: none !important;
    border: none !important;
    background-color: #ffbf3c !important;
    color: #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

[v-cloak] {
    display: none !important
}

.recaptcha-popup-action {
    padding-top: 20px;
    text-align: center
}

.recaptcha-popup-submit-button {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background-color: transparent;
    padding: 15px 25px;
    color: #454545;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #454545
}

.recaptcha-popup-submit-button:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

.customer-info .cart-item-box {
    padding-bottom: 15px
}

@media(max-width:767px) {
    .checkout-box {
        margin: 0 15px
    }
}

.checkout-result {
    padding: 30px 0 15px 0
}

.checkout-summary {
    padding: 30px 0
}

.checkout-summary table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.checkout-summary table tr td {
    border-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #ddd
}

.checkout-summary table tr:last-child td {
    border-bottom: none
}

.checkout-summary .checkout-summary-product {
    font-size: 14px
}

.checkout-summary .checkout-summary-product table tr td {
    padding: 10px 10px 10px 0
}

.checkout-summary .checkout-summary-product .photo {
    width: 70px
}

.checkout-summary .checkout-summary-product .photo img {
    display: block;
    width: 60px
}

.checkout-summary .checkout-summary-product .piece {
    text-align: right
}

.checkout-summary .checkout-summary-product .piece span {
    font-weight: 700;
    color: #ffbf3c
}

.checkout-summary .checkout-summary-product .price {
    text-align: right
}

.checkout-summary .checkout-summary-product p {
    margin-bottom: 5px
}

.checkout-summary .checkout-summary-product p:last-child {
    margin-bottom: 0
}

.checkout-summary .checkout-summary-price {
    padding: 15px;
    background: #f5f4f2;
    font-size: 16px
}

.checkout-summary .checkout-summary-price table {
    border: solid 1px #ddd
}

.checkout-summary .checkout-summary-price table tr:nth-child(even) {
    background: #fff
}

.checkout-summary .checkout-summary-price table tr td {
    padding: 10px
}

.checkout-summary .checkout-summary-price table tr td:first-child {
    font-size: 14px;
    font-weight: 700
}

.checkout-summary .checkout-summary-price table tr td:last-child {
    text-align: right
}

@media(max-width:767px) {
    .checkout-summary .checkout-summary-product {
        padding: 15px
    }
}

@media(max-width:481px) {
    .checkout-summary .checkout-summary-product .photo {
        width: 50px
    }
    .checkout-summary .checkout-summary-product .photo img {
        display: block;
        width: 40px
    }
}

.continue-shopping {
    padding: 15px 0
}

.continue-shopping .btn-buy {
    width: 200px
}

@media(max-width:767px) {
    .continue-shopping {
        padding: 15px
    }
}

.hidden {
    display: none
}

.dropdown-menu.small-width a.dropdown-item {
    cursor: pointer
}

.account-logout-btn:hover {
    color: #fff !important
}

.account-wrap,
.checkout-wrap {
    min-height: 150px
}

.cart-items {
    overflow-y: auto
}

.cart-btn-buy {
    color: #000 !important
}

.cart-item-box .cart-btn-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.checkout-action {
    padding: 20px 0
}

.checkout-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.checkout-action ul li {
    width: 49%;
    margin-right: 2%
}

.checkout-action ul li:nth-child(2n+0) {
    margin-right: 0
}

.checkout-action ul li a {
    width: 100%;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.checkout-action ul li a.checkout-prev-btn {
    background: #fff;
    border: solid 1px #000
}

.checkout-action ul li a.checkout-prev-btn:hover {
    background: #000;
    color: #fff
}

.checkout-action ul li a.checkout-next-btn {
    background: #ffbf3c
}

.checkout-action ul li a.checkout-next-btn:hover {
    background: #f0b02d
}

.address-select-content {
    margin-bottom: 30px
}

.address-select-content .selectbox {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border: solid 1px #bec3d3;
    color: #62697b;
    font-size: .875rem;
    font-weight: 500
}

.sort-order-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.sort-order-account span {
    display: block;
    float: none;
    margin: 0 10px 0 0
}

.sort-order-account .selectbox {
    padding: 10px;
    border: solid 1px #62697b;
    font-size: 13px;
    font-weight: 500;
    color: #62697b
}

.address-box.address-box-full {
    width: 100%
}

.account .address-box {
    margin-bottom: 0
}

.account .address-box .box {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .checkout-action {
        padding: 20px 15px
    }
    .customer-info .cart-item-box {
        display: block;
        flex-direction: row
    }
}

label.checkbox {
    display: block;
    min-height: 18px;
    cursor: pointer;
    position: relative;
    line-height: 120%;
    margin: 0
}

label.checkbox input[type="checkbox"] {
    display: none;
    visibility: hidden
}

label.checkbox span {
    display: block
}

label.checkbox span.control {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #999;
    position: absolute;
    left: 0;
    top: 0
}

label.checkbox span.control::after {
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #ffbf3c;
    border-right: 2px solid #ffbf3c;
    position: absolute;
    left: 5px;
    top: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

label.checkbox span.name {
    padding-left: 28px;
    padding-top: 0
}

label.checkbox span.name a {
    color: #333;
    font-weight: 600;
    text-decoration: underline
}

label.checkbox span.name a:hover {
    color: #00008f
}

label.checkbox input[type="checkbox"]:checked+span.control::after {
    opacity: 1;
    filter: alpha(opacity=100)
}

label.checkbox input[type="checkbox"]:disabled+span.control {
    background: #f5f5f5;
    border: solid 1px #ccc
}

label.radio {
    display: block;
    min-height: 18px;
    cursor: pointer;
    position: relative;
    line-height: 120%;
    margin: 0
}

label.radio input[type="radio"] {
    display: none;
    visibility: hidden
}

label.radio span {
    display: block
}

label.radio span.control {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

label.radio span.control::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #ffbf3c;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

label.radio span.name {
    padding-left: 25px;
    padding-top: 0
}

label.radio input[type="radio"]:checked+span.control::after {
    opacity: 1;
    filter: alpha(opacity=100)
}

label.radio input[type="radio"]:disabled+span.control {
    background: #f5f5f5;
    border: solid 1px #ccc
}

.radio-checkbox {
    font-size: 15px
}

.radio-checkbox ul {
    display: block
}

.radio-checkbox ul li {
    display: block;
    margin-bottom: 10px
}

.radio-checkbox ul li:last-child {
    margin-bottom: 0
}

.radio-checkbox.inline ul,
.radio-checkbox.inline-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.radio-checkbox.inline ul li {
    margin-right: 15px;
    margin-bottom: 10px
}

.radio-checkbox.inline-2 ul li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px
}

.radio-checkbox.inline ul li:last-child,
.radio-checkbox.inline-2 ul li:last-child {
    margin: 0
}

.radio-checkbox span {
    float: none !important
}

.radio-checkbox span.name {
    font-size: 14px !important;
    color: #62697b !important;
    font-weight: 400 !important
}

.radio-checkbox span.name a {
    color: #62697b !important;
    text-decoration: underline !important;
    font-weight: 400 !important
}

.radio-checkbox span.name a:hover {
    color: #ffbf3c !important
}

.book-wrapper .book-details .bookName {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 20px;
    font-size: 22px
}

@media(max-width:1199px) {
    .book-wrapper .book-details .bookName {
        margin-bottom: 5px;
        line-height: 18px;
        font-size: 20px
    }
}

.swal-title {
    padding: 10px 15px !important;
    font-size: 22px !important
}

@media(max-width:481px) {
    .swal-title {
        padding: 10px !important;
        font-size: 18px !important
    }
}

.list-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.list-action a {
    width: 48%;
    height: 50px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    cursor: pointer
}

.list-action a.detail-btn {
    border: solid 1px #fff;
    color: #fff;
    margin-right: 4%
}

.listing-view .list-action a.detail-btn {
    background: #fff;
    border: solid 1px #454545;
    color: #000
}

.list-action a.detail-btn:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff
}

.list-action a.cart-btn {
    background: #ffbf3c;
    border: solid 1px #ffbf3c;
    display: none
}

.list-action a.cart-btn:hover {
    background: #f0b02d;
    border: solid 1px #f0b02d
}

.list-action a.cart-btn.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media(max-width:767px) {
    .list-action a.detail-btn {
        background: #fff;
        border: solid 1px #454545;
        color: #000
    }
}

.address-box .address-head .check.inside p.type {
    font-size: 13px;
    font-weight: 400;
    color: #7c7f8b;
    font-style: italic
}

.promo-code-enter .btn-buy {
    height: 40px
}

.cart .accordion::before {
    display: none
}

.product-detail-btn {
    display: none
}

.product-detail-btn.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.navbar .dropdown-menu.full-width .drp-categories .cat9 {
    background-color: #cbac7c
}

.navbar .dropdown-menu.full-width .drp-categories .cat10 {
    background-color: #FF4C85
}

.drp-carousel .book-wrapper.cat9 .category span {
    color: #cbac7c
}

.drp-carousel .book-wrapper.cat10 .category span {
    color: #FF4C85
}

.book-wrapper.cat9 .book-details::before {
    background: #cbac7c
}

.book-wrapper.cat10 .book-details::before {
    background: #FF4C85
}

.book-wrapper.cat9 .book-details .ctas .icon-button .addto-txt {
    color: #cbac7c
}

.book-wrapper.cat10 .book-details .ctas .icon-button .addto-txt {
    color: #FF4C85
}

.book-wrapper.cat9 .book-details .ctas .icon-button:hover {
    border-color: #cbac7c
}

.book-wrapper.cat10 .book-details .ctas .icon-button:hover {
    border-color: #FF4C85
}

.book-wrapper.cat9 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat9.svg)
}

.book-wrapper.cat10 .book-details .ctas .icon-button:hover .ic-cart-wh {
    background-image: url(../images/icons/bag-cat10.svg)
}
/*Bilim Etikene Özel*/
img[src*="/wwwroot/t1/assets/images/category/cat10.svg?v=1644241525"] {
    padding-left: 4px;
    padding-right: 4px;
}

.book-wrapper.cat9 .addto {
    background: #cbac7c
}

.book-wrapper.cat10 .addto {
    background: #FF4C85
}

.cat-slider-nav .cat9 {
    background-color: #cbac7c
}

.cat-slider-nav .cat10 {
    background-color: #FF4C85
}

.cat-slider .item.cat9 {
    border-color: #cbac7c
}

.cat-slider .item.cat10 {
    border-color: #FF4C85
}

.product-listing .cat9 h2 {
    color: #cbac7c
}

.product-listing .cat10 h2 {
    color: #FF4C85
}

.order-tracking {
    padding: 80px 0
}

.order-tracking .account {
    display: block
}

.order-tracking h2.title {
    margin-bottom: 15px
}

.order-tracking .sign-in {
    width: auto;
    margin: 0;
    margin-bottom: 30px
}

.order-tracking .y-box {
    padding: 20px;
    background: #ffbf3c
}

.order-tracking .y-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px
}

.order-tracking .y-box p {
    font-size: 13px;
    line-height: 20px
}

.order-tracking .y-box .text-button {
    background: #fff;
    border: none;
    color: #454545 !important
}

.order-tracking .order-tracking-search {
    margin-bottom: 30px
}

.order-tracking .order-tracking-search .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.order-tracking .order-tracking-search .form .textbox {
    flex: 1;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #62697b;
    border: solid 1px #bec3d3;
    text-transform: uppercase;
}

.order-tracking .order-tracking-search .form .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    padding: 5px;
    background: #ffbf3c;
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.order-tracking .order-tracking-search .form .button:hover {
    background: #f0b02d
}

.order-tracking .order-tracking-search .error {
    padding-top: 5px;
    font-style: italic;
    color: #f00;
    font-size: 13px
}

@media(max-width:991px) {
    .order-tracking .order-tracking-left {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .order-tracking {
        padding: 60px 15px
    }
    .order-tracking .order-tracking-search .form .button {
        width: 150px
    }
}

@media(max-width:481px) {
    .order-tracking {
        padding: 40px 15px
    }
    .order-tracking .order-tracking-search .form .button {
        width: 120px
    }
}

.book-wrapper .book-img {
    height: auto
}

.kids-carousel .item img {
    width: auto
}

.banner-wrapper img {
    height: auto
}

.book-wrapper .w-100 {
    height: auto
}

.drp-carousel .book-wrapper img {
    height: auto
}

.expandable-promo.collapsed .short {
    height: auto
}

.expandable-promo .full {
    height: auto
}

.cat-slider-nav {
    display: flex;
    align-items: center;
    transform: none !important;
    justify-content: flex-end;
    margin-right: -1px;
    float: right
}

.cat-slider-nav .item {
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .cat-slider-nav {
        padding: 10px
    }
    .cat-head {
        flex-wrap: wrap !important
    }
    .cat-slider-nav .item {
        display: block !important
    }
    .category-home-nav .slick-prev {
        right: unset !important
    }
}

.category-home-nav .slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8ccd3;
    background-color: #fff;
    z-index: 9;
    cursor: pointer
}

.category-home-nav .slick-prev {
    right: 39px;
    left: unset
}

.category-home-nav .slick-next {
    right: 0
}

.category-home-nav .slick-next:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/icons/right-lt.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 40px;
    width: 40px;
    top: -1px;
    left: -2px;
    z-index: 9;
    background-position: center
}

.category-home-nav .slick-prev:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/icons/left-lt.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 40px;
    width: 40px;
    top: -1px;
    left: -2px;
    z-index: 9;
    background-position: center;
    opacity: 1
}

.kids-carousel {
    background-color: #fff;
    background-image: url(../images/lines-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    height: auto
}

.kids-carousel .item h4 {
    font-size: 22px;
    font-weight: 200;
    color: #454545;
    margin-bottom: 15px
}

.kids-carousel .item .price {
    font-size: 32px;
    font-family: "MarkaziText", serif;
    color: #000
}

.kids-carousel .tag {
    float: right;
    margin-left: auto;
    margin-right: -20px
}

.kids-carousel .prev-arrow {
    border: 2px solid #bec3d3;
    border-left: none !important;
    border-top: none
}

.kids-carousel .next-arrow {
    border: 2px solid #bec3d3;
    border-right: none !important;
    border-top: none
}

.kids-carousel .prev-arrow,
.kids-carousel .next-arrow {
    position: absolute;
    width: 34px;
    height: 80px;
    top: 40%;
    left: 2px;
    display: block;
    cursor: pointer;
    background-color: #f5f4f2;
    display: flex;
    align-items: center;
    z-index: 998
}

.kids-carousel .prev-arrow img,
.kids-carousel .next-arrow img {
    width: 20px;
    height: 20px;
    margin: auto
}

.kids-carousel .next-arrow {
    right: 2px;
    left: auto
}

.kids-carousel .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    right: 0
}

.kids-carousel .book-wrapper .book-details {
    position: static;
    font-family: "Roboto", sans-serif;
    padding: 0;
    opacity: 1
}

.kids-carousel .book-wrapper .book-details::before {
    content: none !important
}

.kids-carousel .book-wrapper .book-details .text-button {
    border-color: #000;
    color: #000
}

.kids-carousel .book-wrapper .book-details .text-button:hover {
    color: #fff
}

.kids-carousel .book-wrapper .book-details .ctas {
    position: static
}

.kids-carousel .book-wrapper .book-details .ctas .icon-button {
    border-color: #ffbf3c !important;
    width: 50px
}

.kids-carousel .slick-arrow {
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.kids-carousel:hover .slick-arrow {
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.kids-carousel .slick-list {
    margin-top: 0;
    padding-top: 0
}

.kids-carousel .item h3 .ellip-line {
    overflow: initial
}

.kids-carousel .slick-track {
    display: flex !important
}

.kids-carousel .item .desc .ellip {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.urun-detay-icon .p-details {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0
}

.cart-right-side .price-box .price-box-bg ul li.subtotal-value {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    background: #f1f1f1;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 20px;
    color: #000
}

#checkout-cart-cart-app .cart-item-box {
    position: relative
}

.cart-free .subtotal-value {
    position: absolute;
    right: 0;
    bottom: 99px;
    display: inline-block;
    padding: 15px 10px;
    border: 1px solid #eaeaea;
    background: #f1f1f1;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000
}

.price-cut::after {
    background-color: #333
}

.kids-carousel .price-cut::after {
    background-color: #000
}

.cat-slider .price-cut::after {
    background-color: #000
}

.product-category-list .price-cut::after {
    background-color: #000
}

.cat-slider .item.hide {
    display: none !important
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.cookie-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0 0 0 / .85);
    width: 100%;
    padding: 10px;
    z-index: 5000
}

.cookie-popup .container {
    display: grid;
    grid-template-columns: 90% 10%;
    place-items: center;
    column-gap: 1rem;
}

.cookie-popup .cookie-info {
    margin-bottom: 0;
    color: white;
}

.cookie-popup .btn-buy {
    min-width: unset;
    padding-inline: 2rem;
}

.cookie-popup a {
    text-decoration: underline !important;
}

@media(max-width:1024px) {
    .cookie-popup .container {
        grid-template-columns: 1fr;
        row-gap: 1rem;
        place-items: start
    }
}

.prdct-name {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    line-height: 14px;
}

.prdct-count {
    font-weight: bold;
    font-size: 10px;
}

.prdct-price {
    color: #ffbf3c;
    font-weight: bold;
    font-size: 16px;
}

.book-price-front {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.book-price-front .price-cut {
    font-size: .8rem;
}

@media (max-width:767px) {
    .promo-mobile {
        display: block
    }
}

@media (min-width:767px) {
    .promo-mobile {
        display: none
    }
}

.article-divider {
    display: none;
}

@media (max-width:767px) {
    .product-listing .product-category {
        width: 100% !important;
    }
    .listing-view .product-category .book-wrapper {
        margin-bottom: 60px;
        width: 100% !important;
    }
    .book-list .book-wrapper .book-details .desc {
        height: 36px !important;
    }
    .slider-for p {
        display: none;
    }
    .article-listing .artile-tile {
        margin-bottom: 0 !important;
    }
    .article-divider {
        display: block;
        width: 93%;
        margin-inline: auto;
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .article-divider .article-divider-logo {
        position: absolute;
        opacity: 0.6;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        z-index: 1;
    }
    .article-divider::after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        padding-inline: .5rem;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        width: 60px;
        height: 50px;
    }
}

#ctl13_divNew {
    margin-top: 7rem !important;
}

@media (min-width:767px) {
    .navbar .nav-search {
        width: 43% !important;
    }
}

.discountBadge {
    position: absolute;
    background-color: #ffbf3c;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    right: 0px;
    z-index: 4000;
}

}

/* Top message fixes */

/*
.topMessage {
	height: 24px;
    text-align: center;
    width: 100%;
    background-color: #ffbf3c;
    position: fixed;
    z-index: 999999;
    top: 0px;
    font-size: 12px;
    margin: auto;
    padding-top: 4px;
    text-decoration: underline;
    font-weight: bold;
 }
 
 
.header-spacer {
	height: 110px;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.header-spacer {
    	height: 160px;
	}
}


@media (max-width: 767px) {
  .navbar .nav-search {
      top:80px;
  }
  
  .header-spacer {
	height: 130px;
   }
}

.navbar {
	top: 20px;
}

.dropdown-menu.full-width.lite {
	border-bottom: none;
}
*/

.book-details h2 {
	
	min-height: 16px;
	
}

.kargo-bildirimi {
	height: 1.25rem;
    line-height: 1.25rem;
    font-size: .80rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffb300;
}

   .listing-view .product-category .book-wrapper .book-details .discountBadge {
    
    	color: #000 !important;
		right: -11px;
	}

@media (max-width: 767px) {
    .listing-view .product-category .book-wrapper .book-details h2 {
        font-family: 'Markazi Text', serif;
        font-size: 16px;
        height: auto;
        margin-bottom: 5px;
    }
    
    .listing-view .product-category .book-wrapper .book-details .price {
    	font-size: 25px !important;
    	color: #000 !important;
	}
    
    .cat-slider .book-wrapper .price-cut, .product-listing .book-wrapper .price-cut {
        font-size: 20px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1376px) {
    #htmlSection {
        overflow-x: hidden;
    }
}
