@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
            format("embedded-opentype"),
        url(../fonts/fontawesome-webfont3e6e.woff2) format("woff2"),
        url(../fonts/fontawesome-webfont3e6e.woff) format("woff"),
        url(../fonts/fontawesome-webfont3e6e.ttf) format("truetype"),
        url(../fonts/fontawesome-webfont3e6e.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ElegantIcons";
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),
        url(../fonts/ElegantIcons.woff) format("woff"),
        url(../fonts/ElegantIcons.ttf) format("truetype"),
        url(../fonts/ElegantIcons.svg#ElegantIcons) format("svg");
    font-weight: normal;
    font-style: normal;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
figcaption,
figure,
footer,
header,
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: #f8f9f9;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    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;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
output {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.figure {
    display: inline-block;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-6,
.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-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-4,
.col-sm-6,
.col-xl-5 {
    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-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .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%;
    }
}
@media (min-width: 992px) {
    .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-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid {
    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-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;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
@-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: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.border {
    border: 1px solid #dee2e6 !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.position-static {
    position: static !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.h-100 {
    height: 100% !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.text-center {
    text-align: center !important;
}
.visible {
    visibility: visible !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    pre {
        white-space: pre-wrap !important;
    }
    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;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-close:before {
    content: "\f00d";
}
.fa-play:before {
    content: "\f04b";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-instagram:before {
    content: "\f16d";
}
.arrow_left,
.arrow_right,
.arrow_carrot-down,
.icon_search,
.icon_quotations,
.icon_mail_alt,
.icon_tag_alt {
    font-family: "ElegantIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.arrow_left:before {
    content: "\23";
}
.arrow_right:before {
    content: "\24";
}
.arrow_carrot-down:before {
    content: "\33";
}
.icon_search:before {
    content: "\55";
}
.icon_quotations:before {
    content: "\7b";
}
.icon_mail_alt:before {
    content: "\e010";
}
.icon_tag_alt:before {
    content: "\e017";
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-close,
.mfp-arrow,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em;
    line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 0.875em;
}
.slicknav_nav ul {
    margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}
.slicknav_nav a {
    text-decoration: none;
    color: #fff;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
html,
body {
    height: 100%;
    font-family: "Nunito Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}
img {
    max-width: 85%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
.section-title {
    margin-bottom: 45px;
    text-align: center;
}
.section-title span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}
.section-title h2 {
    color: #111;
    font-weight: 700;
    line-height: 46px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.spad {
    padding-top: 125px;
    padding-bottom: 115px;
}
.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #fff;
    background: #138204;
    letter-spacing: 4px;
}
.site-btn {
    font-size: 14px;
    color: #fff;
    background: #138204;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}
.search-model-form {
    padding: 0 15px;
}
.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999;
}
.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header {
    background: #fff;
}
.header__top {
    background: #111;
    padding: 10px 0;
}
.header__top__left p {
    color: #fff;
    margin-bottom: 0;
}
.header__top__right {
    text-align: right;
}
.header__top__links {
    display: inline-block;
    margin-right: 25px;
}
.header__top__links a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 28px;
    display: inline-block;
}
.header__top__links a:last-child {
    margin-right: 0;
}
.header__top__hover {
    display: inline-block;
    position: relative;
}
.header__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
}
.header__top__hover span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
}
.header__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
}
.header__top__hover ul {
    background: #fff;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.header__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #111;
    padding: 2px 15px;
    cursor: pointer;
}
.header__logo {
    padding: 24px 0;
}
.header__logo a {
    display: inline-block;
}
.header__menu {
    text-align: center;
    padding: 26px 0 25px;
}
.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 45px;
    position: relative;
}
.header__menu ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header__menu ul li:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header__menu ul li:hover .dropdown {
    top: 32px;
    opacity: 1;
    visibility: visible;
}
.header__menu ul li:last-child {
    margin-right: 0;
}
.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 150px;
    background: #111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}
.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    text-transform: capitalize;
}
.header__menu ul li .dropdown li a:after {
    display: none;
}
.header__menu ul li a {
    font-size: 18px;
    color: #111;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 3px 0;
}
.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e53637;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header__nav__option {
    /* text-align: right; */
    padding: 30px 0;
}
.header__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
}
.header__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
}
.header__nav__option a:last-child {
    margin-right: 0;
}
.header__nav__option .price {
    font-size: 15px;
    color: #111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
}
.offcanvas-menu-wrapper {
    display: none;
}
.canvas__open {
    display: none;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
    top: 0;
    opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
    top: 0;
    opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text p {
    top: 0;
    opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
    top: 0;
    opacity: 1;
}
.hero__slider.owl-carousel .owl-nav button {
    font-size: 36px;
    color: #333;
    position: absolute;
    left: 75px;
    top: 50%;
    margin-top: -18px;
    line-height: 29px;
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 75px;
}
.hero__items {
    height: 800px;
    padding-top: 230px;
}
.hero__text h6 {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.hero__text h2 {
    color: #111;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}
.hero__text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
}
.hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s;
}
.hero__text .primary-btn span {
    font-size: 20px;
    position: relative;
    top: 4px;
    font-weight: 700;
}
.hero__social {
    margin-top: 190px;
}
.hero__social a {
    font-size: 16px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 32px;
}
.hero__social a:last-child {
    margin-right: 0;
}
.blog {
    padding-bottom: 55px;
}
.banner__item {
    position: relative;
    overflow: hidden;
}
.banner__item:hover .banner__item__text a:after {
    width: 40px;
    background: #e53637;
}
.banner__item.banner__item--middle {
    margin-top: -75px;
}
.banner__item.banner__item--middle .banner__item__pic {
    float: none;
}
.banner__item.banner__item--middle .banner__item__text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 22px;
}
.banner__item.banner__item--last {
    margin-top: 100px;
}
.banner__item__pic {
    float: right;
}
.banner__item__text {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 140px;
}
.banner__item__text h2 {
    color: #111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.banner__item__text a {
    display: inline-block;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}
.banner__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.categories {
    background: #f3f2ee;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 125px;
}
.categories__text {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.categories__text:before {
    position: absolute;
    left: -485px;
    top: 0;
    height: 300px;
    width: 600px;
    background: #fff;
    z-index: -1;
    content: "";
}
.categories__text h2 {
    color: #b7b7b7;
    line-height: 72px;
    font-size: 34px;
}
.categories__text h2 span {
    font-weight: 700;
    color: #111;
}
.categories__hot__deal {
    position: relative;
    z-index: 5;
}
.categories__hot__deal img {
    min-width: 100%;
}
.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111;
    border-radius: 50%;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -36px;
}
.hot__deal__sticker span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
}
.hot__deal__sticker h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.categories__deal__countdown span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}
.categories__deal__countdown h2 {
    color: #111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}
.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
    width: 25%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: ":";
    font-size: 24px;
    font-weight: 700;
    color: #3d3d3d;
}
.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item:last-child:after {
    display: none;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
    color: #111;
    font-weight: 700;
    display: block;
    font-size: 36px;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
    margin-bottom: 0;
}
.instagram {
    padding-bottom: 0;
}
.instagram__pic__item {
    width: 33.33%;
    float: left;
    height: 261px;
    background-position: center center;
}
.instagram__text {
    padding-top: 130px;
}
.instagram__text h2 {
    color: #111;
    font-weight: 700;
    margin-bottom: 30px;
}
.instagram__text p {
    margin-bottom: 65px;
}
.instagram__text h3 {
    color: #e53637;
    font-weight: 700;
}
.product {
    padding-top: 0;
    padding-bottom: 60px;
}
.filter__controls {
    text-align: center;
    margin-bottom: 45px;
}
.filter__controls li {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 88px;
    cursor: pointer;
}
.filter__controls li:last-child {
    margin-right: 0;
}
.filter__controls li.active {
    color: #111;
}
.product__item {
    overflow: hidden;
    margin-bottom: 40px;
}
.product__item.sale .product__item__pic .label {
    color: #fff;
    background: #111;
}
.product__item.sale .product__item__text .rating i {
    color: #f7941d;
}
.product__item.sale .product__item__text .rating i:nth-last-child(1) {
    color: #b7b7b7;
}
.product__item:hover .product__item__pic .product__hover {
    right: 20px;
    opacity: 1;
}
.product__item:hover .product__item__text a {
    top: 22px;
    opacity: 1;
    visibility: visible;
}
.product__item:hover .product__item__text h6 {
    opacity: 0;
}
.product__item:hover .product__item__text .product__color__select {
    opacity: 1;
}
.product__item__pic {
    height: 260px;
    position: relative;
    background-position: center center;
}
.product__item__pic .label {
    color: #111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 20px;
}
.product__item__pic .product__hover {
    position: absolute;
    right: -200px;
    top: 20px;
    -webkit-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.8s;
}
.product__item__pic .product__hover li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.product__item__pic .product__hover li:hover span {
    opacity: 1;
    visibility: visible;
}
.product__item__pic .product__hover li span {
    color: #fff;
    background: #111;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    position: absolute;
    left: -78px;
    top: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.product__item__pic .product__hover li span:after {
    position: absolute;
    right: -2px;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #111;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.product__item__pic .product__hover li img {
    background: #fff;
    padding: 10px;
    display: inline-block;
}
.product__item__text {
    padding-top: 25px;
    position: relative;
}
.product__item__text a {
    font-size: 15px;
    color: #e53637;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.product__item__text h6 {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.product__item__text .rating {
    margin-bottom: 6px;
}
.product__item__text .rating i {
    font-size: 14px;
    color: #b7b7b7;
    margin-right: -5px;
}
.product__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
}
.product__item__text .product__color__select {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}
.product__item__text .product__color__select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}
.product__item__text .product__color__select label.black {
    background: #404a47;
}
.product__item__text .product__color__select label.grey {
    background: #d5a667;
}
.product__item__text .product__color__select label.active:after {
    opacity: 1;
}
.product__item__text .product__color__select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
    opacity: 0;
}
.product__item__text .product__color__select label input {
    position: absolute;
    visibility: hidden;
}
.shop__sidebar {
    padding-right: 20px;
}
.shop__sidebar__search {
    margin-bottom: 45px;
}
.shop__sidebar__search form {
    position: relative;
}
.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    height: 42px;
}
.shop__sidebar__search form input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.shop__sidebar__search form input::-moz-placeholder {
    color: #b7b7b7;
}
.shop__sidebar__search form input:-ms-input-placeholder {
    color: #b7b7b7;
}
.shop__sidebar__search form input::-ms-input-placeholder {
    color: #b7b7b7;
}
.shop__sidebar__search form input::placeholder {
    color: #b7b7b7;
}
.shop__sidebar__search form button {
    color: #b7b7b7;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
}
.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}
.shop__sidebar__accordion .card:last-child {
    margin-bottom: 0;
}
.shop__sidebar__accordion .card:last-child .card-body {
    padding-bottom: 0;
    border-bottom: none;
}
.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.shop__sidebar__accordion .card-heading {
    cursor: pointer;
}
.shop__sidebar__accordion .card-heading a {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
    height: 225px;
}
.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;
}
.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #827d7d;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #111;
}
.shop__sidebar__brand ul {
    height: auto;
}
.shop__sidebar__price ul {
    height: auto;
}
.shop__sidebar__size {
    padding-top: 15px;
}
.shop__sidebar__size label {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.shop__sidebar__size label.active {
    background: #111;
    color: #fff;
    border-color: #111;
}
.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}
.shop__sidebar__color {
    padding-top: 15px;
}
.shop__sidebar__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.shop__sidebar__color label.c-1 {
    background: #0b090c;
}
.shop__sidebar__color label.c-2 {
    background: #20315f;
}
.shop__sidebar__color label.c-3 {
    background: #f1af4d;
}
.shop__sidebar__color label.c-4 {
    background: #636068;
}
.shop__sidebar__color label.c-5 {
    background: #57594d;
}
.shop__sidebar__color label.c-6 {
    background: #e8bac4;
}
.shop__sidebar__color label.c-7 {
    background: #d6c1d7;
}
.shop__sidebar__color label.c-8 {
    background: #ed1c24;
}
.shop__sidebar__color label.c-9 {
    background: #fff;
}
.shop__sidebar__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}
.shop__sidebar__color label input {
    position: absolute;
    visibility: hidden;
}
.shop__sidebar__tags {
    padding-top: 15px;
}
.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.shop__sidebar__tags a:hover {
    background: #111;
    color: #fff;
}
.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion
    .card-heading
    > a.active[aria-expanded="false"]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}
.shop__sidebar__accordion .card-heading.active a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}
.shop__product__option {
    margin-bottom: 45px;
}
.shop__product__option p {
    color: #111;
    margin-bottom: 0;
}
.shop__product__option__right {
    text-align: right;
}
.shop__product__option__right p {
    display: inline-block;
    margin-bottom: 0;
}
.shop__product__option__right .nice-select {
    float: none;
    display: inline-block;
    padding: 0;
    line-height: 26px;
    height: auto;
    border: none;
    padding-right: 28px;
}
.shop__product__option__right .nice-select:after {
    border-bottom: 1.5px solid #111;
    border-right: 1.5px solid #111;
    height: 8px;
    right: 12px;
    width: 8px;
}
.shop__product__option__right .nice-select span {
    color: #111;
    font-size: 15px;
    font-weight: 700;
}
.shop__product__option__right .nice-select .list {
    border-radius: 0;
}
.product__pagination {
    padding-top: 25px;
    text-align: center;
}
.product__pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.product__pagination a.active {
    border-color: #111;
}
.product__pagination a:hover {
    border-color: #111;
}
.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding-left: 10px;
    padding-right: 15px;
}
.product__details__pic {
    text-align: center;
    background: #f3f2ee;
    padding: 40px 0 60px;
    margin-bottom: 100px;
}
.product__details__pic .nav-tabs {
    border-bottom: none;
    width: 105px;
}
.product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
}
.product__details__pic .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}
.product__details__pic .nav-tabs .nav-item .nav-link {
    padding: 0;
    display: block;
}
.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    height: 120px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
    height: 56px;
    width: 56px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}
.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}
.product__details__breadcrumb {
    margin-bottom: 30px;
}
.product__details__breadcrumb a {
    font-size: 15px;
    color: #111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}
.product__details__breadcrumb a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}
.product__details__breadcrumb span {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}
.product__details__pic__item {
    position: relative;
}
.product__details__pic__item a {
    height: 56px;
    width: 56px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
}
.product__details__text {
    text-align: center;
}
.product__details__text h4 {
    color: #111;
    font-weight: 700;
    margin-bottom: 10px;
}
.product__details__text .rating {
    margin-bottom: 20px;
}
.product__details__text .rating i {
    font-size: 15px;
    color: #f7941d;
    display: inline-block;
    margin-right: -5px;
}
.product__details__text .rating span {
    display: inline-block;
    color: #3d3d3d;
    margin-left: 5px;
}
.product__details__text h3 {
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 16px;
}
.product__details__text h3 span {
    color: #b7b7b7;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}
.product__details__text p {
    margin-bottom: 35px;
}
.product__details__option {
    margin-bottom: 30px;
}
.product__details__option__size {
    display: inline-block;
    margin-right: 50px;
}
.product__details__option__size span {
    color: #111;
    display: inline-block;
    margin-right: 10px;
}
.product__details__option__size label {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}
.product__details__option__size label.active {
    background: #111;
    color: #fff;
    border-color: #111;
}
.product__details__option__size label input {
    position: absolute;
    visibility: hidden;
}
.product__details__option__color {
    display: inline-block;
    position: relative;
    top: 10px;
}
.product__details__option__color span {
    color: #111;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}
.product__details__option__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}
.product__details__option__color label.c-1 {
    background: #0b090c;
}
.product__details__option__color label.c-2 {
    background: #20315f;
}
.product__details__option__color label.c-3 {
    background: #f1af4d;
}
.product__details__option__color label.c-4 {
    background: #ed1c24;
}
.product__details__option__color label.c-9 {
    background: #fff;
}
.product__details__option__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}
.product__details__option__color label input {
    position: absolute;
    visibility: hidden;
}
.product__details__cart__option {
    margin-bottom: 25px;
}
.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}
.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}
.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}
.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}
.product__details__btns__option {
    margin-bottom: 40px;
}
.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}
.product__details__btns__option a:last-child {
    margin-right: 0;
}
.product__details__last__option h5 {
    color: #111;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 26px;
}
.product__details__last__option h5 span {
    background: #fff;
    padding: 0 30px;
}
.product__details__last__option h5:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    width: 460px;
    background: #e5e5e5;
    content: "";
    z-index: -1;
    margin: 0 auto;
}
.product__details__last__option ul {
    padding-top: 40px;
}
.product__details__last__option ul li {
    list-style: none;
    font-size: 15px;
    color: #111;
    font-weight: 700;
    line-height: 30px;
}
.product__details__last__option ul li span {
    font-weight: 400;
    color: #b7b7b7;
}
.product__details__tab {
    padding-top: 60px;
}
.product__details__tab .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__details__tab .nav-tabs .nav-item {
    margin-right: 50px;
}
.product__details__tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    color: #b7b7b7;
    padding: 0;
    border: none;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}
.product__details__tab .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #e53637;
}
.product__details__tab__content {
    padding-top: 35px;
}
.note {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.product__details__tab__content__item {
    margin-bottom: 30px;
}
.product__details__tab__content__item:last-child {
    margin-bottom: 0;
}
.product__details__tab__content__item h5 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.product__details__tab__content__item p {
    margin-bottom: 0;
}
.related {
    padding-bottom: 55px;
}
.related-title {
    color: #111;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}
.footer {
    background: #138204;
    padding-top: 70px;
}
.footer__about {
    margin-bottom: 30px;
}
.footer__about .footer__logo {
    margin-bottom: 30px;
}
.footer__about .footer__logo a {
    display: inline-block;
}
.footer__about p {
    color: #b7b7b7;
    margin-bottom: 30px;
}
.footer__widget {
    margin-bottom: 30px;
}
.footer__widget h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer__widget ul li {
    line-height: 36px;
    list-style: none;
}
.footer__widget ul li a {
    color: #b7b7b7;
    font-size: 15px;
}
.footer__widget .footer__newslatter p {
    color: #b7b7b7;
}
.footer__widget .footer__newslatter form {
    position: relative;
}
.footer__widget .footer__newslatter form input {
    width: 100%;
    font-size: 15px;
    color: #3d3d3d;
    background: transparent;
    border: none;
    padding: 15px 0;
    border-bottom: 2px solid #fff;
}
.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
    color: #3d3d3d;
}
.footer__widget .footer__newslatter form input::-moz-placeholder {
    color: #3d3d3d;
}
.footer__widget .footer__newslatter form input:-ms-input-placeholder {
    color: #3d3d3d;
}
.footer__widget .footer__newslatter form input::-ms-input-placeholder {
    color: #3d3d3d;
}
.footer__widget .footer__newslatter form input::placeholder {
    color: #3d3d3d;
}
.footer__widget .footer__newslatter form button {
    color: #b7b7b7;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
}
.footer__copyright__text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 40px;
}
.footer__copyright__text p {
    color: #fff;
    margin-bottom: 0;
}
.footer__copyright__text p i {
    color: #e53637;
}
.footer__copyright__text p a {
    color: #e53637;
}
.breadcrumb-option {
    background: #f3f2ee;
    padding: 40px 0;
}
.breadcrumb__text h4 {
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}
.breadcrumb__links a {
    font-size: 15px;
    color: #111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}
.breadcrumb__links a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}
.breadcrumb__links span {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}
.breadcrumb-blog {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
}
.breadcrumb-blog h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.about {
    padding-bottom: 70px;
}
.about__pic {
    margin-bottom: 35px;
}
.about__pic img {
    min-width: 100%;
}
.about__item {
    margin-bottom: 30px;
}
.about__item h4 {
    color: #111;
    font-weight: 700;
    margin-bottom: 10px;
}
.about__item p {
    margin-bottom: 0;
}
.testimonial {
    background: #f3f2ee;
}
.testimonial__text {
    text-align: center;
    padding: 130px 150px 175px;
}
.testimonial__text span {
    color: #e53637;
    font-size: 72px;
}
.testimonial__text p {
    color: #111;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding-top: 12px;
    margin-bottom: 25px;
}
.testimonial__author {
    display: inline-block;
}
.testimonial__author__pic {
    float: left;
    margin-right: 20px;
}
.testimonial__author__pic img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.testimonial__author__text {
    overflow: hidden;
    padding-top: 3px;
}
.testimonial__author__text h5 {
    color: #111;
    font-weight: 700;
    margin-bottom: 5px;
}
.testimonial__author__text p {
    color: #b7b7b7;
    margin-bottom: 0 !important;
    padding-top: 0;
}
.testimonial__pic {
    height: 600px;
}
.counter {
    padding-bottom: 0;
}
.counter .container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}
.counter__item {
    margin-bottom: 30px;
    overflow: hidden;
}
.counter__item .counter__item__number {
    float: left;
    margin-right: 15px;
}
.counter__item .counter__item__number h2 {
    color: #111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}
.counter__item .counter__item__number strong {
    color: #111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}
.counter__item span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
}
.team {
    padding-bottom: 70px;
}
.team__item {
    margin-bottom: 30px;
}
.team__item img {
    min-width: 100%;
    margin-bottom: 25px;
}
.team__item h4 {
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}
.team__item span {
    font-size: 15px;
    display: block;
    color: #b7b7b7;
}
.clients {
    padding-top: 0;
    padding-bottom: 25px;
}
.client__item {
    display: block;
    margin-bottom: 75px;
    text-align: center;
}
.shopping__cart__table {
    margin-bottom: 30px;
}
.shopping__cart__table table {
    width: 100%;
}
.shopping__cart__table table thead {
    border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.shopping__cart__table table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td {
    padding-bottom: 30px;
    padding-top: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item {
    width: 400px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: left;
    margin-right: 30px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text {
    overflow: hidden;
    padding-top: 21px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h6 {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h5 {
    color: #0d0d0d;
    font-weight: 700;
}
.shopping__cart__table table tbody tr td.quantity__item {
    width: 175px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
    width: 80px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    input {
    width: 50px;
    border: none;
    text-align: center;
    color: #111;
    font-size: 16px;
}
.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    /* .qtybtn {
    font-size: 16px;
    color: #888;
    width: 10px;
    cursor: pointer;
} */
.shopping__cart__table table tbody tr td.cart__price {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    width: 140px;
}
.shopping__cart__table table tbody tr td.cart__close i {
    font-size: 18px;
    color: #111;
    height: 40px;
    width: 40px;
    background: #f3f2ee;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.continue__btn.update__btn {
    text-align: right;
}
.continue__btn.update__btn a {
    color: #fff;
    background: #111;
    border-color: #111;
}
.continue__btn.update__btn a i {
    margin-right: 5px;
}
.continue__btn a {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    padding: 14px 35px;
    display: inline-block;
}
.cart__discount {
    margin-bottom: 60px;
}
.cart__discount h6 {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.cart__discount form {
    position: relative;
}
.cart__discount form input {
    font-size: 14px;
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}
.cart__discount form input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.cart__discount form input::-moz-placeholder {
    color: #b7b7b7;
}
.cart__discount form input:-ms-input-placeholder {
    color: #b7b7b7;
}
.cart__discount form input::-ms-input-placeholder {
    color: #b7b7b7;
}
.cart__discount form input::placeholder {
    color: #b7b7b7;
}
.cart__discount form button {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #111;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.cart__total {
    background: #f3f2ee;
    padding: 35px 40px 40px;
}
.cart__total h6 {
    color: #111;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cart__total ul {
    margin-bottom: 25px;
}
.cart__total ul li {
    list-style: none;
    font-size: 16px;
    color: #444;
    line-height: 40px;
    overflow: hidden;
}
.cart__total ul li span {
    font-weight: 700;
    color: #e53637;
    float: right;
}
.cart__total .primary-btn {
    display: block;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: 2px;
}
.coupon__code {
    color: #0d0d0d;
    font-size: 14px;
    border-top: 2px solid #77b527;
    background: #f5f5f5;
    padding: 23px 30px 18px;
    margin-bottom: 50px;
}
.coupon__code span {
    margin-right: 15px;
}
.coupon__code a {
    color: #0d0d0d;
}
.checkout__title {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.checkout__input {
    margin-bottom: 6px;
}
.checkout__input p {
    color: #111;
    margin-bottom: 12px;
}
.checkout__input p span {
    color: #e53637;
}
.checkout__input input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #b7b7b7;
    padding-left: 20px;
    margin-bottom: 20px;
}
.checkout__input input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.checkout__input input::-moz-placeholder {
    color: #b7b7b7;
}
.checkout__input input:-ms-input-placeholder {
    color: #b7b7b7;
}
.checkout__input input::-ms-input-placeholder {
    color: #b7b7b7;
}
.checkout__input input::placeholder {
    color: #b7b7b7;
}
.checkout__input__checkbox label {
    font-size: 15px;
    color: #0d0d0d;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 16px;
    display: block;
}
.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}
.checkout__input__checkbox label input:checked ~ .checkmark {
    border-color: #e53637;
}
.checkout__input__checkbox label input:checked ~ .checkmark:after {
    opacity: 1;
}
.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
    width: 14px;
    border: 1.5px solid #d7d7d7;
    content: "";
    border-radius: 2px;
}
.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 1px;
    top: -3px;
    width: 14px;
    height: 7px;
    border: solid #e53637;
    border-width: 1.5px 1.5px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}
.checkout__input__checkbox p {
    color: #0d0d0d;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
}
.checkout__order {
    background: #f3f2ee;
    padding: 30px;
}
.checkout__order .order__title {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.checkout__order p {
    color: #444;
    font-size: 16px;
    line-height: 28px;
}
.checkout__order .site-btn {
    width: 100%;
    margin-top: 8px;
}
.checkout__order__products {
    font-size: 16px;
    color: #111;
    overflow: hidden;
    margin-bottom: 18px;
}
.checkout__order__products span {
    float: right;
}
.checkout__total__products {
    margin-bottom: 20px;
}
.checkout__total__products li {
    font-size: 16px;
    color: #444;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}
.checkout__total__products li:last-child {
    margin-bottom: 0;
}
.checkout__total__products li span {
    color: #111;
    float: right;
}
.checkout__total__all {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
    margin-bottom: 26px;
}
.checkout__total__all li {
    list-style: none;
    font-size: 16px;
    color: #111;
    line-height: 40px;
    overflow: hidden;
}
.checkout__total__all li span {
    color: #e53637;
    font-weight: 700;
    float: right;
}
.blog {
    padding-bottom: 55px;
}
.latest {
    padding-bottom: 55px;
}
.blog__item {
    margin-bottom: 45px;
}
.blog__item:hover a::after {
    width: 40px;
    background: #e53637;
}
.blog__item:hover .blog__item__text {
    -webkit-box-shadow: 0 15px 60px rgba(67, 69, 70, 0.05);
    box-shadow: 0 15px 60px rgba(67, 69, 70, 0.05);
}
.blog__item__pic {
    height: 270px;
}
.blog__item__text {
    padding: 30px 30px 25px;
    margin: 0 30px;
    margin-top: -35px;
    background: #fff;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.blog__item__text span {
    color: #3d3d3d;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.blog__item__text span img {
    margin-right: 6px;
}
.blog__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog__item__text a {
    display: inline-block;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}
.blog__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.blog-hero {
    background: #f3f2ee;
    padding-top: 125px;
    padding-bottom: 190px;
}
.blog__hero__text h2 {
    color: #111;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}
.blog__hero__text ul li {
    list-style: none;
    font-size: 15px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.blog__hero__text ul li:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: "|";
}
.blog__hero__text ul li:last-child {
    margin-right: 0;
}
.blog__hero__text ul li:last-child:after {
    display: none;
}
.blog-details {
    margin-top: -115px;
    padding-top: 0;
}
.blog__details__content {
    position: relative;
}
.blog__details__pic {
    margin-bottom: 60px;
}
.blog__details__pic img {
    min-width: 100%;
    border-radius: 5px;
}
.blog__details__share {
    text-align: center;
    position: absolute;
    left: -120px;
    top: 0;
}
.blog__details__share span {
    color: #111;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.blog__details__share ul li {
    list-style: none;
    margin-bottom: 15px;
}
.blog__details__share ul li a {
    color: #fff;
    font-size: 18px;
    height: 46px;
    display: inline-block;
    width: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    background: #4267b2;
}
.blog__details__share ul li a.twitter {
    background: #1da1f2;
}
.blog__details__share ul li a.youtube {
    background: #fe0003;
}
.blog__details__share ul li a.linkedin {
    background: #0173b2;
}
.blog__details__text {
    margin-bottom: 50px;
}
.blog__details__text p {
    font-size: 18px;
    line-height: 34px;
}
.blog__details__text p:last-child {
    margin-bottom: 0;
}
.blog__details__quote {
    background: #f3f2ee;
    padding: 50px 40px 35px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 45px;
}
.blog__details__quote i {
    font-size: 16px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: #e53637;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: -25px;
}
.blog__details__quote p {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.blog__details__quote h6 {
    color: #e53637;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog__details__option {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 70px;
}
.blog__details__author__pic {
    display: inline-block;
    margin-right: 15px;
}
.blog__details__author__pic img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
}
.blog__details__author__text {
    display: inline-block;
}
.blog__details__author__text h5 {
    color: #111;
    font-weight: 700;
}
.blog__details__tags {
    text-align: right;
}
.blog__details__tags a {
    display: inline-block;
    color: #111;
    font-weight: 700;
    margin-right: 10px;
}
.blog__details__tags a:last-child {
    margin-right: 0;
}
.blog__details__btns {
    margin-bottom: 40px;
}
.blog__details__btns__item {
    display: block;
    border: 1px solid #ebebeb;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}
.blog__details__btns__item.blog__details__btns__item--next {
    text-align: right;
}
.blog__details__btns__item.blog__details__btns__item--next p span {
    margin-right: 0;
    margin-left: 5px;
}
.blog__details__btns__item p {
    color: #b7b7b7;
    margin-bottom: 10px;
}
.blog__details__btns__item p span {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.blog__details__btns__item h5 {
    color: #111;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.blog__details__comment h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}
.blog__details__comment form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 30px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.blog__details__comment form input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form input::-moz-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form input:-ms-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form input::-ms-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form input::placeholder {
    color: #b7b7b7;
}
.blog__details__comment form input:focus {
    border-color: #000;
}
.blog__details__comment form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 24px;
    resize: none;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.blog__details__comment form textarea::-webkit-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form textarea::-moz-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form textarea:-ms-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form textarea::-ms-input-placeholder {
    color: #b7b7b7;
}
.blog__details__comment form textarea::placeholder {
    color: #b7b7b7;
}
.blog__details__comment form textarea:focus {
    border-color: #000;
}
.blog__details__comment form button {
    letter-spacing: 4px;
    padding: 14px 35px;
}
.map {
    height: 500px;
}
.map iframe {
    width: 100%;
}
.contact__text .section-title {
    text-align: left;
    margin-bottom: 40px;
}
.contact__text .section-title h2 {
    font-size: 48px;
    margin-bottom: 18px;
}
.contact__text .section-title p {
    color: #707070;
    line-height: 26px;
    margin-bottom: 0;
}
.contact__text ul li {
    list-style: none;
    margin-bottom: 26px;
}
.contact__text ul li:last-child {
    margin-bottom: 0;
}
.contact__text ul li h4 {
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}
.contact__text ul li p {
    line-height: 27px;
    margin-bottom: 0;
}
.contact__form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 30px;
}
.contact__form input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.contact__form input::-moz-placeholder {
    color: #b7b7b7;
}
.contact__form input:-ms-input-placeholder {
    color: #b7b7b7;
}
.contact__form input::-ms-input-placeholder {
    color: #b7b7b7;
}
.contact__form input::placeholder {
    color: #b7b7b7;
}
.contact__form textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 24px;
    resize: none;
}
.contact__form textarea::-webkit-input-placeholder {
    color: #b7b7b7;
}
.contact__form textarea::-moz-placeholder {
    color: #b7b7b7;
}
.contact__form textarea:-ms-input-placeholder {
    color: #b7b7b7;
}
.contact__form textarea::-ms-input-placeholder {
    color: #b7b7b7;
}
.contact__form textarea::placeholder {
    color: #b7b7b7;
}
.contact__form button {
    letter-spacing: 4px;
    padding: 14px 35px;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories__text h2 {
        font-size: 26px;
    }
    .header__menu ul li {
        margin-right: 38px;
    }
    .hero__slider.owl-carousel .owl-nav button {
        left: 2px;
    }
    .hero__slider.owl-carousel .owl-nav button.owl-next {
        right: 2px;
    }
    .testimonial__text {
        padding: 130px 45px 175px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__menu ul li {
        margin-right: 10px;
    }
    .header__nav__option a {
        margin-right: 10px;
    }
    .header__nav__option .price {
        margin-left: 0;
    }
    .hero__slider.owl-carousel .owl-nav button {
        left: 2px;
    }
    .hero__slider.owl-carousel .owl-nav button.owl-next {
        right: 2px;
    }
    .banner__item.banner__item--middle {
        margin-top: 0;
    }
    .banner__item.banner__item--last {
        margin-top: 0;
    }
    .banner__item {
        margin-bottom: 40px;
    }
    .banner {
        padding-bottom: 60px;
    }
    .categories__text {
        margin-bottom: 40px;
    }
    .categories__hot__deal {
        margin-bottom: 40px;
    }
    .instagram__text {
        padding-top: 70px;
    }
    .shop__sidebar {
        padding-right: 0;
        padding-top: 40px;
    }
    .cart__discount {
        margin-top: 40px;
    }
    .testimonial__text {
        padding: 100px 105px 100px;
    }
    .blog__details__share {
        position: relative;
        left: 0;
        margin-bottom: 18px;
    }
    .blog__details__share span {
        margin-bottom: 14px;
        margin-right: 0;
    }
    .blog__details__share ul li {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
    }
    .blog__details__share ul li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #111;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #111;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #fff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }
    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }
    .offcanvas__option {
        text-align: center;
        margin-bottom: 30px;
    }
    .offcanvas__links {
        display: inline-block;
        margin-right: 25px;
    }
    .offcanvas__links a {
        color: #111;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-right: 16px;
        display: inline-block;
        font-weight: 600;
    }
    .offcanvas__links a:last-child {
        margin-right: 0;
    }
    .offcanvas__top__hover {
        display: inline-block;
        position: relative;
    }
    .offcanvas__top__hover:hover ul {
        top: 24px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas__top__hover span {
        color: #111;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
    }
    .offcanvas__top__hover span i {
        font-size: 20px;
        position: relative;
        top: 3px;
        right: 2px;
    }
    .offcanvas__top__hover ul {
        background: #111;
        display: inline-block;
        padding: 2px 0;
        position: absolute;
        left: 0;
        top: 44px;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }
    .offcanvas__top__hover ul li {
        list-style: none;
        font-size: 13px;
        color: #fff;
        padding: 2px 15px;
        cursor: pointer;
    }
    .offcanvas__nav__option {
        text-align: center;
        margin-bottom: 25px;
    }
    .offcanvas__nav__option a {
        display: inline-block;
        margin-right: 26px;
        position: relative;
    }
    .offcanvas__nav__option a span {
        color: #0d0d0d;
        font-size: 11px;
        position: absolute;
        left: 5px;
        top: 8px;
    }
    .offcanvas__nav__option a:last-child {
        margin-right: 0;
    }
    .offcanvas__nav__option .price {
        font-size: 15px;
        color: #111;
        font-weight: 700;
        display: inline-block;
        margin-left: -20px;
        position: relative;
        top: 3px;
    }
    .offcanvas__text p {
        color: #111;
        margin-bottom: 0;
    }
    .header__top {
        display: none;
    }
    .header .container {
        position: relative;
    }
    .header__menu {
        display: none;
    }
    .header__nav__option {
        display: none;
    }
    .search-model-form input {
        width: 100%;
        font-size: 24px;
    }
    .hero__slider.owl-carousel .owl-nav button {
        left: 15px;
        top: 80%;
    }
    .hero__slider.owl-carousel .owl-nav button.owl-next {
        left: 75px;
        right: 0;
    }
    .banner__item.banner__item--middle {
        margin-top: 0;
    }
    .banner__item.banner__item--last {
        margin-top: 0;
    }
    .banner__item {
        margin-bottom: 40px;
    }
    .banner {
        padding-bottom: 60px;
    }
    .banner__item__pic {
        float: none;
    }
    .banner__item__pic img {
        min-width: 100%;
    }
    .banner__item__text {
        max-width: 100%;
        position: relative;
        top: 0;
        padding-top: 22px;
    }
    .filter__controls li {
        margin-right: 15px;
    }
    .categories__text {
        margin-bottom: 40px;
    }
    .categories__hot__deal {
        margin-bottom: 40px;
    }
    .instagram__text {
        padding-top: 70px;
    }
    .instagram__pic__item {
        width: 50%;
    }
    .shop__product__option__right {
        text-align: left;
        padding-top: 20px;
    }
    .shop__sidebar {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .testimonial__text {
        padding: 100px 40px 100px;
    }
    .product__details__breadcrumb {
        text-align: left;
    }
    .product__details__pic .nav-tabs {
        width: auto;
        margin-bottom: 40px;
    }
    .product__details__pic .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .product__details__option__size {
        display: block;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .product__details__last__option h5:before {
        width: 440px;
    }
    .product__details__tab .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
    .shopping__cart__table {
        overflow-y: auto;
    }
    .shopping__cart__table
        table
        tbody
        tr
        td.product__cart__item
        .product__cart__item__pic {
        float: none;
        margin-right: 0;
    }
    .continue__btn {
        text-align: center;
    }
    .continue__btn.update__btn {
        text-align: center;
        margin-top: 20px;
    }
    .cart__discount {
        margin-top: 40px;
    }
    .checkout__order {
        margin-top: 20px;
    }
    .blog__details__share {
        position: relative;
        left: 0;
        margin-bottom: 18px;
    }
    .blog__details__share span {
        margin-bottom: 14px;
        margin-right: 0;
    }
    .blog__details__share ul li {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
    }
    .blog__details__share ul li:last-child {
        margin-right: 0;
    }
    .blog__details__author {
        text-align: center;
        margin-bottom: 20px;
    }
    .blog__details__tags {
        text-align: center;
    }
    .contact__text {
        margin-bottom: 40px;
    }
    .hero__social {
        margin-top: 180px;
    }
}
@media only screen and (max-width: 479px) {
    .cart__total {
        padding: 35px 30px 40px;
    }
    .hero__items {
        height: auto;
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .hero__text h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .hero__social {
        margin-top: 145px;
    }
    .categories__deal__countdown .categories__deal__countdown__timer {
        margin-left: 0;
    }
    .instagram__pic__item {
        width: 100%;
    }
    .testimonial__text {
        padding: 60px 40px 60px;
    }
    .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
        width: 100%;
    }
    .product__details__pic .nav-tabs .nav-item {
        margin-bottom: 10px;
        width: calc(33.33% - 10px);
    }
    .product__details__last__option h5:before {
        width: 280px;
    }
    .product__details__cart__option .quantity {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .product__details__last__option h5 span {
        font-size: 16px;
    }
    .blog__hero__text h2 {
        font-size: 36px;
    }
    .categories__text h2 {
        font-size: 30px;
        line-height: 55px;
    }
    .categories__text:before {
        height: 250px;
    }
}

.svg-wrapper {
    transform: translateY(-50%);
    margin-bottom: -55px;
}
.shape {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 2px;
    fill: transparent;
    stroke: #000;
    transition: stroke-width 0.5s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.svg-wrapper:hover .shape {
    stroke-width: 1px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
}

.text-style {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
}

/* website name animation fin*/

/* login page start*/
.brand-wrapper {
    margin-bottom: 19px;
}
.brand-wrapper .logo {
    height: 37px;
}
