
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: Ajoiani-com Headline, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 32px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 10px;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 5px;
    margin: 10px 0 20px;
    border-bottom: 1px solid rgb(232, 232, 232);
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
  margin: 0 0 20px 0;
  padding: 0;
}
dt {
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 0;
}
dd {
  margin: 0 0 10px 15px;
  line-height: 1.5;
}
blockquote {
  padding: 10px 15px;
  margin: 0 0 20px;
  border-left: 3px solid #e0e0e0;
  background-color: #f9f9f9;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5;
}
code {
  padding: 2px 5px;
  font-family: Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 20px;
  font-family: Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 768px) {
  dl {
    margin-bottom: 15px;
  }
  dd {
    margin-left: 10px;
  }
  blockquote {
    padding: 8px 12px;
    font-size: 95%;
  }
}
.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1700px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1700px) {
    .container {
        width: 1700px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 56.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 70%;
    }
    .col-sm-4 {
        width: 43%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 20%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ededed;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ededed;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #f2f2f2;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #f2f2f2;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 0;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0 solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    outline: 0;
    border-color: rgba(0, 102, 255, 0.5);
    box-shadow: 0 0 3px 0 rgba(73, 143, 226, 0.5);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}



.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 1em;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    color: #222;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 700 14px/1 "Ajoiani-com Headline", "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
    font-stretch: condensed;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    border-width: 2px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    border: 1px solid #d0d7e3;
    background: #f0f4f8;
    box-shadow: none;
    color: #a0a7b3;
    cursor: not-allowed;
    opacity: 0.7;
}

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



.btn-main {
    border-color: #c60;
    background: #ffa33a;
    color: #000;
    text-transform: uppercase;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    background: #f39834;
    color: #222;
}

.btn-tertiary {
    background: #e6e6e6;
    border-color: #a9a9a9;
}

.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
    background: #c9c9c9;
    color: #222;
}

.btn-custom1 {
    border-color: transparent;
    background: #fa9d28;
    color: #212121;
    border-radius: 22px;
    padding: 8px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1:active {
    background-color: #FF8500;
    color: #212121;
    border-color: #d9891e;
}

.btn-new {
    padding: 10px 13px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 2px 4px rgb(157 157 157 / 10%);
    color: #595959;
    line-height: 1;
}

.btn-new:hover,
.btn-new:focus,
.btn-new:active {
    background: #fff;
    color: #e47911;
}

.btn-new:active {
    opacity: 0.5;
}




.text-danger {
    margin: 5px;
}




.btn-default {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.btn-default:hover {
    border-color: #d9d9d9;
    background-color: #fff;
    color: #06f;
}

.btn-default:focus {
    border-color: #8c8c8c;
    background-color: rgb(230 230 230 / 15%);
    color: #333;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #707070;
    background: #707070;
    color: #fff;
    cursor: default;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active:hover,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus {
    border-color: #707070;
    color: #cdcdcd;
    cursor: default;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background: #e4e4e4;
    color: #b8b8b8;
}

.btn-default .badge {
    background-color: #333;
    color: #fff;
}




.btn-primary {
    border-color: transparent;
    border-radius: 22px;
    background-color: #cc4100;
    color: #fff;
    font-weight: 900;
}

.btn-primary:hover {
    background-color: #b03708;
    color: #fff;
}

.btn-primary:focus {
    background-color: #952f07;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #8c051f;
    background-color: #ba3f06;
    color: #fff;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus {
    border-color: #ecb881;
    background-color: #e86a04;
    box-shadow: 0 0 3px 2px rgb(162 88 2 / 17%);
    color: #fff;
}

.btn-primary .badge {
    background-color: #fff;
    color: #337ab7;
}




.btn-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    border-color: #398439;
    background-color: #449d44;
    color: #fff;
}

.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus {
    border-color: #255625;
    background-color: #398439;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}




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

.btn-info:hover {
    border-color: #012ed2;
    background-color: #065fc0;
    color: #fff;
}

.btn-info:focus {
    border-color: #2449d0;
    background-color: #1174e0;
    color: #fff;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    border-color: #2449d0;
    background-color: #1946b8;
    color: #fff;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info.active:hover,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus {
    border-color: #005095;
    background-color: #2638bc;
    color: #fff;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}




.btn-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
    color: #222;
}

.btn-warning:hover {
    border-color: #d58512;
    background-color: #d98713;
    color: #232323;
}

.btn-warning:focus {
    border-color: #985f0d;
    background-color: #ec971f;
    color: #232323;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    border-color: #d58512;
    background-color: #ec971f;
    color: #232323;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus {
    border-color: #985f0d;
    background-color: #d58512;
    color: #fff;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}




.btn-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
    color: #fff;
}

.btn-danger:hover {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff;
}

.btn-danger:focus {
    border-color: #761c19;
    background-color: #c9302c;
    box-shadow: 0 0 0 3px #c8f3fa, inset 0 0 0 2px #fff;
    color: #fff;
    outline: 0;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus {
    border-color: #761c19;
    background-color: #ac2925;
    color: #fff;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a;
    background-color: #d9534f;
}

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




.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}

.btn-link {
    border-radius: 0;
    color: #337ab7;
    font-weight: 400;
}

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline;
}

.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}




.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    line-height: 1.3333333;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 0.85em;
    outline: 0;
    font-size: 12px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}




.btn-block {
    display: block;
}

.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 40px;
    right: 1px;
    z-index: 10000;
    display: none;
    float: left;
    min-width: 130px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    overflow: hidden;
    background-color: #f4f4f4;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 3;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eeeeee63;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 0;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    font-family: Ajoiani-com Headline, sans-serif;
    color: #323232;
    position: relative;
    display: block;
    padding: 10px 5px;
    white-space: nowrap;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    transition: all ease-in-out 0.15s;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #131921;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  margin-top: 25px;
}
.nav-tabs {
scrollbar-width: thin;
}
.nav-tabs > li > a {
    margin: 0px 10px 0px 10px;
    line-height: 1.42857143;
}
.nav-tabs>li>a::after {
    content: "";
    background: #F66300;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 3px;
    border-radius: 3px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #212121;
    cursor: default;
    font-weight: 700;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    font-family: "BPG Mrgvlovani", Helvetica, Arial, sans-serif;
    display: block;
    padding: 15px;
    margin-top: 11px;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: rgb(17 17 26 / 4%) 0 0 16px;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    float: left;
    display: flex;
    position: relative;
    width: 48px;
    height: 32px;
    text-align: center;
    margin-left: -1px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    align-items: center;
    justify-content: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #06f;
    background-color: #f7f7f7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    border-color: #707070;
    background: #707070;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #77777787;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:hover {
    border: 1px solid #a8a8a8;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075);
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    color: inherit;
}
.alert-success {
    background-color: #fff;
    border-left-width: 3px;
    border-left-color: #198754;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #fcfcfc;
    border-left-color: #faad14;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-left-width: 3px;
    border-left-color: #ffc207;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #fff;
    border-left-width: 3px;
    border-left-color: #ff0101;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #febd17;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 10px;
    border: 1px solid #fff0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
    background-color: #ffffff96;
    padding: 10px;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
	font-family: Ajoiani-com Headline, sans-serif;
	text-transform: uppercase;
    padding: 10px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #e8e8e8;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    font-size: 15px;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #f0f0f0;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f0f0f0;
}
.panel-primary > .panel-heading .badge {
    color: #f0f0f0;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f0f0f0;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 32px;
    color: #444;
    transition: color 0.2s ease;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
button.close {
    -webkit-appearance: none;
    padding: 0 10px 0 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 7px 7px 0 0;
}
.modal-header .close {
    margin-top: 5px;
}
.modal-title {
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
  position: absolute;
  z-index: 10002;
  display: block;
  font: 700 13px / 1.2 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
  pointer-events: none;
}
.tooltip.in {
  opacity: 1;
  transition: opacity 0.15s;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #000000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "BPG Arial", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.eot"); 
    src: url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.eot?#iefix") format('embedded-opentype'),
         url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.woff") format('woff'),
         url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/dejavu-sans-condensed-webfont.svg#dejavu_sans_condensedregular") format('svg');
}


@font-face {
    font-family: 'DejaVu Sans Extra Light';
    src: url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.eot");
    src: url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.eot?#iefix") format('embedded-opentype'),
         url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.woff") format('woff'),
         url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/dejavu-sans-extra-light-webfont.svg#dejavu_sans_extra_lightregular") format('svg');
		 font-display: swap;
}


@font-face {
    font-family: 'BPG LE Studio 02';
    src: url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.eot"); 
    src: url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.eot?#iefix") format('embedded-opentype'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.woff") format('woff'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-webfont.svg#bpg_le_studio_02regular") format('svg');
		 font-display: swap;
}



@font-face {
	font-family: 'new-desktop';
	src:  url("https://pclion.ge/fonts/icons/new-desktop.eot?no8uv4");
	src:  url("https://pclion.ge/fonts/icons/new-desktop.eot?no8uv4#iefix") format('embedded-opentype'),
	url("https://pclion.ge/fonts/icons/new-desktop.ttf?no8uv4") format('truetype'),
	url("https://pclion.ge/fonts/icons/new-desktop.woff?no8uv4") format('woff'),
	url("https://pclion.ge/fonts/icons/new-desktop.svg?no8uv4#new-desktop") format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}


@font-face {
    font-display: swap;
    font-family: NE-desktop;
    font-style: normal;
    font-weight: 400;
    src: url("https://pclion.ge/fonts/icons/AJO-desktop.eot");
    src: url("https://pclion.ge/fonts/icons/AJO-desktop.eot#iefix") format("embedded-opentype"),
        url("https://pclion.ge/fonts/icons/AJO-desktop.woff2") format("woff2"),
        url("https://pclion.ge/fonts/icons/AJO-desktop.woff") format("woff"),
        url("https://pclion.ge/fonts/icons/AJO-desktop.ttf") format("truetype"),
        url("https://pclion.ge/fonts/icons/AJO-desktop.svg#NE-desktop") format("svg");
}

@font-face {
    font-family: 'Ajoiani-com Headline';
    src: url("https://pclion.ge/Ajoiani-com-Headline-Medium.eot");
    src: url("https://pclion.ge/Ajoiani-com-Headline-Medium.eot?#iefix") format('embedded-opentype'),
    url("https://pclion.ge/fonts/ajo_fonts/Ajoiani-com-Headline-Medium.woff2") format('woff2'),
    url("https://pclion.ge/fonts/ajo_fonts/ajo_fonts/Ajoiani-com-Headline-Medium.woff") format('woff'),
    url("https://pclion.ge/fonts/ajo_fonts/Ajoiani-com-Headline-Medium.ttf") format('truetype'),
    url("https://pclion.ge/fonts/ajo_fonts/Ajoiani-com-Headline-Medium.svg#BOG-Headline-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Ajoiani GEO CAPS';
    src: url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.eot");
    src: url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.woff2") format('woff2'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.woff") format('woff'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.ttf") format('truetype'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.svg#AjoianiGEOCAPS-Bold") format('svg'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiGEOCAPS-Bold.eot?#iefix") format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ajoiani Title';
    src: url("https://pclion.ge/fonts/ajo_fonts/AjoianiTitle.eot");
    src: url("https://pclion.ge/fonts/ajo_fonts/AjoianiTitle.eot?#iefix") format('embedded-opentype'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiTitle.woff2") format('woff2'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiTitle.woff") format('woff'),
    url("https://pclion.ge/fonts/ajo_fonts/AjoianiTitle.ttf") format('truetype'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG Arial';
    src: url("https://pclion.ge/fonts/bpg-arial-webfont.eot");
    src: url("https://pclion.ge/fonts/bpg-arial-webfont.eot?#iefix") format('embedded-opentype'),
         url("https://pclion.ge/fonts/bpg-arial-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-arial-webfont.woff") format('woff'),
         url("https://pclion.ge/fonts/bpg-arial-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/bpg-arial-webfont.svg#bpg_arialregular") format('svg'),
         font-display: swap;
}

@font-face {
    font-family: 'BPG SuperSquare 2013';
    src: url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.eot"); 
    src: url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.eot?#iefix") format('embedded-opentype'), 
         url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.woff") format('woff'), 
         url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/bpg-supersquare-2013-webfont.svg#bpg_supersquare_2013regular") format('svg'),
    font-display: swap;
}

@font-face {
    font-family: 'BPG LE Studio 02 Caps';
    src: url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.eot"); 
    src: url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.eot?#iefix") format('embedded-opentype'), 
         url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.woff") format('woff'), 
         url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/bpg-le-studio-02-caps-webfont.svg#bpg_le_studio_02_capsregular") format('svg'),
    font-display: swap;
}

@font-face {
    font-family: 'BPG LE Studio 04 Caps';
    src: url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.eot"); 
    src: url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.eot?#iefix") format('embedded-opentype'), 
         url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.woff") format('woff'), 
         url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.ttf") format('truetype'),
         url("https://pclion.ge/fonts/bpg-le-studio-04-caps-webfont.svg#bpg_le_studio_04_capsregular") format('svg'),
    font-display: swap;
}

@font-face {
    font-family: 'BPG Nino Mtavruli Bold';
    src: url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.eot");
    src: url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.eot?#iefix") format('embedded-opentype'), 
         url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.woff2") format('woff2'),
         url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.woff") format('woff'),
         url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.ttf") format('truetype'), 
         url("https://pclion.ge/fonts/bpg-nino-mtavruli-bold-webfont.svg#bpg_nino_mtavrulibold") format('svg'),
    font-display: swap;
}


@font-face{
	font-family:'BPG Mrgvlovani';
	src:url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.eot");
	src:url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.eot?#iefix") format('embedded-opentype'),
	url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.woff2") format('woff2'),
	url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.woff") format('woff'),
	url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.ttf") format('truetype'),
	url("https://pclion.ge/fonts/bpg-mrgvlovani-webfont.svg#bpg_mrgvlovaniregular") format('svg'),
    font-display: swap;
}

@font-face{
	font-family:ArchyEDT-Bold;
	src:url("https://pclion.ge/fonts/archyedt-bold-webfont.eot");
	src:url("https://pclion.ge/fonts/archyedt-bold-webfont.eot?#iefix") format('embedded-opentype'),
	url("https://pclion.ge/fonts/archyedt-bold-webfont.woff2") format('woff2'),
	url("https://pclion.ge/fonts/archyedt-bold-webfont.woff") format('woff'),
	url("https://pclion.ge/fonts/archyedt-bold-webfont.ttf") format('truetype'),
	url("https://pclion.ge/fonts/archyedt-bold-webfont.svg#archyedt-bold") format('svg'),
    font-display: swap;
}



@font-face {
    font-family: 'BPG Square Mtavruli';
    src: url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.eot"); 
    src: url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.eot?#iefix") format('embedded-opentype'), 
         url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.woff2") format('woff2'), 
         url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.woff") format('woff'), 
         url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.ttf") format('truetype'), 
         url("https://pclion.ge/fonts/bpg-square-mtavruli-webfont.svg#bpg_square_mtavruliregular") format('svg'); 
		 font-display: swap;
}

body {
	font-family: "BPG Arial", sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
    max-width: 100%;
	
	overflow-x: hidden; 
}

a {
    color: #222;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}
.underline:hover {
    font-weight: bold;
}

.goods-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.225;
  max-height: 3.2em;
  max-width: 100%;
  word-break: break-word;
  box-sizing: border-box;
  margin-top: 10px;
  text-decoration: none;
}

.goods-title a {
    font-size: 14px;
}

.truncate-text {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.truncate-text a {
    color: #0F1111;
    font-size: 1em;
    text-overflow: ellipsis;
    max-height: 2.8em;
    overflow: hidden;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.truncate-text a:hover{ color: #ed1d24; 
}

.truncate-text1 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    line-height: 18px;
	height: 35px;
}
 
.truncate-text1 a{
    color: #0F1111;
    text-overflow: ellipsis;
    max-height: 1.1em;
    overflow: hidden;
    line-height: 1.1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.truncate-text1 a:hover{ color: #ed1d24; 
}

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


.fa {
	font-size: 14px;
}


h1 {
	font-family: Ajoiani-com Headline, sans-serif;
	font-size: 28px;
	font-weight: bold;
	word-wrap: break-word;
}   
h2 {
	font-size: 24px;
	font-family: Ajoiani-com Headline, sans-serif;
}

h3 {
	font-family: Ajoiani-com Headline, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: capitalize;
}
@media (max-width: 478px) {
h3 {
	font-size: 17px;
	}
}
h4 {
	font-family: Ajoiani-com Headline, sans-serif;
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h7 {
	font-size: 15px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.nav-tabs {
	margin-bottom: 0px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


#common-success .card {
    padding: 60px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-checkmark {
	color: #9ABC66;
    display: inline-block;
    font-size: 75px;
    opacity: 0;
    transform: scale(0);
    animation: checkmarkAnimation 0.5s forwards;
    animation-delay: 0.3s;
}

@keyframes checkmarkAnimation {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#common-success .success-checkmark-background {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    height: 175px;
    width: 175px;
    background: #F8FAF5;
    margin: 0 auto;
    animation: scaleIn 0.4s forwards;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    #common-success h1 {
        font-size: 20px;
    }

    #common-success p {
        font-size: 14px;
        line-height: 22px;
    }

    #common-success i {
        font-size: 60px;
    }

    #common-success .card {
        padding: 30px;
    }

    #common-success .success-checkmark-background {
        height: 120px;
        width: 120px;
    }
}



.empty-icon-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 270px;
}

.empty-icon.icon-search-empty {
    width: 320px;
    height: 320px;
    background-image: url("https://pclion.ge/catalog/view/theme/default/image/Search_Within.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .empty-icon-container {
        height: 130px;
    }

    .empty-icon.icon-search-empty {
        width: 120px;
        height: 120px; 
    }
}


hr { 
 background: #f5f5f5;
 margin-top: 5px;
 height: 1px;
 border: none
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fcfcfc;
    border-top: 1px solid #f5f5f5;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.alert .fa {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 15px;
}

.alert-success .fa {
    color: #198754;
}

.alert-danger .fa{
    color: #ff0101
}

.alert a {
    text-decoration: underline;
    color: inherit;
}

.alert a:hover {
    text-decoration: none;
}

.breadcrumb {
    position: relative;
    padding: 10px 30px 10px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    mask-image: none;
    -webkit-mask-image: none;
}

.breadcrumb a {
    color: #707070;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.breadcrumb > li:after {
    content: ">\00a0";
    padding: 0 5px;
    color: #222;
    font-style: normal;
    font-weight: 400;
}

.breadcrumb > li:last-child:after {
    content: none;
}

.breadcrumb > li:last-child,
.breadcrumb > li:last-child a {
    color: #3c4a65;
    pointer-events: none;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.breadcrumb_backBtn {
    float: left;
    margin-top: 1.8px;
    margin-left: 10px;
    margin-right: 20px;
    flex-shrink: 0;
}

.breadcrumb i {
    font-size: 18px;
}

.breadcrumb {
    scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

@media (max-width: 988px) {
    .breadcrumb {
        padding: 10px 0 6px 10px;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        mask-image: linear-gradient(to right, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
    }
    
    .breadcrumb > li {
        flex-shrink: 0;
        font-size: 12px;
    }

    .breadcrumb .show-on-mobile {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }
}

.padding-10-55 {
  padding: 10px 55px !important;
  
}

.list-group-item-warning {
	font-family: 'Ajoiani Title',sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
    color: #000000;
    border: 0px;
    font-weight: 700;
    background-color: #ffffff5c;
    margin-bottom: 0px;
}


.list-group a {
	font-family: 'Ajoiani Title',sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	border: 1px solid #e8e8e8;
	color: #000;
	padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #fccd36;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}


#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}


.input-group .form-control[name^=quantity] {
	min-width: 50px;
}


input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
    background-color: #0099ff00;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: appear 0.8s;
}
@keyframes appear {
	0% {
		transform: translate(-50%, -50%) scale(0);
		background-color: #fff;
	}
	45% {
		transform: translate(-50%, -50%) scale(1.6);
		background-color: #007EFF;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.7);
		background-color: #00A7F5;
	}
	55% {
		transform: translate(-50%, -50%) scale(1.6);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		background-color: #064483;
	}
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
	}
} 



::-webkit-scrollbar {
	width: 10px;
	height: 3px;
}
::-webkit-scrollbar-track {
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	background-color: #d9d7d7;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
::-moz-selection {
	background: #4e54c81f;
}
::selection {
	background: #4e54c81f;
}
::-moz-selection {
	background: #4e54c81f;
}
::-moz-focus-outer,
::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.show-on-mobile {
	display: none;
}
@media (min-width: 220px) and (max-width: 990px){ 
.show-on-mobile {
	display: block;
   }
}


tbody.group-1 tr:nth-of-type(odd) {
    background: #f7f7f7;
}
tbody.group-1 tr:nth-of-type(even) {
    background: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}
tbody.group-1 tr:hover {
    background-color: #e9e9e9;
}
.table-bordered {
    border-color: #cccccc;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #eaeaea;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .table-responsive {
        scrollbar-width: thin;
    }
    .table-responsive::-webkit-scrollbar {
        height: 1px;
    }
}

caption {
    font-size: 0.8rem;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #f2f2f2;
    width: 15%;
}

.collapse.in {
    display: flex;
    flex-direction: column;
}

.f-carousel__dots {
    display: none!important;
}


.checkbox-ui {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-ui input {
    display: none; 
}

.checkbox-ui label {
    display: flex;
    position: relative;
    padding: 6px 0 6px 28px;
    cursor: pointer;
    transition: color 0.3sease;
    justify-content: center;
    align-items: center;
}

.checkbox-ui label a {
    margin-left: 5px;
}

.checkbox-ui label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3sease;
}

.checkbox-ui input:checked + label::before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-sizing: border-box;
}

.checkbox-ui input:checked + label::after {
    content: "\e902";
    font-family: new-desktop !important;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-ui label:hover {
    color: #007bff;
}

.checkbox-ui label:hover a {
    color: #007bff;
    text-decoration: underline;
}

.checkbox-ui label:hover::before {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}


.dark .checkbox-ui label:hover::before {
   box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.dark .checkbox-ui label::before {
    background: #343434 !important;
    border: 1px solid #545454 !important;
}
.dark .checkbox-ui input:checked + label::after {
    color: #ffffff !important;
}

body {
    transition: background-color 0.3s, color 0.3s; 
}

body.dark {
    color: #e3e3e3;
    background: #121212;
}

.dark a {
	color: #fff;
}


.dark #top {
    background-color: #050c2e;
	border-bottom-color: #424242;
}

@media (max-width: 988px) {
.dark #top {
    background-color: #212121;
	border-bottom-color: #424242;
    }
}


.dark .logo {
   
   filter: brightness(0) invert(1) saturate(0);
}


.dark .alert-success {
    background-color: #212121;
    border-left-color: #198754;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 8%);
}
.dark .alert-danger {
    background-color: #212121;
    border-left-color: #c05050;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 26%);
}
.dark .alert-info {
	color: #ffffff;
    background-color: #212121;
    border-left-color: #878787;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 26%);
}


.dark input:-webkit-autofill, .dark input:-webkit-autofill:hover, .dark input:-webkit-autofill:focus, .dark input:-webkit-autofill:active {
    -webkit-text-fill-color: #bababa;
    box-shadow: inset 0 0 20px 20px #252525;
}

.dark .input-group-addon {
    color: #e8e8e8;
    background-color: #eeeeee36;
    border: 1px solid #ffffff17;
}

.dark .popover {
    border: 1px solid rgb(111 111 111 / 20%);
    background-color: #262626;
}
.dark .popover.top > .arrow:after {
    border-top-color: #262626;
}
.dark legend {
    color: #ffffff;
    border-bottom: 1px solid #474747;
}


.dark .btn-warning {
    color: #fff;
    background-color: #393939;
    border-color: #454545;
}
.dark .btn-warning:hover {
    background-color: #4a4a4a;
    border-color: #575757;
}

.dark .btn.disabled, 
.dark .btn[disabled], fieldset[disabled] 
.dark .btn {
    border: 1px solid #919191;
}

.dark .btn-custom1 {
    color: #fff !important;
    background-color: #212121 !important;
    border-color: #505050 !important;
}


.dark .contact__top_text {
    color: #ADADAD;
}
.dark .contact__top_bottom_text {
    color: #ffffff;
}
.dark .contact__top_icon {
    color: #ffffff;
}
.dark .contact__top:hover {
    background-color: #363636;
}
.dark .header-nav_icon {
    color: #ffffff;
}
.dark .header-nav_bottom_text {
    color: #ffffff;
}
.dark .header-nav_text {
    color: #ADADAD;
}
.dark #notificationDropdownButton:hover, .dark #notificationDropdownButton.dropdown-open:hover {
    background-color: #363636;
}
.dark #notificationDropdownButton.dropdown-open {
    background-color: #262626;
}
.dark #cart .dropdown-menu {
    background-color: #212121;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}
.dark #cart__dropdown_button.dropdown-open {
    background-color: #363636;
}
.dark #cart .dropdown-menu li p {
    color: #ffffff;
}
.dark #cart.open::before {
    border-bottom-color: #212121;
}
.dark .dropdown-menu {
    background-color: #212121;
    border: 1px solid rgb(73 73 73 / 15%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}

.dark .dropdown-menu > li > a:focus, 
.dark .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #ffffff0f;
}

.dark .dropdown-menu > li > a {
    color: #ffffff;
}

.dark .ico-bell:before {
    color: #ffffff;
}
.dark .ico-user::before {
    color: #ffffff;
}
.dark .ico-cart::before {
    color: #ffffff;
}
.dark .header-nav:hover {
    background-color: #363636;
    color: #fff;
}

.dark .close-dropdown-button {
    color: #d1d1d1;
}
.dark .close-dropdown-button:hover {
    color: #ffffff;
}

.dark .viewed-menu-toggle.active {
    background-color: #363636;
}
.dark .viewed-menu-toggle::before {
    color: #ffffff;
}


.dark .modal-header {
    background: #191919;
    border-bottom: 1px solid #313131;
}
.dark .modal-footer {
    border-top: 1px solid #343434;
}
.dark .triangle-down {
    border-top: 4px solid #ffffff;
}
.dark .flexMenu-viewMore:hover>a span.triangle-down, .flexMenu-viewMore:active>a span.triangle-down, .flexMenu-viewMore.active>a span.triangle-down, .flexMenu-viewMore:hover>a span.sub-arrow, .flexMenu-viewMore:active>a span.sub-arrow, .flexMenu-viewMore.active>a span.sub-arrow {
    border-top: 4px solid #e2e2e2;
}
.dark .flexMenu-viewMore:hover>a.unia, .flexMenu-viewMore:active>a.unia, .flexMenu-viewMore.active>a.unia {
    color: #fff;
}
@media (min-width: 768px) {
.dark .sm-simple ul.uniu {
        background-color: #212121;
        box-shadow: 0 0 10px 0 rgb(255 255 255 / 20%);
    }
.dark .sm-simple ul.uniu>li.uni {
        border-left: 0;
        border-top: 1px solid #454545;
    }
}

.dark #uni-menu-dropdown-menu, 
.dark .uni-menu-child-ul, 
.dark .uni-mm-dropdown {
    background-color: #363636;
}
.dark #uni-menu-dropdown-menu::before {
    border-color: transparent transparent #363636 transparent;
}
.dark .ajo-menu-section-title {
    color: #ffffff;
}
.dark .menu-left-links:hover {
    color: #c0c0c0;
}
.dark .menu-right {
    background-color: #212121;
}
.dark .menu-categories-title {
    color: #ffffff;
}
.dark .uni-menu-child-ul {
    background: #272727 !important;
}
.dark .uni-menu-li:hover {
    background-color: #363636;
}
.dark .uni-menu-item-name:hover {
    color: #ffffff;
}
.dark .uni-menu-li:hover>a, 
.dark .uni-menu-li:hover>div>a {
    color: #e6e6e6;
}
.dark .right-down {
    border-top: 2px solid #ADADAD;
    border-right: 2px solid #ADADAD;
}
.dark .uni-menu-li:hover .right-down,
.dark .uni-menu-li:hover .left-down {
    border-top: 2px solid #dedede;
    border-right: 2px solid #dedede;
}

.dark .uni-mm-cat-link-fas {
    color: #ffffff;
}
.dark .uni-ultra-menu {
    color: #ffffff;
}
.dark .uni-mm-link-down div.down2 {
    border-top: 5px solid #ffffff;
}
.dark a.unia {
        color: #ffffff;
}
.dark a.unia:hover {
	  color: #ffffff;
}
.dark #uni-menu-box:hover .uni-ultra-menu {
    background-color: #363636;
}

.dark .sm-simple,
.dark .sm-simple ul.dropdown-menu,
.dark .sm-simple ul.dropdown-menu li,
.dark .sm-simple ul.dropdown-menu li a {
    color: #fff;
}

.dark .sm-simple ul.dropdown-menu li.uni > a:hover,
.dark .sm-simple ul.dropdown-menu li.uni > a:focus,
.dark .sm-simple ul.dropdown-menu li.uni > a:active {
    color: #eeeee4;
}

.dark .sm-simple .sub-arrow {
    border-color: #fff transparent transparent transparent;
}


.dark .breadcrumb {
    background: #202020;
    border-bottom: 1px solid #333;
}
.dark .breadcrumb > li:last-child, 
.dark .breadcrumb > li:last-child a {
    color: #ffffff;
}
.dark .breadcrumb li.last-breadcrumb a {
    color: #a1a1a1;
}
.dark .breadcrumb > li:after {
    color: #a1a1a1;
}

.dark hr {
    border-top: 1px solid #4b4b4b;
    background: #555555;
}




.dark .item-grid-no-image {
    background-color: #363636;
}


.dark #ajo_category_plus___cls_div_cont {
    background-color: #363636;
}
.dark .ajo_category_plus___category-icon {
    filter: brightness(0) invert(1) saturate(0);
}
.dark #ajo_category_plus___show_more_button {
    filter: brightness(0) invert(1) saturate(0);
}
.dark #ajo_category_plus___category_link:hover {
    background-color: #212121;
    color: #fff;
}
.dark #ajo_category_plus___back_button {
    background-color: #212121;
    color: #fff;
}
.dark #ajo_category_plus___back_button:hover {
    background-color: #000000;
    color: #ffffff;
}
.dark #ajo_category_plus___submenu {
    background-color: #363636;
}
.dark .ajo_category_plus___category-item:hover {
    background-color: #000000;
}
.dark .ajo_category_plus___category-item:hover a {
    color: #fff;
}


.dark #special .product-thumb {
    background-color: #262626;
}
.dark #special .product-thumb .price {
    color: #ffffff;
}
.dark #special .product-thumb .price-old {
    color: #ffffff;
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #ff0000 55%, transparent 60%, transparent 100%);
}
.dark .show-more-button {
    background-color: #8EAFF0;
    color: #121212 !important;
}


.dark .ajo__category_grid-background {
    background-color: #212121;
}
.dark .category-item {
    background-color: #333333;
}
.dark .ajo__subcategory_grid-name {
    color: #ffffff;
}
.dark .ajo__subcategory_grid-name:hover {
    color: #ececec;
}


.dark #ajoCarousel .product-thumb .price {
    color: #ffffff;
}
.dark #ajoCarousel .product-thumb .price-old {
    color: #bbb;
}
.dark .ajo-carousel-container h2 {
    color: #ffffff;
}
.dark .f-button {
    border-color: #424242;
    color: #E8E8E8;
    background-color: #212121;
}


.dark .ajo-popular-products-container {
    border: 1px solid #353535;
    background-color: #212121;
    color: #fff;
}
.dark .ajo-popular-products-heading {
    color: #ffffff;
}
.dark .ajo-goods-title.color-default {
    background-color: #575861;
}
.dark .ajo-goods-title.color-1 {
    background-color: #313339;
}
.dark .ajo-goods-title.color-2 {
    background-color: #434343;
}
.dark .ajo-goods-title.color-3 {
    background-color: #3f4245;
}
.dark .ajo-goods-title.color-4 {
    background-color: #393939;
}




.dark .social-share .share-button {
    box-shadow: 0 0 3px rgb(43 42 42);
    border: 1px solid #393939;
    color: #ffffff;
    background-color: #2b2b2b !important;
}
.dark .social-box {
    background-color: #212121;
    border: 1px solid #3b3b3b;
    box-shadow: 0 3px 10px rgb(211 211 211 / 20%);
}
.dark .social-box:before {
  border-bottom-color: #3b3b3b;
}
.dark .social-box:after {
    border-bottom-color: #212121;
}
.dark .social-share .social-item a.text {
    color: #e3e3e3;
}
.dark .social-share .social-item:hover {
    background-color: #444;
}
.dark .social-share .social-item a.icon {
    border: 1px solid #555555;
}
.dark .copy-success-icon {
    background-color: #4d4d4d;
}

.dark .product-buy-box {
    border: 1px solid #363636;

}
.dark .quantity {
    border: 1px solid #3d3d3d;
}
.dark .quantity-button {
    color: #e3e3e3 !important;
    background: #202020;
}

.dark .product-specs {
    background: linear-gradient(to bottom, #ffffff14 0%, #ffffff00 100%);
}
.dark .product-specs td, 
.dark .product-specs th {
    color: #e3e3e3;
}

.dark .price--line-through {
    color: #ffffff;
}

.dark .nav > li > a {
    color: #E3E3E3;
}
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:focus, 
.dark .nav-tabs > li.active > a:hover {
    color: #ffffff;
}

.dark .a-list-item  {
    color: #ffffff;
}
.dark .tab-content > .active {
    border: 1px solid #575757;
}

.dark tbody.group-1 tr:nth-of-type(odd) {
    background: #1c1c1c;
}
.dark tbody.group-1 tr:nth-of-type(even) {
    background: #262626;
}
.dark .table-hover > tbody > tr:hover {
    background-color: #212121;
}
.dark .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2e2e2e;
}
.dark tbody.group-1 tr:hover {
    background-color: #3a3a3a;
}
.dark .table-bordered {
    border-color: #444444;
}
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > td,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > thead > tr > th {
    border: 1px solid #3b3b3b;
}

.dark .tag-link {
    background: #444;
}

.dark .accordion-product-detail .accordion-product-detail-item {
    background-color: #333;
    border: 1px solid #434343;
}

.dark .accordion-product-detail-item:hover {
    background-color: #f7f7f71f;
}


.dark .set {
    background-color: #363636;
    border-top: 1px solid #4c4c4c;
    border: 1px solid #535353;
}
.dark .new_price,
.dark .new_summ { 
    color: #ffffff;
}
.dark .sets .ao {
    color: #bcbcbc;
}

.dark .divider {
    background-color: #595959;
}
.dark .divider {
    border-top: 1px solid #454545;
}


.dark .modal-content {
    background-color: #212121;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}
.dark .modal-title {
    color: #fff;
}
.dark .close {
    color: #ffffff;
    text-shadow: 1px 1px 3px #fff, 0 0 1em #000000, 0 0 0.2em #000000;
}
.dark .close:focus,
.dark .close:hover {
    color: #bcbcbc;
}


.dark .well {
    background-color: #262626;
    border: 1px solid #333333;
    box-shadow: rgb(97 97 97 / 10%) 0 20px 25px -5px, rgb(192 192 192 / 4%) 0 10px 10px -5px;
}




.dark .page-header {
    border-bottom: 1px solid #4b4b4b;
}

.dark .form-control {
    color: #e3e3e3;
    background: #444;
    border-color: #555;
}

.dark .label-warning {
    background-color: #ffbc0045;
}

.dark .label-default {
    background-color: #2d2d2d;
}

.dark .brand_img {
    filter: brightness(0) invert(1) saturate(0);
}

.dark .btn-out-of-stock {
    background-color: #898989;
    border: 1px solid #aeaeae;
    color: #ffffff;
}


.darkmode-toggle-wrapper {
    position: relative;
    background: #F7F7F7;
    width: 5.7rem;
    height: 3rem;
    border-radius: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #212121;
    padding: 0 0.5rem;
    transition: background-color 0.3s ease;
}

.darkmode-toggle-wrapper:hover {
	background: #D2D8DA;
}
body.dark .darkmode-toggle-wrapper {
    background-color: #DC5B00;
}

body.dark .darkmode-toggle-wrapper:hover {
    background-color: #E6833D;
}

.darkmode-toggle-circle {
    position: absolute;
    left: 0.3px;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0.64rem #d9d9d9;
    transition: 0.3s ease;
}

.darkmode-toggle-checkbox:checked + .darkmode-toggle-circle {
    left: 2.8rem;
}

.darkmode-toggle-emoji {
    font-size: 2rem;
    line-height: 0;
    transition: color 0.3s, opacity 0.3s;
    margin-left: 3px;
    margin-top: 2px;
}

.darkmode-toggle-emoji-dark {
    color: #060606;
}

.darkmode-toggle-emoji-light {
    color: #060606;
    display: none;
}

.darkmode-toggle-checkbox:checked ~ .darkmode-toggle-emoji-dark {
    display: none;
}

.darkmode-toggle-checkbox:not(:checked) ~ .darkmode-toggle-emoji-light {
    display: inline;
}

.darkmode-toggle-checkbox {
    opacity: 0;
    height: 3.2rem;
    width: 6.4rem; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.darkmode-toggle-emoji-dark {
    display: block !important;
}

.darkmode-toggle-emoji-light {
    display: block !important;
}


.darkmode-tooltip {
    font: 700 13px / 1.2 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
    visibility: hidden;
    width: 140px;
    background-color: rgb(255 255 255);
    color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    top: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
}

.darkmode-tooltip::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.darkmode-tooltip::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  border: 8px solid transparent; 
  border-bottom-color: #ddd;
}

.darkmode-toggle-wrapper:hover .darkmode-tooltip {
    visibility: visible;
    opacity: 1;
}

.dark .darkmode-tooltip {
    background-color: rgb(47 47 47);
    color: #ffffff;
    border: 1px solid #555;
	
	
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}

.dark .darkmode-tooltip::after {
    border-bottom-color: rgb(47 47 47);
}

.dark .darkmode-tooltip::before {
    border-bottom-color: rgb(135 135 135 / 90%);
}
.search-clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #C3D3F8;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    color: #1946B8;
    z-index: 10002;
    opacity: 0;
    transition: opacity 0.2s ease;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.search-clear-input.visible {
    display: block !important;
    opacity: 1 !important;
}

.search-clear-input:hover {
    background: #bbd6ff;
    color: #000;
}

.search-clear-input:active {
    transform: translateY(-50%) scale(0.95);
}

@media (max-width: 990px) {
    .search-clear-input {
        background: #9d9d9d;
        width: 22px;
        height: 22px;
        font-size: 10px;
        line-height: 22px;
        color: #ffffff;
        right: 8px;
    }
}

@media (max-width: 480px) {
    .search-clear-input {
        width: 20px;
        height: 20px;
        font-size: 9px;
        line-height: 20px;
        right: 5px;
    }
}

.search-search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ajo-search {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(4, 32, 98, 0.2);
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    top: 55px;
    z-index: 10001;
    width: max-content;
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    max-width: 650px;
}

.ajo-search.visible {
    display: block;
    opacity: 1;
    visibility: visible;
}

.ajo-search:not(:has(.manufacturer-column)) {
    max-width: 730px;
}

.ajo-search:has(.recent-search-item):not(:has(.product-column, .manufacturer-column)) {
    width: 650px;
    max-width: 650px;
}

.ajo-search:has(.product-column):not(:has(.manufacturer-column)) {
    width: 650px;
    max-width: 650px;
}

.ajo-search:not(:has(.product-column, .manufacturer-column, .recent-search-item)) .search-results:has(li) {
    width: 650px;
    max-width: 700px;
}

@media (min-width: 1200px) {
    .ajo-search:has(.product-column):not(:has(.manufacturer-column)),
    .ajo-search:has(.recent-search-item):not(:has(.product-column, .manufacturer-column)) {
        width: 100%;
        max-width: none;
    }
}

.ajo-search::-webkit-scrollbar {
    width: 6px;
}

.ajo-search::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.ajo-search::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ajo-search.show-scrollbar::-webkit-scrollbar-thumb,
.ajo-search:hover::-webkit-scrollbar-thumb {
    opacity: 1;
}

@media (max-width: 990px) {
    .ajo-search {
        width: 100%;
        top: 40px;
        padding: 3px 0;
        max-width: none;
    }
    
    .ajo-search:not(:has(.manufacturer-column)),
    .ajo-search:has(.recent-search-item):not(:has(.product-column, .manufacturer-column)),
    .ajo-search:has(.product-column):not(:has(.manufacturer-column)),
    .ajo-search:not(:has(.product-column, .manufacturer-column, .recent-search-item)) .search-results:has(li) {
        width: 100%;
        max-width: none;
    }

    .ajo-search::-webkit-scrollbar {
        width: 6px;
    }
    
    .ajo-search::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    .ajo-search::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .ajo-search.show-scrollbar::-webkit-scrollbar-thumb,
    .ajo-search:hover::-webkit-scrollbar-thumb {
        opacity: 1;
    }
}

.ajo-search .loading {
    display: block;
    margin: 0 auto;
}

.loading-indicator {
    width: 24px;
    height: 24px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ajo-search .search-results {
    margin: 0;
    padding: 0;
}

.search-columns {
    display: flex;
    flex-wrap: nowrap;
}

.product-column {
    flex: 2;
    min-width: 300px;
    max-width: 450px;
}

.ajo-search:not(:has(.manufacturer-column)) .product-column {
    min-width: 0;
    max-width: none;
}

.manufacturer-column {
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    background-color: #ECF1FE;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 990px) {
    .search-columns {
        flex-direction: column;
    }
    
    .product-column {
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
        min-width: 0;
        max-width: none;
    }
    
    .manufacturer-column {
        padding-top: 5px;
        min-width: 0;
        max-width: none;
    }
}

.ajo-search .search-results li {
    color: #212121;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.ajo-search .search-results li:hover {
    background-color: rgba(228, 235, 253, 0.5);
    color: #2A69DF;
}

.ajo-search .search-results li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.ajo-search .product-image,
.ajo-search .manufacturer-image {
    margin-right: 10px;
}

.ajo-search .product-image img,
.ajo-search .manufacturer-image img {
    max-width: 35px;
    max-height: 35px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ajo-search .search-product-name,
.ajo-search .search-manufacturer-name {
    color: #212121;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    word-break: break-word;
}

.ajo-search .search-product-name:hover,
.ajo-search .search-manufacturer-name:hover {
    color: #2A69DF;
}

.column-title {
    font-size: 15px;
    margin: 0;
    padding: 10px;
    color: #333;
    font-weight: 700;
}

.search-highlight {
    background-color: #ffe9003b;
    color: #000000;
    font-weight: 700;
}

.ajo-search .product-details,
.ajo-search .manufacturer-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ajo-search .product-price {
    font-size: 13px;
    margin: 10px;
    white-space: nowrap;
}

.ajo-search .product-price .price {
    color: #333;
}

.ajo-search .product-price .special {
    color: #FF0000;
    text-decoration: line-through;
    margin-right: 3px;
}

.ajo-search .product-add-cart {
    padding: 10px;
    display: flex;
    align-items: center;
}

.product-result,
.manufacturer-result {
    display: flex;
    align-items: center;
}

.recent-search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
    font-size: 1.1em;
}

.recent-search-item i.fa-history {
    margin-right: 10px;
}

.recent-search-item .remove-search {
    position: absolute;
    font-size: 2em;
    right: 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.33);
    line-height: 1;
}

.recent-search-item .remove-search:hover {
    color: #000;
}

.recent-search-item .search-term {
    flex-grow: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-right: 40px;
}

.search-history-title {
    font-size: 17px;
    margin: 10px 0;
    color: #333;
    font-weight: 700;
}

.search-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
}

.search-clear-history-button {
    background: none;
    border: none;
    color: #707070;
    cursor: pointer;
    font-size: 14px;
}

.search-clear-history-button:hover {
    color: #1946B8;
    transform: scale(1.05);
}

.dark #search .dropdown-menu > li > a:focus,
.dark .dropdown-menu > li > a:hover {
    background-color: #363636;
    color: #ffffff;
}

.dark .search-full {
    background-color: #280F5C;
    background-image: -webkit-linear-gradient(135deg, #280F5C 0, #100F5C 58%, #0F345C 100%);
    background-image: linear-gradient(135deg, #280F5C 0, #100F5C 58%, #0F345C 100%);
    color: #ffffff;
    padding-right: 40px;
}

.dark .search-full:hover {
    background-color: #303030;
    color: #ffffff;
}

.dark .ajo-search .search-product-name,
.dark .ajo-search .search-manufacturer-name {
    color: #ffffff;
}

.dark .search-highlight {
    background-color: #00487ab3;
    color: #ffffff;
}

.dark #search .btn-lg {
    background-color: #6694EA;
    color: #060D37;
}

.dark .search-clear-input {
    background-color: #1946B8;
    color: #C3D3F8;
}

.dark .search-clear-input:hover {
    background: #888;
    color: #fff;
}

@media (max-width: 990px) {
    .dark #search .btn-lg {
        background-color: #303030;
        border: 1px solid #ffffff;
        border-left: none;
        color: #c4c4c4;
    }
    
    .dark .search-full {
        background-color: #303030;
        background-image: unset;
        border: 1px solid #fff;
        color: #fff;
        padding-right: 30px;
    }
    
    .dark .ajo-search::-webkit-scrollbar-track {
        background: #333;
    }
    
    .dark .ajo-search::-webkit-scrollbar-thumb {
        background: #666;
    }
    
    .dark .product-column {
        border-bottom: 1px solid #3f3f3f;
    }
    
    .dark .search-clear-input {
        background-color: #555555;
        color: #e5e5e5;
    }
}

@media (max-width: 988px) {
    .dark #search .btn-lg {
        border: 1px solid #ffffff;
    }
}

.dark #search-overlay {
    background: rgba(0, 0, 0, .7);
}

.dark .ajo-search {
    background-color: #212121;
    border: 1px solid #e9e9e90d;
}

.dark .ajo-search::-webkit-scrollbar-track {
    background: #333;
}

.dark .ajo-search::-webkit-scrollbar-thumb {
    background: #666;
}

.dark .search-history-title {
    color: #ffffff;
}

.dark .ajo-search .search-results li {
    color: #ffffff;
}

.dark .ajo-search .search-results li:hover {
    background-color: #363636;
    color: #ffffff;
}

.dark .recent-search-item .remove-search {
    color: rgb(255 255 255 / 33%);
}

.dark .recent-search-item .remove-search:hover {
    color: #ffffff;
}

.dark .search-clear-history-button {
    color: #cccccc;
}

.dark .column-title {
    color: #ffffff;
}

.dark .manufacturer-column {
    background-color: #000;
}
#offCanvasMenu .close-dropdown-button {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.viewed-grid-box.removing {
    animation: slideOutRight 0.4s ease-in-out forwards;
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.viewed-links {
    padding: 10px;
    display: none;
    width: 245px;
    position: absolute;
    z-index: 1001;
    top: 40px;
    white-space: normal;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.viewed-links:after {
    position: absolute;
    content: "";
    right: 1px;
    transform: translateX(-50%);
    top: -15px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.viewed-links:before {
    position: absolute;
    content: "";
    right: 1px;
    transform: translateX(-50%);
    top: -16px;
    border: 8px solid transparent;
    border-bottom-color: #ddd;
}

.dark .viewed-links:before {
    border-bottom-color: #3b3b3b;
}
.dark .viewed-links:after {
    border-bottom-color: #212121;
}

.viewed-dropdown-item {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.viewed-dropdown-item:hover {
    background-color: #f9f9f9;
    border-radius: 3px;
}

.viewed-links button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.viewed-dropdown-item button {
    transition: background-color 0.3s, color 0.3s;
}

.viewed-dropdown-item button:hover {
    color: #007bff;
}

.viewed-dropdown-item button:hover i {
    color: #007bff;
}

.viewed-out-of-stock {
    color: #ff0000;
    cursor: not-allowed !important;
}

.viewed-out-of-stock i {
    color: #ff0000 !important;
}

.viewed-btn-disabled {
    color: #29a303;
    cursor: not-allowed !important;
}

.viewed-btn-disabled i {
    color: #29a303;
}

.viewed-links i {
    font-size: 16px;
    color: #555;
}

.viewed-add-to-cart-button i {
    color: #349ff4;
}

.viewed-add-to-cart-button i.fa-check-circle {
    color: #28a745;
}

.viewed-wishlist-button i {
    color: #d50032;
}

.viewed-remove-history-button i {
    color: #6c757d;
}

.divider {
    margin: 5px 0;
    border-top: 1px solid #eee;
}

.viewed-menu-dropdown {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 5px;
    font-size: medium;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.viewed-dropdown-toggle::before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f142";
}

.viewed-grid-box:hover .viewed-menu-dropdown {
    opacity: 1;
}

.viewed-menu-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.viewed-menu-dropdown .fa-ellipsis-v {
    font-size: 18px;
    color: #555;
}

@media (max-width: 990px) {
    .viewed-menu-dropdown {
        opacity: 1;
    }
    .viewed-container {
        scrollbar-width: thin;
        scrollbar-color: rgba(136, 136, 136, 0.8) transparent;
    }
    .viewed-menu-toggle {
        border-color: #888;
    }
    .viewed-menu-toggle::before {
        color: #888;
    }
}

.no-viewed-products {
    text-align: center;
    padding-top: 20px;
}

#viewed .video-sticker {
    display: none;
}

.viewed-heading-title {
    font-family: Ajoiani-com Headline, sans-serif;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ececec;
}

.viewed-container {
    height: calc(100vh - 45px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-right: 0;
}

.viewed-container::-webkit-scrollbar {
    width: 5px;
}

.viewed-container::-webkit-scrollbar-track {
    background: transparent;
}

.viewed-container::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.8);
}

.viewed-container:hover::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.8);
}

.viewed-grid-box {
    position: relative;
    display: flex;
    margin: 0;
    transition: transform 0.2s;
    width: 100%;
    border-bottom: 1px solid #eaeaea73;
}

.viewed-grid-box:last-child {
    border-bottom: none;
}

.image.viewed_position {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image.viewed_position img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.viewed-product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px;
    position: static;
}

.viewed-products-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.viewed-products-title a {
    font-size: 13px;
    transition: all 0.3s ease;
}

.viewed-products-title a:hover {
    color: #ed1d24;
}

#viewed .price-list {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

#viewed .price-list .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#viewed .price-new {
    color: #000000;
    font-weight: 700;
    margin-right: 5px;
}

#viewed .price-old {
    color: #ff0808;
    font-weight: 400;
    text-decoration: line-through;
}

#viewed .price-list .price-new {
    display: block;
}

#viewed .price-tax {
    display: block;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

.viewed-clear-all {
    position: absolute;
    bottom: 10px;
    left: -25px;
    width: 100%;
}

.viewed-clear-all #remove-all-text {
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
}

.viewed-clear-all #remove-all-text:hover {
    color: #fff1f1;
}

.viewed-clear-all #remove-all-text::before {
    content: "\f1f8";
    font-family: 'FontAwesome';
    text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
}

.viewed-menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #212121;
    background: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.viewed-menu-toggle:hover {
    background-color: #ebebeb;
}

.viewed-menu-toggle.active {
    background-color: rgba(235, 235, 235, 1);
}

.viewed-menu-toggle::before {
    content: "\E95C";
    font-family: "new-desktop" !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.viewed-off-canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 90%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
    padding: 0;
    z-index: 10005;
    transform: translateX(105%);
    display: none;
}

.viewed-off-canvas-menu.active {
    transform: translateX(0);
    display: block;
}

.history-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 900;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.history-overlay.active {
    display: block;
    opacity: 1;
}

@media (max-width: 990px) {
    .viewed-menu-toggle {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
    .viewed-links {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .viewed-off-canvas-menu {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .viewed-menu-toggle {
        border: 1px solid #888;
    }
}

.dark .viewed-off-canvas-menu {
    background: #1e1e1e;
}

.dark .viewed-heading-title {
    background: linear-gradient(180deg, #1e1e1e, #252525);
    border-bottom: 1px solid #333;
}

.dark #viewed .price-new {
    color: #e0e0e0;
}

.dark .viewed-grid-box {
    border-bottom: 1px solid #3d3d3d;
}

.dark .viewed-grid-box:last-child {
    border-bottom: none;
}

.dark .viewed-links {
    border: 1px solid #373737;
    border-bottom: 0;
}

.dark .viewed-links button {
    color: #e0e0e0;
}

.dark .viewed-dropdown-item:hover {
    background-color: #4a4a4a;
}

.dark .viewed-add-to-cart-button i,
.dark .viewed-wishlist-button i,
.dark .viewed-remove-history-button i {
    color: inherit;
}

.dark .viewed-add-to-cart-button i.fa-cart-plus {
    color: #349ff4;
}

.dark .viewed-add-to-cart-button i.fa-check-circle {
    color: #28a745;
}

.dark .viewed-wishlist-button i {
    color: #d50032;
}

.dark .viewed-remove-history-button i {
    color: #6c757d;
}

.dark .viewed-out-of-stock,
.dark .viewed-out-of-stock i {
    color: #ff5555;
}

.dark .viewed-btn-disabled,
.dark .viewed-btn-disabled i {
    color: #29a303;
}

.dark .viewed-menu-toggle {
    border: 1px solid #999;
}

.dark .viewed-menu-toggle:hover {
    background-color: #363636;
}

.dark .viewed-menu-toggle::before {
    color: #999;
}

.dark .viewed-menu-dropdown .fa-ellipsis-v {
    color: #e0e0e0;
}
ul.breadcrumb.ajo-unique-breadcrumb {
    padding: 25px 20px 0px;
    border-bottom: 1px solid #3b4a65;
    background: #f4f5f7;
    font-size: 13px;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.breadcrumb-links-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 15px;
    font-size: 14px;
}

ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.ajo-breadcrumb-item {
    padding: 0 10px 0 0;
    position: relative;
    margin: 0;
}

ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.ajo-breadcrumb-item:after {
    position: absolute;
    font-family: new-desktop;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin: 0 10px;
    font-size: 12px;
}

ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.last-breadcrumb.ajo-breadcrumb-item a {
    color: #3c4a65;
    pointer-events: none;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.last-breadcrumb.ajo-breadcrumb-item:after {
    content: none;
}

ul.breadcrumb.ajo-unique-breadcrumb > .ajo-breadcrumb-title {
    box-sizing: border-box;
    border-bottom: 5px solid #3b4a65;
    color: #3c4a65;
    font: 700 24px / 23px 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-top: 15px;
    align-self: flex-start;
}

ul.breadcrumb.ajo-unique-breadcrumb .show-on-mobile.ajo-breadcrumb-back {
    display: none;
}

ul.breadcrumb.ajo-unique-breadcrumb .ajo-breadcrumb-back .breadcrumb_backBtn {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 990px) {
    ul.breadcrumb.ajo-unique-breadcrumb {
        padding: 7px 10px 7px;
    }

    ul.breadcrumb.ajo-unique-breadcrumb .show-on-mobile.ajo-breadcrumb-back {
        display: inline-flex;
        align-items: center;
        height: 100%;
    }

    ul.breadcrumb.ajo-unique-breadcrumb .ajo-breadcrumb-back .breadcrumb_backBtn {
        display: inline-flex;
        align-items: center;
        height: 100%;
    }

    ul.breadcrumb.ajo-unique-breadcrumb .ajo-breadcrumb-back i.fa {
        vertical-align: middle;
        font-size: 14px;
    }

    .breadcrumb-links-container {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding-right: 10px;
        align-items: center;
        transition: mask-image 0.3s ease;
    }

    .breadcrumb-links-container::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-links-container {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .breadcrumb-links-container > li.ajo-breadcrumb-item {
        padding: 0 10px 0 0;
        font-size: 12px;
        height: 100%;
        display: inline-flex;
        align-items: center;
    }

    .breadcrumb-links-container > li.ajo-breadcrumb-item:after {
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .breadcrumb-links-container {
        mask-image: linear-gradient(to right, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
    }

    ul.breadcrumb.ajo-unique-breadcrumb .ajo-breadcrumb-title {
        display: none;
    }
}

.btn:hover {
   border-color: #929292;
}


.btn-search {
    border-color: #384966;
    background: #6077A2;
    color: #FFF;
	margin-left: 10px;
}

.btn-search:hover {
    background: #4D6386;
    color: #FFF;
}

.btn-in-cart {
    background-color: #E6E6E6 !important;
    color: #000000 !important;
    border: 1px solid #a9a9a9 !important;
}
.btn-in-cart:hover {
    background: #C9C9C9 !important;
    color: #222 !important;
}

.btn-in-cart i.fa-check-circle {
    color: #000000;
}



.filter-tag {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 0.375rem 0.375rem 0.5rem;
    background: rgba(247, 247, 249, 0.9);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    gap: 0.5rem;
}

.filter-tag:hover {
    background: white;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transform: translateY(-1px);
}

.filter-tag__content {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #1e293b;
}

.filter-tag__icon {
    width: 16px;
    height: 16px;
    color: #475569;
    transition: transform 0.15s ease;
}

.filter-tag:hover .filter-tag__icon {
    transform: scale(0.95);
    color: #0f172a;
}

.filter-tag__text {
    font-weight: 400;
    color: #334155;
}

.filter-tag__highlight {
    font-weight: 600;
    color: #0f172a;
    background: linear-gradient(120deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0) 100%);
    padding: 0.125rem 0.25rem;
    margin-left: 0.125rem;
    border-radius: 4px;
}

.filter-tag__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: #64748b;
    transition: all 0.15s cubic-bezier(0.2, 0, 0, 1);
    background: transparent;
    text-decoration: none;
}

.filter-tag__remove svg {
    width: 14px;
    height: 14px;
    transition: transform 0.15s ease;
}

.filter-tag__remove:hover {
    background: #ef4444;
    color: white;
    transform: scale(1.1);
}

.filter-tag__remove:hover svg {
    transform: rotate(90deg);
}

.filter-tag__remove:active {
    transform: scale(0.95);
}

.dark .filter-tag {
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(4px);
    border-color: rgba(255, 255, 255, 0.06);
}

.dark .filter-tag:hover {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4);
}

.dark .filter-tag__content {
    color: #e2e8f0;
}

.dark .filter-tag__icon {
    color: #94a3b8;
}

.dark .filter-tag:hover .filter-tag__icon {
    color: #f1f5f9;
}

.dark .filter-tag__text {
    color: #cbd5e1;
}

.dark .filter-tag__highlight {
    color: #f1f5f9;
    background: linear-gradient(120deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0) 100%);
}

.dark .filter-tag__remove {
    color: #94a3b8;
}

.dark .filter-tag__remove:hover {
    background: #dc2626;
    color: white;
}

@media (max-width: 768px) {
    .filter-tag {
        padding: 0.3125rem 0.3125rem 0.3125rem 0.5rem;
        font-size: 1.2rem;
    }
    
    .filter-tag__remove {
        width: 20px;
        height: 20px;
    }
    
    .filter-tag__remove svg {
        width: 12px;
        height: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .filter-tag,
    .filter-tag__icon,
    .filter-tag__remove,
    .filter-tag__remove svg {
        transition: none;
    }
}


.category-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    margin-bottom: 20px;
}


.category-card {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #fff;
}

.category-card:hover {
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.category-link {
    width: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-link:hover,
.category-link:focus {
    text-decoration: none;
    color: inherit;
}


.category-thumbnail {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}

.image-wrapper {
    width: 100%;
    max-width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.category-card:hover .category-img {
    transform: scale(1.05);
}

.category-overlay {
    display: none;
}


.category-name {
    font: 700 14px / 16px 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
    text-align: center;
    color: #000;
    white-space: normal;
    word-wrap: break-word;
    margin: 0 0 5px 0;
    width: 100%;
}


.manufacturer-name {
    font-size: 12px;
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
    font-style: italic;
}


.hidden-category {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.hidden-category[style*="display: block"] {
    opacity: 1;
    transform: translateY(0);
}


.view-more-card {
    position: relative;
    transition: opacity 0.3s ease;
}

.view-more-card .category-thumbnail {
    flex: 1;
    width: 100%;
}

.view-more-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3b4a65 0%, #6077A2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    min-height: 100px;
    position: relative;
}

.view-more-content {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.view-more-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-more-card:hover .view-more-bg {
    background: linear-gradient(135deg, #4D6386 0%, #7088b2 100%);
    box-shadow: 0 4px 12px rgba(59, 74, 101, 0.3);
}

.view-more-card .category-name {
    font-weight: 600;
}


.category-card[style*="box-shadow"] {
    background-color: #f0f8ff;
}


@media (max-width: 768px) {
    .category-grid {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        border-top: none;
        border-left: none;
        padding-bottom: 10px;
    }

    .category-card {
        flex: 0 0 auto;
        width: 250px;
        margin-right: 15px;
        border: 1px solid #efefef;
        border-radius: 4px;
    }

    .category-card:last-child {
        margin-right: 0;
    }

    .category-name {
        font-size: 13px !important;
    }

    .manufacturer-name {
        font-size: 11px;
    }

    
    .category-grid::-webkit-scrollbar {
        display: none;
    }
    
    .category-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .view-more-bg {
        min-height: 80px;
    }

    .view-more-text {
        font-size: 14px;
    }

    .image-wrapper {
        max-width: 100px;
    }
}


@media (min-width: 769px) and (max-width: 1199px) {
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .category-name {
        font-size: 13px;
    }
}


@media (min-width: 1200px) {
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


.category-grid + .category-links,
.category-grid + .manufacturer_title {
    margin-top: 30px;
}




.my-categories-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.my-category-item-card {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 1.5rem;
    aspect-ratio: 6 / 4;
    display: flex;
    align-items: center;
}

.my-category-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.my-category-thumbnail {
    width: 40%;
    margin-right: 1rem;
}

.my-category-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
}

.my-category-name {
    font: 700 14px / 16px 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
    text-align: left;
    color: #000;
    white-space: normal;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .my-categories-grid {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .my-category-item-card {
        flex: 0 0 auto;
        width: 250px;
        margin-bottom: 1.5rem;
        aspect-ratio: 7 / 4 !important;
    }

    .my-category-thumbnail {
        width: 40%; 
        margin-right: 1rem;
    }

    .my-category-name {
        font-size: 13px !important;
    }

    .my-categories-grid::-webkit-scrollbar {
        display: none;
    }
    
    .my-categories-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}



.my-subcategories-grid {
    margin-top: 10px; 
}

#product-category h4 {
    font: 700 14px / 1 "Ajoiani-com Headline", "Arial Narrow", "Helvetica Narrow", arial, helvetica, sans-serif;
}

.options-bar-container {
    background: #f4f5f7;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    margin: 20px 0;
}
@media (max-width: 768px) {
.options-bar-container {
    padding: 10px 0px 10px 0px;
   }
}
.product-listing-compare-button {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: small;
    color: #676767;
}

.pagination-page-info {
    margin-right: 10px;
}

.options-bar-rounded-left,
.options-bar-rounded-right {
    min-width: 50px;
    max-height: 35px;
}

.btn-group-custom {
    margin-left: 10px;
}

.group-wrapper {
    display: flex;
    align-items: center;
}


.item-branding {
    margin: 5px 0;
}

.item-branding.has-brand-store .rating {
    min-width: calc(100% - 90px);
}

.item-branding .rating {
    float: left;
    min-width: calc(100% - 75px);
}

.item-branding.has-brand-store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.item-branding.has-brand-store .item-brand {
    position: relative;
    border-radius: 2px;
    border: 1px solid transparent;
    display: inline-flex;
}

.item-branding.has-brand-store .item-brand:hover {
    border-color: #146adb;
    box-shadow: 0 2px 4px 0 rgba(102, 148, 234, 0.5);
}

.item-branding.has-brand-store .item-brand a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.ico {
    display: inline-block;
    font-family: new-desktop;
    color: #1946b8;
}

.ico-angle-right-right:before {
    content: "\e90c2";
    padding-left: 5px;
}

.brand_img {
    display: block;
    max-width: 70px;
    max-height: 28px;
}

@media (min-width: 455px) {
  .product-list .brand_img {
      max-width: unset;
      max-height: unset;
    }
}




.item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 3.88em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    max-width: 100%;
    box-sizing: border-box;
}

.content-list {
    width: 100%;
}

@media (max-width: 990px) {
    #content.col-sm-9 {
        width: 100%;
    }
}

.product-layout.product-grid {
    width: 50%;
}

@media (min-width: 1200px) {
    .product-layout.product-grid {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .product-layout.product-grid {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .product-layout.product-list {
        width: 100%;
    }
}

.product-layout.product-grid.grid-active {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 990px) {
    .container,
    .col-sm-10 {
        width: 100%;
    }
}

@media (min-width: 993px) {
    #column-left {
        width: 17%;
        border-right-width: 1px;
        border-right-style: solid;
        border-image: linear-gradient(to bottom, rgb(203 203 203 / 9%), rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 1), rgba(238, 238, 238, 0.7), rgb(238 238 238 / 13%)) 1;
        border-image-slice: 1;
        padding-right: 30px;
    }

    #content.col-sm-9 {
        width: 83%;
        padding-left: 20px;
    }
}


.sticker-catalog.sticker-left {
    left: 25px;
}

.sticker-catalog {
    top: 10px;
    z-index: 1;
}


.product-layout {
    padding: 0;
    margin-bottom: 0;
}

.image {
    position: relative;
}

.product-thumb {
    padding: 30px;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
    overflow: auto;
    min-height: 585px;
}

.border-cells {
    border: 1px solid #eee;
    border-width: 1px 0 0 1px;
    margin: 0;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 5px;
        margin-right: 15px;
        border-right: 0px solid #f9f9f9;
    }
}

@media (max-width: 767px) {
    .product-grid .item-branding.has-brand-store .item-brand {
        display: none;
    }
    .product-list .product-thumb .image {
        width: 50%;
        float: left;
        padding-right: 15px;
    }
    .product-list .product-thumb .price-old {
        color: #ff0000;
        font-weight: 200;
        text-decoration: line-through;
        font-size: 19px;
        display: inline-block;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .product-list .price-list {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .product-thumb {
        padding: 10px;
    }
 .product-list .wishlist-icon {
    display: none;
    }
    .ico {
        font-size: 10px;
    }
}

@media (max-width: 455px) {
    .product-list .product-thumb .rating {
        position: static;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .product-list .item-title {
        font-weight: 500;
		font-size: 13px;
    }
    .product-list .sticker-catalog.sticker-left {
        display: none;
    }
    .brand_img {
       max-width: 50px;
       max-height: 30px;
    }

}





















.product-thumb h4 {
    font-weight: bold;
    margin-left: 5px;
}

.product-thumb .caption {
    padding: 10px 0px 15px 0;
}

.product-list .product-thumb {
    min-height: unset;
}

.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}

.product-grid .product-thumb .caption {
    min-height: 0;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 13px;
    display: block;
}

.product-list .product-thumb .button-group {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-list .item-branding.has-brand-store {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-list .rating {
    order: 2;
    margin-bottom: 10px;
}

.product-list .price-list {
    color: #000000;
    text-align: center;
}

.atributebi {
    display: none;
}

.product-list .atributebi {
    display: block;
    color: #000;
}

.product-list .button-group button {
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .product-list .atributebi {
        display: none;
    }
}

.attribute-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.attribute-item {
    padding: 2px;
}

.attribute-name {
    margin-right: 5px;
}

.product-thumb hr {
    margin-bottom: 15px;
}

.product-price {
    color: #FF8812;
}

.product-thumb .price {
    padding-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.product-thumb .price-new {
    display: block;
    margin-bottom: 5px;
}

.product-thumb .price-old {
    display: block;
    color: #707070;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px;
    text-decoration: line-through;
}

.percentage-discount {
    position: relative;
    background: #cc4e00;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 1.2px 5px;
}

.percentage-discount::before { 
    content: '';
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #cc4e00;
    border-right: 10px solid transparent;
    left: 100%;
}


.wishlist-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.wishlist-icon.wishlist-active {
    color: red;
}

.wishlist-icon i.fa-heart {
    color: red;
}

.wishlist-icon i.fa-heart-o {
    color: #ccc;
}

.wishlist-icon {
    border-radius: 50%;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.wishlist-icon:hover {
    text-decoration: none;
    border-color: #05f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.wishlist-icon, .wishlist-icon:focus, .wishlist-icon:hover {
    text-decoration: none !important;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0;
    padding: 5px 30px;
    background: #f4f5f7;
    border-radius: 3px;
}

@media (max-width: 767px) {
.pagination-container {
    padding: 5px 10px;
   }
.search-wrapper {
    width: 100% ! important;
   }
}

.pagination-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pagination {
    margin: 0px 0px -6px 0px;
}

.search-wrapper {
    position: relative;
    display: inline-block;
	width: 200px;
}

.clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    color: #043282;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.search-input:focus + .clear-btn,
.search-wrapper:hover .clear-btn {
    display: block;
}

.search-input-group {
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 5px 8px !important;
}

.margin-left-custom {
	margin-left: 15px;
}

.title_label {
    margin-right: 5px;
    display: flex;
    align-items: center;
	font-weight: bold;
}

.narrow-select {
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-control {
    height: 30px;
	padding: 5px 3px;
}

.input-group-custom {
    padding-top: 15px;
}

.input-limit {
    display: flex;
}

.btn-elevated {
    height: 30px;
}

.pagination-switcher {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.input-limit-and-buttons {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}



.dark ul.breadcrumb.ajo-unique-breadcrumb {
    background: #202020;
    border-bottom: 1px solid #333;
}

.dark ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.ajo-breadcrumb-item a {
    color: #e3e3e3; 
}

.dark ul.breadcrumb.ajo-unique-breadcrumb .breadcrumb-links-container > li.ajo-breadcrumb-item {
    color: #a1a1a1;
}

.dark .ajo-breadcrumb-title {
    color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.dark .product-thumb {
    background: #202020;
    border-color: #373737;
}

.dark a:hover {
    color: #ea9d28;
}

.dark .options-bar-container {
    background: #202020;
}

.dark .product-thumb .price {
    color: #ffffff;
}

.dark .border-cells {
    border: 1px solid #595959;
}

.dark .wishlist-icon a {
    color: #222 !important;
}

.dark .pagination-container {
    background: #202020;
}

.attribute-list {
    color: #999;
}

.dark .form-control {
    color: #e3e3e3;
    background: #444;
    border-color: #555;
}

.dark .clear-btn {
    color: #dedede;
}

@media (min-width: 993px) {
   .dark #column-left {
        border-image: linear-gradient(to bottom, rgb(30 30 30), rgb(56 56 56 / 70%), rgb(40 40 40), rgb(64 64 64 / 70%), rgb(0 0 0 / 13%)) 1;
    }
}

.dark .attribute-list {
    color: #bababa;
}



.dark .category-grid {
    border-top: 1px solid #595959;
    border-left: 1px solid #595959;
}

.dark .category-card {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    background-color: #212121;
}

.dark .category-card:hover {
    background-color: #2a2a2a;
}

.dark .category-name {
    color: #e3e3e3;
}

.dark .manufacturer-name {
    color: #999;
}

.dark .category-card[style*="box-shadow"] {
    background-color: #1a2a3a !important;
}

.dark .view-more-bg {
    background: linear-gradient(135deg, #2a3a50 0%, #4a5a7a 100%);
}

.dark .view-more-card:hover .view-more-bg {
    background: linear-gradient(135deg, #3a4a60 0%, #5a6a8a 100%);
}


.dark .my-categories-grid > .my-category-item-card {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    background-color: #212121;
}

.dark .my-categories-grid {
    border-top: 1px solid #595959;
    border-left: 1px solid #595959;
}

@media (max-width: 768px) {
    .dark .category-card {
        border: 1px solid #595959;
    }
    
    .dark .category-grid {
        border-top: none;
        border-left: none;
    }
}
.stickers_wrapper {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none;
  top: 0px;
}

.stickers_wrapper.position_upleft {
  left: 0px;
  align-items: flex-start;
}

.stickers_wrapper.position_upright {
  right: 15px;
  align-items: flex-end;
}

.stickers {
    display: inline-flex;
    min-width: 60px;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: repeat-x;
    padding: 0 6px;
    align-items: center;
    justify-content: center;
    line-height: 1.75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    transition: all 0.2s ease;
    box-sizing: border-box;
    transform: skewX(-10deg);
    border-radius: 4px 0;
    height: 20px;
}

.stickers:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .stickers_wrapper.position_upright {
    right: 5px;
  }
  
  .stickers {
    min-width: 50px;
    height: 22px;
    font-size: 12px;
    padding: 0 8px;
  }
}

@media (min-width: 1024px) {
  .product_details_sticker {
    left: 100px !important;
	top: 10px;
  }
}


.stickers_wrapper.product-page-stickers {
    top: 10px;
    left: 10px;
    z-index: 10;
}

.stickers_wrapper.product-page-stickers.position_upright {
    right: 15px;
    left: auto;
}

@media (min-width: 1024px) {
    .stickers_wrapper.product-page-stickers {
        top: 20px;
        left: 20px;
    }
    
    .stickers_wrapper.product-page-stickers.position_upright {
        right: 25px;
        left: auto;
    }
}

@media (max-width: 767px) {
    .stickers_wrapper.product-page-stickers {
        top: -2px;
        left: 15px;
    }
    
    .stickers_wrapper.product-page-stickers.position_upright {
        right: 10px;
        left: auto;
    }
}


#special .product-thumb:has(.stickers_wrapper .stickers:nth-child(2)) .caption {
    padding-top: 10px;
}



#special .product-thumb:has(.stickers_wrapper .stickers:nth-child(3)) .caption {
    padding-top: 35px;
}

#special .product-thumb:has(.stickers_wrapper .stickers:nth-child(4)) .caption {
    padding-top: 60px;
}
#tab-video {
    	max-height: none !important;
}
#tab-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
#tab-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tab-video .video-thumbnails {
	display: flex;
	flex-flow: wrap;
	overflow: auto;
	clear: both;
	padding: 0;
	margin: 0;
}
#tab-video .video-thumbnails > img {
	width: 100%;
}
#tab-video .video-additional a {
	position: relative;
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	line-height: 0;
}
#tab-video .video-additional a:focus { 
	outline: none;
}
#tab-video .video-thumbnails .video-additional {
	max-width: 492px;
	width: 48%;
	margin: 0 1% 1% 0;
}
#tab-video a.thumbnail.active, #tab-video a.thumbnail:focus, #tab-video a.thumbnail:hover { 
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-top-color: #DDDDDD;
}
#tab-video .video-additional .video-title { 
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	min-height: inherit;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
	font-weight: 400 !important;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 5px;
	padding: 6px 10px;
	position: absolute;
	opacity: 0;
	z-index: 10;
}
#tab-video .video-additional:hover .video-title { 
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	opacity: 1;
}
#tab-video .video-additional .v_thumb_block {
	display: block;
	text-align: center;
}
#tab-video .video-additional img {
	max-width: 100%;
	width: 100%;
}
#tab-video .play, .icon-play-large {
	background: url("https://pclion.ge/image/video_icon.svg") center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	z-index: 20;
}
#tab-video .play:hover {
	opacity: 1;
}
.icon-play {
	background: url("https://pclion.ge/image/video_icon.svg") center center no-repeat;
	background-size: 36px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
	z-index: 20;
}
.v_thumb_block {
	display: inline-block; 
	position: relative;
}
.v_thumb_block .icon-play:before {
    	content: "";
}
.thumbnail > span.v_thumb_block img { 
	width: 100%;
}
.video-size-medium {
	max-width: 640px;
	max-height: 360px;
}
.video-size-large {
	max-width: 853px;
	max-height: 480px;
}
.video-after-content {
	margin-top: 15px;
}
.video-description {
    	margin: 25px 0 20px 0;
}
.video-sticker {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 2px;
	background: url("https://pclion.ge/image/video_icon.svg") center center no-repeat;
	background-size: 36px;
	opacity: 0.8;
}
.video-sticker .popup-youtube {
	display: block;
	width: 40px;
	height: 40px;
}
.video-sticker:hover {
	opacity: 1;
}
.video-sticker:hover .video-tooltip {
	display: block;
	width: max-content;
}
.video-tooltip {
	display: none;
	position: absolute;
	top: 10px;
	right: 40px;
	line-height: 20px;
	color: #fff;
	padding: 0px 6px 1px 6px;
	background-color: rgb(84 84 84);
	border-radius: 4px;
	font-size: 12px;
	z-index: 10;
}


#tab-video .video-thumbnails.visible-type {
	display: flex;
	flex-wrap: wrap;
}
#tab-video .video-thumbnails.visible-type .video-additional {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
}
#tab-video  .video-thumbnails.visible-type .video-additional a {
	position: relative;
	margin-bottom: 0;
	padding: 5px 5px 0 5px;
	display: block;
	border: none;
}
#tab-video .video-thumbnails.visible-type .video-additional .video-title {
	display: block;
	background-color: transparent;
	color: #323232;
	position: unset;
	padding: 6px;
	opacity: 1;
}

@media (max-width: 500px) {
	#tab-video .video-thumbnails .video-additional {
	    max-width: 492px;
	    width: 100%;
	    margin: 0 0 10px 0;
	}
}

.thumbnails .v-item-coloring {
	vertical-align: top;
}
a.thumbnails.mfp-iframe {
	text-align: center;
	display: block;
	padding-top: 50%;
}


.mfp-iframe-scaler iframe {
    	box-shadow: none !important;
}
.mfp-iframe-holder .mfp-arrow-right, .mfp-iframe-holder .mfp-arrow-left {
    	opacity: 1 !important;
}
.mfp-iframe-holder .mfp-content .mfp-close {
    	color: #fff !important;
}


.product-thumb {
    	position: relative;
}

.wishlist-with-brackets::before {
    content: "(";
}
.wishlist-with-brackets::after {
    content: ")";
}
.wishlist-menu-total {
    color: #000000;
    font-size: 11px;
    margin-left: 5px;
    opacity: 1;
    transition: opacity 0.3s ease, color 0.5s ease;
}

.dark .wishlist-menu-total {
    color: #ffffff;
    transition: color 0.5s ease;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.menu-left {
    margin: 20px 20px 0 20px;
    overflow-y: auto;
    max-height: calc(100vh - 109px);
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.menu-left::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}

.menu-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
}

.menu-left::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.menu-left::-webkit-scrollbar-track {
    background-color: transparent;
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f8e2"!important;
	font-family: new-desktop !important;
	font-size: 14px;
}

.fa-envelope-o:before {
    content: "\f0e0"!important;
	font-family: new-desktop !important;
	font-size: 14px;
}

.menu-left-links {
    color: #212121;
    font-size: 13px;
    width: 200px;
    position: relative;
    padding: 10px 5px;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    text-decoration: none;
    display: block;
}

.menu-left-links:hover {
    color: #2A69DF;
	text-decoration: none;
}

.menu-left-links i {
    width: 1.5em;
}

.ajo-menu-section-divider {
    border: 0;
    height: 1px;
    background-color: #adadad;
    margin: 10px 0;
    opacity: .25;
}

.ajo-menu-section-title {
    display: block;
    margin: 0;
    padding: 10px 0px;
    font-family: "BPG SuperSquare 2013", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.menu-right {
    min-width: 300px;
    background-color: #ffffff;
}


#uni-menu-ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    background-color: #f7f7f7;
}

#uni-menu-ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 47%);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#uni-menu-ul::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#uni-menu-ul::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
}

#uni-menu-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1001;
}

#uni-menu-dropdown-menu.show {
    display: block;
	left: -20px;
    margin-top: 10px;
}

#menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
}

#uni-ultra-menu-header {
    position: relative;
    z-index: 1002;
}

.sticky-top {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 1020;
}

.uni-popup-btn {
   display: block;
   color: #414045;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 10px;
   transition: all 0.15s ease 0.05s;
}

.uni-popup-btn:hover {
   color: #277b4e;
   text-decoration: underline;
}

button.uni-close {
   width: 50px;
   height: 40px;
   background: #ff0000;
   position: relative;
   margin-left: auto;
   margin-top: -10px;
   margin-bottom: -10px;
   border: 0;
   transition: background 0.15s ease 0.05s;
}

button.uni-close:hover {
   background: rgba(49, 154, 98, 0.82);
}

.uni-modal-close-icon {
   position: absolute;
   top: 12px;
   left: 25px;
   bottom: 12px;
   border: 1px solid #fff;
}

.uni-modal-close-left {
   transform: rotate(135deg);
}

.uni-modal-close-right {
   transform: rotate(45deg);
}

.uni-menu-child-ul.opened {
   transform: translateX(0);
}

#uni_menu_mobile_content.opened {
   overflow: hidden;
   max-width: 100%;
}

body.no-scroll {
   height: 100%;
   overflow: hidden;
}

#uni_info_mobile.expanded {
   left: 0;
}

.btn-link[aria-expanded="true"] {
   background-color: transparent;
}

#uni_menu_mobile_box.expanded {
   left: 0;
   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
}

.d-flex {
   display: -ms-flexbox !important;
   display: flex !important;

   
   
}

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

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

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

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

.space-evenly {
   align-content: space-evenly;
}


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

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

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

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

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

.position-static {
   position: static !important;
}

.position-relative {
   position: relative !important;
}

.position-absolute {
   position: absolute !important;
}

.position-fixed {
   position: fixed !important;
}

.position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important;
}

.position-unset {
   position: unset !important;
}

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

.menu-row nav {
   position: unset;
}

#uni-menu-top {
   padding: 10px 0px 0px 0px;
}

.uni-mm-cat-link-fas {
   position: inherit;
}

.uni-mm-cat-link-fas {
   display: inline-block;
   width: 30px;
   height: 20px;
   text-align: center;
   color: #000000;
   position: relative;
}

.uni-mm-cat-link-fas::before {
   font-family: new-desktop !important;
   content: "\f0c9";
   display: inline-block;
   width: 100%;
   height: 100%;
   font-size: 18px;
   padding: 0;
   font-weight: 700;
}

.uni-mm-cat-link-fas:hover::before {
   color: #555555;
}

.uni-mm-cat-link-text {
   font-family: "Ajoiani GEO CAPS", sans-serif;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
}

.uni-mm-link-down {
   margin-top: 5px;
   font-size: 10px;
}

.right-down {
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    margin-top: 18px;
    right: 20px;
}

.left-down {
   position: absolute;
   width: 6px;
   height: 6px;
   border-top: 2px solid #000000;
   border-right: 2px solid #000000;
   transform: rotate(45deg);
   margin-top: 17px;
   right: 20px;
}

.uni-menu-li:hover .right-down,
.uni-menu-li:hover .left-down {
    border-top: 2px solid #4b4b4b;
    border-right: 2px solid #4b4b4b;
}

.uni-mm-link-down div.down1 {
   position: absolute;
   width: 7px;
   height: 7px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   
   transform: rotate(135deg);
   top: 30%;
   right: 15px;
}

.uni-mm-link-down div.down2 {
   position: relative;
   width: 0;
   height: 8px;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 5px solid #000000;
   margin-left: 4px;
   margin-right: 3px;
   transition: transform 0.3s ease;
}

.uni-mm-cat-link-fas:hover~.uni-mm-link-down div.down2,
.uni-mm-link-down:hover div.down2,
.uni-mm-cat-link-text:hover~.uni-mm-link-down div.down2 {
   transform: rotate(180deg);
}

#uni-menu-dropdown-menu.show~#uni-ultra-menu-header .uni-mm-link-down div.down2 {
   transform: rotate(180deg);
}

#main-menu>.uni-mm-link>a .sub-arrow {
   width: 0;
   height: 0;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   border-top: 4px solid #000000;
   margin-left: 5px;
   margin-top: 8px;
   float: right;
}

#main-menu>.uni-mm-link:hover>a .sub-arrow,
#main-menu>.uni-mm-link:active>a .sub-arrow {
   border-top: 4px solid #4a4a4a;
   transition: all 0.15s ease 0.1s;
}

.uni-megamenu-navbar {
   
   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-top: 3px;
   font-size: 12px;
}

@media (max-width: 988px) {
.uni-megamenu-navbar {
   padding-top: 0px;
   }
}

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

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


#menu {
   background-color: #229ac8;
   background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
   background-repeat: repeat-x;
   border-color: #1f90bb #1f90bb #145e7a;
   min-height: 40px;
}

#menu .nav>li>a {
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   padding: 10px 15px 10px 15px;
   min-height: 15px;
   background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
   background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
   padding-bottom: 0;
}

#menu .dropdown-inner {
   display: table;
}

#menu .dropdown-inner ul {
   display: table-cell;
}

#menu .dropdown-inner a {
   min-width: 160px;
   display: block;
   padding: 3px 20px;
   clear: both;
   line-height: 20px;
   color: #333333;
   font-size: 12px;
}

#menu .dropdown-inner li a:hover {
   color: #ffffff;
}

#menu .see-all {
   display: block;
   margin-top: 0.5em;
   border-top: 1px solid #ddd;
   padding: 3px 20px;
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   border-radius: 0 0 3px 3px;
   font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
   text-decoration: none;
   color: #ffffff;
   background-color: #229ac8;
   background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
   background-repeat: repeat-x;
}

#menu #category {
   float: left;
   padding-left: 15px;
   font-size: 16px;
   font-weight: 700;
   line-height: 40px;
   color: #fff;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
   font-size: 15px;
   font-stretch: expanded;
   color: #fff;
   padding: 2px 18px;
   float: right;
   background-color: #229ac8;
   background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
   background-repeat: repeat-x;
   border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
   color: #ffffff;
   background-color: #229ac8;
}

@media (min-width: 768px) {
   #menu .dropdown:hover .dropdown-menu {
      display: block;
   }
}

@media (max-width: 767px) {
   #menu {
      border-radius: 4px;
   }

   #menu div.dropdown-inner>ul.list-unstyled {
      display: block;
   }

   #menu div.dropdown-menu {
      margin-left: 0 !important;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.1);
   }

   #menu .dropdown-inner {
      display: block;
   }

   #menu .dropdown-inner a {
      width: 100%;
      color: #fff;
   }

   #menu .dropdown-menu a:hover,
   #menu .dropdown-menu ul li a:hover {
      background: rgba(0, 0, 0, 0.1);
   }

   #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff;
   }
}



.js .navbar {
   height: 1.5em;
   overflow: hidden;
}

.flexMenu-popup {
   
   left: auto !important;
   right: 0 !important;
   
}

.flexMenu-viewMore {
   position: relative;
   
}



.flexMenu-viewMore>a.unia {
   
   transition: all 0.15s ease 0.1s;
   color: #000000;
   text-decoration: none;
   cursor: pointer;
   
}

.flexMenu-viewMore:hover>a.unia,
.flexMenu-viewMore:active>a.unia,
.flexMenu-viewMore.active>a.unia {
   color: #000000;
   transition: all 0.15s ease 0.1s;
}



.triangle-down {
   position: absolute;
   height: 0;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   border-top: 4px solid #000;
   margin-left: 5px;
   margin-top: 8px;
   float: right;
   transition: all 0.15s ease 0.1s;
}

.flexMenu-viewMore:hover>a span.triangle-down,
.flexMenu-viewMore:active>a span.triangle-down,
.flexMenu-viewMore.active>a span.triangle-down,
.flexMenu-viewMore:hover>a span.sub-arrow,
.flexMenu-viewMore:active>a span.sub-arrow,
.flexMenu-viewMore.active>a span.sub-arrow {
   border-top: 4px solid #000000;
   transition: all 0.15s ease 0.1s;
}



.flexMenu-viewMore.active>a.unia,
.flexMenu-viewMore.active>a.unia:hover {
   
}

.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-simple-link>a,
.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-link>a {
   display: block;
   color: #333;
   font-weight: normal;
}

.flexMenu-viewMore>.flexMenu-popup>li {
   background: #fff;
}

.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-simple-link:hover>a,
.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-link:hover>a {
   color: #277b4e;
}

.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-simple-link:hover,
.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-link:hover,
.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-simple-link:active,
.flexMenu-viewMore>.flexMenu-popup>li.uni-mm-link:active {
   background: #f7f7f7;
}

.touch .navbar {
   font-size: 1.25em;
}

.flexMenu-popup .uni-mm-simple-link .uni-mm-dropdown,
.flexMenu-popup .uni-mm-link .uni-mm-dropdown {
   
   
   position: relative;
   left: -100% !important;
   
   top: -40px;
}

.flexMenu-popup>li.uni-mm-link,
.flexMenu-popup>li.uni-mm-simple-link {
   position: relative !important;
}

.flexMenu-popup>li.uni-mm-link:not(:first-child),
.flexMenu-popup>li.uni-mm-simple-link:not(:first-child) {
   border-top: 1px solid #f7f7f7;
}

.flexMenu-popup>li.uni-mm-simple-link>a,
.flexMenu-popup>li.uni-mm-link>a {
   text-transform: none !important;
}

.menu-row {
   color: #e5e5e5;
}

#uni-menu-box {
   min-width: 80px;
   margin-right: 10px;
}

.uni-ultra-menu {
   position: absolute;
   padding: 3px;
   font-size: 18px;
   color: #212121;
   transition: background-color 0.2s;
   transform: translate3d(0, 0, 0);
   border-radius: 22px;
   cursor: pointer;
}

#uni-menu-box:hover .uni-ultra-menu {
   background-color: #ebebeb;
}

.uni-ultra-menu i {
   font-size: 20px;
   position: absolute;
   top: 16px;
   left: 14px;
   transition: transform 0.4s ease 0.1s;
}

#uni-menu-box:hover .uni-ultra-menu i {
   transform: rotate(180deg);
}

#uni-megamenu-box {
   position: unset;
}

#uni-menu-dropdown-menu,
.uni-menu-child-ul,
.uni-mm-dropdown {
   position: absolute;
   left: 0px;
   margin: 0;
   background: #ecf1fe;
   transition: opacity 0.5s ease-in-out, visibility 0.2s ease-in-out;
   opacity: 0;
   visibility: hidden;
   border-radius: 0 4px 4px 0;
   box-shadow: 7px 0px 10px 0 rgba(4, 32, 98, 0.2);
}

#uni-menu-dropdown-menu.show,
.uni-menu-child-ul.show,
.uni-mm-dropdown.show {
   opacity: 1;
   visibility: visible;
}

.uni-menu-child-ul {
   background: #ffffff !important;
}

#uni-menu-dropdown-menu::before {
   content: "";
   position: absolute;
   top: -20px;
   left: 34px;
   transform: translateX(-50%);
   border-width: 11px;
   border-style: solid;
   border-color: transparent transparent #ecf1fe transparent;
}

.uni-mm-full-width {
   left: 0;
   right: 0;
   max-width: 1170px;
   margin-left: auto;
   margin-right: auto;
}



.uni-menu-child-ul {
	width: 300px;
   left: 98.2%;
   top: 0;
   bottom: 0;
   box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

#uni-menu-ul {
   margin-bottom: 0;
   padding-top: 20px;
   padding-left: 20px;
}

.uni-menu-li {
   padding: 0 0 0 15px;
   transition: background 0.15s ease 0.05s;
}

.uni-menu-li:hover {
   background-color: #ecf1fe;
    text-decoration: none;
}

.uni-menu-li>a,
.uni-menu-li>div>a {
   display: block;
   height: 45px;
   line-height: 45px;
   position: relative;
   align-items: center;
}

.uni-menu-li:hover>a,
.uni-menu-li:hover>div>a {
   color: #2a69df;
}

.uni-menu-toggle,
.uni-childmenu-toggle,
.uni-childmenu-toggle-fourth {
   position: relative;
   text-align: center;
   color: #333333;
   height: 40px;
   line-height: 40px;
   cursor: pointer;
}

.uni-menu-toggle-left {
   position: relative;
   width: 40px;
   text-align: center;
   color: #333333;
   height: 40px;
   line-height: 40px;
   display: none;
}

.uni-menu-li>div a:first-child {
   width: calc(100% - 50px);
}

.uni-menu-cat-icon {
   margin-right: 10px;
   max-height: 24px;
   max-width: 24px;
}

.uni-mm-link>a>img,
.uni-mm-link>a>svg {
   margin-right: 7px;
   max-height: 24px;
   max-width: 24px;
   
   
}

.second-left {
   left: auto !important;
   right: 0 !important;
}

.secondul-left,
.dropdown-reverse {
   left: -100% !important;
   width: 100% !important;
}

.flexMenu-popup .uni-menu-cat-icon {
   display: none;
}

.uni-menu-item-name {
   display: inline-block;
   vertical-align: middle;
   line-height: 1.5rem;
   padding-right: 20px;
   width: 250px;
   white-space: break-spaces;
   overflow: hidden;
   text-overflow: ellipsis;
}

.uni-menu-child-ul>ul {
   height: 100%;
   overflow-y: auto;
   overflow-x: hidden;
}

.uni-menu-child-ul>ul::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 5px;
}

.uni-menu-child-ul>ul::-webkit-scrollbar-thumb {
   border-radius: 2px;
   background-color: #d0d7ea;
}

#uni-menu-child-ul::-webkit-scrollbar-thumb:hover {
   background-color: #555;
}

.uni-mm-link,
.uni-mm-simple-link {
   position: inherit;
   height: auto;
   cursor: pointer;
}


.uni-mm-map {
   color: #333;
}

.uni-mm-link>a i {
   font-size: 11px;
   margin-left: 6px;
   transition: transform 0.3s ease 0.05s;
}

.uni-mm-link:hover>a i {
   transform: rotate(180deg);
}

.uni-mm-link>a,
.uni-mm-simple-link>a {
   display: block;
   padding-right: 20px;
   transition: all 0.15s ease 0.1s;
   text-decoration: none;
   cursor: pointer;
   display: flex;
   align-items: center !important;
   justify-content: space-around !important;
}

.uni-mm-dropdown {
   max-height: 565px;
   overflow-y: auto;
   padding: 30px;
}

.uni-mm-dropdown-sm.uni-mm-type-0 {
   width: 270px;
   padding: 0;
   left: 0;
   right: auto;
   overflow-y: visible;
}

.uni-mm-dropdown-sm.uni-mm-type-5 {
   width: 270px;
   padding: 0;
   left: 0;
   right: auto;
   overflow-y: visible;
}

.uni-mm-dropdown-sm.uni-mm-type-8 {
   width: 270px;
   padding: 0;
   left: 0;
   right: auto;
   overflow-y: visible;
}

.uni-mm-hassubchild {
   margin-bottom: 30px;
}

.uni-mm-parent-img-full-width {
   margin-bottom: 15px;
}

.uni-mm-brands-dropdown {
   padding-bottom: 0;
}

.uni-mm-brands-link {
   transition: box-shadow 0.3s ease;
   padding-top: 15px;
}

.uni-mm-brands-link:hover {
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.uni-mm-parent-img {
   max-width: 100px;
   margin: 0 auto;
   padding-top: 15px;
}

.uni-mm-parent-title {
   font-family: Ajoiani-com Headline, sans-serif;
   color: #333;
   font-weight: 700;
   letter-spacing: 0.3px;
   margin-top: 15px;
   margin-bottom: 15px;
   transition: color 0.15s ease;
   height: 42px;
}

.uni-mm-brands-link .uni-mm-parent-title {
   height: auto;
}

.uni-mm-parent-link,
.uni-mm-parent-link:hover {
   
   white-space: pre-wrap;
}

.uni-mm-parent-link:hover+.uni-mm-parent-hr {
   background: #277b4e;
}

.uni-mm-parent-link img {
   transition: opacity 0.15s ease;
}

.uni-mm-parent-link:hover img {
   opacity: 0.9;
}

.uni-mm-child li {
   padding: 0;
   margin-bottom: 10px;
   font-size: 13px;
}

.uni-mm-child li:first-child {
   border-top: 1px solid #f4f4f4;
   padding-top: 16px;
}

.uni-mm-child a {
   color: #666;
   line-height: 20px;
   transition: color 0.15s ease;
}

.uni-mm-see-all {
   font-family: "BPG SuperSquare 2013", sans-serif;
   color: #333;
   font-size: 12px;
   display: block;
   font-style: italic;
   font-weight: 700;
}

.uni-mm-child a:hover,
.uni-mm-parent-link:hover .uni-mm-parent-title {
   color: #000000;
   text-decoration: underline;
}

.uni-mm-see-all i {
   color: #c5c5c5;
   margin-right: 5px;
}

.uni-mm-img-transition {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   transition: filter 0.3s ease;
}

.uni-mm-parent-link:hover .uni-mm-img-transition {
   filter: grayscale(0%) !important;
   -webkit-filter: grayscale(0%) !important;
}

.uni-mm-product-parent-title {
   height: auto;
   font-size: 13px;
}

.uni-mm-price {
   text-align: center;
   color: #484848;
   font-size: 18px;
   font-weight: 700;
}

.uni-mm-price>* {
   display: block;
}

.uni-mm-product-parent-title,
.uni-price-old {
   font-weight: 500;
}

.uni-mm-price .uni-price-old {
   text-decoration: line-through;
   color: #cbcfd4;
   font-size: 12px;
}

.uni-mm-price .uni-price-new {
   color: #eb5757;
}

.uni-mm-price+.uni-mm-parent-hr {
   margin-top: 20px;
   height: 0;
}

.uni-mm-product:hover .uni-mm-parent-hr {
   background: #277b4e;
}

.uni-mm-html {
   padding-bottom: 30px;
   color: #666;
}

.uni-mm-html p+p {
   margin-top: 10px;
}

.uni-mm-parent-title-light {
   font-weight: 500;
}

.uni-mm-banner {
   color: #fff;
   padding: 30px;
   margin: 0 15px;
   border-radius: 3px;
   position: relative;
   overflow: hidden;
   background: #3fcefd;
   overflow: hidden;
   position: relative;
   text-align: center;
}

.uni-mm-banner:before {
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   width: 130%;
   height: 100%;
   background: rgba(255, 255, 255, 0.3);
   content: "";
   transition: transform 0.8s;
   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.uni-mm-banner:hover:before {
   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.uni-mm-banner-img {
   opacity: 0.9;
   transition: opacity 0.3s ease;
   margin-bottom: 20px;
}

.uni-mm-banner-img img {
   max-width: 160px;
}

.uni-mm-banner:hover .uni-mm-banner-img {
   opacity: 1;
}

.uni-mm-banner-title {
   font-size: 22px;
   line-height: 30px;
   letter-spacing: 0.3px;
   margin-bottom: 20px;
   font-weight: 700;
}

.uni-mm-banner-text {
   font-size: 16px;
   line-height: 24px;
   font-weight: 300;
   margin-bottom: 20px;
}

.uni-mm-banner-button {
   font-family: Ajoiani-com Headline, sans-serif;
   font-size: 16px;
   font-weight: 300;
   display: inline-block;
   padding: 10px 20px;
   text-align: center;
   border-radius: 1px;
   max-width: unset;
   transition: background 0.3s ease, color 0.3s ease;
   position: relative;
   z-index: 2;
   color: rgb(255, 255, 255);
   background: rgb(102, 102, 102);
}

.uni-mm-banner-button:hover {
   color: rgb(255, 255, 255);
   background: rgb(126, 211, 2);
}

.uni-mm-dropdown-simple .uni-menu-li {
   position: relative;
}

.uni-mm-dropdown-simple .uni-menu-child-ul {
   bottom: auto;
}

#uni-menu-ul .group-title {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-top: 16px;
}

#uni-menu-ul .group-title:last-child {
   padding-bottom: 16px;
}

#uni-menu-ul .group-title>* {
   padding: 0 20px;
}

#uni-menu-ul .group-title strong {
   font-size: 13px;
   line-height: 18px;
   letter-spacing: 0.3px;
   color: #373941;
   margin-bottom: 6px;
   opacity: 0.4;
   transition: 0.35s;
}

#uni-menu-ul .group-title a {
   font-size: 14px;
   line-height: 24px;
   letter-spacing: 0.3px;
   text-decoration: none;
   color: #50a8ff;
}

#uni-menu-ul .group-title a:hover {
   text-decoration: none;
}

.sm {
   box-sizing: border-box;
   
   z-index: 9998;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul.uniu,
.sm li.uni {
   list-style: none;
   margin: 0;
   padding: 0;
   direction: ltr;
   text-align: left;
}

.sm-rtl,
.sm-rtl ul.uniu,
.sm-rtl li.uni {
   direction: rtl;
   text-align: right;
}

.sm>li.uni>h1,
.sm>li.uni>h2,
.sm>li.uni>h3,
.sm>li.uni>h4,
.sm>li.uni>h5,
.sm>li.uni>h6 {
   margin: 0;
   padding: 0;
}

.sm ul.uniu {
   display: none;
}

.sm li.uni,
.sm a.unia {
   position: relative;
}

.sm .dropdown-menu li.uni,
.sm .dropdown-menu a.unia {
   position: relative;
}

.sm a.disabled {
   cursor: default;
}

.sm::after {
   content: "";
   display: block;
   height: 0;
   font: 0px/0 serif;
   clear: both;
   overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
   box-sizing: inherit;
}

.sm-simple {
   
}

.sm-simple ul.dropdown-menu>li.uni>a,
.sm-simple ul.dropdown-menu>li.uni>a:hover,
.sm-simple ul.dropdown-menu>li.uni>a:focus,
.sm-simple ul.dropdown-menu>li.uni>a:active {
   padding-right: 58px;
   text-decoration: none;
}

.sm-simple a.current {
   background: #333333;
   color: #fff;
}

.sm-simple a.disabled {
   color: #cccccc;
}

.flexMenu-popup>li.uni-mm-link>a>.sub-arrow,
.flexMenu-popup>li.uni-mm-simple-link>a>.sub-arrow,
.sm-simple ul.uniu a .sub-arrow {
   position: absolute;
   top: 50%;
   margin-top: -17px;
   left: auto;
   right: 4px;
   width: 34px;
   height: 34px;
   overflow: hidden;
   font: bold 14px/34px monospace !important;
   text-align: center;
   text-shadow: none;
   background: rgba(0, 0, 0, 0.08);
}

.flexMenu-popup>li.uni-mm-link>a>.sub-arrow::before,
.flexMenu-popup>li.uni-mm-simple-link>a>.sub-arrow::before,
.sm-simple ul.uniu a .sub-arrow::before {
   content: "+";
}

.sm-simple ul.uniu a.highlighted .sub-arrow::before {
   content: "-";
}

.sm-simple li.uni {
   
}

.sm-simple>li:first-child {
   border-top: 0;
}

.sm-simple ul.uniu {
   background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul.uniu a,
.sm-simple ul.uniu a:hover,
.sm-simple ul.uniu a:focus,
.sm-simple ul.uniu a:active {
   font-size: 14px;
   border-left: 8px solid transparent;
}

.sm-simple ul.dropdown-menu>li.uni>a,
.sm-simple ul.dropdown-menu>li.uni>a:hover,
.sm-simple ul.dropdown-menu>li.uni>a:focus,
.sm-simple ul.dropdown-menu>li.uni>a:active {
   font-size: 13px;
   border-left: 8px solid transparent;
}



.unichild a.unia:hover,
.unichild a.unia:focus,
.unichild a.unia:active {
   color: #277b4e;
}

.sm-simple ul.dropdown-menu>li.uni>a:hover,
.sm-simple ul.dropdown-menu>li.uni>a:focus,
.sm-simple ul.dropdown-menu>li.uni>a:active {
   color: #000000;
   font-weight: 700;
}

.sm-simple ul.uniu ul a,
.sm-simple ul.uniu ul a:hover,
.sm-simple ul.uniu ul a:focus,
.sm-simple ul.uniu ul a:active {
   border-left: 16px solid transparent;
}

.sm-simple ul.uniu ul ul.uniu a,
.sm-simple ul.uniu ul ul.uniu a:hover,
.sm-simple ul.uniu ul ul.uniu a:focus,
.sm-simple ul.uniu ul ul.uniu a:active {
   border-left: 24px solid transparent;
}

.sm-simple ul.uniu ul ul.uniu ul a,
.sm-simple ul.uniu ul ul.uniu ul a:hover,
.sm-simple ul.uniu ul ul.uniu ul a:focus,
.sm-simple ul.uniu ul ul.uniu ul a:active {
   border-left: 32px solid transparent;
}

.sm-simple ul.uniu ul ul.uniu ul ul.uniu a,
.sm-simple ul.uniu ul ul.uniu ul ul.uniu a:hover,
.sm-simple ul.uniu ul ul.uniu ul ul.uniu a:focus,
.sm-simple ul.uniu ul ul.uniu ul ul.uniu a:active {
   border-left: 40px solid transparent;
}

@media (min-width: 768px) {
   .sm-simple ul.uniu {
      position: absolute;
      
   }

   .sm-simple li.uni {
      float: left;
   }

   .sm-simple.sm-rtl li.uni {
      float: right;
   }

   .sm-simple ul.uniu li,
   .sm-simple.sm-rtl ul.uniu li,
   .sm-simple.sm-vertical li.uni {
      float: none;
   }

   .sm-simple a.unia {
      
	  
   }

   .sm-simple ul.uniu a,
   .sm-simple.sm-vertical a {
      white-space: normal;
   }

   .sm-simple .sm-nowrap>li.uni>a,
   .sm-simple .sm-nowrap>li.uni> :not(ul) a {
      
   }


   .sm-simple a.unia,
   .sm-simple a.unia:hover,
   .sm-simple a.unia:focus,
   .sm-simple a.unia:active,
   .sm-simple a.highlighted {
      color: #000;
	  font-size: 13px;
      font-weight: 700;
   }

   .uni-mm-link>a,
   .uni-mm-link>a:hover,
   .uni-mm-link>a:focus,
   .uni-mm-link>a:active,
   .uni-mm-link>a.highlighted {
      color: #000;
   }

   .flexMenu-viewMore>a.unia,
   .flexMenu-viewMore>a.unia:hover,
   .flexMenu-viewMore>a.unia:focus,
   .flexMenu-viewMore>a.unia:active,
   .flexMenu-viewMore>a.highlighted {
      color: #000;
      font-weight: 700;
   }

   .sm-simple a.unia:hover,
   .uni-mm-link>a:hover,
   .flexMenu-viewMore>a.unia:hover {
      text-decoration: underline;
   }

   .sm-simple .flexMenu-popup a,
   .sm-simple .flexMenu-popup a:hover,
   .sm-simple .flexMenu-popup a:focus,
   .sm-simple .flexMenu-popup a:active,
   .sm-simple .flexMenu-popup a.highlighted {
      padding: 16px 20px;
   }

   .sm-simple a.current {
      
      background: #333333;
      color: #fff;
   }

   .sm-simple a.disabled {
      background: #fff;
      color: #cccccc;
   }

   .sm-simple a.has-submenu {
      
   }

   .flexMenu-popup>li.uni-mm-link>a>.sub-arrow,
   .flexMenu-popup>li.uni-mm-simple-link>a>.sub-arrow,
   .sm-simple ul.uniu a .sub-arrow {
      top: 50%;
      margin-top: -8px;
      right: 20px;
      width: 8px;
      height: 16px;
      font: 14px/16px monospace !important;
      background: transparent;
   }

   .sm-simple ul.uniu a.highlighted .sub-arrow::before {
      content: "+";
   }

   .sm-simple>li.uni {
      
      width: max-content;
   }

   .sm-simple>li:first-child {
      border-left: 0;
   }

   .sm-simple ul.uniu {
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
      -moz-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
      -ms-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
      -o-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
      box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   }

   .sm-simple ul.uniu a {
      border: 0 !important;
   }

   .sm-simple ul.uniu a.has-submenu {
      padding-right: 120px;
   }

   .flexMenu-popup>li.uni-mm-link>a>.sub-arrow,
   .flexMenu-popup>li.uni-mm-simple-link>a>.sub-arrow,
   .sm-simple ul.uniu a .sub-arrow {
      left: 8px;
      right: auto;
   }

   .sm-simple ul.uniu>li.uni {
      border-left: 0;
      border-top: 1px solid #eeeeee;
   }

   .sm-simple ul.uniu>li:first-child {
      border-top: 0;
   }

   .sm-simple .scroll-up,
   .sm-simple .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #fff;
      height: 20px;
      min-width: 100px;
   }

   .sm-simple .scroll-up-arrow,
   .sm-simple .scroll-down-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid dashed;
      
      border-color: transparent transparent #333333 transparent;
   }

   .sm-simple .scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed dashed;
      
      border-color: #333333 transparent transparent transparent;
   }

   .sm-simple.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 32px;
   }

   .sm-simple.sm-rtl a .sub-arrow {
      left: 20px;
      right: auto;
   }

   .sm-simple.sm-rtl.sm-vertical a.has-submenu {
      padding: 11px 20px;
   }

   .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
      left: auto;
      right: 8px;
   }

   .sm-simple.sm-rtl>li:first-child {
      border-left: 1px solid #eeeeee;
   }

   .sm-simple.sm-rtl>li:last-child {
      border-left: 0;
   }

   .sm-simple.sm-rtl ul.uniu a.has-submenu {
      padding: 11px 20px;
   }

   .sm-simple.sm-rtl ul.uniu a .sub-arrow {
      left: auto;
      right: 8px;
   }

   .sm-simple.sm-vertical a .sub-arrow {
      left: 8px;
      right: auto;
   }

   .sm-simple.sm-vertical li.uni {
      border-left: 0;
      border-top: 1px solid #eeeeee;
   }

   .sm-simple.sm-vertical>li:first-child {
      border-top: 0;
   }
}

.menu-categories-title {
   font-family: "BPG SuperSquare 2013", sans-serif;
   color: #333;
   display: block;
   font-style: italic;
   font-weight: 700;
   padding: 10px 15px;
   font-size: 15px;
}

.uni-main-shop-title {
   color: #30363d;
   font-weight: 700;
   font-size: 24px;
   line-height: 33px;
   margin-bottom: 30px;
   position: relative;
}

.uni-main-shop-title:after {
   content: "";
   height: 1px;
   background: linear-gradient(89.95deg, #e5e5e5 0%, #f3f3f3 100%);
   position: absolute;
   left: 0;
   right: 0;
   bottom: -10px;
}

.uni-main-shop-title a {
   color: #30363d;
   transition: color 0.15s ease;
}

.uni-main-shop-title a:hover {
   text-decoration: underline;
   color: #277b4e;
}

.uni-categories-wall-row,
.uni-product-reviews-row .uni-module-button {
   margin-bottom: -30px;
}

.uni-categories-wall-item {
   background-color: #fff;
   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
   border-radius: 1px;
   padding: 15px 18px;
   margin-bottom: 30px;
   transition: box-shadow 0.15s ease;
   height: calc(100% - 30px);
}

.uni-categories-wall-item:hover {
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.uni-categories-wall-item:hover hr {
   background-color: #277b4e;
}

.uni-categories-wall-top-link {
   display: block;
}

.uni-categories-wall-top-link:hover .uni-categories-wall-title {
   text-decoration: underline;
}

.uni-categories-wall-img {
   display: block;
   margin: 0 auto;
   transition: opacity 0.15s ease;
   max-width: 100px;
}

.uni-categories-wall-item:hover img {
   opacity: 0.9;
}

.uni-categories-wall-title {
   color: #333;
   font-weight: 700;
   letter-spacing: 0.3px;
   margin-top: 15px;
   margin-bottom: 15px;
   text-align: center;
   transition: color 0.15s ease;
}

.uni-categories-wall-top-link:hover .uni-categories-wall-title {
   color: #277b4e;
}

.uni-categories-wall-item hr {
   width: 120px;
   background-color: #e5e5e5;
   transition: background-color 0.3s ease;
}

.uni-categories-wall-list {
   text-align: left;
}

.uni-categories-wall-child {
   padding: 0;
   margin-bottom: 10px;
}

.uni-categories-wall-link {
   color: #666;
   line-height: 20px;
   transition: color 0.15s ease;
}

.uni-categories-wall-link:hover {
   color: #277b4e;
   text-decoration: underline;
}

.uni-categories-wall-btn {
   color: #333;
   font-weight: 600;
   font-size: 12px;
   text-decoration: underline;
   padding: 0;
}

.uni-categories-wall-btn i {
   color: #c5c5c5;
   margin-right: 5px;
}

.uni-categories-wall-btn:hover {
   color: #277b4e;
}

.uni-categories-wall-btn:hover i {
   color: #277b4e;
}

.uni-module-item {
   background: #ffffff;
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
   border-radius: 1px;
   padding-top: 43px;
   padding-bottom: 15px;
   text-align: center;
   position: relative;
   margin-bottom: 30px;
   transition: box-shadow 0.15s ease 0.05s;
   height: calc(100% - 30px);
}

.uni-module-item:hover {
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.uni-module-item:hover .uni-module-cart-btn {
   background-color: #277b4e;
   color: #fff;
}

.uni-module-title a {
   transition: color 0.15s ease 0.05s;
}

.uni-module-item:hover .uni-module-title a {
   color: #277b4e;
}

.uni-module-item:hover .uni-module-buttons-list {
   opacity: 1;
}

.uni-module-model {
   margin-bottom: 15px;
   font-size: 12px;
   color: #aeaeae;
}

.uni-module-img {
   min-height: 170px;
}

.uni-module-img img {
   opacity: 1;
   transition: opacity 0.15s ease;
   max-width: 100%;
}

.uni-module-row .uni-module-img img {
   max-width: 200px;
   width: 100%;
}

.uni-module-item:hover .uni-module-img img {
   opacity: 0.9;
}

.uni-module-stickers {
   position: absolute;
   top: 16px;
   left: 0;
   z-index: 10;
}

.uni-module-stickers-sticker {
   color: #fff;
   font-size: 10px;
   line-height: 18px;
   padding: 0 10px;
   margin-bottom: 13px;
}

.uni-module-stickers-sticker-discount {
   background-color: #eb5757;
   max-width: 44px;
}

.uni-module-stickers-sticker-hit {
   width: 42px;
   background-color: #56ccf2;
}

.uni-module-stickers-sticker-recommend {
   background-color: #f2994a;
}

.uni-module-buttons-compare i {
   transform: rotate(90deg);
}

.uni-module-buttons-list {
   position: absolute;
   top: 15px;
   right: 15px;
   opacity: 0;
   z-index: 10;
   list-style: none;
}

.uni-module-buttons-item {
   margin-bottom: 8px;
}

.uni-module-buttons-link i {
   font-size: 19px;
   color: #cbcfd4;
}

.uni-module-buttons-link:hover i {
   color: #277b4e;
}

.uni-module-title {
   color: #333;
   font-weight: 600;
   letter-spacing: 0.3px;
   padding: 0 20px;
   margin-top: 20px;
   margin-bottom: 20px;
}

.uni-module-rating {
   margin-bottom: 15px;
}

.uni-module-rating-star {
   background: url("https://pclion.ge/../img/star-grey.svg") no-repeat;
   width: 14px;
   height: 12px;
   display: inline-block;
   cursor: pointer;
}

.uni-module-rating-star+.uni-module-rating-star {
   margin-left: 2px;
}

.uni-module-rating-star-is {
   background: url("https://pclion.ge/../img/star.svg") no-repeat;
}

.uni-module-reviews {
   margin-left: 8px;
   position: relative;
}

.uni-module-reviews i {
   font-size: 25px;
   color: #cbcfd4;
}

.uni-module-reviews span {
   color: #f3f5fb;
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
   font-size: 11px;
   position: absolute;
   top: 6px;
   left: 0;
   right: 0;
   text-align: center;
}

.uni-module-price {
   margin-bottom: 15px;
}

.uni-module-price-old {
   color: #cbcfd4;
   font-size: 12px;
   text-decoration: line-through;
}

.uni-module-price-new {
   color: #eb5757;
   font-size: 18px;
   font-weight: 700;
   margin-left: 5px;
}

.uni-module-price-actual {
   color: #484848;
   font-size: 18px;
   font-weight: 700;
}

.uni-module-cart-btn {
   display: block;
   color: #fff !important;

   background: #666;
   border-radius: 1px;
   padding: 8px 0;
   margin: 0 15px;
   transition: background 0.15s ease 0.05s;
}

.uni-no-stock .uni-module-cart-btn {
   background: #cecece;
}

.uni-module-button {
   text-align: center;
}

.uni-module-btn {
   color: #333 !important;
   font-size: 16px;
   font-weight: 300;
   letter-spacing: 0.3px;
   background-color: #e5e5e5;
   border-radius: 1px;
   padding: 10px 20px;
   cursor: pointer;
   border: 0;
   display: inline-block;
   text-decoration: none !important;
}

.uni-module-btn:hover {
   background-color: #277b4e;
   color: #fff !important;
}

.input-group-btn .uni-module-btn {
   padding: 13px 20px;
   border-radius: 0 1px 1px 0;
   border: 0;
   margin-left: -1px;
}

.uni-all-categories-category-parent {
   border-bottom: 1px solid #ebebeb;
   margin-bottom: 30px;
   padding-bottom: 30px;
}

.uni-all-categories-category-parent a {
   text-decoration: none;
}

.uni-all-categories-category-parent a:hover {
   text-decoration: underline;
}

.uni-all-categories-category-parent-title {
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: 600;
}

.uni-all-categories-category-parent-title a {
   color: #4d4b4b;
}

.uni-all-categories-category-parent-title a:hover {
   color: #50a8ff;
}

.uni-all-categories-category-count {
   display: inline-block;
   padding: 4px 6px;
   background: #ebebeb;
   color: #4d4b4b;
   margin-left: 4px;
}

.uni-all-categories-category-child-title {
   font-size: 16px;
   font-weight: 600;
}

.uni-all-categories-category-child-third {
   color: #4d4b4b !important;
   font-size: 13px;
   padding-left: 5px;
   display: inline-block;
}

.uni-all-categories-category-child-third:hover {
   color: #50a8ff !important;
}

#common-maintenance {
   margin-top: 30px;
}

.error_style,
.uni-form-checkbox-group .error_style+label:before {
   background: #ffdede;
   border: 1px solid #ffd2d2;
   transition: background 0.3s ease;
}

.uni-form-checkbox-group .error_style+label {
   color: #eb5757;
}

.modal-open .modal#uni-product-gallery {
   background: #ffffff !important;
}

.uni-form-check-group-acc input[type="radio"] {
   display: none;
}

.uni-form-check-group-acc label:last-child {
   margin-left: 40px;
}

#accordion .panel-heading {
   margin-bottom: 20px;
}

#accordion .panel-title.uni-content-title {
   background: #f2f3f5;
   padding: 15px 20px;
   margin: 10px 0 0;
}

#accordion .form-check {
   margin-bottom: 10px;
}

#accordion .uni-form-check-group-acc label:last-child {
   margin-left: 25px;
}

#accordion #button-login {
   margin-bottom: 20px;
}

#accordion .panel-body {
   padding: 0 15px;
}

.bootstrap-datetimepicker-widget td {
   padding: 6px;
}

.captcha-control-label,
.uni-content label.captcha-control-label {
   color: #414045;
   font-size: 12px;
   line-height: 18px;
}

.uni-no-stock {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}

#uni_mobile_megamenu {
   display: none;
}

.uni-category-attr-cont {
   text-align: left;
   font-size: 11px;
   color: #626262;
   text-align: justify;
}

.uni-category-attr-item:not(:last-child):after {
   content: " / ";
   display: inline-block;
}

.product-grid .uni-category-attr-cont {
   padding: 0 20px 20px;
}

.product-grid .product-caption {
   margin-top: auto;
}

.product-grid .uni-module-item {
   padding-bottom: 52px;
}

.product-grid .uni-module-cart-btn {
   position: absolute;
   bottom: 15px;
   left: 0;
   right: 0;
}

.simple-content {
   margin: 0 !important;
}

.simplecheckout label,
.simpleregister label {
   font-size: 14px;
}

.simplecheckout-cart td.quantity .input-group {
   flex-wrap: nowrap;
}

.simplecheckout-cart td,
.simplecheckout-cart th {
   padding: 6px !important;
   vertical-align: middle !important;
}

.simplecheckout-cart th,
.simplecheckout-cart,
.simplecheckout-cart td {
   border-color: #f7f7f7 !important;
}

.simplecheckout-cart td.image img {
   max-width: 80px;
}

#simplecheckout_cart .form-control {
   min-width: 40px;
   padding: 10px 6px;
}

#simplecheckout_cart .quantity .form-control {
   text-align: center;
}

.simplecheckout-cart .btn,
.simplecheckout-cart .btn-danger {
   padding: 2px 8px;
   border-radius: 0;
}

.simplecheckout-cart .btn-primary {
   background: #f6f6f6;
   border-color: #f6f6f6;
   color: #afafaf;
}

#simplecheckout_cart .quantity .form-control {
   border-color: #f6f6f6;
   height: 30px;
}

.simplecheckout-cart-buttons .button,
.simplecheckout-button-right .button,
#simplecheckout_button_login {
   color: #fff !important;
   font-size: 16px;
   font-weight: 300;
   letter-spacing: 0.3px;
   background-color: #277b4e;
   border-radius: 1px;
   padding: 10px 20px;
   transition: all 0.15s ease 0.05s;
   cursor: pointer;
   border: 0;
   display: inline-block;
}

.simplecheckout-cart-buttons .button:hover,
.simplecheckout-button-right .button:hover,
#simplecheckout_button_login:hover {
   opacity: 0.96;
}

.simplecheckout-cart a,
.checkout-heading-button a,
.simpleregister-have-account a {
   transition: color 0.15s ease 0.05s;
   color: #50a8ff;
   font-size: 14px;
   text-decoration: underline;
}

.simplecheckout-cart a:hover,
.checkout-heading-button a:hover,
.simpleregister-have-account a:hover {
   text-decoration: none;
}

.simplecheckout-cart-total {
   border: 0 !important;
}

.simplecheckout-cart-total-remove {
   display: none !important;
}

#simplecheckout_comment .checkout-heading {
   margin-bottom: 20px !important;
}

#simplecheckout_customer .simplecheckout-block-content,
#simplecheckout_shipping_address .simplecheckout-block-content {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.simplecheckout label input,
.simpleregister label input {
   margin-right: 6px;
}

.simplecheckout .form-group,
.simpleregister-block-content .form-group {
   margin-bottom: 20px;
}

.simplecheckout .form-group .col-sm-8,
.simpleregister-block-content .col-sm-10 {
   flex: 0 0 100%;
   max-width: 100%;
}

.simple-content select {
   width: 100%;
   background: #fff url("https://pclion.ge/../img/input-sort.svg") no-repeat 97% center;
   background-color: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
}

.simple-content .buttons {
   margin: 0 !important;
   padding: 0 !important;
}

#simple_login {
   padding: 15px !important;
   border: 0 !important;
   -webkit-border-radius: 1px !important;
   -moz-border-radius: 1px !important;
   border-radius: 1px !important;
   height: auto !important;
}

.simpleregister-block-content,
.simpleregister-block-content .col-sm-2,
.simpleregister-block-content .col-sm-10,
.simpleregister-block-content .col-sm-12 {
   padding: 0 !important;
}

.simpleregister-block-content .col-sm-2 {
   -ms-flex: 0 0 33%;
   flex: 0 0 33%;
   max-width: 33%;
}

.row-shipping_address_city,
.row-register_city {
   opacity: 1 !important;
}

.row-shipping_address_city .dropdown-menu,
.row-register_city .dropdown-menu {
   padding: 10px 20px;
}

span.simple-step.simple-step-current {
   background: #ebebeb;
   color: #606060;
   padding: 10px 20px;
}

span.simple-step-delimiter img {
   display: none;
}

span.simple-step {
   background: transparent;
   color: #919093;
}

span.simple-step-delimiter {
   width: 7px;
   height: 13px;
   position: relative;
   z-index: 1;
   margin: 0 20px;
}

span.simple-step-delimiter:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f105";
   position: absolute;
   top: 0;
   color: #9b9a9d;
}

.simplecheckout-step .simplecheckout-warning-block {
   margin-top: 15px;
   padding: 10px 15px;
   border-radius: 2px;
   color: #d65d5d;
}

.simplecheckout-block-content .form-group .col-sm-8 {
   margin: 0;
   padding: 0;
}

.simplecheckout-block-content .form-horizontal .form-group {
   margin-top: 15px;
}

.simplecheckout-block-content .form-horizontal label.control-label.col-sm-4 {
   max-width: unset;
   margin: 0;
   padding: 0;
   color: #5c5c5c;
}

#simplecheckout_button_prev {
   background: #cecece;
   border-radius: 0;
   border: 0;
   padding: 10px 20px;
}

#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
   padding: 20px 0 0;
}

.simple-content .required label:before {
   content: "*";
   display: inline-block;
   margin-right: 2px;
   color: #eb5757;
}

.simple-content .input-group.date .form-control,
.simple-content .input-group.time .form-control {
   width: 90%;
}

.simple-content .input-group.date .btn,
.simple-content .input-group.time .btn {
   background: #e7e7e7;
   border-radius: 0;
   height: 40px;
}

#simplecheckout_shipping_address .dropdown-address {
   position: unset !important;
}

.fa-clock-o::before {
   content: "\f017";
}

.glyphicon {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
}

.glyphicon-chevron-up::before {
   content: "\f062";
}

.glyphicon-chevron-down::before {
   content: "\f063";
}

.fancybox-button--thumbs {
   display: none !important;
}


@media (min-width: 1600px) {
   .uni-mm-full-width {
      max-width: 1410px;
   }

   .uni-menu-child-ul {
      width: 300px;
   }

   .uni-mm-banner {
      margin: 0 30px;
   }
}


@media screen and (max-width: 1199px) {
   .uni-mm-full-width {
      max-width: 930px;
   }

   .uni-ultra-menu {
      font-size: 14px;
   }

   .uni-mm-dropdown-sm {
      width: 220px;
   }
}
html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    text-align: left
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    transition: transform .4s ease;
    transform: translateX(100%);
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-item-link {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: none
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body::after {
    position: fixed
}

.hc-offcanvas-nav .nav-wrapper::after {
    position: absolute
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    -ms-overflow-style: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::-webkit-scrollbar {
    width: 5px;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content:active,
.hc-offcanvas-nav.nav-levels-overlap .nav-content:hover {
    animation: hideScrollbar 2s ease-out 1s forwards;
}

@keyframes hideScrollbar {
    0% {
        scrollbar-width: thin;
    }

    100% {
        scrollbar-width: none;
    }
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content:hover::-webkit-scrollbar {
    width: 0px;
    
    transition: width 2s ease-out 1s;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    background-color: unset;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl {
    text-align: right;
    direction: rtl
}




.hc-offcanvas-nav {
    font-family: sans-serif
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background-color: rgba(0, 0, 0, .8);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #ffffff;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    line-height: 45px;
    font-family: BPG Arial, sans-serif;
    font-size: 15px;
    padding: 0 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #002d6a;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	z-index: 2;
}

.hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 17px;
    background: #fff
}





.menu-auth-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.menu-auth-container.logged {
	margin-left: 10px;
}

.menu-auth-container.not-logged {
}

.auth-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
}

.auth-welcome-text {
    flex-grow: 1;
    text-align: left;
    white-space: nowrap;
}

.level-title {
   text-transform: uppercase;
}

.hc-offcanvas-nav .nav-login-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.hc-offcanvas-nav .nav-user-greeting {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
	padding-left:5px;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    font-family: BPG Arial, sans-serif;
    padding: 15px 15px;
    font-size: 14px;
    color: #212121;
    z-index: 1;
    border-bottom: 0;
    transition: background .1s ease
}

.hc-offcanvas-nav .nav-item-link:focus,
.hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
    z-index: 10
}

.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
    color: rgba(255, 255, 255, 0.5)
}

.hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
    border-top: none !important
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #eef2f7;
    border-bottom: 1px solid #f6f6f6;
}

.hc-offcanvas-nav .nav-custom-content {
    padding: 14px 17px;
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7
}

.hc-offcanvas-nav .nav-highlight {
    background: #f6f6f6
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 0px
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top: 0px
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 2px solid #f7f7f7
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
    margin-top: -2px
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #f7f7f7
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6 {
    border-top: 1px solid #f7f7f7
}



.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 30px
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 35px
}

.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
    width: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .1s ease
}

.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
    top: 0
}

.hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block;
}

.hc-offcanvas-nav .nav-close-button span {
    top: 20px;
}

.hc-offcanvas-nav .nav-close-button span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #ffffff;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #ffffff;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav .nav-close-button:hover span::before,
.hc-offcanvas-nav .nav-close-button:hover span::after {
    background: #c0c0c0;
}

.hc-offcanvas-nav .nav-content>.nav-close a.has-label {
    padding: 14px 17px;
    border-top: 1px solid #f7f7f7;
}

.hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
    margin-top: -1px;
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
    margin-bottom: -1px;
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    position: fixed;
    top: 25px;
    right: calc((-10% - 15px) / 2);
}



.hc-offcanvas-nav li.nav-close a:not(.has-label) {
    height: 49px
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    border-top: 0px;
    border-bottom: 1px solid #f0f0f0
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
    background: #DCDCDC
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav a.nav-next {
    border-left: 0px solid #f7f7f7;
    border-bottom: 0px solid #f7f7f7
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 8px;
    height: 8px;
    margin-left: 0px;
    box-sizing: border-box;
    border-top: 2px solid #bababa;
    border-left: 2px solid #bababa;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 5px;
    left: 0;
    bottom: 0
}

.hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #f6f6f6
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
    border-bottom: 1px solid #f0f0f0
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
    background: #f3f3f3
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
    padding-left: calc(17px + 20px * 1)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
    padding-left: calc(17px + 20px * 2)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
    padding-left: calc(17px + 20px * 3)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
    padding-left: calc(17px + 20px * 4)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
    padding-left: calc(17px + 20px * 5)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #f7f7f7
}

.hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 58px;
    padding-right: 17px
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 35px;
    margin-right: 0
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 1)
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 2)
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 3)
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 4)
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 5)
}


.uni-menu-mobile-button-icon {
    display: inline-block;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.uni-menu-mobile-button-icon::before {
    font-family: new-desktop !important;
    font-weight: 900;
    content: "\f0c9";
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 24px;
}

.uni-menu-mobile-button-icon:hover::before {
    color: #555555;
}

.uni-menu-mobile-button-title {
    margin-left: 15px;
    color: #000000;
    font-size: 16px;
}

.uni-menu-mobile-button-icon {
    float: left;
    position: absolute;
    top: 17px;
    padding-left: 10px;
}




@media screen and (max-width: 991px) {
	
.uni-mm-link>a, .uni-mm-simple-link>a {
    padding-right: 13px;
}

    
    #uni-megamenu-box {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    #uni-megamenu-box::-webkit-scrollbar {
        display: none;
    }

    #main-menu {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap;
    }

    

    #uni-menu-box {
        display: none !important;
    }

    #uni-menu-top {
        padding: 0px 0px 5px 0px;
    }

    .uni-menu-li {
        padding-left: 30px;
    }

    #uni_info_mobile {
        top: 0;
        bottom: 0;
        left: -140%;
        padding: 0;
        position: fixed;
        transition: left .4s ease-in-out;
        width: 100%;
        text-align: left;
        z-index: 1000;
        line-height: normal
    }

    #uni_info_mobile.expanded {
        left: 0;
    }

    #uni_info_mobile .nav-dropdown-menu-content {
        padding: 10px 30px;
        height: calc(100% - 50px);
        overflow-y: auto;
    }

    .mobile-info-title,
    #uni_info_mobile .uni-dropdown-item,
    #uni_info_mobile button,
    .mobile-information-box li {
        padding: 5px 0;
        white-space: normal;
    }

    .mobile-information-box {
        padding: 0 0 10px;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 10px;
    }

    .mobile-info-title {
        font-size: 14px;
        color: #353e48;
    }

    #uni_info_mobile a {
        text-decoration: underline;
        color: #50A8FF;
    }

    #uni_info_mobile .dropdown-menu button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        position: relative;
        color: #57565C;
        font-size: 12px;
        position: relative;
        margin-bottom: 0;
        text-decoration: none !important;
    }

    #uni_info_mobile .dropdown-menu button:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #E6E6E6;
        position: absolute;
        left: -25px;
        top: 6px;
    }

    #uni_info_mobile .dropdown-menu button:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: transparent;
        position: absolute;
        left: -21px;
        top: 10px;
    }

    #uni_info_mobile .dropdown-menu button.active-item:before {
        border-color: #277B4E;
    }

    #uni_info_mobile .dropdown-menu button.active-item:after {
        background: #277B4E;
    }

    #uni_info_mobile .dropdown-menu {
        margin-left: 24px !important;
    }

    .uni-mobile-map-box iframe {
        width: 100% !important;
    }

    #uni_info_mobile .dropdown-menu,
    #uni_info_mobile .mobile-shedule-box {
        display: block;
        position: relative;
        box-shadow: none;
        width: 100%;
    }

    #language,
    #currency,
    #uni_info_mobile .mobile-shedule-box {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    #uni_info_mobile .btn-group {
        width: 100%;
    }

    #uni_menu_mobile_box {
        position: fixed;
        width: 100%;
        top: 0;
        left: -140%;
        bottom: 0;
        background: #FFFFFF;
        transition: left .2s ease-in-out;
        overflow: hidden;
        z-index: 10002;
        height: 100%;
        max-width: 70%;
    }

    #uni_menu_mobile_box.expanded {
        left: 0;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
    }

    #uni_menu_mobile_title {
        position: relative;
        z-index: 1;
    }

    #uni_menu_mobile_content {
        height: 100%;
    }

    #uni_menu_mobile_close {
        z-index: 2
    }

    #uni_menu_mobile_content.opened {
        overflow: hidden;
        max-width: 100%;
    }

    .uni-menu-li>a,
    .uni-menu-li>div>a {
        font-size: 14px;
    }

    #uni-menu-ul {
        overflow: hidden;
        overflow-y: auto;
        height: calc(100% - 50px);
        width: 100%;
    }

    .uni-menu-child-ul {
        width: 100%;
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        border-left: 0;
        box-shadow: none;
        opacity: 1;
        transition: transform 0.3s ease;
        transform: translateX(100%);
        visibility: visible;
    }

    .uni-menu-child-ul.opened {
        transform: translateX(0);
    }

    .uni-menu-child-ul>.uni-menu-ul {
        height: calc(100% - 52px);
        background: #fff;
        overflow: visible;
        overflow-y: auto;
    }

    .uni-menu-back {
        padding: 15px 30px;
        font-size: 14px;
        border-bottom: 1px solid #f7f7f7;
        font-weight: 600;
    }

    .uni-menu-back i {
        margin-right: 6px;
    }

    .uni-menu-child-ul .uni-menu-child-ul {
        top: 0;
    }

    #uni-menu-ul .group-title>* {
        padding: 0 30px;
    }

    .uni-mm-simple-link>a {
		font-weight: bold;
    }
}

@media screen and (min-width: 991px) {
    #uni_menu_mobile_box,
    .uni-menu-back,
    .uni-childmenu-back,
    .uni-childmenu-back-fourth,
    .uni-navbar-account {
        display: none;
    }

    .uni-menu-li:hover>.uni-menu-child-ul {
        top: 0;
    }

    #uni-menu-box:hover #uni-menu-dropdown-menu,
    .uni-menu-li:hover>.uni-menu-child-ul {
        visibility: visible;
        top: 40px;
        opacity: 1;
        z-index: 9001;
    }

    .uni-megamenu-nav>.uni-mm-link:hover .uni-mm-dropdown {
        visibility: visible;
        top: 40px;
        opacity: 1;
        z-index: 9001;
    }

    
    .uni-mm-dropdown-click {
        visibility: visible;
        top: 40px;
        opacity: 1;
        z-index: 9001;
    }

    .uni-menu-li:hover>.uni-menu-child-ul {
        top: 0;
    }

    .flexMenu-popup .uni-menu-li:hover>.uni-menu-child-ul {
        top: 0;
        left: -110% !important;
        width: 110% !important;
    }

    .flexMenu-popup .uni-menu-toggle {
        display: none !important;
    }

    .flexMenu-popup .uni-menu-toggle-left {
        display: block !important;
    }

    .uni-mm-link:hover>a,
    .uni-mm-simple-link:hover>a {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
    }

    #uni-menu-ul {
        overflow-y: auto;
        position: static;
        padding: 0;
        max-height: calc(100vh - 109px);
		
		
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .uni-product-reviews-row .uni-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .uni-slideshow-plus-block-text {
        font-size: 15px;
    }

    .uni-mm-price {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .uni-menu-child-ul {
        width: 260px;
    }
}

.mobile-menu-logout {
    padding-top: 2px;
    border-top: 1px solid #e4e4e4;
}

.mobile-menu-logout-link {
    color: #EB1000 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.mobile-theme-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-theme-label {
    font-size: 14px;
    color: #333;
}

.mobile-theme-toggle {
    display: flex;
    align-items: center;
}

.mobile-theme-switch {
    position: relative;
    width: 50px;
    height: 26px;
}

.mobile-theme-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 34px;
    border: 2px solid #e8e8e8;
    transition: .4s;
}

.mobile-theme-slider:before {
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    left: 1px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: .4s;
    box-shadow: 0 0 3px rgb(0 0 0 / 40%);
}

input:checked + .mobile-theme-slider {
    background-color: #0a85c2;
}

input:checked + .mobile-theme-slider:before {
    transform: translateX(24px);
}


@media (max-width: 295px) {
.uni-menu-mobile-button-icon::before {
    font-size: 19px;
   }
}
@media (max-width: 280px) {
.uni-menu-mobile-button-icon::before {
    font-size: 17px;
   }
}
@media (max-width: 240px) {
.uni-menu-mobile-button-icon::before {
    font-size: 22px;
   }
}


.dark .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    background-color: #1d1d1d;
}

.dark .hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
    background-color: #242424;
}

.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
    background-color: #262626!important;
}

.light .hc-offcanvas-nav .nav-container,
.light .hc-offcanvas-nav .nav-wrapper,
.light .hc-offcanvas-nav ul {
    background-color:#f8fbff;
}

.dark .hc-offcanvas-nav .nav-item-link, 
.dark .hc-offcanvas-nav li.nav-close a, 
.dark .hc-offcanvas-nav .nav-back a {
    color: #ffffff;
}

.dark .uni-menu-cat-icon {
    filter: invert(1) brightness(500);
}

.dark .hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.dark .hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav .nav-back a {
    background-color: #2d2d2d;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
}

.dark .hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover, 
.dark .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover, 
.dark .hc-offcanvas-nav li.nav-close a:hover, 
.dark .hc-offcanvas-nav .nav-back a:hover {
    background: #dcdcdc30;
}

.dark .uni-menu-mobile-button-icon {
    color: #ffffff;
}

.dark .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #f6f6f61a;
    border-bottom: 0px solid #f0f0f0;
}

.dark .mobile-theme-label {
    color: #ffffff;
}
 
.dark .mobile-menu-logout {
    border-top: 1px solid #454545;
}




.nav-item.language-switcher .uni-menu-a {
    background: none;
    border: none;
    min-width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.language-switcher .current-language {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.language-switcher .language-check {
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.group-title:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 15px;
}

.group-title-child {
    border-top: 1px solid #eee;
    padding: 12px 18px;
    margin: 8px 0;
}

.group-title strong,
.group-title-child strong {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.group-title:first-child {
    padding-top: 10px;
}

.dark .group-title:not(:first-child) {
    border-top: 1px solid #3c3c3c;
}
.dark .group-title strong, .group-title-child strong {
    color: #fff;
}
#top {
   padding: 15px 20px 5px;
   background-color: #ffffff;
   border-bottom: 2px solid #e8e8e8;
}

#top .container {
   padding: 1px;
}


.logo-top {
   float: left;
   padding: 12px 5px 5px 5px;
}

.logo {
   width: 140px;
   height: auto;
   transition: none !important;
}

@media (max-width: 990px) {
.logo-top {
      padding: 12px 0 0 50px;
   }

.logo {
      width: 130px;
      height: auto;
      transition: none;
   }
}

@media (max-width: 310px) {
.logo {
      width: 110px;
   }
.logo-top {
      padding: 11px 0 0 45px;
   }
}

@media (max-width: 285px) {
.logo {
      width: 75px;
}
.logo-top {
        padding: 12px 0 0 35px;

   }
}

@media (max-width: 240px) {
.logo {
   display: none;
 }
}


.search-active .search-full {
  z-index: 10001;
}

.search-active .btn-lg {
   z-index: 10001 !important;
}

#search-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .3);
   display: none;
   z-index: 10000;
   pointer-events: none;
}

.search-full {
   position: relative;
   display: block;
   width: calc(100% - -18px);
   height: 42px;
   padding-left: 15px;
   padding-right: 60px;
   border-radius: 21px 0 0 21px;
   border: 0;
   box-sizing: border-box;
   background-color: #f1ebff;
   background-image: linear-gradient(
      135deg,
      #f1ebff 0%,
      #e5e5fa 47%,
      #eaf7fd 100%
   );
   outline: unset;
}

.search-full:hover {
   color: #000;
   background-color: #ffffff;
}

@media (max-width: 988px) {
   #search {
      margin-top: 42px;
      margin-bottom: 10px;
   }
}

#search .input-lg {
   height: 41px;
   line-height: 20px;
   padding: 0 10px;
}

#search .btn-lg {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0 22px;
   border-radius: 21px;
   box-sizing: border-box;
   color: #ffffff;
   font-size: 20px;
   cursor: pointer;
   background-color: #1946b8;
   height: 42px;
   display: flex;
   justify-content: center;
   align-items: center;
   outline: 0;
   border: 0;
   z-index: 1;
}

.ico-search::before {
   content: "\f002";
   font-family: "new-desktop" !important;
   font-size: 20px;
}

#search .btn-lg:hover,
#menu .btn-lg:focus {
   transition: transform 0.2s cubic-bezier(1, 0.88, 0.13, 1.54);
   transform: scale(1.05);
}

@media (max-width: 991px) {
   #search .btn-lg {
      padding: 0 12px;
   }
}

#search.search-active .s-m-w {
   box-shadow: 0 0 0 2px #0043ff;
   border-radius: 60px;
}

.s-m-w {
   display: flex;
   align-items: center;
}

.input-wrapper {
   flex-grow: 1;
}

.searchinputgo {
   flex-shrink: 0;
}

@media (max-width: 988px) {
   #search .btn-lg {
      padding: 0 10px;
   }
   .search-full {
      height: 33px;
      padding-left: 10px;
      padding-right: 30px;
      background-image: unset;
      background-color: #ffffff;
      border: 1px solid #000;
      border-radius: 4px !important;
   }
   #search .btn-lg {
      height: 33px;
      background-color: #ffffff;
      color: #4f4f4f;
      border-radius: 0px 4px 4px 0px;
      border: 1px solid #000;
      border-left: 0;
        z-index: 9998;
   }

   #search.search-active .s-m-w {
      border-radius: 4px;
   }

   #search .btn-lg:hover,
   #menu .btn-lg:focus {
      transform: none;
      transition: none;
   }

   .s-m-w {
      width: 100%;
   }

   .hide-on-mobile {
      display: none;
   }
}



.container-only-for-centering {
   float: right;
   margin-top: 8px;
   margin-left: 10px;
   margin-right: 10px;
}

@media (max-width: 990px) {
.container-only-for-centering {
    margin-top: 10px;
   }
}


#language_dropdown_Overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   display: none;
   z-index: 10001;
}
#language_dropdown_Overlay.active {
   display: block;
}
#languageDropdownButton {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   box-sizing: border-box;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: 1px solid #212121;
   background: transparent;
   padding: 0;
   cursor: pointer;
   z-index: 10;
   overflow: hidden;
}
.language-dropdown-toggle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	padding:3px;
}
@media (max-width: 990px) {
   #languageDropdownButton {
        width: 25px;
        height: 25px;
   }
}
#languageDropdownButton:hover,
#languageDropdownButton.dropdown-open:hover {
   background-color: rgba(235, 235, 235, 1);
}
#languageDropdownButton.dropdown-open {
   background-color: rgba(235, 235, 235, 1);
}
.language-dropdown-menu {
   padding: 30px 40px;
   width: 350px;
   border-radius: 4px;
   position: absolute;
   top: 41px;
   left: 50%;
   transform: translateX(-50%);
   display: none;
   -webkit-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   -moz-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   -ms-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   -o-box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   z-index: 10002;
}
.language-dropdown-menu.show {
   display: block;
}
.language-dropdown-menu::before {
   content: "";
   position: absolute;
   top: -19px;
   left: 50%;
   transform: translateX(-50%);
   border-width: 10px;
   border-style: solid;
   border-color: #ffffff00 transparent rgb(255 255 255) transparent;
}
.language-dropdown-menu .dropdown-header {
   font-family: "Ajoiani GEO CAPS", sans-serif;
   text-transform: uppercase;
   display: flex;
   font-size: 14px;
   font-weight: bold;
   padding: 3px 0px;
   padding-bottom: 20px;
   color: #000000;
   align-items: stretch;
   justify-content: flex-start;
}
.language-dropdown-menu .language-select {
    font: 700 14px / 1 "BPG Arial", "Arial Narrow", "Helvetica Narrow", arial, helvetica, sans-serif;
    align-items: center;
    display: flex;
    white-space: nowrap;
    font-size: 13px;
    border: none;
    background: transparent;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
    text-transform: none;
    position: relative;
}
.language-dropdown-menu .language-select:hover:not(:disabled) {
   background-color: rgba(235, 235, 235, 0.5);
}
.language-dropdown-menu .language-select.current-language {
   background-color: rgb(246 246 246);
   font-weight: bold;
   cursor: default;
}
.language-dropdown-menu .language-select:disabled {
   opacity: 1;
   cursor: not-allowed;
}
.check-mark {
   margin-left: auto;
   color: #4CAF50;
   font-size: 15px;
   font-weight: bold;
}
.lang-code {
   color: #000;
   font-size: 9px;
   padding-top: 1.3px;
   padding-left: 3px;
}
.lang_center {
   margin-top: 6px;
   margin-left: 10px;
   margin-right: 10px;
}

.dark #languageDropdownButton:hover,.dark #languageDropdownButton.dropdown-open:hover {
    background-color: #363636;
}
.dark #languageDropdownButton {
    border: 1px solid #ffffff;
}
.dark #languageDropdownButton.dropdown-open {
    background-color: #262626;
}
.dark .language-dropdown-menu .language-select {
    color: #fff;
}
.dark .language-dropdown-menu {
    background-color: #212121;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}
.dark .language-dropdown-menu::before {
    border-bottom-color: #212121;
}
.dark .language-dropdown-menu .language-select.current-language {
    background-color: #363636;
    color: #ffffff;
}
.dark .language-dropdown-menu .dropdown-header {
    color: #ffffff;
}
.dark .language-dropdown-menu .language-select:hover {
    background-color: #363636;
    color: #ffffff;
}
.dark .lang-code {
    color: #ffffff;
}



.wishlist-count {
    margin-left: 5px;
}

#account_dropdown_Overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   display: none;
   z-index: 10001;
}

#account_dropdown_Overlay.active {
   display: block;
}

#user_account .header-nav.dropdown-open {
   background-color: #f2f2f2;
   cursor: pointer;
}

#userDropdownButton {
   z-index: 10;
}

.user-dropdown-menu {
   position: absolute;
   padding: 0 0px 10px;
   min-width: 350px;
   border-radius: 4px;
   top: 52px;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
   z-index: 10002;
   background-color: #f8f8f8;
}

@media (max-width: 990px) {
.user-dropdown-menu {
	left: unset;
    transform: translateX(10%);
   }
#myAccountDropdownMenu::before {
        left: 84.5% !important;
   }
.status-indicator {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 8px;
        height: 8px;
        background-color: #4caf50;
        border-radius: 50%;
        border: 2px solid white;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        display: block;
    }
}

@media (max-width: 371px) {
.user-dropdown-menu {
        transform: translateX(13%) !important;
}
.user-dropdown-menu {
        min-width: 310px !important;
}
#myAccountDropdownMenu::before {
        left: 80.5% !important;
   }
}

@media (max-width: 320px) {
.user-dropdown-menu {
        transform: translateX(15%) !important;
}
.user-dropdown-menu {
        min-width: 275px !important;
}
#myAccountDropdownMenu::before {
    left: 74% !important;
   }
}

#myAccountDropdownMenu::before {
   content: "";
   position: absolute;
   top: -19px;
   left: 50%;
   transform: translateX(-50%);
   border-width: 10px;
   border-style: solid;
   border-color: transparent transparent #efefef transparent;
}

#userDropdownButton.dropdown-open {
   background-color: #f2f2f2;
   cursor: pointer;
}

.dropdown-profile-avatar-container {
    display: flex;
    padding: 15px 20px;
    margin-bottom: 5px;
    background-color: #efefef;
    align-items: center;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 480px) {
.dropdown-profile-avatar-container .header-profile-picture {
    width: 45px !important;
    height: 45px !important;
   }
   .dropdown-profile-avatar-container {
        min-height: 60px;
        padding: 10px 15px;
   }
}

.profile-avatar-link {
    display: inline-block !important;
    align-self: center !important;
    margin-right: 15px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.profile-avatar-link:hover,
.profile-avatar-link:focus {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
}

.dropdown-profile-avatar-container .header-profile-picture {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #dddddd4a;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.dropdown-profile-info {
    flex: 1;
    font-family: "Ajoiani GEO CAPS", sans-serif;
    line-height: 1.2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
}

.dropdown-profile-info span {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.profile-name-link {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    display: inline !important;
    padding: 0 !important;
    background: none !important;
}

.profile-name-link:hover,
.profile-name-link:focus {
    color: #007bff !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.dropdown-profile-info small {
    color: #6c757d;
    font-size: 12px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    margin-top: 2px;
}


.santa-hat {
    position: absolute;
    top: 2px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-image: url("https://pclion.ge/catalog/view/theme/default/image/santa-hat.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 990px) {
    .santa-hat {
        width: 25px;
        height: 24px;
        top: 7px;
        left: 12px;
    }
}

.menu-item-link {
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: background-color 0.2s !important;
}

.menu-item-link:hover,
.menu-item-link:focus {
    background-color: #e9ecef !important;
    color: #212529 !important;
    text-decoration: none !important;
}

.menu-item-link:hover .dropdown-icon {
    opacity: 1;
}

.user-dropdown-menu > li:not(.dropdown-profile-avatar-container):not(:last-child):not(:has(button)) {
    border-bottom: 1px solid #e0e0e0;
}


.dark .user-dropdown-menu {
    background-color: #2d2d2d;
    color: #e0e0e0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
}

.dark #myAccountDropdownMenu::before {
    border-color: transparent transparent #363636 transparent;
}

.dark .dropdown-header-profile-picture-no-img {
    filter: brightness(0.8);
    opacity: 0.7 !important;
}

.dark .dropdown-profile-info small {
    color: #a0a0a0;
}

.dark .dropdown-profile-avatar-container {
    background-color: #363636;
    border-bottom: 1px solid #404040;
}

.dark .menu-item-link {
    color: #e0e0e0 !important;
}

.dark .menu-item-link:hover,
.dark .menu-item-link:focus {
    background-color: #404040 !important;
    color: #ffffff !important;
}

.dark .user-dropdown-menu > li:not(.dropdown-profile-avatar-container):not(:last-child):not(:has(button)) {
    border-bottom: 1px solid #404040;
}

.dark .close-dropdown-button {
    color: #a0a0a0;
}

.dark .close-dropdown-button:hover {
    color: #ffffff;
}

.dark .dropdown-icon {
    opacity: 0.8;
}

.dark .profile-name-link:hover,
.dark .profile-name-link:focus {
    color: #4da6ff !important;
}




.close-dropdown-button {
   position: absolute;
   top: 10px;
   right: 15px;
   background: none;
   border: none;
   font-size: 1.2rem;
   color: #b5b5b5;
   cursor: pointer;
   z-index: 1;
}

.close-dropdown-button:hover {
   color: #000000;
   font-weight: 900;
}




.header-nav {
   display: flex;
   float: left;
   border-radius: 22px;
   box-sizing: border-box;
   min-height: 40px;
   padding: 7px 10px 3px 10px;
   margin-left: 5px;
   margin-right: 5px;
   position: relative;
   cursor: pointer;
}

.header-nav:hover {
   background-color: #ebebeb;
   transform: translateZ(0);
   transition: background-color 0.2s;
}

.header-nav_icon {
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;

   font-size: 28px;
   color: #000;
}

.header-nav_cont {
   display: flex;
   align-items: flex-start;
   position: static;
   flex-flow: column nowrap;
   margin-left: 7px;
}

.header-nav_text {
   font-family: Ajoiani-com Headline, sans-serif;
   color: #6e6e6e;
   font-size: 12px;
   line-height: 15px;
}

.header-nav_bottom_text {
    font-family: Ajoiani-com Headline, sans-serif;
    color: #212121;
    line-height: 16px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.ico-contact::before {
   content: "\e9362";
   font-family: new-desktop !important;
}

.ico-cart::before {
   content: "\f07a"; 
   font-family: new-desktop !important;
}

.ico-user::before {
   content: "\f007";
   font-family: new-desktop !important;
}

@media (max-width: 990px) {
   .header-nav {
      padding: 7px 10px;
      border-radius: 50%;
      min-height: 40px;
      max-height: 40px;
      width: 40px;
      justify-content: center;
   }

   .header-nav_cont {
      display: none;
   }
}
@media (max-width: 990px) {
   .header-nav {
      margin-left: 0px;
      margin-right: 0px;
   }
   .header-nav_icon {
      font-size: 24px;
   }
   #top {
      padding: 3px 0px 0px;
   }
}


.sticky-header {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 1000;
   background-color: white;
   box-shadow: none;
   transition: box-shadow 0.3s ease;
}

.sticky-header.scrolled {
   box-shadow: 0 0 10px 0 rgba(4, 32, 98, 0.2);
}

.uni-menu-top {
   transition: transform 0.3s ease, opacity 0.3s ease;
   transform: translateY(0);
   opacity: 1;
}

.uni-menu-top.hidden {
   transform: translateY(-100%);
   opacity: 0;
}

@media (max-width: 320px) {
   .hidden_320 {
      display: none;
   }
}

@media (max-width: 480px) {
   .hidden_480 {
      display: none;
   }
}

@media (max-width: 768px) {
   .hidden_768 {
      display: none;
   }
}
@media (max-width: 990px) {
   .hidden_990 {
      display: none;
   }
}
@media (max-width: 1024px) {
   .hidden_1024 {
      display: none;
   }
}

@media (max-width: 1280px) {
   .hidden_1280 {
      display: none;
   }
}
.btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}
.btn.loading .fa-spinner {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#cart-total {
    transition: all 0.3s ease-out;
}
.cart-title-container { 
    position: relative;
    display: flex;
    align-items: center;
}
.cart-options-dropdown {
    display: flex;
    justify-content: flex-end;
}
.cart-options-toggle {
    background: none;
    border: none;
    padding: 10px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s ease;
}
.cart-options-toggle:hover {
    color: #222;
}
.cart-options-dropdown .dropdown-menu {
    position: absolute;
    top: -115px;
    left: 0px;
    right: 0;
    min-width: fit-content;
    padding: 5px 0;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.cart-options-dropdown .dropdown-menu li button,
.cart-options-dropdown .dropdown-menu li a {
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    background: none;
    border: none;
	border-radius: 3px;
    width: 100%;
    text-align: left;
}
.cart-options-dropdown .dropdown-menu li button i,
.cart-options-dropdown .dropdown-menu li a i {
    margin-right: 8px;
}
.cart-options-dropdown .dropdown-menu li button:hover,
.cart-options-dropdown .dropdown-menu li a:hover {
    background-color: #f9f9f9;
	color: #007bff;
}
.cart-options-dropdown .dropdown-menu li button.clear-cart {
    display: {{ products or vouchers ? 'block' : 'none' }};
}
.cart-icon-count {
    display: none !important;
    transition: opacity 0.2s ease-in-out;
}
@media (max-width: 990px) {
    .cart-icon-count {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        background-color: #e74c3c;
        color: #fff;
        border-radius: 50%;
        font-size: 11px;
        position: absolute;
        top: -5px;
        right: -5px;
        font-weight: 600;
        border: 2px solid #fff;
    }
}
#cart-total-button {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
.btn_new_cart {
    all: unset;
    cursor: pointer;
}
.header-nav_icon.ico-cart {
    transition: all 0.5s linear;
    position: relative;
}
.header-nav_icon.ico-cart::before {
    content: "\f07a"; 
    font-family: new-desktop !important;
}
#cart-offcanvas {
    display: flex;
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    height: 100%;
    max-height: calc(0px + 100vh);
	box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
    position: fixed;
    right: -450px;
    width: 420px;
    background: #fff;
    z-index: 10004;
	transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#cart-offcanvas::-webkit-scrollbar {
    display: none;
}
#cart-offcanvas.open {
    right: 0;
}
#cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10003;
    display: none;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#cart-overlay.open {
    display: block;
    opacity: 1;
}
.offcanvas-cart-header {
    padding: 10px 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #ffffff, #f9f9f9);
    border-bottom: 1px solid #e0e0e0;
}
.offcanvas-cart-header h2 {
    display: flex;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
    align-items: center;
}
.offcanvas-cart-header .count {
    height: 17px;
    width: 17px;
    font-size: 12px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
    color: #5f5f5f;
    margin-left: 5px;
    z-index: 10;
}
.offcanvas-close {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
}
.mini-cart-close-icon {
    font-size: 18px;
    color: #b5b5b5;
    transition: color 0.3s ease;
}
.offcanvas-close:hover .mini-cart-close-icon {
    color: #000000;
    font-weight: 900;
}

.offcanvas-cart-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.mini-cart-products {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}

.mini-cart-products {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}

.mini-cart-products::-webkit-scrollbar {
    width: 6px;
}
.mini-cart-products::-webkit-scrollbar-track {
    background: transparent;
}
.mini-cart-products::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 0.5);
    border-radius: 4px;
}
.mini-cart-products::-webkit-scrollbar-thumb:hover {
    background: rgba(200, 200, 200, 0.8);
}
.mini-cart-product {
    margin: 0 0 15px;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mini-cart-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.mini-cart-product:hover a {
    text-decoration: none;
}
.mini-cart-product-link {
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.mini-cart-product:hover .mini-cart-product-link .item-quantity,
.mini-cart-product:hover .mini-cart-product-link .mini-cart-price {
    text-decoration: none !important;
}
.mini-cart-product-link:hover .item-quantity,
.mini-cart-product-link:hover .mini-cart-price {
    text-decoration: none !important;
}
.mini-cart-product-image {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
.mini-cart-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.mini-cart-product:hover .mini-cart-product-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.mini-cart-product-details {
    flex: 1;
}
.cart-item-name {
    margin: 0 28px 5px 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    transition: color 0.3s ease;
}
.mini-cart-product:hover .cart-item-name {
    color: #05f;
    text-decoration: underline;
}
.item-options {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}
.item-options div {
    margin-bottom: 4px;
}
.qty-mini-cart-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.item-quantity {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-decoration: none;
}
.item-quantity:hover {
    text-decoration: none;
}
.mini-cart-price {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.mini-cart-price:hover {
    text-decoration: none;
}
.remove-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mini-cart-product:hover .remove-button {
    opacity: 1;
}
.mini-cart-remove-icon {
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
}
.remove-button:hover .mini-cart-remove-icon {
    color: #710101;
}
.mini-cart-totals {
    position: absolute;
    bottom: calc(80px + env(safe-area-inset-bottom, 40px));
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    z-index: 10;
}
.mini-cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
.mini-cart-subtotal .mini-cart-amount {
    color: #34495e;
}
.action-buttons {
    position: absolute;
    bottom: calc(0px + env(safe-area-inset-bottom, 40px));
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 40px));
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}
.view-cart-button,
.checkout-button {
    font-family: Ajoiani-com Headline, sans-serif;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 1px;
    border-radius: 5px;
    transition: all 0.3s ease;
    justify-content: center;
    cursor: pointer;
    position: relative;
    outline: none;
}

.view-cart-button {
    background: #ecf0f1;
    color: #34495e;
    border: 1px solid #eeeeee;
}

.view-cart-button:hover {
    background: #dfe4ea;
    color: #2c3e50;
    text-decoration: none;
}

.view-cart-button:active {
    transform: translateY(3px);
}

.view-cart-button:active:focus {
    transform: translateY(3px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.checkout-button {
    width: 100%;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffa212;
    background-image: linear-gradient(to bottom, #ff9b00, #ffa212);
    background-repeat: repeat-x;
    text-transform: uppercase;
    border: none;
}

.checkout-button:hover {
    color: #fff;
    background-color: #449d44;
    background-image: linear-gradient(to bottom, #57b557, #449d44);
}

.checkout-button:active {
    transform: translateY(3px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.checkout-button:active:focus {
    transform: translateY(3px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.checkout-button i {
    margin-left: 8px;
}
.mini-cart-empty-cart-message p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
}
@media (max-width: 480px) {
    #cart-offcanvas {
        width: 100%;
        min-width: 280px;
        scrollbar-width: thin;
        -ms-overflow-style: auto;
    }
    #cart-offcanvas::-webkit-scrollbar {
        display: block;
        width: 8px;
    }
    #cart-offcanvas::-webkit-scrollbar-track {
        background: transparent;
    }
    #cart-offcanvas::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }
    #cart-offcanvas::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.4);
    }
    .remove-button {
        opacity: 1;
        background: none;
    }
    .offcanvas-cart-body {
        padding-bottom: calc(160px + env(safe-area-inset-bottom, 40px));
    }
    .action-buttons {
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 40px));
    }
    .mini-cart-totals {
        bottom: calc(80px + env(safe-area-inset-bottom, 40px));
    }
}
@media (max-width: 990px) {
    .header-nav_text {
        display: none;
    }
    .header-nav_icon.ico-cart {
        margin-right: 0;
    }
    .header-cart-nav_bottom_text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
        background-color: #cc0000;
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 5px;
    }
}
.dark #cart-offcanvas,
.dark .offcanvas-cart-header,
.dark .offcanvas-cart-body,
.dark .mini-cart-product,
.dark .mini-cart-totals,
.dark .action-buttons {
    background: #1e1e1e;
}
.dark .offcanvas-cart-header {
    background: linear-gradient(180deg, #1e1e1e, #252525);
    border-bottom: 1px solid #333;
}
.dark .main-color-text,
.dark .cart-item-name,
.dark .mini-cart-subtotal,
.dark .mini-cart-subtotal .mini-cart-amount {
    color: #f5f5f5;
}
.dark .mini-cart-product {
    background: #2a2a2a;
}
.dark .mini-cart-product:hover {
    box-shadow: 0 6px 15px rgba(255, 255, 255, 0.1);
}
.dark .offcanvas-cart-header .count {
    background-color: #323232;
    color: #949494;
}
.dark .mini-cart-product-details,
.dark .item-options,
.dark .item-quantity,
.dark .mini-cart-empty-cart-message p {
    color: #b0b0b0;
}
.dark .mini-cart-product-image img {
    border-color: #333;
}
.dark .mini-cart-product:hover .mini-cart-product-image img {
    border-color: #3498db;
}
.dark .mini-cart-price {
    color: #f5f5f5;
    text-decoration: none;
}
.dark .mini-cart-price:hover {
    text-decoration: none;
}
.dark .item-quantity {
    text-decoration: none;
}
.dark .item-quantity:hover {
    text-decoration: none;
}
.dark .mini-cart-product:hover .mini-cart-product-link .item-quantity,
.dark .mini-cart-product:hover .mini-cart-product-link .mini-cart-price {
    text-decoration: none !important;
}
.dark .mini-cart-product-link:hover .item-quantity,
.dark .mini-cart-product-link:hover .mini-cart-price {
    text-decoration: none !important;
}
.dark .view-cart-button {
    background: #333;
    color: #b0b0b0;
    border: 1px solid #434343;
}
.dark .view-cart-button:hover {
    background: #444;
    color: #f5f5f5;
    text-decoration: none;
}
.dark .checkout-button {
    background-color: #333333;
    background-image: linear-gradient(to bottom, #3d3d3d, #2a2a2a);
    color: #e0e0e0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #434343 #434343 #1a1a1a;
}

.dark .checkout-button:hover {
    color: #ffffff;
    background-color: #444444;
    background-image: linear-gradient(to bottom, #474747, #383838);
    border-color: #505050;
}

.dark .checkout-button:focus {
    color: #ffffff;
    background-color: #444444;
    border: 1px solid #606060;
    box-shadow: 0 0 0 2px rgba(96, 96, 96, 0.3);
}

.dark .checkout-button:active {
    background-color: #383838;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.dark .cart-options-toggle {
    color: #b0b0b0;
}
.dark .cart-options-toggle:hover {
    color: #f5f5f5;
}
.dark .cart-options-dropdown .dropdown-menu {
    background: #2a2a2a;
    border: 1px solid #333;
}
.dark .cart-options-dropdown .dropdown-menu li button,
.dark .cart-options-dropdown .dropdown-menu li a {
    color: #e5e5e5;
}
.dark .cart-options-dropdown .dropdown-menu li button:hover,
.dark .cart-options-dropdown .dropdown-menu li a:hover {
    background: #333;
}
.dark .mini-cart-totals {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
.dark .action-buttons {
    border-top: 1px solid #232323;
}
.dark .mini-cart-remove-icon {
    color: #b0b0b0;
}
.dark .remove-button:hover .mini-cart-remove-icon {
    color: #ff0000;
}
.dark .mini-cart-close-icon {
    color: #d1d1d1;
}
.dark .offcanvas-close:hover .mini-cart-close-icon {
    color: #ffffff;
}
.dark .mini-cart-products {
    scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}
.dark .mini-cart-products::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 0.5);
}
.dark .mini-cart-products::-webkit-scrollbar-thumb:hover {
    background: rgba(200, 200, 200, 0.8);
}
.main-color-text {
    color: #222;
}
@keyframes slideOutRight {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}
.mini-cart-product {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mini-cart-product.removing {
    animation: slideOutRight 0.5s ease forwards;
    opacity: 0;
}
#cart-offcanvas .offcanvas-close .mini-cart-close-icon {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewed-remove-history-button i {
    color: #ff5555;
}
.remove-button .mini-cart-remove-icon i {
    color: #737373;
}
.remove-button .mini-cart-remove-icon i:hover {
    font-weight: 700;
}
.footer-big {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  padding: 60px 0px 80px 0px;
}

@media (min-width: 768px) {
  .footer-big {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .footer-big {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .footer-big {
    max-width: 1250px;
  }
}

@media (min-width: 1300px) {
  .footer-big {
    max-width: 1500px;
  }
}

@media (min-width: 1600px) {
  .footer-big {
    max-width: 1800px;
  }
}

.footer-big .footer-widget {
 margin-bottom:40px
}
.footer--bg {
    margin-top: 80px;
    background: #0A185C;
    border-top: 1px solid #CCC;
}

.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
 color:#ffffff;
 list-style: none;
}

.footer-menu {
 padding-left:55px
}

.footer-menu ul li a {
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-menu ul li a:hover {
     color:#ffffff;
     text-decoration: underline;
}

.footer-menu--1 {
 width:100%
}

.footer-widget-title {
    font-family: Ajoiani-com Headline, sans-serif;
    color: #ffffff;
    line-height: 42px;
    margin-bottom: 10px;
    padding-left: 40px;
    font-weight: 900;
    font-size: 15px;
}

.widget-about .contact-details {
    margin: 0;
}

.widget-about .contact-details li {
    display: flex;
    align-items: center;
}

.widget-about .contact-details li:last-child {
    margin-bottom: 0;
}

.widget-about .contact-details li a {
    color: #d9d9d9;
    text-decoration: none;
    margin: 5px 5px;
}

.icon-style {
    font-size: unset;
    margin-right: 7px;
    background-color: #ffffff;
    color: #0A185C;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-earphones::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-weight: 900;
}

.icon-envelope-open::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-weight: 900;
}

.icon-adress_location::before {
    content: "\f041";
    font-family: "FontAwesome";
    font-weight: 900;
}

.language-block {
    display: flex;
    flex-direction: column;
}

.text_lang_name {
    font-family: Ajoiani-com Headline, sans-serif;
    font-size: 14px; 
    font-weight: 900;
	color: #ffffff;
	margin-top: 15px;
    margin-bottom: 10px;
}

.icon-language {
    min-width: 150px;
    display: flex;
    width: fit-content;
    border: 1px solid #ffffff30;
    background: #ffffff00;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}

.footer-widget {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .footer-menu {
        padding-left: 0;
    }
}

.mini-footer {
    background: #ffffff;
    padding: 13px 10px;
    height: 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.copyright-text {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #000000;
}

.copyright-text a {
    margin-left: 10px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.copyright-text a:hover {
    text-decoration: none;
    color: #003580;
}

.copyright-text a img {
    filter: grayscale(1);
    vertical-align: middle;
    transition: filter 0.3s ease;
}

.copyright-text a:hover img {
    filter: grayscale(0);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons .item {
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
}

.social-icons .item a {
    color: #65666a;
    text-decoration: none;
	display: flex;
    width: 100%;
    height: 100%;
    transition: color 0.3s;
    align-items: baseline;
}

.social-icons .item i {
    background-color: #0A185C;
    font-size: 17px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.social-icons .item.facebook:hover {
    background-color: #425F9C;
    color: #fff;
}

.social-icons .item.facebook:hover a {
    color: #fff;
}

.social-icons .item.facebook:hover i {
    background-color: #425F9C;
}

.social-icons .item.youtube:hover {
    background-color: #FF0000;
    color: #fff;
}

.social-icons .item.youtube:hover a {
    color: #fff;
}

.social-icons .item.youtube:hover i {
    background-color: #FF0000;
}

.social-icons .item.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.social-icons .item.instagram:hover a {
    color: #fff;
}

.social-icons .item.instagram:hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icons .item.whatsapp:hover {
    background-color: #65bc54;
    color: #fff;
}

.social-icons .item.whatsapp:hover a {
    color: #fff;
}

.social-icons .item.whatsapp:hover i {
    background-color: #65bc54;
}


@media (max-width: 767px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-icons {
        margin: 15px 0;
    }
}


.fb_button {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: rgb(0, 132, 255) !important;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  animation: pulse 2s infinite alternate; 
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.fb_button > svg {
  width: 50%;
  height: 50%;
  fill: #fff; 
}

.fb_button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: rgba(158, 158, 158, 0.4); 
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%) scale(1); 
  z-index: -1;
  opacity: 0;
}

.fb_button:hover {
  transform: scale(1.05);
  background-color: rgb(0, 162, 255);
  animation: vibrate 0.15s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1px) rotate(1deg);
  }
  100% {
    transform: translateX(0);
  }
}

.chat-icon {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}


#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333333;
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.cookie-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    flex: 1;
}

.cookie-text a {
    color: #fff;
	text-decoration: underline;
}

.cookie-text a:hover {
	text-decoration: none;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 5px 15px;
    width: auto;
}

.cookie-btn {
    font-family: Ajoiani-com Headline, sans-serif;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
    background-color: #fab92b;
    border-color: #000;
    color: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
    min-width: 250px;
}

.cookie-btn:hover {
    background-color: #d29414;
}

.cookie-close {
    position: absolute;
    top: 8px;
    right: 5px;
    background: none;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cookie-close:hover {
    color: #f0f0f0;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: center;
    }

    .cookie-text {
      margin: 15px 5px;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
		margin: 0;
    }

    .cookie-btn {
        width: 100%;
    }
}



.dark .footer--bg {
    background: #151515;
    border-top: 1px solid #1f1e1e;
}
.dark .mini-footer {
    background-color: #1e1e1e;
    color: #fff;
}
.dark .social-icons .item i {
    background-color: #ffffff;
    color: #000000;
}
.dark .copyright-text {
    color: #ffffff;
}
body {
    transition: background-color 0.3s, color 0.3s; 
}

body.dark {
    color: #e3e3e3;
    background: #121212;
}

.dark a {
	color: #fff;
}


.dark #top {
    background-color: #050c2e;
	border-bottom-color: #424242;
}

@media (max-width: 988px) {
.dark #top {
    background-color: #212121;
	border-bottom-color: #424242;
    }
}


.dark .logo {
   
   filter: brightness(0) invert(1) saturate(0);
}


.dark .alert-success {
    background-color: #212121;
    border-left-color: #198754;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 8%);
}
.dark .alert-danger {
    background-color: #212121;
    border-left-color: #c05050;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 26%);
}
.dark .alert-info {
	color: #ffffff;
    background-color: #212121;
    border-left-color: #878787;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    border-top: 1px solid #2d2d2d;
    box-shadow: 0 10px 20px -5px rgb(255 255 255 / 26%);
}


.dark input:-webkit-autofill, .dark input:-webkit-autofill:hover, .dark input:-webkit-autofill:focus, .dark input:-webkit-autofill:active {
    -webkit-text-fill-color: #bababa;
    box-shadow: inset 0 0 20px 20px #252525;
}

.dark .input-group-addon {
    color: #e8e8e8;
    background-color: #eeeeee36;
    border: 1px solid #ffffff17;
}

.dark .popover {
    border: 1px solid rgb(111 111 111 / 20%);
    background-color: #262626;
}
.dark .popover.top > .arrow:after {
    border-top-color: #262626;
}
.dark legend {
    color: #ffffff;
    border-bottom: 1px solid #474747;
}


.dark .btn-warning {
    color: #fff;
    background-color: #393939;
    border-color: #454545;
}
.dark .btn-warning:hover {
    background-color: #4a4a4a;
    border-color: #575757;
}

.dark .btn.disabled, 
.dark .btn[disabled], fieldset[disabled] 
.dark .btn {
    border: 1px solid #919191;
}

.dark .btn-custom1 {
    color: #fff !important;
    background-color: #212121 !important;
    border-color: #505050 !important;
}


.dark .contact__top_text {
    color: #ADADAD;
}
.dark .contact__top_bottom_text {
    color: #ffffff;
}
.dark .contact__top_icon {
    color: #ffffff;
}
.dark .contact__top:hover {
    background-color: #363636;
}
.dark .header-nav_icon {
    color: #ffffff;
}
.dark .header-nav_bottom_text {
    color: #ffffff;
}
.dark .header-nav_text {
    color: #ADADAD;
}
.dark #notificationDropdownButton:hover, .dark #notificationDropdownButton.dropdown-open:hover {
    background-color: #363636;
}
.dark #notificationDropdownButton.dropdown-open {
    background-color: #262626;
}
.dark #cart .dropdown-menu {
    background-color: #212121;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}
.dark #cart__dropdown_button.dropdown-open {
    background-color: #363636;
}
.dark #cart .dropdown-menu li p {
    color: #ffffff;
}
.dark #cart.open::before {
    border-bottom-color: #212121;
}
.dark .dropdown-menu {
    background-color: #212121;
    border: 1px solid rgb(73 73 73 / 15%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}

.dark .dropdown-menu > li > a:focus, 
.dark .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #ffffff0f;
}

.dark .dropdown-menu > li > a {
    color: #ffffff;
}

.dark .ico-bell:before {
    color: #ffffff;
}
.dark .ico-user::before {
    color: #ffffff;
}
.dark .ico-cart::before {
    color: #ffffff;
}
.dark .header-nav:hover {
    background-color: #363636;
    color: #fff;
}

.dark .close-dropdown-button {
    color: #d1d1d1;
}
.dark .close-dropdown-button:hover {
    color: #ffffff;
}

.dark .viewed-menu-toggle.active {
    background-color: #363636;
}
.dark .viewed-menu-toggle::before {
    color: #ffffff;
}


.dark .modal-header {
    background: #191919;
    border-bottom: 1px solid #313131;
}
.dark .modal-footer {
    border-top: 1px solid #343434;
}
.dark .triangle-down {
    border-top: 4px solid #ffffff;
}
.dark .flexMenu-viewMore:hover>a span.triangle-down, .flexMenu-viewMore:active>a span.triangle-down, .flexMenu-viewMore.active>a span.triangle-down, .flexMenu-viewMore:hover>a span.sub-arrow, .flexMenu-viewMore:active>a span.sub-arrow, .flexMenu-viewMore.active>a span.sub-arrow {
    border-top: 4px solid #e2e2e2;
}
.dark .flexMenu-viewMore:hover>a.unia, .flexMenu-viewMore:active>a.unia, .flexMenu-viewMore.active>a.unia {
    color: #fff;
}
@media (min-width: 768px) {
.dark .sm-simple ul.uniu {
        background-color: #212121;
        box-shadow: 0 0 10px 0 rgb(255 255 255 / 20%);
    }
.dark .sm-simple ul.uniu>li.uni {
        border-left: 0;
        border-top: 1px solid #454545;
    }
}

.dark #uni-menu-dropdown-menu, 
.dark .uni-menu-child-ul, 
.dark .uni-mm-dropdown {
    background-color: #363636;
}
.dark #uni-menu-dropdown-menu::before {
    border-color: transparent transparent #363636 transparent;
}
.dark .ajo-menu-section-title {
    color: #ffffff;
}
.dark .menu-left-links:hover {
    color: #c0c0c0;
}
.dark .menu-right {
    background-color: #212121;
}
.dark .menu-categories-title {
    color: #ffffff;
}
.dark .uni-menu-child-ul {
    background: #272727 !important;
}
.dark .uni-menu-li:hover {
    background-color: #363636;
}
.dark .uni-menu-item-name:hover {
    color: #ffffff;
}
.dark .uni-menu-li:hover>a, 
.dark .uni-menu-li:hover>div>a {
    color: #e6e6e6;
}
.dark .right-down {
    border-top: 2px solid #ADADAD;
    border-right: 2px solid #ADADAD;
}
.dark .uni-menu-li:hover .right-down,
.dark .uni-menu-li:hover .left-down {
    border-top: 2px solid #dedede;
    border-right: 2px solid #dedede;
}

.dark .uni-mm-cat-link-fas {
    color: #ffffff;
}
.dark .uni-ultra-menu {
    color: #ffffff;
}
.dark .uni-mm-link-down div.down2 {
    border-top: 5px solid #ffffff;
}
.dark a.unia {
        color: #ffffff;
}
.dark a.unia:hover {
	  color: #ffffff;
}
.dark #uni-menu-box:hover .uni-ultra-menu {
    background-color: #363636;
}

.dark .sm-simple,
.dark .sm-simple ul.dropdown-menu,
.dark .sm-simple ul.dropdown-menu li,
.dark .sm-simple ul.dropdown-menu li a {
    color: #fff;
}

.dark .sm-simple ul.dropdown-menu li.uni > a:hover,
.dark .sm-simple ul.dropdown-menu li.uni > a:focus,
.dark .sm-simple ul.dropdown-menu li.uni > a:active {
    color: #eeeee4;
}

.dark .sm-simple .sub-arrow {
    border-color: #fff transparent transparent transparent;
}


.dark .breadcrumb {
    background: #202020;
    border-bottom: 1px solid #333;
}
.dark .breadcrumb > li:last-child, 
.dark .breadcrumb > li:last-child a {
    color: #ffffff;
}
.dark .breadcrumb li.last-breadcrumb a {
    color: #a1a1a1;
}
.dark .breadcrumb > li:after {
    color: #a1a1a1;
}

.dark hr {
    border-top: 1px solid #4b4b4b;
    background: #555555;
}




.dark .item-grid-no-image {
    background-color: #363636;
}


.dark #ajo_category_plus___cls_div_cont {
    background-color: #363636;
}
.dark .ajo_category_plus___category-icon {
    filter: brightness(0) invert(1) saturate(0);
}
.dark #ajo_category_plus___show_more_button {
    filter: brightness(0) invert(1) saturate(0);
}
.dark #ajo_category_plus___category_link:hover {
    background-color: #212121;
    color: #fff;
}
.dark #ajo_category_plus___back_button {
    background-color: #212121;
    color: #fff;
}
.dark #ajo_category_plus___back_button:hover {
    background-color: #000000;
    color: #ffffff;
}
.dark #ajo_category_plus___submenu {
    background-color: #363636;
}
.dark .ajo_category_plus___category-item:hover {
    background-color: #000000;
}
.dark .ajo_category_plus___category-item:hover a {
    color: #fff;
}


.dark #special .product-thumb {
    background-color: #262626;
}
.dark #special .product-thumb .price {
    color: #ffffff;
}
.dark #special .product-thumb .price-old {
    color: #ffffff;
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #ff0000 55%, transparent 60%, transparent 100%);
}
.dark .show-more-button {
    background-color: #8EAFF0;
    color: #121212 !important;
}


.dark .ajo__category_grid-background {
    background-color: #212121;
}
.dark .category-item {
    background-color: #333333;
}
.dark .ajo__subcategory_grid-name {
    color: #ffffff;
}
.dark .ajo__subcategory_grid-name:hover {
    color: #ececec;
}


.dark #ajoCarousel .product-thumb .price {
    color: #ffffff;
}
.dark #ajoCarousel .product-thumb .price-old {
    color: #bbb;
}
.dark .ajo-carousel-container h2 {
    color: #ffffff;
}
.dark .f-button {
    border-color: #424242;
    color: #E8E8E8;
    background-color: #212121;
}


.dark .ajo-popular-products-container {
    border: 1px solid #353535;
    background-color: #212121;
    color: #fff;
}
.dark .ajo-popular-products-heading {
    color: #ffffff;
}
.dark .ajo-goods-title.color-default {
    background-color: #575861;
}
.dark .ajo-goods-title.color-1 {
    background-color: #313339;
}
.dark .ajo-goods-title.color-2 {
    background-color: #434343;
}
.dark .ajo-goods-title.color-3 {
    background-color: #3f4245;
}
.dark .ajo-goods-title.color-4 {
    background-color: #393939;
}




.dark .social-share .share-button {
    box-shadow: 0 0 3px rgb(43 42 42);
    border: 1px solid #393939;
    color: #ffffff;
    background-color: #2b2b2b !important;
}
.dark .social-box {
    background-color: #212121;
    border: 1px solid #3b3b3b;
    box-shadow: 0 3px 10px rgb(211 211 211 / 20%);
}
.dark .social-box:before {
  border-bottom-color: #3b3b3b;
}
.dark .social-box:after {
    border-bottom-color: #212121;
}
.dark .social-share .social-item a.text {
    color: #e3e3e3;
}
.dark .social-share .social-item:hover {
    background-color: #444;
}
.dark .social-share .social-item a.icon {
    border: 1px solid #555555;
}
.dark .copy-success-icon {
    background-color: #4d4d4d;
}

.dark .product-buy-box {
    border: 1px solid #363636;

}
.dark .quantity {
    border: 1px solid #3d3d3d;
}
.dark .quantity-button {
    color: #e3e3e3 !important;
    background: #202020;
}

.dark .product-specs {
    background: linear-gradient(to bottom, #ffffff14 0%, #ffffff00 100%);
}
.dark .product-specs td, 
.dark .product-specs th {
    color: #e3e3e3;
}

.dark .price--line-through {
    color: #ffffff;
}

.dark .nav > li > a {
    color: #E3E3E3;
}
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:focus, 
.dark .nav-tabs > li.active > a:hover {
    color: #ffffff;
}

.dark .a-list-item  {
    color: #ffffff;
}
.dark .tab-content > .active {
    border: 1px solid #575757;
}

.dark tbody.group-1 tr:nth-of-type(odd) {
    background: #1c1c1c;
}
.dark tbody.group-1 tr:nth-of-type(even) {
    background: #262626;
}
.dark .table-hover > tbody > tr:hover {
    background-color: #212121;
}
.dark .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2e2e2e;
}
.dark tbody.group-1 tr:hover {
    background-color: #3a3a3a;
}
.dark .table-bordered {
    border-color: #444444;
}
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > td,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > thead > tr > th {
    border: 1px solid #3b3b3b;
}

.dark .tag-link {
    background: #444;
}

.dark .accordion-product-detail .accordion-product-detail-item {
    background-color: #333;
    border: 1px solid #434343;
}

.dark .accordion-product-detail-item:hover {
    background-color: #f7f7f71f;
}


.dark .set {
    background-color: #363636;
    border-top: 1px solid #4c4c4c;
    border: 1px solid #535353;
}
.dark .new_price,
.dark .new_summ { 
    color: #ffffff;
}
.dark .sets .ao {
    color: #bcbcbc;
}

.dark .divider {
    background-color: #595959;
}
.dark .divider {
    border-top: 1px solid #454545;
}


.dark .modal-content {
    background-color: #212121;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}
.dark .modal-title {
    color: #fff;
}
.dark .close {
    color: #ffffff;
    text-shadow: 1px 1px 3px #fff, 0 0 1em #000000, 0 0 0.2em #000000;
}
.dark .close:focus,
.dark .close:hover {
    color: #bcbcbc;
}


.dark .well {
    background-color: #262626;
    border: 1px solid #333333;
    box-shadow: rgb(97 97 97 / 10%) 0 20px 25px -5px, rgb(192 192 192 / 4%) 0 10px 10px -5px;
}




.dark .page-header {
    border-bottom: 1px solid #4b4b4b;
}

.dark .form-control {
    color: #e3e3e3;
    background: #444;
    border-color: #555;
}

.dark .label-warning {
    background-color: #ffbc0045;
}

.dark .label-default {
    background-color: #2d2d2d;
}

.dark .brand_img {
    filter: brightness(0) invert(1) saturate(0);
}

.dark .btn-out-of-stock {
    background-color: #898989;
    border: 1px solid #aeaeae;
    color: #ffffff;
}


.darkmode-toggle-wrapper {
    position: relative;
    background: #F7F7F7;
    width: 5.7rem;
    height: 3rem;
    border-radius: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #212121;
    padding: 0 0.5rem;
    transition: background-color 0.3s ease;
}

.darkmode-toggle-wrapper:hover {
	background: #D2D8DA;
}
body.dark .darkmode-toggle-wrapper {
    background-color: #DC5B00;
}

body.dark .darkmode-toggle-wrapper:hover {
    background-color: #E6833D;
}

.darkmode-toggle-circle {
    position: absolute;
    left: 0.3px;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0.64rem #d9d9d9;
    transition: 0.3s ease;
}

.darkmode-toggle-checkbox:checked + .darkmode-toggle-circle {
    left: 2.8rem;
}

.darkmode-toggle-emoji {
    font-size: 2rem;
    line-height: 0;
    transition: color 0.3s, opacity 0.3s;
    margin-left: 3px;
    margin-top: 2px;
}

.darkmode-toggle-emoji-dark {
    color: #060606;
}

.darkmode-toggle-emoji-light {
    color: #060606;
    display: none;
}

.darkmode-toggle-checkbox:checked ~ .darkmode-toggle-emoji-dark {
    display: none;
}

.darkmode-toggle-checkbox:not(:checked) ~ .darkmode-toggle-emoji-light {
    display: inline;
}

.darkmode-toggle-checkbox {
    opacity: 0;
    height: 3.2rem;
    width: 6.4rem; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.darkmode-toggle-emoji-dark {
    display: block !important;
}

.darkmode-toggle-emoji-light {
    display: block !important;
}


.darkmode-tooltip {
    font: 700 13px / 1.2 'Ajoiani-com Headline', 'Helvetica Narrow', arial, helvetica, sans-serif;
    visibility: hidden;
    width: 140px;
    background-color: rgb(255 255 255);
    color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    top: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
}

.darkmode-tooltip::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.darkmode-tooltip::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  border: 8px solid transparent; 
  border-bottom-color: #ddd;
}

.darkmode-toggle-wrapper:hover .darkmode-tooltip {
    visibility: visible;
    opacity: 1;
}

.dark .darkmode-tooltip {
    background-color: rgb(47 47 47);
    color: #ffffff;
    border: 1px solid #555;
	
	
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
}

.dark .darkmode-tooltip::after {
    border-bottom-color: rgb(47 47 47);
}

.dark .darkmode-tooltip::before {
    border-bottom-color: rgb(135 135 135 / 90%);
}
#empty-notyc { padding: 15px; }
.notification-new { box-shadow: unset; margin-bottom: 30px;}
.notification-date { font-size: 12px; color: #777; float: right; margin-top: 20px; }
.notify_additional-text { padding: 10px 20px 10px; font-size: small; }
.notify_ico-info:before { content: "⤑"; margin-right: 5px; }
.ico-bell:before { content: "\f0f3"; font-family: "new-desktop"; color: #000; display: inline-block; vertical-align: middle; }
#notification_dropdown_Overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: none; z-index: 10001; }
#notification_dropdown_Overlay.active { display: block; }
#notificationDropdownButton { position: relative; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #212121; background: transparent; cursor: pointer; font-size: 22px; z-index: 10002; }
#notificationDropdownButton:hover, #notificationDropdownButton.dropdown-open { background-color: #ebebeb; }
.notification-dropdown-menu { max-height: calc(100vh - 100px); width: 477px; padding: 30px 20px 20px 30px; border-radius: 4px; position: absolute; top: 41px; left: 50%; transform: translateX(-50%); background: #fff; box-shadow: 0 0 10px rgba(4, 32, 98, 0.2); z-index: 10002; }
.notification-dropdown-menu::before { content: ""; position: absolute; top: -19px; left: 50%; transform: translateX(-50%); border-width: 10px; border-style: solid; border-color: #ffffff00 transparent rgb(255 255 255) transparent; }
.notification-dropdown-menu .dropdown-header { font-family: "Ajoiani GEO CAPS", sans-serif; font-size: 16px; padding: 0 0 20px 0; line-height: 22px; text-transform: uppercase; font-style: italic; font-weight: 800; }
.notification-dropdown-menu .dropdown-subheader { font-size: 15px; font-weight: 600; position: relative; padding: 5px 0; }
.notification-dropdown-menu .notification-no-alert { padding: 15px; background-color: #fff; border: none; color: #000; }
.notification-dropdown-menu .viewed { opacity: 0.6; }
.dark .notification-no-alert { background-color: #212121; color: #fff; }
.dark .notification-dropdown-menu { background-color: #212121; color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
.dark .notification-dropdown-menu .dropdown-header { color: #fff; }
.dark .notification-subheader { color: #ecf0f1; }
.dark .notification-link { background-color: #2980b9; }
.dark .notification-link:hover { background-color: #1f618d; }
.dark .notification-dropdown-menu::before { border-bottom-color: #212121; }
@keyframes bell-shake { 0% { transform: rotate(0deg); } 20% { transform: rotate(10deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(8deg); } 80% { transform: rotate(-6deg); } 100% { transform: rotate(0deg); } }
.shake-icon { animation: bell-shake 0.8s ease-in-out infinite; }
.notification-dot { position: absolute; top: -1px; right: 2px; width: 8px; height: 8px; background-color: red; border-radius: 50%; }
.close-notification { position: absolute; top: 10px; right: 10px; font-size: 20px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5; background: none; border: none; cursor: pointer; z-index: 10003; padding: 0; }
.close-notification:hover { opacity: 0.8; }
[class*="close-notification-"] { position: relative; float: right; font-size: 20px; font-size: 20px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5; background: none; border: none; cursor: pointer; z-index: 10003; padding: 0; }
[class*="close-notification-"]:hover { opacity: 0.8; }
.close-dropdown-button { position: absolute; top: 10px; right: 10px; font-size: 18px; background: none; border: none; cursor: pointer; z-index: 10003; }
.notifications-container { overflow-y: auto; max-height: 400px; scrollbar-width: thin; scrollbar-color: #d3d3d3 #f5f7f5; }
.notifications-container::-webkit-scrollbar { width: 6px; }
.notifications-container::-webkit-scrollbar-track { background: #f5f5f5; border-radius: 10px; }
.notifications-container::-webkit-scrollbar-thumb { background: #d3d3d3; border-radius: 8px; }
.notifications-container::-webkit-scrollbar-thumb:hover { background: #b0b0b0; }
.dark .notifications-container { scrollbar-color: #4a4a4a #212121; }
.dark .notifications-container::-webkit-scrollbar { width: 6px; }
.dark .notifications-container::-webkit-scrollbar-track { background: #212121; border-radius: 10px; }
.dark .notifications-container::-webkit-scrollbar-thumb { background: #4a4a4a; border-radius: 10px; }
.dark .notifications-container::-webkit-scrollbar-thumb:hover { background: #6b6b6b; }
@media (max-width: 990px) {
    #notificationDropdownButton { width: 25px; height: 25px; font-size: 15px; }
    .notification-dropdown-menu { width: 90vw; max-width: 350px; max-height: calc(100vh - 80px); padding: 20px 15px; }
    .notification-dropdown-menu::before { top: -15px; border-width: 8px; }
    .notification-dropdown-menu .dropdown-subheader { font-size: 13px; padding: 4px 0; }
    .notifications-container { max-height: 300px; padding-right: 5px; -webkit-overflow-scrolling: touch; }
    .notifications-container::-webkit-scrollbar { width: 0; }
    .dark .notifications-container::-webkit-scrollbar { width: 0; }
    .notification-no-alert { padding: 10px; }
    .notification-date { font-size: 11px; }
    .notify_additional-text { padding: 8px 15px; font-size: 12px; }
    .notification-link { padding: 8px 15px; font-size: 13px; }
    .close-notification { display: block; font-size: 18px; padding: 5px; }
    [class*="close-notification-"] { display: block; font-size: 18px; padding: 5px; }
    .close-dropdown-button { font-size: 16px; padding: 5px; }
    .alert-dismissible [class*="close-notification-"] { display: block; }
}