/** Shopify CDN: Minification failed

Line 10451:4 Unexpected "{"
Line 10452:4 Expected identifier but found "%"
Line 10459:4 Unexpected "{"
Line 10460:4 Expected identifier but found "%"
Line 17337:8 Unexpected "{"
Line 17338:8 Expected identifier but found "%"
Line 17344:8 Unexpected "{"
Line 17345:8 Expected identifier but found "%"

**/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform:
            rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform:
            rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform:
            rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform:
            rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform:
            rotate(360deg);
    }
}

.w-100 {
    width: 100% !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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 {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    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-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: inherit;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

body {
    font-family: var(--vela-font-family-secondary);
    font-size: var(--vela-font-size);
    line-height: 1.6;
    color:
        var(--vela-text-color-primary);
    background-color: var(--vela-body-bg);
    font-weight: 400;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--vela-heading-color);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--vela-color-primary);
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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,
.h1,
.h2 {
    font-family: var(--vela-font-family);
    font-weight: 700;
    color: var(--vela-text-color-secondary);
}

h1,
.h1 {
    line-height: 1.15;
}

h2,
.h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--vela-font-family-secondary);
    color:
        var(--vela-text-color-secondary);
}

h3,
.h3 {
    font-weight: 600;
    line-height: 1.25;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.4;
}

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: normal;
    line-height: 1;
    color: #aaaaaa;
}

h1,
.h1,
h2,
.h2 {
    margin-top: 23px;
    margin-bottom: 16px;
}

h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 12px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4 {
    letter-spacing: 0.5px;
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

h5,
.h5,
h6,
.h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

/* Heart Nests Typography – Responsive Heading Sizes */
@media (max-width: 1024px) {

    h1,
    .h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 17px;
    }
}

/* ---- COMPONENT TYPOGRAPHY UTILITIES ---- */

.typo-h3-editorial {
    font-family: var(--vela-font-family);
    font-weight: 400;
    font-size: 22px;
}

@media (max-width: 767px) {
    .typo-h3-editorial {
        font-size: 20px;
    }
}

p {
    margin: 0 0 11.5px;
}

p,
ul,
ol,
dl,
table,
blockquote,
address {
    font-size: var(--vela-font-size);
}

@media (max-width: 991px) {

    p,
    ul,
    ol,
    dl,
    table,
    blockquote,
    address {
        font-size: calc(var(--vela-font-size) - 2px);
    }
}

.lead {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.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,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #aaaaaa;
}

.text-primary {
    color: var(--vela-color-primary);
}

a.text-primary:hover,
a.text-primary:focus {
    color: #947531;
}

.text-success {
    color: white;
}

a.text-success:hover,
a.text-success:focus {
    color: #e6e6e6;
}

.text-info {
    color: white;
}

a.text-info:hover,
a.text-info:focus {
    color: #e6e6e6;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: white;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e6e6e6;
}

.bg-primary {
    color: #fff;
}

.text-color-banner {
    color: #666666;
    font-size: var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 4px);

    @media (max-width: 991px) {
        font-size: calc(var(--vela-font-size) - 2px);
        line-height: calc(var(--vela-font-size) + 2px);
    }
}

.bg-primary {
    background-color: var(--vela-color-primary);
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #947531;
}

.bg-success {
    background-color: #5cb85c;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #449d44;
}

.bg-info {
    background-color: #31b0d5;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #2490af;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #e26868;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #da3d3d;
}

.bg-white {
    background-color: white;
}

a.bg-white:hover,
a.bg-white:focus {
    background-color: #e6e6e6;
}

.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid white;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 23px;
}

dt,
dd {
    line-height: 1.45;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow:
            hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #aaaaaa;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 20px;
    border-left: 3px solid var(--vela-color-primary);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.45;
    color:
        #aaaaaa;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 3px solid var(--vela-color-primary);
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content:
        '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content:
        '\00A0 \2014';
}

address {
    margin-bottom: 23px;
    font-style: normal;
    line-height: 1.45;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width: 1220px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1410px) {
    .container {
        max-width: 1410px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row,
#fullWidthVertical .velaFilter .velaContent {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
#fullWidthVertical .velaFilter .velaContent:before,
.row:after,
#fullWidthVertical .velaFilter .velaContent:after {
    content: " ";
    display: table;
}

.row:after,
#fullWidthVertical .velaFilter .velaContent:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
#fullWidthVertical .ajaxFilter,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
#fullWidthVertical .ajaxFilter,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
#fullWidthVertical .ajaxFilter {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12,
#fullWidthVertical .ajaxFilter {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    #fullWidthVertical .ajaxFilter,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4,
    #fullWidthVertical .ajaxFilter {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1220px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1410px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-2-4,
.col-xs-4-8,
.col-xs-7-2,
.col-xs-9-6,
.col-sm-2-4,
.col-sm-4-8,
.col-sm-7-2,
.col-sm-9-6,
.col-md-2-4,
.col-md-4-8,
.col-md-7-2,
.col-md-9-6,
.col-lg-2-4,
.col-lg-4-8,
.col-lg-7-2,
.col-lg-9-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px) {

    .col-sp-2-4,
    .col-sp-4-8,
    .col-sp-7-2,
    .col-sp-9-6 {
        float: left;
    }

    .hidden-sp {
        display: none !important;
    }

    .col-sp-12 {
        width: 100%;
    }

    .col-sp-1,
    .col-sp-2,
    .col-sp-3,
    .col-sp-4,
    .col-sp-5,
    .col-sp-6,
    .col-sp-7,
    .col-sp-8,
    .col-sp-9,
    .col-sp-10,
    .col-sp-11,
    .col-sp-12 {
        float: left;
    }

    .col-sp-1 {
        width: 8.33333%;
    }

    .col-sp-2 {
        width: 16.66667%;
    }

    .col-sp-3 {
        width: 25%;
    }

    .col-sp-4 {
        width: 33.33333%;
    }

    .col-sp-5 {
        width: 41.66667%;
    }

    .col-sp-6 {
        width: 50%;
    }

    .col-sp-7 {
        width: 58.33333%;
    }

    .col-sp-8 {
        width: 66.66667%;
    }

    .col-sp-9 {
        width: 75%;
    }

    .col-sp-10 {
        width: 83.33333%;
    }

    .col-sp-11 {
        width: 91.66667%;
    }

    .col-sp-12 {
        width: 100%;
    }

    .col-sp-pull-0 {
        right: auto;
    }

    .col-sp-pull-1 {
        right: 8.33333%;
    }

    .col-sp-pull-2 {
        right: 16.66667%;
    }

    .col-sp-pull-3 {
        right: 25%;
    }

    .col-sp-pull-4 {
        right: 33.33333%;
    }

    .col-sp-pull-5 {
        right: 41.66667%;
    }

    .col-sp-pull-6 {
        right: 50%;
    }

    .col-sp-pull-7 {
        right: 58.33333%;
    }

    .col-sp-pull-8 {
        right: 66.66667%;
    }

    .col-sp-pull-9 {
        right: 75%;
    }

    .col-sp-pull-10 {
        right: 83.33333%;
    }

    .col-sp-pull-11 {
        right: 91.66667%;
    }

    .col-sp-pull-12 {
        right: 100%;
    }

    .col-sp-push-0 {
        left: auto;
    }

    .col-sp-push-1 {
        left: 8.33333%;
    }

    .col-sp-push-2 {
        left: 16.66667%;
    }

    .col-sp-push-3 {
        left: 25%;
    }

    .col-sp-push-4 {
        left: 33.33333%;
    }

    .col-sp-push-5 {
        left: 41.66667%;
    }

    .col-sp-push-6 {
        left: 50%;
    }

    .col-sp-push-7 {
        left: 58.33333%;
    }

    .col-sp-push-8 {
        left: 66.66667%;
    }

    .col-sp-push-9 {
        left: 75%;
    }

    .col-sp-push-10 {
        left: 83.33333%;
    }

    .col-sp-push-11 {
        left: 91.66667%;
    }

    .col-sp-push-12 {
        left: 100%;
    }

    .col-sp-offset-0 {
        margin-left: 0%;
    }

    .col-sp-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sp-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sp-offset-3 {
        margin-left: 25%;
    }

    .col-sp-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sp-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sp-offset-6 {
        margin-left: 50%;
    }

    .col-sp-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sp-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sp-offset-9 {
        margin-left: 75%;
    }

    .col-sp-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sp-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sp-offset-12 {
        margin-left: 100%;
    }

    .col-sp-7-2 {
        width: 60%;
    }

    .col-sp-4-8 {
        width: 40%;
    }

    .col-sp-2-4 {
        width: 20%;
    }

    .col-sp-9-6 {
        width: 80%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {

    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6 {
        float: left;
    }

    .col-xs-2-4 {
        width: 20%;
    }

    .col-xs-4-8 {
        width: 40%;
    }

    .col-xs-7-2 {
        width: 60%;
    }

    .col-xs-9-6 {
        width: 80%;
    }
}

@media (min-width: 768px) {

    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6 {
        float: left;
    }

    .col-sm-2-4 {
        width: 20%;
    }

    .col-sm-4-8 {
        width: 40%;
    }

    .col-sm-7-2 {
        width: 60%;
    }

    .col-sm-9-6 {
        width: 80%;
    }
}

@media (min-width: 992px) {

    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6 {
        float: left;
    }

    .col-md-2-4 {
        width: 20%;
    }

    .col-md-4-8 {
        width: 40%;
    }

    .col-md-7-2 {
        width: 60%;
    }

    .col-md-9-6 {
        width: 80%;
    }
}

@media (min-width: 1220px) {

    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6 {
        float: left;
    }

    .col-lg-2-4 {
        width: 20%;
    }

    .col-lg-4-8 {
        width: 40%;
    }

    .col-lg-7-2 {
        width: 60%;
    }

    .col-lg-9-6 {
        width: 80%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #aaaaaa;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.45;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: white;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: whitesmoke;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: whitesmoke;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #5cb85c;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #4cae4c;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color:
        #31b0d5;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #28a1c4;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #e26868;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #de5353;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 17.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.45;
    color: var(--vela-text-color-primary);
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 1.45;
    color:
        var(--vela-text-color-primary);
    background-color: white;
    background-image: none;
    border: 1px solid var(--vela-border-color);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition:
        border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: var(--vela-color-primary);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
            0, 0, 0.075), 0 0 8px var(--vela-color-primary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--vela-color-primary);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: white;
    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="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 43px;
    }

    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 53px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor:
        pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor:
        not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    min-height: 39px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height:
        auto;
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height:
        1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 53px;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 4px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 53px;
    line-height: 53px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height:
        auto;
}

.form-group-lg .form-control {
    height: 53px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.33333;
    border-radius:
        4px;
}

.form-group-lg select.form-control {
    height: 53px;
    line-height: 53px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 53px;
    min-height: 43px;
    padding: 13px 30px;
    font-size: 20px;
    line-height:
        1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 53.75px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: white;
}

.has-success .form-control {
    border-color: white;
    -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .input-group-addon {
    color: white;
    border-color: white;
    background-color: #5cb85c;
}

.has-success .form-control-feedback {
    color: white;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: white;
}

.has-error .form-control {
    border-color: white;
    -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .input-group-addon {
    color: white;
    border-color: white;
    background-color: #e26868;
}

.has-error .form-control-feedback {
    color: white;
}

.has-feedback label~.form-control-feedback {
    top: 28px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #848484;
}

@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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align:
            middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 33px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.45;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: white;
    border:
        1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0,
            0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color:
        #666666;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #595959;
    background-color:
        transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: var(--vela-color-primary);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #aaaaaa;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color:
        transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor:
        not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.45;
    color: #aaaaaa;
    white-space:
        nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.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 {
        left: 0;
        right: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: 9px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color:
        var(--vela-text-color-primary);
    text-align: center;
    background-color: white;
    border: 1px solid var(--vela-border-color);
    border-radius: 3px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav>li.disabled>a {
    color: #aaaaaa;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #aaaaaa;
    text-decoration: none;
    background-color:
        transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color:
        var(--vela-text-color-secondary);
}

.nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid var(--vela-border-color);
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.45;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: transparent transparent var(--vela-border-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #888888;
    background-color:
        transparent;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 3px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: white;
    background-color:
        var(--vela-color-primary);
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: white;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.velaBreadcrumbs {
    position: relative;
    color: var(--vela-breadcrumb-textcolor);
    margin-bottom: 16px;
}

.velaBreadcrumbs.hasBackgroundImage .velaBreadcrumbWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .velaBreadcrumbs.hasBackgroundImage .velaBreadcrumbWrap {
        position: static;
    }
}

.velaBreadcrumbs.hasBackgroundImage .breadcrumbHeading {
    color: var(--vela-breadcrumb-headingcolor);
}

.velaBreadcrumbWrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.velaBreadcrumbImage {
    overflow: hidden;

    img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .velaBreadcrumbImage {
        display: none;
    }
}

.velaBreadcrumbsInner {
    background-color: var(--vela-breadcrumb-bgcolor);
    position: relative;
}

.breadcrumbHeading {
    margin: 0 0 15px;
    position: relative;
}

@media (max-width: 768px) {
    .breadcrumbHeading {
        margin-bottom: 10px;
    }
}

.breadcrumb {
    margin: 0px;
    padding: 0 0px;
    list-style: none;
    border-radius: 3px;
    font-size: calc(var(--vela-font-size) - 2px);
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "\f105";
    padding: 0 5px;
    color: var(--vela-breadcrumb-linkcolor);
    font-family:
        "FontAwesome";
    margin-left: 2px;
}

.breadcrumb>li a {
    color: var(--vela-breadcrumb-linkcolor);
}

.breadcrumb>li a:hover,
.breadcrumb>li a:focus {
    color: var(--vela-breadcrumb-textcolor);
    text-decoration: none;
}

.breadcrumb>.active {
    color: var(--vela-breadcrumb-textcolor);
}

.velaPaginationWrap {
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 3px;
}

.pagination>li {
    display: inline-block;
    vertical-align: middle;
}

.pagination>li:not(:last-child) {
    margin-right: 8px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    line-height: 33px;
    text-decoration: none;
    color: #333e48;
    background-color: white;
    border: 1px solid var(--vela-border-color);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
    font-weight: 600;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: white;
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: white;
    background-color:
        var(--vela-color-primary);
    border-color: var(--vela-color-primary);
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #333e48;
    background-color: white;
    border-color:
        var(--vela-border-color);
    cursor: not-allowed;
}

.itemPaginate {
    line-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.itemPaginate span {
    color: var(--vela-text-color-primary);
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 12px 30px;
    font-size: 20px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 23px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid var(--vela-border-color);
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: var(--vela-color-primary);
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #333e48;
    background-color: white;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #aaaaaa;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #919191;
}

.label-primary {
    background-color: var(--vela-color-primary);
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #947531;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #aaaaaa;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: var(--vela-text-color-secondary);
    background-color:
        white;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.alert {
    padding: 5px 10px;
    margin-bottom: 23px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 5px 10px20;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #5cb85c;
    border-color: #5cae4c;
    color: white;
}

.alert-success hr {
    border-top-color: #539d44;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-info {
    background-color: #31b0d5;
    border-color: #26b3bc;
    color: white;
}

.alert-info hr {
    border-top-color: #229fa7;
}

.alert-info .alert-link {
    color: #e6e6e6;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger,
.js-alert-newsletter.alert-error {
    background-color: #e26868;
    border-color: #de536a;
    color: white;
}

.alert-danger hr,
.js-alert-newsletter.alert-error hr {
    border-top-color: #da3d57;
}

.alert-danger .alert-link,
.js-alert-newsletter.alert-error .alert-link {
    color: #e6e6e6;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.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-left,
.media-right,
.media-body {
    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 {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: whitesmoke;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: white;
    color: #aaaaaa;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #aaaaaa;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.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: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,
.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 {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #f1e7d3;
}

.list-group-item-success {
    color: white;
    background-color: #5cb85c;
}

a.list-group-item-success,
button.list-group-item-success {
    color: white;
}

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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: white;
    background-color: #4cae4c;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}

.list-group-item-info {
    color: white;
    background-color: #31b0d5;
}

a.list-group-item-info,
button.list-group-item-info {
    color: white;
}

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:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: white;
    background-color: #28a1c4;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

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:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: white;
    background-color: #e26868;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: white;
}

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:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: white;
    background-color: #de5353;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 23px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.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-right-radius: 2px;
    border-top-left-radius: 2px;
}

.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: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left:
        15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.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,
.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-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-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 {
    border-top-left-radius: 2px;
}

.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,
.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-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-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 {
    border-top-right-radius: 2px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.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 {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.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,
.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 {
    border-bottom-left-radius: 2px;
}

.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,
.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 {
    border-bottom-right-radius: 2px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.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,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>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 {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 23px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #666666;
    background-color: whitesmoke;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: whitesmoke;
    background-color: #666666;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: var(--vela-color-primary);
}

.panel-primary>.panel-heading {
    color: white;
    background-color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--vela-color-primary);
}

.panel-primary>.panel-heading .badge {
    color: var(--vela-color-primary);
    background-color: white;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: var(--vela-color-primary);
}

.panel-success {
    border-color: #5cae4c;
}

.panel-success>.panel-heading {
    color: white;
    background-color: #5cb85c;
    border-color: #5cae4c;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #5cae4c;
}

.panel-success>.panel-heading .badge {
    color: #5cb85c;
    background-color: white;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #5cae4c;
}

.panel-info {
    border-color: #26b3bc;
}

.panel-info>.panel-heading {
    color: white;
    background-color: #31b0d5;
    border-color: #26b3bc;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #26b3bc;
}

.panel-info>.panel-heading .badge {
    color: #31b0d5;
    background-color: white;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #26b3bc;
}

.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: #de536a;
}

.panel-danger>.panel-heading {
    color: white;
    background-color: #e26868;
    border-color: #de536a;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #de536a;
}

.panel-danger>.panel-heading .badge {
    color: #e26868;
    background-color: white;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #de536a;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .videoContainer {
    padding: 0;
    position: static;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter:
        alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform:
        translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition:
        -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.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: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0,
            0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.45;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.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: 1070;
    display: block;
    font-family: red Hat Display, Helvetica, Arial,
        sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.45;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space:
        normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter:
        alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 3px;
}

.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: black;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color:
        black;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color:
        black;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color:
        black;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: red Hat Display, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing:
        normal;
    line-break: auto;
    line-height: 1.45;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow:
        none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size:
        16px;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0,
            0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 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 {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color:
        white;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color:
        white;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition:
        0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform:
            translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:
            translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform:
            translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0,
            0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter:
        progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
            endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family:
        serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border:
        1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}

@at-root {
    @-ms-viewport {
        width: device-width;
    }
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }

    th.visible-xs,
    td.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;
    }

    th.visible-sm,
    td.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: 1219px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1220px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1220px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1220px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1220px) {
    .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: 1219px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1220px) and (max-width: 1409px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1410px) {
    .hidden-xl {
        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;
    }

    th.visible-print,
    td.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;
    }
}

.fancybox-close-small:after {
    background-color: var(--vela-color-primary);
    color: #fff;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align:
        center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255,
                255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
            transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255,
                255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
            transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
            transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

/*============================================================================ Fast Tap enables no-delay taps
(FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
    touch-action: manipulation;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform:
        translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0;
    padding: 0 30px;
    font-size: 0;
    list-style:
        none;
    text-align: center;
}

@media (max-width: 480px) {
    .slick-dots {
        bottom: 0;
    }
}

.slick-dots li {
    display: inline-block;
    margin: 0 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 2px;
}

.slick-dots li button {
    display: block;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background-color: var(--vela-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
}

.slick-dots li.slick-active {
    border-color: var(--vela-color-primary);
}

.slick-dots li.slick-active button {
    background: transparent;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--vela-text-color-primary);
    background-color: #fff;
    border: var(--vela-border-main);
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'simple-line-icons';
    font-size:
        20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,
            -50%);
    transform: translate(-50%, -50%);
}

.slick-arrow:hover,
.slick-arrow:focus {
    color: #fff;
    background-color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
}

.slick-arrow.slick-prev {
    left: -80px;
}

@media (max-width: 768px) {
    .slick-arrow.slick-prev {
        left: 0;
    }
}

.slick-arrow.slick-prev:before {
    content: "\e605";
    margin-left: -1px;
}

.slick-arrow.slick-next {
    right: -80px;
}

@media (max-width: 768px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}

.slick-arrow.slick-next:before {
    content: "\e606";
    margin-left: 1px;
}

.slick-arrow.slick-hidden {
    display: none !important;
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: 10px;
}

.slick-slider:hover .slick-arrow.slick-next {
    right: 10px;
}

ul.disc {
    list-style-type: disc;
    padding-left: 15px;
}

ul.circle {
    list-style-type: circle;
    padding-left: 15px;
}

ul.square {
    list-style-type: square;
    padding-left: 15px;
}

ul.decimal {
    list-style-type: decimal;
    padding-left: 15px;
}

ul.georgian {
    list-style-type: georgian;
    padding-left: 15px;
}

ul.cjk-ideographic {
    list-style-type: cjk-ideographic;
    padding-left: 15px;
}

ul.kannada {
    list-style-type: kannada;
    padding-left: 15px;
}

ul.upper-roman {
    list-style-type: upper-roman;
    padding-left: 15px;
}

ul.lower-alpha {
    list-style-type: lower-alpha;
    padding-left: 15px;
}

.container .container {
    padding: 0;
}

.border-radius1 {
    border-radius: 0;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.p0 {
    padding: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.p30 {
    padding: 30px !important;
}

.p20 {
    padding: 20px !important;
}

.mbGutter {
    margin-bottom: 60px;
}

.mbBlockGutter {
    margin-bottom: 30px;
}

/* ============================================ GLOBAL SECTION SPACING SYSTEM All sections use uniform margin-bottom
only. No padding_block / margin_block settings. ============================================ */
.velaFramework {
    margin-bottom: 30px;
}

/* .velaFramework:last-child {
    margin-bottom: 0;
} */

.mbItemGutter {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.rowFlex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction:
        row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexNoWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap:
        nowrap;
    flex-wrap: nowrap;
}

.flexJustifyCenter {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.flexAlignCenter {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.flexAlignEnd {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flexJustifyEnd {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.flexJustifyStart {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.hide {
    display: none;
}

.rowFlexMargin {
    margin-left: -15px;
    margin-right: -15px;
}

.velaItem {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gutter-20 [class^="col-"],
.gutter-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.gutter-20 .row,
.gutter-20 #fullWidthVertical .velaFilter .velaContent,
#fullWidthVertical .velaFilter .gutter-20 .velaContent,
.gutter-20 .rowFlexMargin {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-20 .velaItem {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gutter-10 [class^="col-"],
.gutter-10 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutter-10 .row,
.gutter-10 #fullWidthVertical .velaFilter .velaContent,
#fullWidthVertical .velaFilter .gutter-10 .velaContent,
.gutter-10 .rowFlexMargin {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-10 .velaItem {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vela-color-secondary {
    color: var(--vela-color-secondary);
}

.p-relative {
    position: relative;
}

.hasbg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hasbgGutter {
    padding-top: 60px;
    padding-bottom: 30px;
}

.velaSlideshowWrapper {
    position: relative;
}

.velaSlideshowWrapper .slick-arrow {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaSlideshowWrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.velaSliderLoading {
    display: block;
    height: 500px;
    overflow: hidden;
}

.velaSliderLoading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-color: var(--vela-text-color-banner);
    background-image:
        var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.video-loader {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid var(--vela-border-color);
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    transition: all 0.1s ease-out 0.5s;
    z-index: 4;
    top: 50%;
    left: 50%;
}

.ie9 .video-loader,
.video-is-loaded .video-loader,
.video-is-playing .video-loader,
.video-is-paused .video-loader,
.autoplay .video-loader,
.no-autoplay .video-loader {
    content: none;
    display: none;
}

.video-is-loading .video-loader,
.autoplay .video-is-loading .video-loader,
.no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1;
}

.video-is-playing .slick-dots {
    display: none !important;
}

.btnssPause {
    display: none !important;
}

.btnssPause:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #FFF;
    background-color: #333;
    padding:
        15px;
    z-index: 10;
    transition: none;
}

.video-is-playing .btnssPause:focus {
    display: none;
}

.btnssPauseStop {
    display: block;
}

.is-paused .btnssPauseStop {
    display: none;
}

.btnssPausePlay {
    display: none;
}

.is-paused .btnssPausePlay {
    display: block;
}

.velassSlide {
    position: relative;
    overflow: hidden;
}

.velassLink {
    display: block;
}

.velassLink:active,
.velassLink:focus {
    opacity: 1;
}

.velassImage {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1;
}

.slick-initialized .velassImage,
.no-js .velassImage {
    opacity: 1;
}

.velassSlideBackgroundVideo .velassImage {
    opacity: 0;
}

.no-autoplay .velassImage {
    opacity: 1;
}

.ie9 .velassSlide {
    z-index: 1 !important;
}

.ie9 .slick-dots {
    z-index: 2;
}

.velassVideo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.velassVideoBackground {
    max-height: 100%;
}

@media (min-width: 768px) {
    .velassVideoBackground {
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in;
        max-height: inherit;
    }
}

.autoplay .velassVideoBackground.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
}

@media (min-width: 768px) {
    .velassSlideBackgroundVideo::after {
        content: '';
        display: block;
        position: absolute;
        top:
            0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
}

.velassVideo-chrome {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in;
}

.ie9 .velassVideo-chrome {
    display: block;
}

.velassSlide.video-is-playing .velassVideo-chrome,
.velassSlide.video-is-paused .velassVideo-chrome {
    display: block;
    visibility: visible;
    opacity: 1;
}

.btnssVideoControl {
    color: var(--vela-text-color-primary);
    background-color: transparent;
    border: 0;
    font-size: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnssVideoControl .icon {
    width: 60px;
    fill: currentColor;
}

.velassHasCaption {
    margin-top: 30px;
}

.btnssVideoControlPlay .velassVideoBackground {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:
        translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.video-is-loaded .btnssVideoControlPlay {
    visibility: visible;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.video-is-loading .btnssVideoControlPlay,
.video-is-playing .btnssVideoControlPlay,
.velassSlide.video-is-paused .btnssVideoControlPlay {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btnssVideoControlClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    background-color:
        rgba(0, 0, 0, 0.8);
    border: 0;
}

.btnssVideoControlClose:before,
.btnssVideoControlClose:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnssVideoControlClose:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform:
        rotate(-45deg);
    transform: rotate(-45deg);
}

.video-is-playing .btnssVideoControlClose,
.velassSlide.video-is-paused .btnssVideoControlClose {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.velassCaption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .velassCaption {
        background-color: transparent !important;
    }
}

@media (max-width: 768px) {
    .velassCaption.captionPosition {
        position: static;
    }
}

.velassCaption.noCaption {
    display: none;
}

.velassCaption .captionWrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

@media (max-width: 1410px) {
    .velassCaption .captionWrap {
        padding: 0 5%;
    }
}

.slideshow__link .velassCaption {
    cursor: inherit;
}

.slideshow__slide--has-background-video .velassCaption {
    padding-top: 90px;
}

.video-is-playing .velassCaption {
    display: none;
}

.velassSlide.video-is-paused .velassCaption {
    display: none;
}

.containter-full .captionWrap {
    padding: 0;
}

.velassCaptionContent {
    display: table-cell;
    padding: 50px 0;
}

@media (max-width: 768px) {
    .velassCaptionContent {
        padding: 30px 0;
    }
}

.slick-active .velassCaptionContent,
.no-js .velassCaptionContent {
    opacity: 1;
    filter: alpha(opacity=100);
}

.velassCaptionContent::after {
    content: "";
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid var(--vela-border-color);
    border-top-color:
        transparent;
    -webkit-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    bottom: -30px;
    left: 50%;
}

.slick-initialized .velassCaptionContent::after,
.no-js .velassCaptionContent::after {
    visibility: hidden;
    content:
        none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.velassCaptionInner {
    font-size: var(--vela-font-size);
    display: inline-block;
}

.velassSubheading {
    margin: 0 0 2%;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 992px) {
    .velassSubheading {
        margin: 0 0 4%;
    }
}

@media (max-width: 768px) {
    .velassSubheading {
        font-size: 12px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .velassSubheading {
        font-size: 11px;
        line-height: 16px;
    }
}

.velassHeading {
    font-size: calc(var(--vela-font-size) + 10px);
    line-height: 36px;
    margin: 0 0 2%;
    padding: 0;
    font-weight: 400;
}

@media (max-width: 992px) {
    .velassHeading {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .velassHeading {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .velassHeading {
        font-size: 14px;
        line-height: 15px;
    }
}

.velassHeadingSmall {
    font-size: 44px;
    line-height: 60px;
    margin: 0 0 5px;
    font-weight: 700;
    padding: 0;
}

@media (max-width: 992px) {
    .velassHeadingSmall {
        font-size: 44px;
        line-height: 58px;
    }
}

@media (max-width: 768px) {
    .velassHeadingSmall {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .velassHeadingSmall {
        font-size: 24px;
        line-height: 24px;
    }
}

.velassDesc {
    padding: 0;
    margin-top: 2%;
}

@media (max-width: 768px) {
    .velassDesc {
        display: none;
    }
}

.btnVelaSlider {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #222342;
    padding:
        15px 25px;
    border: 2px solid #222342;
    margin-top: 30px;
    font-weight: 600;
    font-size: calc(var(--vela-font-size) - 2px);
    letter-spacing: 0.5px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnVelaSlider .icons {
    font-size: 12px;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .btnVelaSlider {
        font-size: calc(var(--vela-font-size) - 4px);
        padding: 8px 10px !important;
        margin-top: 15px;
    }

    .btnVelaSlider .icons {
        font-size: 10px;
        margin-left: 5px;
    }
}

.btnVelaSlider:hover,
.btnVelaSlider:focus {
    color: #fff;
    background-color: var(--vela-color-primary) !important;
    border-color: var(--vela-color-primary) !important;
}

.slick-current .leftright-1 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .leftright-2 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .leftright-3 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .leftright-4 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .leftright-5 {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .rightleft-1 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .rightleft-2 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .rightleft-3 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .rightleft-4 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .rightleft-5 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .topbottom-1 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .topbottom-2 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .topbottom-3 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .topbottom-4 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .topbottom-5 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .bottomtop-1 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .bottomtop-2 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .bottomtop-3 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .bottomtop-4 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.slick-current .bottomtop-5 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.headerMenu {
    position: relative;
}

.headerMenuInner {
    position: relative;
}

.velaMegamenu .menuContainer {
    position: static;
}

.velaMegamenu ul {
    list-style: none;
    padding-left: 0;
}

.velaMegamenu .nav {
    margin: 0;
    padding: 0;
}

.velaMegamenu .nav>li {
    padding: 0;
    display: inline-block;
}

.velaMegamenu .nav>li>a {
    padding: 15px 20px;
    color: var(--velamenu-linkcolor);
    background-color: transparent;
    font-family: var(--vela-font-family);
    font-size: var(--velamenu-fontsize);
    line-height: 25px;
    position: relative;
    font-weight: 400;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 1410px) {
    .velaMegamenu .nav>li>a {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 1195px) {
    .velaMegamenu .nav>li>a {
        padding: 15px;
        font-size: 10px;
    }
}

.velaMegamenu .nav>li.hasMenuDropdown>a>span:after {
    content: "\f107";
    display: inline-block;
    font-family:
        var(--vela-font-icon);
    font-size: 14px;
    margin-left: 5px;
    height: 14px;
    position: relative;
}

.velaMegamenu .nav>li.hasMenuDropdown.hasMegaMenu {
    position: static;
}

.velaMegamenu .nav>li.hasMenuDropdown:hover>.menuDropdown,
.velaMegamenu .nav>li.hasMenuDropdown:focus>.menuDropdown {
    visibility: visible;
    pointer-events: auto;
    top: auto;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.velaMegamenu .nav>li:focus>a,
.velaMegamenu .nav>li:focus>a:hover,
.velaMegamenu .nav>li:focus>a:focus,
.velaMegamenu .nav>li:hover>a,
.velaMegamenu .nav>li:hover>a:hover,
.velaMegamenu .nav>li:hover>a:focus,
.velaMegamenu .nav>li.active>a,
.velaMegamenu .nav>li.active>a:hover,
.velaMegamenu .nav>li.active>a:focus {
    text-decoration: none;
    color: var(--velamenu-linkcolor-hover);
}

.velaMegamenu .menuDropdown {
    position: absolute;
    display: block;
    position: absolute;
    pointer-events: none;
    top: 150%;
    left: 0px;
    margin: 50px 0 0;
    padding: 15px 25px;
    min-width: 220px;
    z-index: 900;
    visibility: hidden;
    text-align: left;
    background-color: var(--velasubmenu-bgcolor);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}

.velaMegamenu .menuDropdown.megaMenu {
    right: 0;
    width: 100%;
    padding: 20px 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.velaMegamenu .menuDropdown.megaMenu .velaMenuLinks {
    margin-bottom: 20px;
}

.velaMegamenu .menuDropdown .menuTitle {
    font-family: var(--vela-font-family-secondary);
    font-size:
        var(--velasubmenu-fontsize);
    margin-bottom: 10px;
    color: var(--vela-text-color-secondary);
    display: block;
}

.velaMegamenu .menuDropdown .menuTitle>span,
.velaMegamenu .menuDropdown .menuTitle a {
    font-size:
        calc(var(--velasubmenu-fontsize) + 2px);
    padding: 5px 0;
    background-color: transparent;
    color:
        var(--vela-text-color-secondary);
    display: block;
    font-weight: 700;
    position: relative;
}

.velaMegamenu .menuDropdown li {
    position: relative;
}

.velaMegamenu .menuDropdown li a {
    display: block;
    font-family: var(--vela-font-family-secondary);
    font-size:
        var(--velasubmenu-fontsize);
    font-weight: 400;
    padding: 3px 0;
    color: var(--velasubmenu-linkcolor);
    background-color:
        transparent;
    margin-left: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaMegamenu .menuDropdown li a:hover,
.velaMegamenu .menuDropdown li a:focus {
    background-color: transparent;
    color:
        var(--velasubmenu-linkcolor-hover);
    text-decoration: none;
}

.velaMegamenu .menuDropdown li.hasMenuDropdown>a:after {
    content: "\f105";
    display: inline-block;
    vertical-align:
        middle;
    font-family: var(--vela-font-icon);
    float: right;
    margin-left: 5px;
}

.velaMegamenu .menuDropdown li.hasMenuDropdown .menuDropdown {
    top: 0px;
    margin: 0 50px 0 0;
    left: 150%;
}

.velaMegamenu .menuDropdown li.hasMenuDropdown:hover>.menuDropdown,
.velaMegamenu .menuDropdown li.hasMenuDropdown:focus>.menuDropdown {
    visibility: visible;
    left: 100%;
    opacity: 1;
    margin: 0;
    pointer-events: auto;
    filter: alpha(opacity=100);
}

.velaMegamenu .menuDropdown li.active>a {
    color: var(--velasubmenu-linkcolor-hover);
    text-decoration: none;
}

.velaMenuProducts .listProduct {
    padding-top: 10px;
}

.velaMenuProducts .blockProMenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.velaMenuProducts .blockProMenu:before,
.velaMenuProducts .blockProMenu:after {
    content: " ";
    display: table;
}

.velaMenuProducts .blockProMenu:after {
    clear: both;
}

.velaMenuProducts .blockProMenu .proImage {
    margin-right: 10px;
}

.velaMenuProducts .blockProMenu .proName {
    margin: 0px 0 5px;
    padding: 0px;
}

.velaMenuProducts .blockProMenu .proName a {
    display: block;
    color: var(--vela-text-color-secondary);
    line-height: 18px;
    font-weight: 500;
}

.velaMenuProducts .blockProMenu .proName a:hover,
.velaMenuProducts .blockProMenu .proName a:focus {
    color:
        var(--velasubmenu-linkcolor-hover);
    text-decoration: none;
}

.velaMenuProducts .blockProMenu .boxProPrice {
    margin: 5px 0px;
    color: #666;
}

.velaMenuProducts .blockProMenu .boxProPrice .oldPrice {
    color: #999999;
    margin-right: 5px;
    font-weight: 400;
    position:
        relative;
    padding: 0 4px;
}

.velaMenuProducts .blockProMenu .boxProPrice .oldPrice:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 8px;
    height:
        1px;
    background: #999999;
    position: absolute;
}

.velaMenuProducts .blockProMenu .boxProPrice .curPrice {
    color: var(--vela-color-primary);
}

.velaMenuProducts .blockProMenu .proReviews {
    line-height: 18px;
    display: none;
}

.velaMenuProducts .blockProMenu .proReviews .spr-badge-caption {
    display: none;
}

.velaMenuHtml img {
    display: block;
    max-width: 100%;
    height: auto;
}

.velaMenuListCollection .velaMenuListContent {
    margin-left: -15px;
    margin-right: -15px;
}

.velaMenuListCollection .coll-item {
    padding: 10px 15px;
}

.velaMenuListCollection .coll-item .collImage {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .menuMobileActive {
        overflow: hidden;
        width: 100%;
        position: fixed;
        z-index: 0;
        height:
            100%;
    }
}

.btnMenuMobile {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #999;
    background-color:
        transparent;
    font-size: calc(var(--vela-font-size) + 2px);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnMenuMobile:hover {
    color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.btnMenuMobile .iconMenu {
    width: 20px;
    height: 2px;
    background-color: var(--vela-header-textcolor);
    display: block;
    margin: 2px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menuMobileContainer {
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f6f6f6;
    visibility: hidden;
    opacity: 0;
    filter:
        alpha(opacity=0);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.menuMobileContainer .menuMobileWrapper {
    display: block;
    min-height: 100%;
    padding: 15px 30px;
    color:
        var(--velamenu-linkcolor);
    background-color: var(--velamenu-bgcolor);
}

.menuMobileActive .menuMobileContainer {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform:
        translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
}

.menuMobileContainer .memoHeader {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,
            255, 255, 0.2);
    font-family: var(--vela-font-family-secondary);
    font-weight: 600;
    font-size: calc(var(--vela-font-size) + 2px);
    text-transform: uppercase;
}

.menuMobileContainer .btnMenuClose {
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menuMobileContainer .btnMenuClose:before,
.menuMobileContainer .btnMenuClose:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 45%;
    margin-top: -30/2;
    margin-left: -3/2;
    display: block;
    height: 16px;
    width: 2px;
    background-color:
        var(--velamenu-linkcolor);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform:
        rotate(-45deg);
    transform: rotate(-45deg);
}

.menuMobileContainer .btnMenuClose:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menuMobileContainer ul {
    list-style: none;
    padding: 0;
}

.menuMobileContainer .memoNav {
    margin: 15px 0;
}

.menuMobileContainer .memoNav li {
    position: relative;
}

.menuMobileContainer .memoNav li a {
    display: block;
    color: var(--velamenu-linkcolor);
    background-color: transparent;
    padding: 8px 0;
    font-family: var(--vela-font-family);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.menuMobileContainer .memoNav li a:hover {
    color: var(--vela-color-primary);
    background-color: transparent;
}

.menuMobileContainer .memoNav .memoDropdown>li {
    padding-left: 15px;
}

.menuMobileContainer .memoNav .memoDropdown>li a {
    font-weight: 400;
}

.memoBtnDropdown {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color:
        transparent;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

.memoBtnDropdown .fa-angle-down:before {
    content: '\f106';
}

.memoBtnDropdown.collapsed .fa-angle-down:before {
    content: '\f107';
}

.menuMobileOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:
        999;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition:
        all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.menuMobileActive .menuMobileOverlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.productLable {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-flow: column;
}

.labelNew {
    font-size: calc(var(--vela-font-size) - 2px);
    color: #fff;
    padding: 3px 10px;
    background-color:
        var(--vela-text-color-secondary);
    font-weight: 700;
    line-height: calc(var(--vela-font-size) + 4px);
    display:
        inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
}

.labelSale {
    font-size: calc(var(--vela-font-size) - 2px);
    color: #fff;
    padding: 3px 10px;
    background-color:
        var(--vela-color-primary);
    font-weight: 700;
    line-height: calc(var(--vela-font-size) + 4px);
    display: inline-block;
    border-radius: 3px;
}

.labelVailable {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: calc(var(--vela-font-size) - 2px);
    color: #fff;
    padding: 3px 10px;
    background-color: #999999;
    z-index: 2;
    font-weight: 700;
    line-height: calc(var(--vela-font-size) + 4px);
    display: inline-block;
    border-radius: 3px;
}

.priceProduct {
    color: #666;
    font-size: var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 4px);

    @media (max-width: 991px) {
        font-size: calc(var(--vela-font-size) - 2px);
        line-height: calc(var(--vela-font-size) + 2px);
    }
}

.priceProduct.priceSale {
    color: var(--vela-color-primary);
}

.priceProduct.priceCompare {
    color: #999999;
    margin-right: 5px;
    font-weight: 400;
    position: relative;
    padding: 0 4px;
}

.priceProduct.priceCompare:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 8px;
    height: 1px;
    background: #999999;
    position: absolute;
}

#ProductPrice {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: calc(var(--vela-font-size) + 4px);

    @media (max-width: 991px) {
        font-size: calc(var(--vela-font-size) + 2px);
    }
}

#ComparePrice {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: calc(var(--vela-font-size) + 4px);
}

.btnAddToCart,
.proBoxInfo .shopify-payment-button__button {
    color: var(--addtocart_txtcolor);
    background-color:
        var(--addtocart_bgcolor);
    border-color: var(--addtocart_bordercolor);
    font-size: var(--vela-font-size);
    font-weight:
        600;
    line-height: 20px;
    height: 50px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 10px 30px;
}

.btnAddToCart:hover,
.proBoxInfo .shopify-payment-button__button:hover {
    color: var(--addtocart_txtcolor_hover);
    background-color: var(--addtocart_bgcolor_hover);
    border-color: var(--addtocart_bordercolor_hover);
}

.product-card__image {
    position: relative;
    overflow: hidden;
}

.product-card__image .product-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:
        contain;
}

.velaProBlock {
    position: relative;
}

.velaProBlock .proHImage {
    position: relative;
    overflow: hidden;
}

.velaProBlock .proFeaturedImage {
    display: block;
    width: 100%;
}

.velaProBlock .proFeaturedImage img {
    width: 100%;
}

.velaProBlock .proFeaturedImage .proImageSecond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaProBlock .proContent {
    position: relative;
}

.velaProBlock .productType {
    font-size: calc(var(--vela-font-size) - 2px);
}

.velaProBlock .productType a {
    display: block;
    color: var(--vela-text-color-banner);
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 400;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaProBlock .productType a:hover,
.velaProBlock .productType a:focus {
    color: var(--vela-color-primary);
}

.velaProBlock .proName {
    display: block;
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
}

.velaProBlock .proName a {
    display: block;
    line-height: calc(var(--vela-font-size) + 4px);
    color:
        var(--vela-text-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaProBlock .proName a:hover,
.velaProBlock .proName a:focus {
    color: var(--vela-color-primary);
}

.velaProBlock:hover .proFeaturedImage .proImageSecond {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.velaProBlock.grid {
    padding-bottom: 30px;
}

.velaProBlock.grid .proContent {
    margin-top: 20px;
}

.velaProBlock.grid .proButton {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    z-index: 2;
}

.velaProBlock.grid .proButton .productQuickView {
    margin-top: 10px;
}

.velaProBlock.grid .btnProduct {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 48px;
    padding: 0;
}

.velaProBlock.grid .btnProduct .text {
    display: none;
}

.velaProBlock.grid .proPrice {
    float: left;
}

.velaProBlock.grid .velaSwatchCus {
    float: right;
}

.velaProBlock.grid:hover .proButton {
    display: block;
}

.velaProBlock.list {
    padding-bottom: 30px;
}

.velaProBlock.list .proContent {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .velaProBlock.list .proContent {
        padding-top: 20px;
    }
}

.velaProBlock.list .proName a {
    font-size: calc(var(--vela-font-size) + 8px);
    margin-bottom: 20px;
}

.velaProBlock.list .proReviews {
    margin-bottom: 10px;
}

.velaProBlock.list .proReviews .spr-badge-caption {
    display: none;
}

.velaProBlock.list .proPrice {
    padding-right: 0;
}

.velaProBlock.list .proButton {
    width: 100%;
}

.velaProBlock.list .btnProduct {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    line-height: 20px;
    padding: 10px 5px;
    background: var(--vela-text-color-secondary);
    color: #fff;
}

.velaProBlock.list .btnProduct .icons {
    display: none;
}

.velaProBlock.list .btnProduct:hover {
    border-color: var(--vela-color-primary);
    background-color:
        var(--vela-color-primary);
}

.velaProBlock.list .priceProduct {
    font-size: calc(var(--vela-font-size) + 4px);
}

.velaProBlock.list .priceProduct.priceCompare {
    font-size: calc(var(--vela-font-size) + 2px);
}

.velaProBlock.list .velaSwatchProduct>li>label {
    width: 25px;
    height: 25px;
}

.proPrice .priceProduct {
    display: inline-block;
}

.proShortDescription,
.proDescription {
    padding: 20px 0 0;
    line-height: 24px;
    color: #868686;
}

.proShortDescription h5,
.proDescription h5 {
    margin: 10px 0 5px;
    padding: 10px 0;
    font-size: calc(var(--vela-font-size) + 1px);
}

.proShortDescription ul,
.proDescription ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proShortDescription ul li,
.proDescription ul li {
    position: relative;
    padding-left: 18px;
    font-size:
        var(--vela-font-size);
    line-height: 24px;
}

.proShortDescription ul li:before,
.proDescription ul li:before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--vela-color-primary);
    font-family: var(--vela-font-icon);
    font-size: calc(var(--vela-font-size) - 4px);
}

.sidebar__sidebarright {
    flex-direction: row-reverse;
}

.headerCollection {
    margin: 0 0 30px;
    padding: 10px 0;
    border-bottom: 2px solid var(--vela-border-color);
    position: relative;

    @media (max-width: 768px) {
        margin-bottom: 15px;
    }
}

.headerCollection:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: -2px;
    left: 0;
    display:
        block;
    background-color: var(--vela-color-primary);
}

.headerCollection .btnReadMore {
    color: var(--vela-text-color-banner);
    font-size: 13px;
    font-weight: 400;
    margin-top:
        10px;
}

.headerCollection .btnReadMore:hover {
    color: var(--vela-color-primary);
}

.collImage {
    margin-bottom: 50px;
}

.collView {
    float: left;
}

.collDescription {
    margin-bottom: 30px;
}

.collBoxSort {
    background-color: #fff;
    margin: 15px 0 30px;
}

.collBoxSort:before,
.collBoxSort:after {
    content: " ";
    display: table;
}

.collBoxSort:after {
    clear: both;
}

.collBoxSort .collView {
    float: left;
    margin-top: 5px;
}

.collBoxSort .collView label {
    color: var(--vela-text-color-banner);
}

.collBoxSort .changeView {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #999;
    border:
        0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.collBoxSort .changeView .iconChangeView svg {
    fill: #ccc;
}

.collBoxSort .changeView.changeViewActive .iconChangeView svg {
    fill: #191919;
}

.collSortBy {
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

.collSortBy:after {
    content: "\f107";
    top: 8px;
    right: 10px;
    color: var(--vela-text-color-secondary);
    font-family:
        var(--vela-font-icon);
    font-size: 15px;
    line-height: 24px;
    position: absolute;
}

.collSortBy>label {
    margin: 0;
    height: 24px;
    font-size: var(--vela-font-size);
    font-weight: 400;
    line-height: 24px;
}

.collSortBy>select {
    width: auto;
    padding: 10px 30px 10px 20px;
    cursor: pointer;
    font-size: 15px;
    background-color:
        #f5f5f5;
    border: 0;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align:
        middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
}

.collSortBy>select:focus {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterCollectionFullwidth {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.filterCollectionFullwidth .collBoxSort {
    width: 100%;
    margin: 0;
}

.filterTagFullwidth {
    margin-top: 8px;
}

.filterTagFullwidthContent {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 900;
    padding: 30px;
    width: 320px;
    height:
        100vh;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.filterTagFullwidthContent.active {
    left: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.filterTagFullwidthContent.active+.filterTagFullwidthOverlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility:
        visible;
}

@media (min-width: 992px) {
    .filterTagFullwidthContent.velaSidebar {
        -webkit-box-shadow: none;
        box-shadow: none;
        left:
            inherit;
        top: -10px;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        overflow-y: inherit;
        position: relative;
        height: auto;
        float: left;
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .filterTagFullwidthContent.velaSidebar {
        width: 260px;
    }
}

@media (min-width: 992px) and (min-width: 1410px) {
    .filterTagFullwidthContent.velaSidebar {
        width: 320px;
    }
}

@media (min-width: 992px) {
    .velaCenterColumnFix {
        width: calc(100% - 260px) !important;
    }
}

@media (min-width: 1410px) {
    .velaCenterColumnFix {
        width: calc(100% - 320px) !important;
    }
}

.filterTagFullwidthButton {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height:
        20px;
    margin-right: 15px;
    color: var(--vela-color-primary);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.filterTagFullwidthButton .fa {
    margin-right: 5px;
    line-height: 18px;
}

.filterTagFullwidthButton:hover,
.filterTagFullwidthButton.active {
    color: var(--vela-color-primary);
}

.filterTagFullwidthClose {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 999;
}

.filterTagFullwidthClose:before,
.filterTagFullwidthClose:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 4px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--vela-text-color-primary);
}

.filterTagFullwidthClose:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform:
        rotate(-45deg);
    transform: rotate(-45deg);
}

.filterTagFullwidthClose:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform:
        rotate(45deg);
    transform: rotate(45deg);
}

.filterTagFullwidthOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    background:
        rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3 ease-in;
    -o-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
}

.velaCollectionsWrapper {
    padding: 50px 0;
}

.velaBoxCollection {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.velaBoxCollectionImage {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.velaBoxCollectionImage a {
    position: relative;
    display: block;
}

.collectionTitle {
    margin: 0;
    padding: 10px 0;
    color: var(--vela-text-color-secondary);
    font-size:
        calc(var(--vela-font-size) + 4px);
    font-weight: 600;
    text-transform: uppercase;
}

.collectionTitle a {
    display: inline-block;
    color: var(--vela-text-color-secondary);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.collectionTitle a:hover,
.collectionTitle a:focus {
    color: var(--vela-color-primary);
}

.collectionProductCount {
    margin-bottom: 15px;
    font-size: calc(var(--vela-font-size) - 2px);
}

.collectionShortDesc {
    margin-bottom: 15px;
    font-size: calc(var(--vela-font-size) - 1px);
}

.collectionButtonDetail {
    text-align: center;
}

.collectionButtonDetail a {
    display: inline-block;
    padding: 8px 28px;
    color: #fff;
    background-color:
        var(--vela-text-color-secondary);
    border: 1px solid var(--vela-text-color-secondary);
    font-weight: 600;
    text-decoration:
        none;
    text-transform: uppercase;
    font-size: calc(var(--vela-font-size) - 2px);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.collectionButtonDetail a:hover,
.collectionButtonDetail a:focus {
    border-color: var(--vela-color-primary);
    background-color: var(--vela-color-primary);
}

#fullWidthVertical {
    border: var(--vela-border-main);
    margin-bottom: 30px;
    padding: 20px 20px 0;
}

#fullWidthVertical .titleSidebar {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

#fullWidthVertical #sidebarAjaxFilter {
    margin-bottom: 0;
}

.zoomContainer {
    z-index: 90;
    width: auto !important;
    height: auto !important;
}

.zoomWindow {
    border: 0 !important;
}

#productSelect {
    display: none;
}

.proBoxImage .proFeaturedImage {
    position: relative;
    padding: 0;
}

.proBoxImage .proFeaturedImage img {
    cursor: pointer;
    max-height: 100%;
}

.proBoxImage #velaViewImage {
    background: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #191919;
    border-radius: 50%;
    padding: 16px 17px;
    font-size: 24px;
    line-height: 24px;
    z-index: 94;
}

.proBoxImage #velaViewImage:hover {
    background: var(--vela-color-primary);
    color: #fff;
}

.proFeaturedImage {
    position: relative;
    padding: 0;
}

@media (max-width: 991px) {
    .proFeaturedImage img {
        pointer-events: none;
        width: 100%;
    }
}

.line-dashed {
    position: relative;
    height: 1px;
}

.line-dashed:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, transparent 55%, #c2c2c2 50%);
    background-size: 15px 100%;
}

.thumbItem a {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.thumbItem a:before {
    content: '\f0d8';
    position: absolute;
    font-family: var(--vela-font-icon);
    font-size: 20px;
    line-height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    color: #191919;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
}

.thumbItem a.active-thumb:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jsProductThumb .owl-nav>div {
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.jsProductThumb .owl-nav>div.owl-prev {
    left: 0;
}

.jsProductThumb .owl-nav>div.owl-next {
    right: 0;
}

.product-single__thumbnail-badge {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 6px;
    pointer-events:
        none;
}

@media (min-width: 768px) {
    .product-single__thumbnail-badge {
        width: 26px;
        height: 26px;
    }
}

.product-single__thumbnail-badge .icon {
    fill: transparent;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: var(--vela-color-primary);
}

.product-single__thumbnail-badge .icon-movie-color,
.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: var(--vela-color-primary);
}

.product-single__thumbnail-badge.icon-movie {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform:
        translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform:
        translate(-50%, -50%);
}

@media (max-width: 768px) {
    .product-single__thumbnail-badge.icon-movie {
        width: 26px;
        height: 26px;
    }
}

.product-single__media {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media>video,
.product-single__media .plyr,
.product-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
    height: 100%;
}

.product-single__media--video {
    background-color: transparent;
}

.product-single__view-in-space {
    background-color: var(--vela-color-primary);
    opacity: 0.08;
    border: none;
    width: 100%;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    color:
        var(--vela-color-primary);
}

.product-single__view-in-space[data-shopify-xr-hidden] {
    visibility: hidden;
}

@media (min-width: 768px) {
    .product-single__view-in-space[data-shopify-xr-hidden] {
        display: none;
    }
}

.product-single__view-in-space:hover .product-single__view-in-space-text,
.product-single__view-in-space:focus .product-single__view-in-space-text {
    border-bottom-color: var(--vela-color-primary);
}

.product-single__view-in-space svg.icon {
    height: 25px;
    width: 25px;
    margin-bottom: -7px;
    margin-right: 2.43px;
    fill:
        transparent;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--vela-color-primary);
    opacity: 1;
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent;
}

.placeholder-background--animation {
    background-color: #f5f5f5;
    -webkit-animation: placeholder-background-loading 1.5s infinite linear;
    -o-animation: placeholder-background-loading 1.5s infinite linear;
    animation:
        placeholder-background-loading 1.5s infinite linear;
}

.no-js .placeholder-background--animation {
    display: none;
}

.proThumbnails .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px;
}

.proThumbnails .owl-thumblist .thumbItem {
    padding: 0 5px;
}

.proThumbnails .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 28px;
    opacity: 1;
    filter:
        alpha(opacity=100);
    visibility: visible;
    background-color: #f2f5f7;
    border-radius: 50%;
}

.proThumbnails .slick-slider .slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.proThumbnails .slick-slider .slick-arrow:before {
    font-size: 12px;
}

.proThumbnails .slick-slider .slick-arrow:focus,
.proThumbnails .slick-slider .slick-arrow:hover {
    background-color:
        var(--vela-color-primary);
}

.proThumbnails .slick-slider .slick-arrow.slick-prev {
    left: -5px;
}

.proThumbnails .slick-slider .slick-arrow.slick-next {
    right: -5px;
}

.proBoxInfo h1 {
    margin: 0 0 10px;
    padding: 0;
    color:
        var(--vela-text-color-secondary);
}

.proBoxInfo .proAttr {
    margin: 0 0 8px;
    font-size: calc(var(--vela-font-size) - 2px);
}

.proBoxInfo .proAttr>label {
    margin: 0 10px 0 0;
    color: var(--vela-text-color-secondary);
    font-weight: 700;
}

.proBoxInfo .proAttr.instock {
    color: #5cb85c;
}

.proBoxInfo .proAttr.outstock {
    color: #f0ad4e;
}

.proBoxInfo .proDescription {
    padding: 10px 0;
}

.proBoxInfo .proPrice {
    margin: 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.proBoxInfo .priceProduct {
    font-size: 20px;
    color: var(--vela-color-primary);
    font-weight: 700;
}

.proBoxInfo .priceProduct.priceCompare {
    font-size: 20px;
    padding: 0;
    color: #ccc;
    font-weight: 400;
}

.proBoxInfo .priceProduct.priceCompare:before {
    background-color: #c1c1c1;
}

.proBoxInfo .selector-wrapper {
    margin: 0 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.proBoxInfo .selector-wrapper>label {
    padding: 10px 0px;
    font-weight: 600;
    min-width: 70px;
    font-size: 17px;
    margin-bottom: 0;
    color: var(--vela-text-color-secondary);
}

.proBoxInfo .selector-wrapper>select {
    min-width: 250px;
    height: 34px;
    padding: 6px 14px;
    border:
        var(--vela-border-main);
    -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);
}

.proBoxInfo .selector-wrapper>select:focus {
    border-color: var(--vela-color-primary);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 147, 62, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 147, 62, 0.3);
}

.proBoxInfo .proQuantity {
    margin-right: 15px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.proBoxInfo .proQuantity .qtySelector {
    margin: 0px 10px 0 0;
    padding: 6px 0px;
    text-transform: uppercase;
    color:
        var(--vela-text-color-secondary);
    font-size: calc(var(--vela-font-size) - 1px);
}

.proBoxInfo .formAddToCart:before,
.proBoxInfo .formAddToCart:after {
    content: " ";
    display: table;
}

.proBoxInfo .formAddToCart:after {
    clear: both;
}

.proBoxInfo .formAddToCart .velaGroup {
    padding-top: 10px;
    position: relative;
}

.proBoxInfo .btnAddToCart,
.proBoxInfo .shopify-payment-button__button {
    margin-bottom: 20px;
    float: left;
}

.proBoxInfo .btnAddToCart .icons,
.proBoxInfo .shopify-payment-button__button .icons {
    margin-right: 5px;
    font-size:
        18px;
    position: relative;
    bottom: -1px;
}

.proBoxInfo .velaBuyNow {
    float: left;
    margin-left: 10px;
}

.proBoxInfo .shopify-payment-button__button {
    padding: 0;
    min-width: 140px;
}

.proBoxInfo .shopify-payment-button__button:hover:not([disabled]) {
    color: #fff;
    border-color:
        var(--vela-color-primary);
    background-color: var(--vela-color-primary);
}

.proBoxInfo .shopify-payment-button__button--hidden {
    display: none;
}

.velaProductSharing {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.proPageCategories {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.proPageCategories a {
    display: inline-block;
    color: var(--vela-text-color-banner);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.proPageCategories a:hover {
    color: var(--vela-color-primary);
}

.proDetailTagMore {
    padding: 0 0 10px;
}

.proDetailTagMore .tagTitle {
    display: inline-block;
    margin-right: 15px;
    font-size: var(--vela-font-size);
    color:
        var(--vela-text-color-secondary);
}

.proDetailTagMore span {
    display: inline-block;
    color: var(--vela-text-color-secondary);
    font-size:
        calc(var(--vela-font-size) - 1px);
}

#velaSizeGuide {
    margin: 20px !important;
}

@media (min-width: 1220px) {
    #velaSizeGuide {
        margin: 30px !important;
    }
}

.btnSizeGuide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--vela-text-color-secondary);
    font-weight: 600;
    border-bottom: 2px solid var(--vela-text-color-secondary);
}

.btnSizeGuide svg {
    fill: var(--vela-text-color-secondary);
    height: 22px;
    margin-right: 5px;
}

.btnSizeGuide:focus,
.btnSizeGuide:hover {
    border-bottom-color: var(--vela-color-primary);
    color:
        var(--vela-color-primary);
}

.btnSizeGuide:focus svg,
.btnSizeGuide:hover svg {
    fill: var(--vela-color-primary);
}

.velaQty {
    position: relative;
    color: var(--vela-text-color-secondary);
}

.velaQty:before,
.velaQty:after {
    content: " ";
    display: table;
}

.velaQty:after {
    clear: both;
}

.velaQty .velaQtyAdjust {
    width: 35px;
    height: 50px;
    line-height: 14px;
    border: 0;
    background-color: transparent;
    color:
        var(--vela-text-color-secondary);
    position: absolute;
    font-size: 20px;
    font-weight: 400;
}

.velaQty .velaQtyAdjust span {
    display: block;
    font-weight: 700;
    font-size: 24px;
}

.velaQty .velaQtyAdjust.velaQtyMinus {
    left: 0;
}

.velaQty .velaQtyAdjust.velaQtyPlus {
    right: 0;
}

.velaQty .velaQtyAdjust:hover {
    color: var(--vela-color-primary);
}

.velaQty .velaQtyNum {
    float: left;
    height: 50px;
    width: 100px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: var(--vela-text-color-secondary);
    padding: 6px 12px;
    padding: 10px 0;
    text-align: center;
}

.detail_default .proDetailInfo,
.detail_style2 .proDetailInfo {
    padding-top: 30px;
}

.proDetailInfo .panel-group {
    margin-bottom: 0;
}

.proDetailInfo .proTabHeading {
    position: relative;
}

.proDetailInfo .proTabHeading:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-top: var(--vela-border-main);
}

.proDetailInfo .velaProductNavTabs {
    background: var(--vela-body-bg);
    padding-right: 30px;
    position: relative;
    z-index:
        2;
    border-bottom: 0;
    display: inline-block;
}

.proDetailInfo .velaProductNavTabs li {
    padding: 0;
    display: inline-block;
    float: none;
}

.proDetailInfo .velaProductNavTabs li:not(:last-child) {
    margin-right: 30px;
}

.proDetailInfo .velaProductNavTabs li a {
    font-size: calc(var(--vela-font-size) + 2px);
    color:
        var(--vela-text-color-secondary);
    position: relative;
    padding: 5px 0;
    margin: 0;
    border: 0;
    font-weight: 700;
}

.proDetailInfo .velaProductNavTabs li a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.proDetailInfo .velaProductNavTabs li.active a {
    color: var(--vela-color-primary);
}

.proDetailInfo .velaProductNavTabs li.active a:before {
    background-color: var(--vela-color-primary);
}

.proDetailInfo .tab-content {
    padding: 30px 0;
}

.proDetailInfo .velaPanel {
    box-shadow: none;
}

.proDetailInfo .velaPanel>.panel-title a {
    display: block;
    border-bottom: var(--vela-border-main);
    color: #191919;
    position: relative;
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight: 700;
}

.proDetailInfo .velaPanel>.panel-title a:before {
    content: "-";
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 18px;
}

.proDetailInfo .velaPanel>.panel-title a span {
    border-bottom: 2px solid var(--vela-color-primary);
    display:
        inline-block;
    padding: 7px 0;
    margin-bottom: -1px;
}

.proDetailInfo .velaPanel>.panel-title a.collapsed:before {
    content: "+";
}

.proDetailInfo .velaPanel>.panel-title a.collapsed span {
    border-color: transparent;
}

.proDetailInfo .velaPanel>.panel-collapse>.panel-body {
    padding: 10px 0;
}

.swatch {
    margin: 0 0 10px;
}

.swatch:before,
.swatch:after {
    content: " ";
    display: table;
}

.swatch:after {
    clear: both;
}

.swatch .header {
    padding: 10px 0px;
    display: block;
    font-weight: 700;
    min-width: 80px;
    font-size: calc(var(--vela-font-size) - 2px);
    color: var(--vela-text-color-secondary);

}

.swatch .header span {
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 500;
    margin-left: 5px;
}

.swatch input {
    display: none;
}

.swatch input:checked+label {
    border-color: #828282 !important;
}

.swatch input:checked+label:before {
    background: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.swatch input:checked+label:after {
    display: block;
}

.swatch label {
    position: relative;
    cursor: pointer;
    float: left;
    margin: 0;
    color: var(--vela-text-color-secondary);
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;

    @media (max-width: 767px) {
        white-space: normal;
        text-align: left;
    }
}

.swatch label:before {
    width: 17px;
    height: 17px;
    border: var(--vela-border-main);
    display: inline-block;
    margin-right:
        5px;
    content: "";
    border-radius: 50%;
    margin-bottom: -2px;
}

.swatch label:after {
    content: "\e604";
    font-family: "simple-line-icons";
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 10px;
    color: #fff;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.swatch .swatch-element {
    position: relative;
    float: left;
    -webkit-font-smoothing: antialiased;
    margin: 0 30px 8px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform:
        translateZ(0);
}

    {
    % unless settings.product_swatch_unvailable %
}

.swatch .swatch-element.soldout {
    display: none;
}

    {
    % endunless %
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
}

.swatch .swatch-element.soldout label {
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.swatch .swatch-element:hover .tooltip {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform:
        translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.swatch .swatch-element.color {
    margin-right: 20px;
}

.swatch .swatch-element.color label {
    padding: 0;
    background-size: 100% 100%;
    border: var(--vela-border-main);
    overflow:
        hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.swatch .swatch-element.color label:before {
    display: none;
}

.swatch .swatch-element.color label:after {
    left: 7px;
    line-height: 25px;
}

.swatch .swatch-element.color input:checked+label:before {
    border-width: 4px;
}

.swatch .tooltip {
    position: absolute;
    display: none !important;
    left: 50%;
    bottom: 100%;
    display: block;
    min-width:
        60px;
    margin-left: -30px;
    margin-bottom: 15px;
    padding: 4px 8px;
    color: #fff;
    background: var(--vela-color-primary);
    font-size: calc(var(--vela-font-size) - 2px);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter:
        alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform:
        translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swatch .tooltip:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    width: 100%;
    height:
        20px;
}

.swatch .tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 0;
    margin-left:
        -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--vela-color-primary);
}

.swatch.error {
    padding: 1em;
    color: #333333 !important;
    background-color: #e8d2d2 !important;
    border-radius: 5px;
}

.swatch.error p {
    margin: 0.7em 0;
}

.swatch.error p:first-child {
    margin-top: 0;
}

.swatch.error p:last-child {
    margin-bottom: 0;
}

.swatch.error code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.crossed-out {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.detail_default .proBoxImage .thumbItem,
.detail_style1 .proBoxImage .thumbItem {
    margin-top: 10px;
}

.detail_style3 .proBoxImage,
.detail_style2 .proBoxImage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.detail_style3 .proBoxImage .proThumbnails,
.detail_style2 .proBoxImage .proThumbnails {
    width: 108px;
}

@media (max-width: 768px) {

    .detail_style3 .proBoxImage .proThumbnails,
    .detail_style2 .proBoxImage .proThumbnails {
        width: 18.7%;
    }
}

.detail_style3 .proBoxImage .proFeaturedImage,
.detail_style2 .proBoxImage .proFeaturedImage {
    order: 2;
    -webkit-order:
        2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    width: calc(100% - 108px);
}

@media (max-width: 768px) {

    .detail_style3 .proBoxImage .proFeaturedImage,
    .detail_style2 .proBoxImage .proFeaturedImage {
        width: calc(100% - 18.7%);
    }
}

.detail_style3 .proBoxImage .proFeaturedImage.noThumbnail,
.detail_style2 .proBoxImage .proFeaturedImage.noThumbnail {
    width: 100%;
}

.detail_style3 .proBoxImage .thumbItem,
.detail_style2 .proBoxImage .thumbItem {
    padding: 0 20px 8px 0;
}

@media (max-width: 768px) {

    .detail_style3 .proBoxImage .thumbItem,
    .detail_style2 .proBoxImage .thumbItem {
        padding: 0 14px 5px 0;
    }
}

.detail_style3 .proBoxImage .thumbItem a:before,
.detail_style2 .proBoxImage .thumbItem a:before {
    content: "\f0da";
    top: 50%;
    left: auto;
    margin-top: -4px;
    right: -11px;
    font-size: 24px;
}

@media (max-width: 768px) {

    .detail_style3 .proBoxImage .thumbItem a:before,
    .detail_style2 .proBoxImage .thumbItem a:before {
        font-size: 24px;
        right: -8px;
    }
}

.detail_style3 .proBoxImage .slick-arrow,
.detail_style2 .proBoxImage .slick-arrow {
    position: absolute;
    bottom: -40px;
    top: auto;
}

.detail_style3 .proBoxImage .slick-arrow:before,
.detail_style2 .proBoxImage .slick-arrow:before {
    width: 100%;
    border-radius: 50%;
    background: var(--vela-border-color);
    z-index: 4;
}

@media (min-width: 768px) {

    .detail_style3 .proBoxImage .slick-arrow:after,
    .detail_style2 .proBoxImage .slick-arrow:after {
        content: "";
        position:
            absolute;
        width: 20px;
        height: 2px;
        display: block;
        z-index: 2;
        background-color: var(--vela-border-color);
        margin-top:
            -15px;
    }
}

.detail_style3 .proBoxImage .slick-arrow.slick-prev,
.detail_style2 .proBoxImage .slick-arrow.slick-prev {
    margin-left:
        -40px;
    left: 50%;
}

.detail_style3 .proBoxImage .slick-arrow.slick-prev:before,
.detail_style2 .proBoxImage .slick-arrow.slick-prev:before {
    content: "\e607";
    margin-left: 0;
}

.detail_style3 .proBoxImage .slick-arrow.slick-prev:after,
.detail_style2 .proBoxImage .slick-arrow.slick-prev:after {
    right: 100%;
}

.detail_style3 .proBoxImage .slick-arrow.slick-next,
.detail_style2 .proBoxImage .slick-arrow.slick-next {
    margin-right:
        -20px;
    right: 50%;
}

.detail_style3 .proBoxImage .slick-arrow.slick-next:before,
.detail_style2 .proBoxImage .slick-arrow.slick-next:before {
    content: "\e604";
    margin-left: 0;
}

.detail_style3 .proBoxImage .slick-arrow.slick-next:after,
.detail_style2 .proBoxImage .slick-arrow.slick-next:after {
    left: 100%;
}

.detail_style3 .proBoxImage .slick-arrow:focus:before,
.detail_style3 .proBoxImage .slick-arrow:hover:before,
.detail_style2 .proBoxImage .slick-arrow:focus:before,
.detail_style2 .proBoxImage .slick-arrow:hover:before {
    background-color: var(--vela-color-primary);
}

.detail_style3 .proTabHeading,
.detail_style1 .proTabHeading {
    text-align: center;
}

.detail_style3 .proTabHeading .velaProductNavTabs,
.detail_style1 .proTabHeading .velaProductNavTabs {
    text-align:
        center;
    padding-left: 30px;

    @media (max-width: 767px) {
        text-align: left;
        padding-left: 0;
    }
}

@media (min-width: 1410px) {
    .proBoxPrimary .proBoxImage {
        padding-right: 5%;
    }
}

@media (min-width: 992px) {
    .proRelated {
        padding: 30px 0;
    }

    .velaProDetailInstagram {
        padding-bottom: 30px;
    }
}

.rte img {
    max-width: 100%;
    height: auto;
}

.velaBlogTitle {
    font-family: var(--vela-font-family);
    font-size: calc(var(--vela-font-size) + 16px);
    font-weight: bold;
    border-bottom: var(--vela-border-main);
    margin: 0 0 30px;
    padding: 9px 0px;
    display: none;
}

.articleMeta {
    padding: 0;
    line-height: 20px;
}

.articleMeta>a,
.articleMeta>span {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    font-size:
        calc(var(--vela-font-size) - 2px);
}

.articleMeta>a i,
.articleMeta>span i {
    margin-right: 5px;
}

.articleMeta>a:last-child,
.articleMeta>span:last-child {
    margin-right: 0;
}

@media (min-width: 992px) {
    .articleTags {
        float: right;
    }
}

.articleTags span {
    position: relative;
    color: var(--vela-text-color-secondary);
    font-weight: 600;
}

.articleTags a {
    padding: 0 3px;
    color: #9f9f9f;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.articleTags a:hover,
.articleTags a:focus {
    color: var(--vela-color-primary);
}

.articleComment .velaCommentTitle {
    margin: 0 0 30px;
    padding: 0;
    font-size: calc(var(--vela-font-size) + 8px);
    font-weight: 600;
    line-height: calc(var(--vela-font-size) + 18px);
    text-transform: uppercase;
}

.articleComment .velaCommentCount {
    margin: 0;
    margin-bottom: 10px;
    color: var(--vela-text-color-secondary);
    font-size:
        calc(var(--vela-font-size) + 2px);
    font-weight: 700;
    text-transform: uppercase;
}

.velaCommentsList {
    margin: 0 0 20px;
    padding: 20px 0;
}

.velaCommentsList li {
    display: block;
    margin: 0 0 15px;
}

.velaCommentsList li:last-child {
    margin-bottom: 0;
}

.velaCommentsList .itemComment {
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border: var(--vela-border-main);
    font-size: var(--vela-font-size);
    font-weight: 400;
    line-height: 24px;
}

.velaCommentsList .itemComment strong {
    color: var(--vela-text-color-secondary);
    font-weight: 400;
}

.formComment .row,
.formComment #fullWidthVertical .velaFilter .velaContent,
#fullWidthVertical .velaFilter .formComment .velaContent {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.formComment [class*='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.velaHomeBlogs.style1 .velaBlogItem .blogTitle {
    padding-top: 30px;
}

.velaHomeBlogs.style1 .velaBlogItem .blogTitle a {
    display: inline-block;
    background-color: var(--vela-color-primary);
    border-radius: 3px;
    color: #fff;
    font-size: calc(var(--vela-font-size) - 4px);
    padding: 0 10px;
    text-transform:
        uppercase;
    font-weight: 700;
}

.velaHomeBlogs.style1 .velaBlogItem .articleMeta {
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
    color:
        var(--vela-text-color-banner);
}

.velaHomeBlogs.style1 .velaBlogItem .articleMeta .articleAuthor {
    color: var(--vela-text-color-secondary);
    font-weight:
        bold;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .velaHomeBlogs.style1 .velaBlogItem .blogPostImage img {
        width: 100%;
    }
}

.velaHomeBlogs.style1 .velaBlogItem .blogPostTitle {
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 700;
    line-height: calc(var(--vela-font-size) + 10px);
    margin: 10px 0 20px;
}

.velaHomeBlogs.style1 .velaBlogItem .blogPostTitle a {
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.velaHomeBlogs.style1 .velaBlogItem .blogPostShortdesc {
    margin-bottom: 25px;
}

.velaHomeBlogs.style1 .velaBlogItem .btnBlogReadMore {
    color: var(--vela-text-color-secondary);
    font-weight: 700;
    font-size: calc(var(--vela-font-size) - 2px);
    border: 2px solid var(--vela-border-color);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 5px;
    padding: 13px 30px;
    display:
        inline-block;
}

.velaHomeBlogs.style1 .velaBlogItem .btnBlogReadMore .icons {
    position: relative;
    bottom: -2px;
    font-size: 14px;
    margin-left: 10px;
}

.velaHomeBlogs.style1 .velaBlogItem .btnBlogReadMore:hover {
    border-color: var(--vela-color-primary);
    color:
        var(--vela-color-primary);
}

.blogArticle.blogArticleListing .articleTitle {
    margin: 0 0 5px;
}

.blogArticle.blogArticleListing .articleMeta {
    margin: 0 0 20px;
}

.blogArticle .articleMeta {
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.blogArticle .articleMeta .articleAuthor {
    color: var(--vela-text-color-secondary);
    font-weight: bold;
    margin-right:
        5px;
}

.blogArticle .blogTitle a {
    display: inline-block;
    background-color: var(--vela-color-primary);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.blogArticle .articleImage a {
    display: block;
}

.blogArticle .media-body {
    padding-left: 20px;
}

.blogArticle .btnBlogReadMore {
    color: var(--vela-text-color-secondary);
    font-weight: 700;
    font-size:
        calc(var(--vela-font-size) - 2px);
    border: 2px solid var(--vela-border-color);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 5px;
    padding: 13px 30px;
    display:
        inline-block;
}

.blogArticle .btnBlogReadMore .icons {
    position: relative;
    bottom: -2px;
    font-size: 14px;
    margin-left: 10px;
}

.blogArticle .btnBlogReadMore:hover {
    border-color: var(--vela-color-primary);
    color: var(--vela-color-primary);
}

.articleImage {
    position: relative;
}

.articleImage img {
    width: 100%;
}

.articleTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 10px 0 20px;
}

.articleTitle a {
    display: block;
    color: var(--vela-text-color-secondary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.articleTitle a:hover,
.articleTitle a:focus {
    color: var(--vela-color-primary);
}

.articleDesc {
    line-height: 26px;
    margin-bottom: 25px;
}

.articleMore {
    padding-top: 25px;
    border-top: var(--vela-border-main);
}

.articleMore .btn {
    padding: 8px 30px;
}

.articleMore .articleCountComment {
    color: #9f9f9f;
    margin-top: 10px;
}

.listSidebarBlog {
    margin: 0px;
    padding: 0px;
}

.listSidebarBlog li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.listSidebarBlog li .titleBlogsidebar {
    font-weight: 500;
    font-size: calc(var(--vela-font-size) + 2px);
}

.listSidebarBlog li time {
    display: block;
    color: var(--vela-text-color-banner);
    line-height: 18px;
    padding-bottom: 8px;
    font-size: calc(var(--vela-font-size) - 1px);
}

.sidebarBlogCateItem {
    position: relative;
}

.sidebarBlogCateItem span {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor:
        pointer;
}

.sidebarBlogCateItem span:before {
    content: "\f106";
    font-family: var(--vela-font-icon);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebarBlogCateItem span.collapsed:before {
    content: "\f107";
}

.sidebarBlogCateItem a {
    display: block;
    padding: 5px 0;
    color: var(--vela-text-color-primary);
    font-size:
        var(--vela-font-size);
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding-left: 23px;
    line-height: 26px;
}

.sidebarBlogCateItem a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 5px;
    height:
        5px;
    border-radius: 50%;
    background: var(--vela-text-color-primary);
    -webkit-transition: all 0.45s ease;
    -o-transition:
        all 0.45s ease;
    transition: all 0.45s ease;
}

.sidebarBlogCateItem a:hover,
.sidebarBlogCateItem a:focus {
    color: var(--vela-color-primary);
}

.sidebarBlogCateItem a:hover:before,
.sidebarBlogCateItem a:focus:before {
    background-color: var(--vela-color-primary);
}

.sidebarBlogCateItem>div {
    padding-left: 15px;
}

.sidebarBlogCateItem>div .sidebarCateItem {
    border-bottom: 0;
}

.velaBlogSidebar .blogSidebar:first-child .titleSidebar {
    border-top: 0;
    padding-top: 10px;
}

.velaBlogSidebar .wrap {
    box-shadow: 0 0 2px var(--vela-border-color);
    padding: 10px;
    text-align: center;
}

.velaBlogSidebar .authorAvata .avatar {
    background-color: #f1f1f1;
    padding: 30px 0;
}

.velaBlogSidebar .authorAvata .avatar svg {
    fill: #ccc;
    width: 200px;
}

.velaBlogSidebar .blogAuthorSocial {
    padding-top: 5px;
}

.velaBlogSidebar .blogAuthorSocial li {
    margin: 0 3px;
}

.velaBlogSidebar .blogAuthorSocial a {
    color: #cccccc;
    font-size: 18px;
}

.velaBlogSidebar .blogAuthorSocial a:hover {
    color: var(--vela-text-color-secondary);
}

.sidebarArticleItem {
    padding: 9px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebarArticleItemImage {
    width: 37%;
    padding: 8px 0;
    padding-right: 20px;
}

.sidebarArticleItemImage a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.sidebarArticleItemImage img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform:
        translate(-50%, 0);
}

.sidebarArticleItemContent {
    width: 63%;
}

.sidebarArticleItemContent a {
    display: block;
    margin-bottom: 6px;
    color: var(--vela-text-color-secondary);
    font-size:
        var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 10px);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.sidebarArticleItemContent a:hover,
.sidebarArticleItemContent a:focus {
    color: var(--vela-color-primary);
}

.sidebarArticleItemContent time {
    color: #c3c3c3;
    font-size: calc(var(--vela-font-size) - 1px);
}

@media (min-width: 768px) {
    .blogSidebar {
        margin-bottom: 50px;
    }
}

.blogTagsList {
    margin: 0 -4px;
    padding: 15px 0;
    font-size: 0;
}

.blogTagsList li {
    display: inline-block;
    padding: 0 4px;
}

.blogTagsList a {
    display: block;
    margin-bottom: 8px;
    padding: 4px 10px;
    color: var(--vela-text-color-primary);
    font-size: var(--vela-font-size);
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blogTagsList a:hover,
.blogTagsList a:focus {
    color: #fff;
    background-color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
}

.articleItem {
    line-height: 32px;
}

.articleItem .articleFeaturedImage {
    margin-bottom: 30px;
}

.articleItem .articleDetailContent {
    padding: 10px 0;
}

.articleFeaturedImage {
    margin-bottom: 30px;
    padding-top: 8px;
}

.articleDetailContent {
    margin: 0 auto;
}

.articleDetailContent .rte {
    margin-bottom: 15px;
}

.articleDetailContent .rte img {
    display: block;
    max-width: 100%;
    height: auto;
}

.articleHeader {
    margin-bottom: 20px;
}

.articleHeader .articleMeta {
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.articleHeader .articleMeta .articleAuthor {
    color: var(--vela-text-color-secondary);
    font-weight: bold;
    margin-right:
        5px;
}

.articleHeader .blogTitle a {
    display: inline-block;
    background-color: var(--vela-color-primary);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.articleBoxExtend {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-left: -15px;
    padding: 15px 0;
}

.articleExtend {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.articleExtendRight {
    text-align: right;
}

.articleExtendImage {
    margin-bottom: 16px;
}

.articleExtendImage a {
    display: block;
    overflow: hidden;
}

.articleExtendNavText {
    margin-bottom: 10px;
    font-size: calc(var(--vela-font-size) - 2px);
    line-height:
        calc(var(--vela-font-size) + 8px);
}

.articleExtendNavText a {
    background-color: #ebebeb;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.articleExtendNavText a:hover,
.articleExtendNavText a:focus {
    background-color: var(--vela-color-primary);
    color: #fff;
}

.articleExtendTitle {
    font-size: calc(var(--vela-font-size) + 8px);
    font-weight: 600;
    line-height:
        calc(var(--vela-font-size) + 18px);
}

.articleExtendTitle a {
    display: inline-block;
    color: var(--vela-text-color-secondary);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.articleExtendTitle a:hover,
.articleExtendTitle a:focus {
    color: var(--vela-color-primary);
}

.articlePostBottom {
    padding: 15px 0;
    border-top: var(--vela-border-main);
    border-bottom: var(--vela-border-main);
    margin: 30px 0 15px;
}

.articlePostBottom .articleAuthor {
    position: relative;
    float: left;
    line-height: 30px;
}

.articlePostBottom .articleAuthor span {
    color: var(--vela-text-color-secondary);
    font-weight: 600;
}

.articleSocialSharing {
    line-height: 30px;
}

.articleSocialSharing>span {
    float: left;
    font-weight: 600;
    margin-right: 10px;
}

.articleFacebookShare {
    display: inline-block;
    vertical-align: middle;
}

.articleFacebookShare .fb-share-button {
    display: block;
    line-height: 20px;
}

.articleTwitterShare {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.articleTwitterShare .twitter-share-button {
    display: block;
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
}

.articleTwitterShare .twitter-share-button i {
    font-size: 12px;
}

.additional-checkout-buttons {
    margin-top: 20px;
}

.cartTitle {
    margin: 0px;
    padding: 10px 0px;
    font-family: var(--vela-font-family);
    font-size: calc(var(--vela-font-size) + 8px);
    font-weight: 600;
}

.cartContainer {
    margin: 30px 0 60px;
    min-height: 60vh;
}

.cartTable {
    margin: 30px 0px 0px 0px;
}

.cartTable a:hover,
.cartTable a:focus {
    text-decoration: none;
}

.cartTable .cartHeaderLabels {
    background-color: #f7f7f7;
    color: var(--vela-text-color-secondary);
    border-bottom:
        var(--vela-border-main);
}

.cartTable .cartHeaderLabels>div {
    padding: 10px;
    font-weight: 600;
    color: #262e31;
    text-transform: uppercase;
}

.cartTable .cartHeaderLabels>div:last-child {
    border-right: none;
}

.cartTable .btnUpdateCart {
    border-bottom: 1px solid var(--vela-text-color-secondary);
    color:
        var(--vela-text-color-secondary);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-left: 10px;
    height: 18px;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
}

.cartTable .btnUpdateCart:hover {
    border-color: transparent;
}

.cartTable .cartRemove {
    display: block;
    border-bottom: 1px solid var(--vela-color-primary);
    height: 18px;
    padding: 0;
    font-size: 12px;
    color: var(--vela-color-primary);
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.cartTable .cartRemove:hover {
    border-color: transparent;
}

.cartTable .velaJsQty .velaQtyNum {
    height: 38px;
}

.cartItemWrap>.flexRow {
    border-bottom: var(--vela-border-main);
    padding: 15px 0;
}

.cartItemWrap .productImage {
    padding-right: 20px !important;
}

.cartItemWrap .cartGroup {
    margin-top: 10px;
}

.cartItemWrap .productInfo .productName {
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight: 500;
}

.cartSubtotalTitle {
    font-weight: 500;
}

.cartSubtotal {
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 600;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px;
}

.functionCart {
    padding: 20px 5px;
    border: var(--vela-border-main);
    border-top: 0px;
    background-color: #f7f7f7;
}

.functionCart label {
    font-weight: 500;
}

.functionCart .cartSubtotal {
    color: var(--vela-color-primary);
}

.cartEmptyContent {
    padding: 20px 0px;
    color: var(--vela-text-color-secondary);
    font-size: calc(var(--vela-font-size) - 1px);
}

.cartEmptyContent .cartEmpty {
    color: var(--vela-text-color-primary);
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight: 600;
    text-transform: uppercase;
}

.cartBoxSubtotal {
    margin-bottom: 6px;
}

.cartBoxSubtotal .cartSubtotalTitle {
    margin-right: 10px;
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight:
        600;
}

.cartBoxSubtotal .cartSubtotal {
    font-size: calc(var(--vela-font-size) + 10px);
}

.cartShipping {
    margin-bottom: 20px;
}

.functionCartButton {
    margin-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.functionCartButton .btnUpdateCart {
    color: var(--vela-text-color-secondary);
    background-color: #fff;
    border: 2px solid var(--vela-border-color);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 700;
    font-size: calc(var(--vela-font-size) - 2px);
    margin-right: 10px;
}

.functionCartButton .btnUpdateCart:hover {
    border-color: var(--vela-color-primary);
    background-color:
        var(--vela-color-primary);
    color: #fff;
}

.cartProductProp {
    font-size: calc(var(--vela-font-size) - 2px);
}

.cartSubtotal {
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 600;
}

.btnViewCart {
    display: inline-block;
    padding: 8px 25px;
    color: var(--vela-text-color-secondary);
    background-color:
        #fff;
    border: 2px solid var(--vela-border-color);
    font-size: calc(var(--vela-font-size) - 2px);
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnViewCart:hover,
.btnViewCart:focus {
    color: #fff;
    border-color: var(--vela-color-primary);
    background-color:
        var(--vela-color-primary);
    text-decoration: none;
}

.btnCheckout {
    color: #fff;
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 700;
    font-size: calc(var(--vela-font-size) - 2px);
}

.btnCheckout:hover {
    color: #fff;
    background: var(--vela-text-color-secondary);
    border-color:
        var(--vela-text-color-secondary);
}

.btnCartNote {
    display: inline-block;
    padding: 8px 25px;
    color: var(--vela-text-color-primary);
    background-color:
        transparent;
    border: var(--vela-border-main);
    font-size: calc(var(--vela-font-size) - 2px);
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnCartNote.collapsed .icofont:before {
    content: "\ed31";
}

.btnCartNote:hover,
.btnCartNote:focus {
    color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
    text-decoration: none;
}

.velaCartTop {
    margin-left: 25px;
    padding: 15px 0;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1220px) {
    .velaCartTop {
        margin-left: 30px;
    }

    .velaCartTop:before {
        content: "";
        height: 17px;
        width: 1px;
        background-color: var(--vela-header-textcolor);
        position:
            absolute;
        top: 50%;
        margin-top: -8px;
        left: -15px;
    }
}

@media (max-width: 992px) {
    .velaCartTop {
        margin-left: 15px;
    }
}

.velaCartTop>a {
    position: relative;
    color: var(--vela-header-textcolor);
    line-height: 14px;
    font-size: 20px;
    padding-right: 10px;
}

.velaCartTop>a .text {
    position: absolute;
    font-size: calc(var(--vela-font-size) - 2px);
    color:
        var(--vela-header-textcolor);
    font-weight: 400;
    top: -5px;
    right: 0;
}

.velaCartTop>a .icons {
    font-size: 18px;
}

.velaCartTop>a:hover,
.velaCartTop>a:hover .text {
    color: var(--vela-color-primary);
}

.velaCartTop.active .velaAjaxCartModal,
.velaCartTop:hover .velaAjaxCartModal,
.velaCartTop:focus .velaAjaxCartModal {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.velaCartTop .cartRemove {
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    border:
        var(--vela-border-main);
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaCartTop .cartRemove .btnClose {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    margin-left: -4px;
    margin-top: -4px;
}

.velaCartTop .cartRemove .btnClose:before,
.velaCartTop .cartRemove .btnClose:after {
    background-color: #999999;
}

.velaCartTop .cartRemove:hover {
    border-color: var(--vela-color-primary);
}

.velaCartTop .cartRemove:hover .btnClose:before,
.velaCartTop .cartRemove:hover .btnClose:after {
    background-color:
        var(--vela-color-primary);
}

.velaCartTop .cartRemove span {
    display: none;
}

#CartCount {
    display: block;
    line-height: 12px;
}

.velaAjaxCartModal {
    position: absolute;
    top: 100%;
    right: 15px;
    z-index: 20;
    padding: 20px;
    width: 300px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.headerCartEmpty {
    padding: 6px;
    font-size: calc(var(--vela-font-size) - 1px);
    font-weight: 400;
}

.headerCartScroll .ajaxCartProduct {
    position: relative;
    margin-bottom: 15px;
}

.headerCartImage {
    width: 30%;
}

.headerCartImage a {
    display: block;
}

.headerCartContent {
    padding: 0 15px;
    width: 70%;
}

.headerCartProductName {
    display: block;
    margin-bottom: 5px;
    color: var(--vela-text-color-secondary);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.headerCartProductName:hover,
.headerCartProductName:focus {
    color: var(--vela-color-primary);
    text-decoration: none;
}

.headerCartProductMeta {
    font-size: calc(var(--vela-font-size) - 2px);
    color: var(--vela-text-color-banner);
}

.headerCartPrice {
    font-size: calc(var(--vela-font-size) - 2px);
}

.headerCartPrice span {
    display: inline-block;
}

.headerCartRemoveBox {
    position: absolute;
    top: 5px;
    right: 0;
}

.headerCartTotal {
    padding-top: 15px;
}

.headerCartTotal:after {
    content: '';
    display: table;
    clear: both;
}

.headerCartTotal .headerCartTotalTitle {
    float: left;
    font-weight: 600;
    line-height: 30px;
    color:
        var(--vela-text-color-secondary);
}

.headerCartTotal .headerCartTotalNum {
    float: right;
    font-size: calc(var(--vela-font-size) + 4px);
    line-height: 30px;
}

.headerCartButton {
    margin-top: 20px;
}

.headerCartButton .headerCartButtonBox {
    padding-top: 10px;
    width: 50%;
}

.headerCartButton .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    line-height:
        calc(var(--vela-font-size) + 4px);
    font-size: calc(var(--vela-font-size) - 1px);
}

.headerCartModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.headerCartModal .overlayCart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor:
        var(--icon_close), auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.headerCartModal .headerCartContent {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: var(--vela-body-bg);
    width: 570px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 600px) {
    .headerCartModal .headerCartContent {
        width: 300px;
    }
}

.headerCartModal .headerCartContent:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 479px) {
    .headerCartModal .headerCartContent {
        max-height: 100%;
        padding: 15px;
        overflow-y: auto;
    }
}

.headerCartModal.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.headerCartModal.active .headerCartContent {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.headerCartModal .closeCartModal {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
}

.headerCartModal .closeCartModal:before,
.headerCartModal .closeCartModal:after {
    content: "";
    position: absolute;
    top:
        10px;
    left: 1px;
    width: 20px;
    height: 2px;
    background-color: var(--vela-text-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.headerCartModal .closeCartModal:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.headerCartModal .closeCartModal:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform:
        rotate(45deg);
    transform: rotate(45deg);
}

.headerCartModal .closeCartModal:hover:before,
.headerCartModal .closeCartModal:hover:after {
    background-color:
        var(--vela-color-primary);
}

.headerCartModal .cartProductImage {
    float: left;
    width: 42%;
    padding-right: 30px;
}

@media (max-width: 600px) {
    .headerCartModal .cartProductImage {
        width: 100%;
        padding-right: 0;
    }
}

.headerCartModal .cartProductContent {
    float: left;
    width: 58%;
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 600px) {
    .headerCartModal .cartProductContent {
        width: 100%;
    }
}

.headerCartModal .productTitle {
    margin-bottom: 8px;
    color: var(--vela-text-color-secondary);
    font-size:
        calc(var(--vela-font-size) + 2px);
}

.headerCartModal .alertCartModal {
    margin-bottom: 10px;
    color: #06be1c;
    font-size: var(--vela-font-size);
}

.cartModalButtons {
    margin: 0 auto;
    padding-top: 20px;
}

.cartModalButtons .btn {
    width: 100%;
}

.cartModalButtons .btnCheckout {
    margin-top: 10px;
}

.drawerClose {
    position: relative;
    display: block;
    height: 26px;
    position: absolute;
    right: 35px;
    top: 10px;
}

.jsDrawerClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.jsDrawerClose:before,
.jsDrawerClose:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 24px;
    height:
        2px;
    background-color: var(--vela-text-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.jsDrawerClose:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jsDrawerClose:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jsDrawerClose:hover:before,
.jsDrawerClose:hover:after {
    background-color: var(--vela-color-primary);
}

.drawerCartTitle {
    margin: 0;
    padding: 10px 0;
    color: var(--vela-text-color-secondary);
    border-bottom:
        var(--vela-border-main);
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 700;
    text-transform: uppercase;
}

.drawerCartEmpty {
    margin-top: 30px;
    text-align: center;
}

.drawerProduct {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: var(--vela-border-main);
    margin: 15px 0;
    padding-bottom: 15px;
}

.drawerProduct .drawerProductImage {
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 10px;
}

.drawerProduct .drawerProductContent {
    position: relative;
    padding: 0;
    width: 100%;
}

.drawerCartFooter {
    border-top: var(--vela-border-main);
    padding: 15px;
}

.drawerProductTitle {
    margin-bottom: 5px;
    padding-right: 15px;
}

.drawerProductTitle a {
    display: block;
    color: var(--vela-text-color-secondary);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.drawerProductTitle a:hover,
.drawerProductTitle a:focus {
    color: var(--vela-color-primary);
}

.drawerProductTitle span {
    display: block;
    color: var(--vela-text-color-banner);
    font-size: calc(var(--vela-font-size) - 1px);
}

.drawerProductPrice {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    .drawerProductPrice {
        margin-bottom: 10px;
    }
}

.drawerProductQty .velaQty {
    float: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border:
        var(--vela-border-main);
    width: 100px;
}

.drawerProductQty .qtyAdjust {
    background: transparent;
    border: 0;
    width: 28px;
    font-size: 18px;
    display: block;
    padding: 0;
}

.drawerProductQty .qtyAdjust:hover {
    color: var(--vela-color-primary);
    font-weight: 600;
}

.drawerProductQty .qtyNum {
    text-align: center;
    font-weight: 600;
    border: 0;
    width: 40px;
    height: 30px;
}

.drawerProductDelete {
    position: absolute;
    top: 5px;
    right: -5px;
}

.drawerProductDelete span {
    display: none;
}

.drawerProductDelete .cartRemove.btnClose {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform:
        scale(0.5);
    transform: scale(0.5);
}

.drawerProductDelete .cartRemove.btnClose::before,
.drawerProductDelete .cartRemove.btnClose::after {
    height: 3px;
}

.drawerSubtotal:after {
    content: "";
    display: table;
    clear: both;
}

.drawerSubtotal .cartSubtotalHeading {
    float: left;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.drawerSubtotal .cartSubtotal {
    float: right;
    line-height: 30px;
}

.drawerShipping {
    margin: 0 0 15px;
    padding: 10px 0;
    font-size: calc(var(--vela-font-size) - 1px);
}

.drawerButton .btnVelaCart {
    width: 100%;
}

.drawerButton .drawerButtonBox {
    margin-bottom: 15px;
}

.drawerButton .drawerButtonBox:last-child {
    margin-bottom: 0;
}

.ajaxCartNote {
    margin: 15px 0;
    padding: 15px;
}

.velaCartNoteGroup {
    margin-top: 15px;
    margin-bottom: 15px;
}

.velaCartNoteGroup label {
    display: none;
    margin-bottom: 10px;
    font-weight: 600;
}

.velaAccountTitle {
    position: relative;
    margin: 0 0 30px;
    padding: 10px 0;
    font-family: var(--vela-font-family);
    font-size: calc(var(--vela-font-size) + 12px);
    font-weight: 600;
}

@media (max-width: 479px) {
    .velaAccountTitle {
        margin: 0 0 15px;
    }
}

.velaAccountTitleSmall {
    margin-bottom: 15px;
    font-size: calc(var(--vela-font-size) + 2px);
}

.velaAccountContainer {
    padding: 50px 0;
}

.navFormAccount li {
    float: left;
    width: 50%;
}

.navFormAccount li a {
    padding: 20px 0;
    color: var(--vela-text-color-primary);
    background-color: #ebebeb;
    line-height:
        20px;
    text-align: center;
    font-size: calc(var(--vela-font-size) + 2px);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 700;
}

.navFormAccount li a:hover,
.navFormAccount li a:focus {
    color: var(--vela-text-color-primary);
    background-color:
        #ebebeb;
}

.navFormAccount li.active a {
    color: var(--vela-text-color-secondary);
    background-color: var(--vela-body-bg);
}

.velaFormAccount {
    margin: 0 auto;
    max-width: 600px;
    border-radius: 3px;
}

.velaFormAccount .tab-content {
    padding: 30px;
}

@media (max-width: 479px) {
    .velaFormAccount .tab-content {
        padding: 15px;
    }
}

.velaFormAccount .velaAccountTitle {
    font-size: calc(var(--vela-font-size) + 8px);
    text-align: center;
    margin-bottom: 0;
}

.formAccount .form-group {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .formAccount .form-group {
        margin-bottom: 15px;
    }
}

.formAccount label {
    font-weight: 600;
}

.formAccount .form-control {
    height: 40px;
    border-radius: 2px;
}

.formAccount .btn {
    width: 100%;
    height: 46px;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
}

@media (max-width: 479px) {

    .formAccount .row,
    .formAccount #fullWidthVertical .velaFilter .velaContent,
    #fullWidthVertical .velaFilter .formAccount .velaContent {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .formAccount .row [class*='col-'],
    .formAccount #fullWidthVertical .velaFilter .velaContent [class*='col-'],
    #fullWidthVertical .velaFilter .formAccount .velaContent [class*='col-'] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

.formAccountText {
    padding-bottom: 15px;
    text-align: center;
}

.formAccountResetPassword {
    padding: 30px;
}

@media (max-width: 479px) {
    .formAccountResetPassword {
        padding: 15px;
    }
}

.formActivateAccount {
    padding: 30px;
}

@media (max-width: 479px) {
    .formActivateAccount {
        padding: 15px;
    }
}

.form-group--pasword {
    position: relative;
}

.form-group--pasword .form-control {
    padding-right: 80px;
}

.form-group--pasword .velaShowPassword {
    position: absolute;
    top: 50%;
    right: 2px;
    min-width: 68px;
    margin-top: -15px;
    padding: 5px 10px;
    color: var(--vela-text-color-primary);
    border-left: var(--vela-border-main);
    font-size:
        calc(var(--vela-font-size) - 1px);
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}

.forgetPassword {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 479px) {
    .forgetPassword {
        margin-top: 15px;
    }
}

.form-buttonCancel {
    margin-top: 30px;
    text-align: center;
}

.velaAccountButton {
    display: inline-block;
    padding: 8px 25px;
    color: var(--vela-text-color-primary);
    background-color:
        transparent;
    border: var(--vela-border-main);
    font-size: calc(var(--vela-font-size) - 2px);
    line-height: 20px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaAccountButton:hover,
.velaAccountButton:focus {
    color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
    text-decoration: none;
}

.boxAccount {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
}

@media (max-width: 479px) {
    .boxAccount {
        margin-bottom: 15px;
        padding: 15px;
        height: auto;
    }
}

.boxAccount .accountContent {
    font-size: calc(var(--vela-font-size) - 1px);
    line-height: 20px;
}

.boxAccount .customerName {
    margin: 0;
    padding: 8px 0;
}

.boxAccount .customerEmail {
    margin-bottom: 8px;
}

.boxAccount .btnRecoverPassword {
    padding: 0;
    color: var(--vela-color-primary);
    border: 0;
    background-color:
        transparent;
    font-size: calc(var(--vela-font-size) - 2px);
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.boxAccount .btnRecoverPassword:hover {
    text-decoration: underline;
}

.boxAccount .accountButton a {
    display: inline-block;
    font-size: calc(var(--vela-font-size) - 2px);
    text-transform:
        uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.boxAccount .accountButton a:hover {
    text-decoration: underline;
}

.accountOrderBox {
    margin-top: 30px;
    padding: 30px;
    border-radius: 3px;
}

@media (max-width: 479px) {
    .accountOrderBox {
        margin-top: 15px;
        padding: 15px;
    }
}

.accountHeading {
    margin: 0 0 15px;
    padding: 0;
    font-size: calc(var(--vela-font-size) + 2px);
}

.addressInfo {
    margin: 0;
}

.addressInfo li {
    margin-bottom: 8px;
}

.addressInfo li:last-child {
    margin-bottom: 0;
}

.addressInfo label {
    margin: 0;
    font-weight: 400;
}

.orderBoxContent {
    font-size: calc(var(--vela-font-size) - 1px);
    line-height: 20px;
}

.orderBoxContent p {
    margin-bottom: 8px;
}

.orderBoxContent p:last-child {
    margin-bottom: 0;
}

.velaFormAddress {
    padding: 30px;
    font-size: calc(var(--vela-font-size) - 1px);
}

@media (max-width: 479px) {
    .velaFormAddress {
        padding: 15px;
    }
}

.velaFormAddress .velaAddAddress {
    width: 100%;
    text-align: center;
}

.formAddAddress {
    margin-top: 30px;
}

.formAddAddress .form-buttonCancel {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 479px) {
    .formAddAddress .form-buttonCancel {
        margin-top: 15px;
    }
}

.addressList {
    margin-top: 30px;
}

@media (max-width: 479px) {
    .addressList {
        margin-top: 15px;
    }
}

.addressList .addressBox {
    height: auto;
}

.labelDefault {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    color: var(--vela-text-color-banner);
    background-color: var(--vela-color-primary);
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.addressBoxFunction {
    margin-top: 15px;
}

.addressBoxFunction a {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    color:
        var(--vela-text-color-primary);
    background-color: transparent;
    border: var(--vela-border-main);
    font-size:
        calc(var(--vela-font-size) - 2px);
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition:
        all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.addressBoxFunction a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    font-family:
        var(--vela-font-icon);
    font-weight: normal;
}

.addressBoxFunction a:first-child:before {
    content: "\f044";
}

.addressBoxFunction a:last-child:before {
    content: "\f00d";
}

.addressBoxFunction a:hover,
.addressBoxFunction a:focus {
    color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
    text-decoration: none;
}

.accountAddress .addressInfo {
    margin-bottom: 8px;
}

.tableOrder {
    margin-bottom: 0;
}

.tableOrder>thead>tr>th {
    font-weight: 600;
}

.orderAdreess {
    margin-top: 30px;
}

@media (max-width: 479px) {
    .orderAdreess {
        margin-top: 15px;
    }
}

@media (min-width: 480px) {
    .orderAdreess .boxAccount {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .pageContactInfo {
        padding: 50px 0;
    }
}

.breadCrumbContact .velaBreadcrumbs {
    margin-bottom: 0;
}

.velaContactTitle {
    padding: 0px 0 30px;
    margin: 0;
    position: relative;
    /* font-size: calc(var(--vela-font-size) + 8px);
    line-height: calc(var(--vela-font-size) + 14px); */
    font-weight: 600;
    text-transform: uppercase;
}

.timeWork {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.timeWork:before,
.timeWork:after {
    content: " ";
    display: table;
}

.timeWork:after {
    clear: both;
}

.timeWork li {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.timeWork li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    border-top: 1px dotted var(--vela-border-color);
}

.timeWork li span {
    position: relative;
    background-color: var(--vela-body-bg);
}

.velaContactBox {
    margin-bottom: 30px;
}

.velaGoogleMap {
    position: relative;
}

.velaGoogleMapInner {
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.googleOverPlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.formContactUs label {
    margin-bottom: 9px;
    font-weight: 400;
    color: #a3a3a3;
}

.formContactUs label sup {
    color: var(--vela-color-primary);
}

.formContactUs .form-group {
    margin-bottom: 24px;
}

.formContactUs .form-control {
    height: 48px;
}

.formContactUs textarea.form-control {
    height: auto;
}

.pageContactLeft .velaTitle {
    padding-top: 0;
    margin-top: 0;
    font-weight: 700;
}

.velaContactBox {
    margin: 0 auto;
}

.velaContactBoxText {
    position: relative;
    line-height: 30px;
}

.velaContactBoxText span {
    font-weight: 600;
    color: #656d74;
}

.velaContactBoxDesc {
    margin-bottom: 30px;
    line-height: 24px;
}

.velaContactBoxPhone {
    font-size: 18px;
    color: var(--vela-color-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.velaContactBoxPhone .wrap {
    margin-left: 15px;
}

.velaContactBoxPhone span {
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: var(--vela-font-size);
    color: var(--vela-text-color-primary);
}

.btnContact {
    background-color: #fff;
    padding: 13px 30px;
    width: 100%;
    border: 1px solid var(--vela-border-color);
    color: #666666;
    text-transform: uppercase;
    font-size: var(--vela-font-size);
    text-align: center;
    min-width: 270px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btnContact:hover {
    border-color: var(--vela-color-primary);
    color: var(--vela-color-primary);
}

.PortfolioContainer {
    margin-left: -15px;
    margin-right: -15px;
}

.PortfolioContainer.noGutter {
    margin-left: 0;
    margin-right: 0;
}

.container-full .PortfolioContainer {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
}

.container-full .PortfolioContainer.noGutter {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.velaPortfolio .grid-item-content {
    position: relative;
    margin-bottom: 30px;
}

.velaPortfolio .noGutter .grid-item-content {
    margin-bottom: 0;
}

.velaPortfolio .portfolioMeta {
    margin-top: 30px;
}

.velaPortfoItem .portfoContent {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    background-color: #fff;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.velaPortfoItem .grid-item-content:hover .portfoContent {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.1s, 0.1s;
    -moz-transition-delay: 0.1s, 0.1s;
    -ms-transition-delay: 0.1s, 0.1s;
    -o-transition-delay: 0.1s, 0.1s;
    transition-delay: 0.1s, 0.1s;
}

.pageSearchContent {
    border-top: var(--vela-border-main);
}

.velaSearchContainer {
    padding: 100px 0 80px;
}

.velaSearchContainer .formSearch {
    position: relative;
    visibility: visible;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.velaSearchTitle {
    display: block;
    margin: 0 0 15px;
    padding: 10px 0;
    font-size: calc(var(--vela-font-size) + 8px);
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.velaSearchIcon {
    font-size: 20px;
    line-height: 18px;
    margin-left: 25px;
    color: var(--vela-header-textcolor);
    position:
        relative;
}

@media (max-width: 1220px) {
    .velaSearchIcon {
        margin-left: 15px;
    }
}

#velaSearchTop {
    right: 15px;
    position: absolute;
    top: 0%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    width: 400px;
    padding: 0 40px 0 20px;
    border-radius: 3px;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 992px) {
    #velaSearchTop {
        left: 15px;
        width: auto;
    }
}

#velaSearchTop.in {
    top: 100%;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#velaSearchTop .velaSearch {
    border: 0px;
    color: var(--vela-text-color-secondary);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
}

#velaSearchTop .btnVelaSearch {
    position: absolute;
    top: 12px;
    right: 20px;
    color: var(--vela-text-color-secondary);
    background: transparent;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

#velaSearchTop .btnVelaSearch:focus,
#velaSearchTop .btnVelaSearch:hover {
    color: var(--vela-color-primary);
}

#velaSearchTop .btnVelaSearch .btnSearchText {
    display: none;
}

.searchClose {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    visibility: visible;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
}

.searchClose.collapsed {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.velaFormSearchInput {
    border-width: 1px;
}

.velaFormSearchButton {
    background-color: var(--vela-color-primary);
    color: #fff;
    font-size: calc(var(--font-size-base) + 2px) !important;
    -webkit-transition: all 0.2 ease-in-out 0s;
    -o-transition: all 0.2 ease-in-out 0s;
    transition: all 0.2 ease-in-out 0s;
}

.velaFormSearchButton .fa {
    display: none;
}

.velaFormSearchButton:hover {
    background-color: #333E48;
    border-color: #333E48;
}

.velaFormSearchInput {
    font-size: calc(var(--vela-font-size) - 1px) !important;
}

.velaAjaxSearch {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border: var(--vela-border-main);
    list-style: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0,
            0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.velaAjaxSearch li {
    padding: 5px 0;
}

.velaAjaxSearch li:last-child {
    border-bottom: 0;
}

.velaAjaxSearch a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    color:
        var(--vela-text-color-primary);
    font-size: calc(var(--vela-font-size) - 1px);
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.velaAjaxSearch a:after {
    content: '';
    display: table;
    clear: both;
}

.velaAjaxSearch a:hover,
.velaAjaxSearch a:focus {
    color: var(--vela-color-primary);
}

.velaAjaxSearch a.searchViewAll {
    display: block;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    text-transform:
        uppercase;
}

.searchProductImage {
    -webkit-flex: 0 0 38px;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
}

.searchProductTitle {
    width: 100%;
    padding: 0 10px;
}

.searchBoxTop {
    z-index: 9999;
    position: fixed;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    right: -20%;
    top: 0;
    visibility:
        hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.searchBoxTop.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.searchOverLayer {
    width: 60px;
    height: 60px;
    position: fixed;
    top: -60px;
    right: -60px;
    z-index: 9998;
    cursor:
        var(--icon_close), auto;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.searchOverLayer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: var(--vela-color-primary);
    opacity: 0.9;
    border-radius: 60%;
    pointer-events: auto;
    -webkit-transition:
        all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:
        all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.searchOverLayer.active:before {
    -webkit-transform: scale(75);
    -ms-transform: scale(75);
    -o-transform: scale(75);
    transform: scale(75);
}

.articleItemSearch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 0;
}

.articleItemSearchImage {
    position: relative;
    width: 230px;
    padding-right: 30px;
}

.articleItemSearchImage a {
    position: relative;
    display: block;
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.articleItemSearchImage img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform:
        translate(-50%, 0);
}

.articleItemSearchContent {
    width: 100%;
}

.articleItemSearchTitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 600;
    line-height: 28px;
}

.articleItemSearchTitle a {
    display: inline-block;
    color: var(--vela-text-color-secondary);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.articleItemSearchTitle a:hover,
.articleItemSearchTitle a:focus {
    color: var(--vela-color-primary);
}

.articleItemSearchDesc {
    padding-top: 5px;
}

.formSearchPage {
    max-width: 600px;
    margin: 2px auto 30px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 3px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.formSearchPage .input-group {
    width: 100%;
}

.formSearchPage .input-group-addon {
    width: 50px;
    border: 0;
}

.formSearchPageInput {
    width: 100%;
    height: 48px;
    border: 0;
    padding: 9px 50px 9px 20px;
    color:
        var(--vela-text-color-secondary);
}

.formSearchPageInput:hover,
.formSearchPageInput:focus {
    border-color: var(--vela-text-color-secondary);
}

.formSearchPageButton {
    color: var(--vela-text-color-secondary);
    background-color: transparent;
    font-size:
        calc(var(--vela-font-size) + 2px);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 30px;
    width: 50px;
    border: 0;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    border-radius: 0;
    line-height: 32px;
    border-left: 1px solid #a1a1a1;
    z-index: 3;
}

.formSearchPageButton .searchPageButtonText {
    display: none;
}

.formSearchPageButton:hover,
.formSearchPageButton:focus {
    color: var(--vela-color-primary);
}

.jsQuickview .proFeaturedImage {
    position: relative;
    width: 100%;
}

.jsQuickview .proFeaturedImage a {
    display: block;
}

.jsQuickview .proFeaturedImage .loadingImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #e5e5e5;
}

.jsQuickview .proFeaturedImage .loadingImage:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: -27px auto 0px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image:
        var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0,
            0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.jsQuickview .selector-wrapper.hiddenVariant {
    display: none !important;
}

#velaQuickView {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1135;
    overflow-x: auto;
    overflow-y: scroll;
}

#velaQuickView .quickviewOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

#velaQuickView .jsQuickview {
    position: absolute;
    width: 900px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px;
    z-index: 2;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#velaQuickView .jsQuickview.velaFadeOut {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#velaQuickView .quickviewName {
    margin-top: 0;
}

#velaQuickView .quickviewClose {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #fff;
    width: 40px;
    height: 38px;
}

#velaQuickView .quickviewClose:before,
#velaQuickView .quickviewClose:after {
    width: 20px;
    background-color: #333;
    left:
        10px;
    top: 17px;
}

#velaQuickView .quickviewClose:hover {
    background-color: #333e48;
}

#velaQuickView .quickviewClose:hover:before,
#velaQuickView .quickviewClose:hover:after {
    background-color: #fff;
}

#velaQuickView .proBoxPrimary {
    padding: 0;
}

#velaQuickView .proVariantsQuickview {
    margin-bottom: 20px;
}

#velaQuickView .proBoxInfo {
    margin-left: 0 !important;
}

#velaQuickView .proShortDescription {
    margin-bottom: 25px;
    padding-top: 0;
}

#velaQuickView .proQuantity {
    padding-top: 10px;
    margin-bottom: 20px;
}

.proThumbnailsQuickview .owl-thumblist .owl-nav>div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    filter:
        alpha(opacity=100);
    visibility: visible;
}

.proThumbnailsQuickview .owl-thumblist .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px;
}

.proThumbnailsQuickview .owl-thumblist .owl-stage {
    display: flex;
}

.proThumbnailsQuickview .owl-thumblist .owl-item {
    width: 78.5px;
    min-height: 70px;
    display: block;
}

.proThumbnailsQuickview .owl-thumblist .thumbItem {
    padding: 10px 5px 0;
}

.proThumbnailsQuickview .owl-thumblist .thumbItem a.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.proThumbnailsQuickview .owl-thumblist .thumbItem img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

@media (max-width: 991px) {
    .productQuickView {
        display: none;
    }
}

.aboutBannerTop .pageContainer {
    position: relative;
}

.aboutBannerTop .pageContent {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}

.aboutBannerTop .pageContent .velaTitle {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
    line-height: 38px;
    text-transform: uppercase;
}

.aboutBannerTop .pageContent .rte {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .velaAboutUsFeature {
        padding: 40px 0;
    }
}

.velaAboutUsFeature .featureImage img {
    width: 100%;
}

.velaAboutUsFeature .featureTitle {
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight: 600;
    text-transform:
        uppercase;
    padding: 20px 0 10px;
    position: relative;
}

.velaAboutUsFeature .featureTitle:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .velaAboutUsFeature img {
        width: 100%;
    }
}

.velaAboutService {
    color: #fff;
}

.velaAboutService .velaHomeTitle {
    color: #fff;
    margin-bottom: 30px;
}

.velaAboutService .velaHomeTitle:before {
    background-color: #fff;
}

.velaAboutService .boxService {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .velaAboutService .boxService {
        margin-bottom: 30px;
    }
}

.velaAboutService .wrap {
    padding: 20px;
}

.velaAboutService .boxServiceImage {
    margin-right: 15px;
}

.velaAboutService .boxServiceImage .fa {
    font-size: 40px;
}

.velaAboutService .boxServiceTitle {
    color: #fff;
    font-size: calc(var(--vela-font-size) + 2px);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 992px) {
    .velaAboutService .velaContent {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .velaAboutUsTeams {
        padding: 40px 0;
    }
}

.velaAboutUsTeams .aboutMember {
    box-shadow: 0 0 3px #ccc;
}

.velaAboutUsTeams .aboutContent {
    padding: 10px;
}

.velaAboutUsTeams .aboutMemberName {
    font-size: calc(var(--vela-font-size) + 2px);
    text-transform: uppercase;
    margin:
        10px 0 4px;
    color: var(--vela-text-color-secondary);
    font-weight: 500;
}

.velaAboutUsTeams .aboutMemberImage img {
    width: 100%;
}

.velaAboutUsTeams .aboutMemberPosition {
    font-size: var(--vela-font-size);
}

.velaAboutUsTeams .velaListSocial {
    margin: 5px 0;
}

.velaAboutUsTeams .velaListSocial li {
    margin: 0 5px;
}

.faqPageWrapper .panel-group {
    margin: 0;
}

.faqPageWrapper .panel {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    border: 1px dashed var(--vela-border-color);
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faqPageWrapper .panel+.panel {
    margin-top: 12px;
}

.faqPageWrapper .panel-heading {
    padding: 0;
    border: 0;
}

.faqPageWrapper .panel-title a {
    position: relative;
    display: block;
    padding: 10px 40px;
    color: #fff;
    background-color:
        var(--vela-text-color-secondary);
    font-size: var(--vela-font-size);
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;

    @media (max-width: 767px) {
        font-size: calc(var(--vela-font-size) - 2px);
        line-height: calc(var(--vela-font-size) + 4px);
    }
}

.faqPageWrapper .panel-title a:before,
.faqPageWrapper .panel-title a:after {
    background-color: #f2f2f2;
}

.faqPageWrapper .panel-title a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
    display: block;
    width: 9px;
    height: 3px;
}

.faqPageWrapper .panel-title a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    display:
        block;
    width: 3px;
    height: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.faqPageWrapper .panel-title a.collapsed {
    color: var(--vela-text-color-secondary);
    background-color: #f2f2f2;
}

.faqPageWrapper .panel-title a.collapsed:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.faqPageWrapper .panel-title a.collapsed:before,
.faqPageWrapper .panel-title a.collapsed:after {
    background-color:
        var(--vela-text-color-secondary);
}

.faqPageWrapper .panel-collapse .faq-item--content {
    padding: 20px;
}

/* ─── FAQ Accordion Group (multi-group mode) ─────────────────────────── */

.faq-accordion-group {
    margin-bottom: 40px;
}

.faq-accordion-group:last-child {
    margin-bottom: 0;
}

.faq-accordion-group__inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* Banner image column */
.faq-accordion-group__banner {
    flex: 0 0 260px;
    max-width: 260px;
}

.faq-accordion-group__banner-img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background-color: #f5f3f0;
}

.faq-accordion-group__banner-img .faq-group-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.faq-accordion-group__banner-img:hover .faq-group-img {
    transform: scale(1.04);
}

/* Content column */
.faq-accordion-group__content {
    flex: 1 1 auto;
    min-width: 0;
}

.faq-accordion-group__content--with-banner {
    flex: 1 1 0;
}

/* Group title */
.faq-accordion-group__title {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-accordion-group__inner {
        gap: 20px;
    }

    .faq-accordion-group__banner {
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .faq-accordion-group__inner {
        flex-direction: column;
        gap: 16px;
    }

    .faq-accordion-group__banner {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .faq-accordion-group__banner-img {
        aspect-ratio: 16 / 9;
        max-height: none;
        width: 100%;
    }

    .faq-accordion-group__content {
        width: 100%;
    }
}

/* ─────────────────────────────────────────────────────────────────────── */

.ourMember {
    position: relative;
    margin-bottom: 80px;
}

.ourMember .ourContent {
    background: #fff;
    padding: 20px 24px 0;
    position: absolute;
    left: 24px;
    bottom: 0;
    margin-bottom: -80px;
    right: 0;
}

.ourMember .ourMemberName {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.ourMember .ourMemberPosition {
    margin-bottom: 14px;
    margin-top: 5px;
}

.ourMember .velaSocial {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}

.ourMember:hover .velaSocial {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.velaOurBanner {
    margin-top: 80px;
}

.velaOurBannerText {
    background: #333;
    color: #fff;
    padding: 20px 0 5px;
}

.velaOurBannerText .h2 {
    font-family: var(--vela-font-family-secondary);
    margin: 0;
    color: #fff;
}

.jsDrawerOpen {
    overflow: hidden;
    height: 100%;
}

.jsDrawerOpen #pageContainer:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    height:
        100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: var(--icon_close), auto;
}

.drawer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 95%;
    padding: 0 15px;
    z-index: 92;
    color:
        var(--vela-text-color-primary);
    background-color: var(--vela-body-bg);
    outline: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    -webkit-transition:
        all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawerLeft {
    width: 400px;
    left: -400px;
}

@media (max-width: 479px) {
    .drawerLeft {
        width: 300px;
        left: -300px;
    }
}

.jsDrawerOpenLeft .drawerLeft {
    display: block;
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
}

@media (max-width: 479px) {
    .jsDrawerOpenLeft .drawerLeft {
        -webkit-transform: translateX(300px);
        -moz-transform:
            translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
    }
}

.lt-ie9 .jsDrawerOpenLeft .drawerLeft {
    left: 0;
}

.drawerRight {
    width: 400px;
    right: -400px;
}

@media (max-width: 479px) {
    .drawerRight {
        width: 300px;
        right: -300px;
    }
}

.jsDrawerOpenRight .drawerRight {
    display: block;
    -webkit-transform: translateX(-400px);
    -moz-transform:
        translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
}

@media (max-width: 479px) {
    .jsDrawerOpenRight .drawerRight {
        -webkit-transform: translateX(-300px);
        -moz-transform:
            translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
    }
}

.lt-ie9 .jsDrawerOpenRight .drawerRight {
    right: 0;
}

.isMoved {
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46,
            0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.jsDrawerOpenLeft .isMoved {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform:
        translateX(400px);
    -o-transform: translateX(400px);
}

@media (max-width: 479px) {
    .jsDrawerOpenLeft .isMoved {
        -webkit-transform: translateX(300px);
        -moz-transform:
            translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
    }
}

.jsDrawerOpenRight .isMoved {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform:
        translateX(-400px);
    -o-transform: translateX(-400px);
}

@media (max-width: 479px) {
    .jsDrawerOpenRight .isMoved {
        -webkit-transform: translateX(-300px);
        -moz-transform:
            translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
    }
}

.is-transitioning {
    display: block !important;
    visibility: visible !important;
}

.label {
    color: var(--vela-text-color-secondary);
}

a:focus,
button:focus,
.btn:focus {
    outline: none;
}

a:active,
button:active,
.btn:active {
    outline: none;
}

a:active:focus,
button:active:focus,
.btn:active:focus {
    outline: none;
}

.noGutter {
    margin-left: 0;
    margin-right: 0;
}

.noGutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.errors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.btnVelaOne {
    display: inline-block;
    color: var(--button_one_txtcolor);
    background-color: var(--button_one_bgcolor);
    border: 1px solid var(--button_one_bordercolor);
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 700;
    line-height: 24px;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition:
        all 0.35s ease;
}

.btnVelaOne:hover,
.btnVelaOne:focus {
    background-color: var(--button_one_bgcolor_hover);
    border-color:
        var(--button_one_bordercolor_hover);
    color: var(--button_one_txtcolor_hover);
}

.btnVelaTwo {
    display: inline-block;
    color: #a7a7a7;
    background-color: transparent;
    border: var(--vela-border-main);
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnVelaTwo:hover,
.btnVelaTwo:focus {
    background-color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
    color: #fff;
    text-decoration: none;
}

.btnClose {
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: block;
}

.btnClose:before,
.btnClose:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: var(--vela-text-color-primary);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btnClose:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btnClose:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnClose:hover:before,
.btnClose:hover:after {
    background-color: var(--vela-color-primary);
}

.alert {
    position: relative;
}

.alert .btnClose {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 0;
    background: transparent;
    border: 0;
}

.alert .btnClose:before,
.alert .btnClose:after {
    width: 16px;
    background: #fff;
}

.btnProduct {
    color: var(--btnpro_txtcolor);
    background-color: var(--btnpro_bgcolor);
    border: 1px solid var(--btnpro_bordercolor);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 700;
    text-transform: capitalize;
    font-size: calc(var(--vela-font-size) - 2px);
    padding: 8px 15px;
    line-height: 20px;
    height: auto;
}

.btnProduct .icons {
    font-size: 18px;
}

.btnProduct:hover,
.btnProduct:focus {
    background-color: var(--btnpro_bgcolor_hover);
    border-color:
        var(--btnpro_bordercolor_hover);
    color: var(--btnpro_txtcolor_hover);
}

.flexRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.effectOne {
    position: relative;
    overflow: hidden;
}

.effectOne:before,
.effectOne:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition:
        all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effectOne:before {
    height: 1px;
    top: 10px;
    left: 50%;
    right: 50%;
    background-color: white;
}

.effectOne:after {
    width: 1px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    background-color: white;
}

.effectOne a {
    position: relative;
    display: block;
}

.effectOne a:before,
.effectOne a:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effectOne a:before {
    height: 1px;
    bottom: 10px;
    left: 50%;
    right: 50%;
    background-color: white;
}

.effectOne a:after {
    width: 1px;
    right: 10px;
    top: 50%;
    bottom: 50%;
    background-color: white;
}

.effectOne:hover:before {
    left: 10px;
    right: 10px;
}

.effectOne:hover:after {
    top: 10px;
    bottom: 10px;
}

.effectOne:hover a:before {
    left: 10px;
    right: 10px;
}

.effectOne:hover a:after {
    top: 10px;
    bottom: 10px;
}

.effectTwo a {
    display: block;
    overflow: hidden;
    position: relative;
}

.effectTwo a:before {
    border: 1px solid #ffffff;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    filter:
        alpha(opacity=0);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform:
        scale(1.4);
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effectTwo a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effectTwo a:hover:before,
.effectTwo a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform:
        scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effectThree a {
    display: block;
    overflow: hidden;
    position: relative;
}

.effectThree a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.effectThree a:before,
.effectThree a:after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    z-index: 1;
}

.effectThree a:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    bottom: 20px;
    left: 10px;
    right: 10px;
    top: 20px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.effectThree a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: 20px;
    right: 20px;
    bottom:
        10px;
    top: 10px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform:
        scale(0, 1);
}

.effectThree a:hover:before,
.effectThree a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform:
        scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effectThree a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.effectFour a {
    display: block;
    overflow: hidden;
    position: relative;
}

.effectFour a:before,
.effectFour a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 900ms ease 0s;
}

.effectFour a:hover:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}

.effectFour a:hover:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}

.effectFive a {
    display: block;
    overflow: hidden;
    position: relative;
}

.effectFive a:before {
    border: 1px solid #ffffff;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    filter:
        alpha(opacity=0);
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effectFive a:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effectFive a img {
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.effectFive a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.shopify-challenge__container {
    padding: 80px 0 50px;
}

.shopify-challenge__container .shopify-challenge__button {
    padding: 9px 20px 11px;
    color: var(--button_one_txtcolor);
    background-color: var(--button_one_bgcolor);
    border-color: var(--button_one_bordercolor);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .shopify-challenge__button:focus {
    color: var(--button_one_txtcolor_hover);
    background-color:
        var(--button_one_bgcolor_hover);
    border-color: var(--button_one_bordercolor_hover);
}

.velaShadow-1,
.velaFormAccount,
.boxAccount,
.accountOrderBox {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.velaShadow-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.velaShadow-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.velaShadow-3 {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.velaShadow-3 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.velaCheckbox {
    position: relative;
}

.velaCheckbox label {
    display: block;
    margin: 0;
    padding-left: 24px;
    font-weight: 400;
    cursor: pointer;
}

.velaCheckbox label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height:
        16px;
    border: var(--vela-border-main);
}

.velaCheckbox label:after {
    content: "\efad";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    color: transparent;
    font-family: var(--vela-font-icon);
    font-size: 14px;
    line-height: 16px;
    text-align:
        center;
}

.velaCheckbox input[type="checkbox"] {
    display: none;
}

.velaCheckbox input[type="checkbox"]:checked+label:before {
    border-color: var(--vela-color-primary);
}

.velaCheckbox input[type="checkbox"]:checked+label:after {
    color: var(--vela-color-primary);
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 100;
}

#loading:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image:
        var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0,
            0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.velaCartAdding:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:
        rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.velaCartAdding:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image: var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform:
        translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 100;
}

#loading:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image:
        var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0,
            0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bodyPreLoading {
    opacity: 0;
    filter: alpha(opacity=0);
}

#velaPreLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
}

#velaPreLoading>span {
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--vela-color-primary);
}

.velaLoading {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left:
        -100px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform:
        rotate(-135deg);
}

.velaLoadingIcon {
    position: absolute;
    border-top: 5px solid var(--vela-color-primary);
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--vela-color-primary);
    border-right: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: velaLoading 2s infinite;
    -o-animation: velaLoading 2s infinite;
    animation: velaLoading 2s infinite;
}

.velaLoadingIcon.one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

.velaLoadingIcon.two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay:
        0.2s;
}

.velaLoadingIcon.three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.velaLoadingIcon.four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
    }
}

@-moz-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
    }
}

@-ms-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
    }
}

@keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
    }
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav>div.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.owl-carousel:hover .owl-nav>div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 48px;
    height: 48px;
    padding:
        0;
    text-align: center;
    line-height: 46px;
    background: #f2f5f7;
    border: 0;
    color: #999999;
    font-size: 0;
    border-radius:
        50%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.owl-nav>div:hover {
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
    color: #fff;
}

.owl-nav>div:before {
    position: absolute;
    font-size: 18px;
    left: 50%;
    margin-left: -3px;
    font-family:
        var(--vela-font-icon);
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-prev:before {
    content: "\f104 ";
}

.owl-nav .owl-next {
    right: -15px;
}

.owl-nav .owl-next:before {
    content: "\f105";
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
}

.owl-dots .owl-dot>span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 2px;
    background:
        #cccccc;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.owl-dots .owl-dot.active>span {
    width: 28px;
}

.velaOwlRow_style1 .owl-nav {
    position: absolute;
    width: 45px;
    background-color: transparent;
    right: 0;
    top: -65px;
    height: 30px;
}

.velaOwlRow_style1 .owl-nav>div {
    width: 22px;
    height: 15px;
    border: 0;
    line-height: 15px;
    opacity: 1;
    filter:
        alpha(opacity=100);
    visibility: visible;
    background: transparent;
    border-radius: 0;
}

.velaOwlRow_style1 .owl-nav>div:before {
    font-size: 18px;
    color: #343434;
    left: auto;
    right: 0;
    margin: 0;
}

.velaOwlRow_style1 .owl-nav>div:hover:before {
    color: var(--vela-color-primary);
}

.velaOwlRow_style1 .owl-nav>div.owl-prev {
    border-right: var(--vela-border-main);
}

.velaOwlRow_style1 .owl-nav>div.owl-prev:before {
    right: auto;
    left: 0;
}

.velaOwlRow_style1 .owl-prev {
    left: 0;
}

.velaOwlRow_style1 .owl-next {
    right: 0;
}

#bannerTop {
    position: relative;
    height: 0;
    overflow: hidden;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#bannerTop .btn-bannerTop {
    position: absolute;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    background: var(--vela-color-primary);
    text-align: center;
    line-height: 18px;
    color: #fff;
    top: -60px;
    right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#bannerTop .container {
    position: relative;
}

#bannerTop:hover .btn-bannerTop {
    top: 0;
}

#bannerTop.active {
    height: auto;
}

@media (min-width: 1410px) {

    .template-product .velaBreadcrumbs .container,
    #velaTopbar .container,
    #velaHeader .container {
        max-width: 1800px;
    }
}

#velaTopbar {
    color: var(--vela-topbar-textcolor);
    background-color: var(--vela-topbar-bgcolor);
    padding: 10px 0;
    font-size: calc(var(--vela-font-size) - 2px);
}

.velaTopbarLeft .icons {
    position: relative;
    bottom: -6px;
    margin-right: 8px;
}

.velaTopbarCenter .bg-primary {
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    margin-left: 10px;
    display:
        inline-block;
}

.velaTopbarRight {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.velaTopbarRight .velaSocialTop a {
    display: inline-block;
    color: var(--vela-topbar-textcolor);
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.velaTopbarRight .velaSocialTop a:hover {
    color: var(--vela-color-primary);
}

@media (min-width: 992px) {
    .velaTopbarRight {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.velaHeader {
    background-color: var(--vela-header-bgcolor);
    z-index: 11;
    padding: 20px 0;
}

.velaLogo {
    margin: 0;
    padding: 0;
    font-size: 0;
    vertical-align: middle;
    width: 100%;
}

.velaLogoLink {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.velaLogoLink span {
    position: absolute;
}

#pageContainer {
    margin: 0 auto;
}

.jsDrawerOpen #pageContainer:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    height:
        100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: var(--icon_close), auto;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

#pageContent {
    position: relative;
}

#velaFooter {
    color: var(--vela-footer-textcolor);
    background-color: var(--vela-footer-bgcolor);
}

#velaFooter .footerCenterInner {
    padding: 70px 0px 40px;
}

#velaFooter .footerCopyRight {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#velaFooter .footerCopyRightInner {
    padding: 30px 0;
}

#velaFooter .infoImage {
    margin-bottom: 40px;
    margin-top: 10px;
}

#velaFooter .infoImage a {
    display: block;
    max-width: 100%;
}

#velaFooter .velaSocialFooter a {
    display: inline-block;
    color: #fff;
    margin-right: 25px;
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#velaFooter .velaSocialFooter a:hover {
    color: var(--vela-color-primary);
}

#velaFooter .velaFooterLinks {
    margin: 0px;
    padding: 0;
    line-height: 18px;
}

#velaFooter .velaFooterLinks li {
    display: block;
    padding: 5px 0;
}

#velaFooter .velaFooterLinks li a {
    color: var(--vela-footer-textcolor);
    font-size: calc(var(--vela-font-size) - 2px);
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

#velaFooter .velaFooterLinks li a:hover,
#velaFooter .velaFooterLinks li a:focus {
    color: var(--vela-color-primary);
}

#velaFooter .footerAbout h5 {
    color: var(--vela-footer-titlecolor);
    padding-bottom: 15px;
}

#velaFooter .footerAbout .icons {
    font-size: 18px;
    margin-right: 15px;
    display: block;
    margin-top: 5px;
}

#velaFooter .footerAbout a {
    color: var(--vela-footer-textcolor);
    display: block;
    font-weight: 400;
    -webkit-transition:
        all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

#velaFooter .footerAbout a:hover,
#velaFooter .footerAbout a:focus {
    color: var(--vela-color-primary);
}

#velaFooter .velaCopyRight {
    margin-top: 5px;
}

#velaFooter .velaCopyRight a {
    color: #fff;
}

@media (max-width: 767px) {
    #velaFooter .velaFooterMenu .velaFooterTitle {
        padding: 10px 15px;
        background-color: rgba(0,
                0, 0, 0.1);
        position: relative;
        cursor: pointer;
        margin: 0;
    }

    #velaFooter .velaFooterMenu .velaFooterTitle:after {
        content: "\f107";
        font-family: var(--vela-font-icon);
        font-size:
            24px;
        position: absolute;
        top: 6px;
        right: 10px;
    }

    #velaFooter .velaFooterMenu .velaFooterTitle.active:after {
        content: "\f106";
    }

    #velaFooter .velaFooterMenu .velaContent {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.velaBlock {
    margin-bottom: 30px;
}

.borderBox {
    background: #fff;
    border: var(--vela-border-main);
    border-radius: 3px;
}

.boxPadding {
    padding: 20px;
    border-radius: 0;
}

.velaTitle {
    font-size: 20px;
    color: var(--vela-heading-color);
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    line-height: 26px;
    font-family: var(--vela-font-family);
}

@media (max-width: 768px) {
    .velaTitle {
        font-size: 18px;
        line-height: 24px;
    }
}

.velaHomeTitle {
    padding: 0px 0 10px;
    margin: 0;
    position: relative;
    font-size: calc(var(--vela-font-size) + 12px);
    line-height: calc(var(--vela-font-size) + 18px);
    font-weight: 700;
    color: var(--vela-text-color-secondary);
    font-family:
        var(--vela-font-family);
}

@media (max-width: 768px) {
    .velaHomeTitle {
        font-size: calc(var(--vela-font-size) + 8px);
    }
}

.velaTitleSmall {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-top: 0;
}

.velaTitle_style1 {
    position: relative;
    margin: 0;
}

.velaTitle_style1:before {
    width: 100%;
    height: 0%;
    content: "";
    border-top: var(--vela-border-main);
    position:
        absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.velaTitle_style1 span {
    background: white;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

.velaFooterTitle {
    color: var(--vela-footer-titlecolor);
    font-size: var(--vela-font-size);
    margin: 0 0 10px;
    padding:
        10px 0px;
    font-weight: 700;
    font-family: var(--vela-font-family-secondary);
}

.titleSidebar {
    font-family: var(--vela-font-family-secondary);
    font-size: calc(var(--vela-font-size) + 2px);
    line-height: calc(var(--vela-font-size) + 6px);
    margin: 0 0 15px;
    padding: 50px 0px 10px;
    position: relative;
    color:
        var(--vela-heading-color);
    font-weight: 700;
    border-top: var(--vela-border-main);
}

.titleSidebar.heading {
    border-top: 0;
    padding-top: 0;
}

.titleSidebar.heading span {
    display: inline-block;
    color: var(--vela-color-primary);
    font-size: 18px;
    border-bottom:
        2px solid var(--vela-color-primary);
}

.titleSidebar.heading span:before {
    content: "+";
}

@media (max-width: 768px) {
    .titleSidebar {
        padding: 20px 0px 10px;
    }
}

.velaArticleTitle {
    font-family: var(--vela-font-family);
    font-size: 44px;
    margin: 0 0 30px;
    padding: 0;
    font-weight:
        700;
}

.velaPageTitle {
    font-family: var(--vela-font-family);
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight:
        normal;
    color: var(--vela-heading-color);
    margin: 0px;
    padding: 15px 0px;
    font-weight: 700;
}

.velaPageTitle span {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.velaPageTitle span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color:
        var(--vela-color-primary);
    bottom: 0;
    left: 0;
}

.velaPageTitle.text-center span:before {
    left: 50%;
    margin-left: -10px;
}

.headingGroup {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px) {
    .headingGroup {
        margin-bottom: 5px;
    }
}

.headingGroup .subTitle {
    color: var(--vela-text-color-primary);
    font-weight: 400;
    font-size: var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 5px);
    margin: 0 auto 10px;
    max-width: 600px;
}

.productSidebar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
}

.productSidebarImage {
    flex: 0 0 80px;
    padding-right: 15px;
}

.productSidebarContent {
    width: 100%;
}

.productSidebarContent .productType {
    font-size: calc(var(--vela-font-size) - 2px);
}

.productSidebarContent .productType a {
    display: block;
    color: var(--vela-text-color-banner);
    text-decoration: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.productSidebarContent .productType a:hover,
.productSidebarContent .productType a:focus {
    color:
        var(--vela-color-primary);
}

.productSidebarName {
    margin: 0 0 5px;
    font-size: calc(var(--vela-font-size) - 2px);
}

.productSidebarName a {
    color: var(--vela-text-color-secondary);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.productSidebarName a:hover,
.productSidebarName a:focus {
    color: var(--vela-color-primary);
}

.productSidebarPrice .priceProduct {
    display: inline-block;
}

.tobar_link ul {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tobar_link ul li {
    border-right: var(--vela-border-main);
    margin-top: 3px;
}

.tobar_link a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: var(--vela-topbar-textcolor);
    line-height:
        16px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.tobar_link a:before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.tobar_link a:hover,
.tobar_link a:focus {
    color: var(--vela-color-primary);
}

.topLinksTitle {
    display: block;
    padding: 7px 15px;
    color: var(--vela-topbar-textcolor);
    line-height: 20px;
    cursor:
        pointer;
}

.topLinksTitle span {
    display: none;
}

.velaProductsBanner .productInfor {
    position: absolute;
    width: 300px;
    bottom: 10px;
    margin: auto;
    right: 0;
    background:
        #fff;
    text-align: center;
    padding: 20px 10px;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .velaProductsBanner .productInfor {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .velaProductsBanner .productInfor {
        text-align: left;
        background: transparent;
        top: 50%;
        bottom: inherit;
        left: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform:
            translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

.velaProductsBanner .productInfor .productName {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.velaProductsBanner .productInfor .btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}

.velaProductsBanner .productInfor .btn i {
    color: #5f5f5f;
    margin-left: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

@media (min-width: 768px) {
    .velaProductsBanner .proFeaturedImage {
        padding: 0 23%;
    }
}

.velaProductsBanner .h4 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    margin: 30px 0 10px;
}

.velaProductsBanner .proPrice {
    margin-bottom: 15px;
}

.velaProductsBanner .thumbItem {
    padding: 0 5px;
}

.velaProductsBanner .thumbItem img {
    width: 53px;
    border: 1px solid var(--vela-border-color);
}

.velaProductsBanner .banner_right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .velaProductsBanner .banner_right .productInfor {
        text-align: right;
        left: 0;
        right: auto;
    }
}

.velaFiveCollection .velaCollectionItem {
    position: relative;
}

.velaFiveCollection .velaCollectionWrap {
    background: #fff;
    padding: 10px 20px;
    min-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,
            -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 1px 0 2px rgba(0, 0, 0,
            0.1);
}

.velaFiveCollection .title {
    font-size: var(--vela-font-size);
    margin-top: 0;
    line-height: calc(var(--vela-font-size) + 8px);
    margin-bottom: 5px;
}

.velaFiveCollection .collectionCount {
    font-size: calc(var(--vela-font-size) - 2px);
}

.velaFiveCollection .text_link {
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #a1a1a1;
}

.velaFiveCollection .text_link:hover {
    border-bottom-color: var(--vela-color-primary);
}

.velaCollectionInfo .collectionItem {
    position: relative;
}

.velaCollectionInfo .collectionGroup {
    background: #fff;
    padding: 10px 20px;
    min-width: 150px;
    position: absolute;
    top:
        50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.velaCollectionInfo .collTitle {
    font-size: var(--vela-font-size);
    margin-top: 0;
    line-height:
        calc(var(--vela-font-size) + 8px);
    margin-bottom: 5px;
}

.velaCollectionInfo .colCount {
    font-size: calc(var(--vela-font-size) - 2px);
}

.velaProductsListBanner .banner_right {
    flex-direction: row-reverse;
}

.velaProductTabs.style1 .proTabNav {
    padding: 0px;
    position: relative;
}

.velaProductTabs.style1 .proTabNav>li {
    display: inline-block;
    position: relative;
    margin: 0 15px 10px;
}

.velaProductTabs.style1 .proTabNav>li>a {
    color: var(--vela-color-primary);
    position: relative;
    font-size:
        calc(var(--vela-font-size) + 1px);
    padding: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.velaProductTabs.style1 .proTabNav>li.active a {
    color: var(--vela-text-color-primary);
    border-bottom-color:
        var(--vela-text-color-primary);
}

.colTabNav {
    margin: 0;
    bottom: -5px;
    padding: 0px;
    position: relative;
    float: left;
}

@media (min-width: 768px) {
    .colTabNav {
        float: right;
    }
}

.colTabNav.showNavigation {
    margin-right: 65px;
}

.colTabNav>li {
    float: left;
    position: relative;
}

.colTabNav>li:not(:last-child) {
    margin-right: 40px;
}

.colTabNav>li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top:
        -7px;
    right: -20px;
    display: block;
    background-color: var(--vela-border-color);
}

@media (max-width: 768px) {
    .colTabNav>li:not(:last-child) {
        margin-right: 20px;
    }

    .colTabNav>li:not(:last-child)::after {
        right: -10px;
    }
}

.colTabNav>li>a {
    color: #989898;
    position: relative;
    font-size: var(--vela-font-size);
    padding: 0;
    line-height: 22px;
}

.colTabNav>li.active a {
    color: var(--vela-text-color-secondary);
}

.velaListProlist .listTitle {
    margin-top: 0;
    padding-bottom: 20px;
}

.velaListProlist .proHImage {
    padding-right: 20px;
}

.velaListProlist .velaProBlock:not(:last-child) {
    padding-bottom: 30px;
}

@media (max-width: 480px) {
    .velaListProlist .velaProBlock:not(:last-child) {
        padding-bottom: 20px;
    }
}

.velaListProlist .velaProBlock .proName {
    margin-bottom: 5px;
}

.velaListProlist .velaProBlock .proPrice {
    margin-bottom: 12px;
}

.velaListProlist .proReviews .spr-badge-caption {
    display: none;
}

.proSubCat {
    padding-top: 10px;
}

.proSubCat .velaContent {
    background-color: #fff;
    border: var(--vela-border-main);
}

.proSubCat .proOwlCarousel {
    margin-left: 0;
    margin-right: 0;
}

.proCat_link {
    margin-top: 10px;
}

.proCat_link li a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color:
        var(--vela-text-color-primary);
}

.proCat_link li a:hover {
    color: var(--vela-color-primary);
}

.velaBannerCollectionInner {
    background-color: var(--vela-header-bgcolor);
}

@media (min-width: 992px) {
    .velaBannerCollectionInner {
        min-height: 100px;
    }
}

.velaVideo .videoWrapper {
    min-height: 200px;
    position: relative;
}

.velaVideo .videoWrapper a {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:
        3px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.velaVideo .videoWrapper a span {
    font-size: 24px;
    margin-left: 7px;
}

.velaVideo .videoWrapper a:hover {
    border-color: var(--vela-color-secondary);
    color: var(--vela-color-secondary);
}

.velaVideo.parallax {
    height: 580px;
    background-attachment: fixed;
    background-position: center;
    background-repeat:
        no-repeat;
    background-size: cover;
    overflow: hidden;
}

.velaProductSharingTittle {
    margin-right: 20px;
    font-size: calc(var(--vela-font-size) - 2px);
    color:
        var(--vela-text-color-secondary);
    margin-top: 5px;
    font-weight: 700;
}

.socialSharing {
    margin: 0px;
    padding: 0px;
}

.socialSharing>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.socialSharing>li .btnSharing {
    display: block;
    color: #ccc;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.socialSharing>li .btnSharing span {
    display: none;
}

.socialSharing>li .btnSharing .fa {
    font-size: 18px;
    margin-right: 15px;
    height: 26px;
    line-height: 26px;
    text-align:
        center;
}

.socialSharing>li .btnSharing:hover {
    color: var(--vela-text-color-secondary);
}

.velaCategoriesSidebar .titleSidebar {
    border-top: 0;
    padding-top: 10px;
}

.sidebarCateItem {
    position: relative;
}

.sidebarCateItem span {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.sidebarCateItem span:before {
    content: "\f106";
    font-family: var(--vela-font-icon);
    position: absolute;
    top: 50%;
    left:
        50%;
    font-size: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform:
        translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebarCateItem span.collapsed:before {
    content: "\f107";
}

.sidebarCateItem a {
    display: block;
    padding: 5px 0;
    color: var(--vela-text-color-primary);
    font-size:
        var(--vela-font-size);
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding-left: 23px;
    line-height: 26px;
}

.sidebarCateItem a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    height:
        15px;
    border: var(--vela-border-main);
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.sidebarCateItem a:after {
    content: "\e606";
    font-family: "simple-line-icons";
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 10px;
    color: #fff;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.sidebarCateItem a.active:before,
.sidebarCateItem a:hover:before,
.sidebarCateItem a:focus:before {
    background-color:
        var(--vela-text-color-secondary);
    border-color: var(--vela-text-color-secondary);
}

.sidebarCateItem a.active:after,
.sidebarCateItem a:hover:after,
.sidebarCateItem a:focus:after {
    display: block;
}

.sidebarCateItem>div {
    padding-left: 15px;
}

.sidebarCateItem>div .sidebarCateItem {
    border-bottom: 0;
}

.listSidebar {
    margin: 0px;
    padding: 12px 0px;
}

.listSidebar li a {
    display: block;
    font-size: var(--vela-font-size);
    font-weight: normal;
    color:
        var(--vela-text-color-secondary);
    padding: 5px 0px;
}

.listSidebar li a:hover {
    color: var(--vela-color-primary);
}

.ajaxFilterTitle {
    position: relative;
}

.listFilter {
    margin: 0;
}

.listFilter:after {
    content: '';
    display: table;
    clear: both;
}

.listFilter>li a {
    position: relative;
    display: block;
    padding: 5px;
    padding-left: 23px;
    line-height: 26px;
    color:
        #666666;
    font-size: var(--vela-font-size);
    text-decoration: none;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.listFilter>li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    height:
        15px;
    border: var(--vela-border-main);
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.listFilter>li a:after {
    content: "\e604";
    font-family: "simple-line-icons";
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 10px;
    color: #fff;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.listFilter>li a:hover,
.listFilter>li a:focus {
    color: var(--vela-color-primary);
}

.listFilter>li a:hover:before,
.listFilter>li a:focus:before {
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.listFilter>li a:hover:after,
.listFilter>li a:focus:after {
    display: block;
}

.listFilter>li.active a {
    color: var(--vela-color-primary);
}

.listFilter>li.active a:before {
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.listFilter>li.active a:after {
    display: block;
}

.listFilter>li.filterColor {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.listFilter>li.filterColor a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}

.listFilter>li.filterColor a:before {
    display: none;
}

.listFilter>li.filterColor a:after {
    content: "\e604";
    font-family: "simple-line-icons";
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 14px;
    color: #fff;
    display: none;
    z-index: 2;
    line-height: 22px;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.listFilter>li.filterColor a:hover:after,
.listFilter>li.filterColor a:focus:after {
    display: block;
}

.listFilter>li.filterColor a[title="white"] {
    border: var(--vela-border-main);
}

.listFilter>li.filterColor a[title="white"]:after {
    color: var(--vela-color-secondary);
}

.listFilter>li.filterColor.active a:after {
    display: block;
}

.listFilterSize:after {
    content: '';
    display: table;
    clear: both;
}

.listFilterSize>li {
    float: left;
    margin-right: 15px;
}

.velaFilter .velaClearAll {
    color: var(--vela-color-primary);
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 1;
}

.velaFilter .velaClear {
    font-size: 20px;
    font-weight: 400;
    color: var(--vela-color-primary);
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 1;
}

.velaHeaderFixed {
    left: 0;
    right: 0;
    position: fixed !important;
    background: var(--vela-header-bgcolor);
    top: 0;
    z-index: 100;
    -webkit-animation: fadeInDown 900ms ease-in-out;
    -moz-animation: fadeInDown 900ms ease-in-out;
    -ms-animation: fadeInDown 900ms ease-in-out;
    animation: fadeInDown 900ms ease-in-out;
    -webkit-box-shadow: 0 2px 10px #cccccc;
    box-shadow: 0 2px 10px #cccccc;
}

#goToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 90;
    display: none;
    cursor: pointer;
}

#goToTop span {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 38px;
    margin: 3px;
    color:
        #333e48;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-color: #f2f5f7;
    border:
        var(--vela-border-main);
}

#goToTop span:hover {
    background-color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
    color: #fff;
}

.velaSocial a {
    color: #ccc;
    line-height: 30px;
    display: block;
}

.velaSocial a .fa {
    font-size: 18px;
}

.velaSocial a:hover {
    color: var(--vela-color-primary);
}

.velaSocial .velaSocialItem {
    margin-right: 5px;
}

.velaSwatchProduct {
    z-index: 10;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.velaSwatchProduct>li {
    float: left;
    padding: 3px;
}

.velaSwatchProduct>li>label {
    display: block;
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-size:
        100% 100%;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}

.headerText {
    float: left;
}

.headerTextItem {
    position: relative;
    margin-right: 20px;
    padding: 12px 0;
    padding-right: 20px;
    float: left;
    line-height: 22px;
}

.headerTextItem:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.2);
}

.headerTextItem:last-child:after {
    display: none;
}

.headerTextItem i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.headerContent {
    position: relative;
}

.p-static {
    position: static;
}

.velaHeaderRight {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.velaIconTopLinks {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap:
        wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 20px;
    padding:
        15px 0;
    margin-left: 20px;
    color: var(--vela-header-textcolor);
}

@media (max-width: 1220px) {
    .velaIconTopLinks {
        margin-left: 15px;
    }
}

.velaIconTopLinks svg {
    fill: var(--vela-header-textcolor);
    width: 26px;
}

.velaIconTopLinks svg .st1 {
    fill: var(--vela-color-secondary);
}

.velaIconTopLinks:hover {
    color: var(--vela-color-primary);
}

.velaIconTopLinks:hover svg {
    fill: var(--vela-color-primary);
}

.velaTopLinks {
    padding-right: 25px;
    border-right: 1px solid var(--vela-header-textcolor);
    line-height: 17px;
}

@media (max-width: 1220px) {
    .velaTopLinks {
        padding-right: 15px;
    }
}

.velaTopLinks>a {
    color: var(--vela-header-textcolor);
    line-height: 10px;
}

.velaTopLinks>a .icons {
    font-size: 18px;
}

.velaTopLinks>a:hover .icons {
    color: var(--vela-color-primary);
}

.velaTopLinks ul {
    margin: 0 0 0 10px;
}

.velaTopLinks li {
    padding: 0;
}

.velaTopLinks li:last-child {
    position: relative;
    padding-left: 10px;
}

.velaTopLinks li:last-child:before {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 1px;
    line-height:
        12px;
    left: 2px;
    font-size: 10px;
    color: var(--vela-header-textcolor);
    font-weight: 600;
}

.velaTopLinks li a {
    display: block;
    color: var(--vela-header-textcolor);
    line-height: 14px;
}

.velaTopLinks li a:hover {
    color: var(--vela-color-primary);
}

.vela-currency {
    position: relative;
}

.vela-currency .dropdown-menu {
    right: 0;
    padding: 5px 20px;
    min-width: 80px;
    margin-top: 0;
    left: auto;
}

.vela-currency .vela-currency__title {
    color: var(--vela-topbar-textcolor);
    cursor: pointer;
    line-height: 22px;
}

.vela-currency .vela-currency__title .fa {
    margin-left: 5px;
}

.vela-currency .vela-currency__title:hover {
    color: var(--vela-color-primary);
}

.vela-currency .vela-currency__item {
    color: var(--vela-text-color-primary);
    cursor: pointer;
    padding: 5px 0;
}

.vela-currency .vela-currency__item:hover,
.vela-currency .vela-currency__item.active {
    color:
        var(--vela-color-primary);
}

.vela-currency:hover .dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    .velaBannerFix .velaBannerInner {
        margin-top: -110px;
        box-shadow: 0 0 0 30px white;
        position: relative;
        z-index: 1;
        background: #fff;
    }
}

.velaBannerText .bannerTitle {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
}

.velaBannerText .bannerDesc {
    margin-bottom: 30px;
}

.velaBannerText .btn {
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.velaBackgroundParallax.bg_image .velaBannerTextInner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.velaBackgroundParallax.bg_parallax {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .velaBackgroundParallax.bg_parallax {
        background-attachment: fixed;
    }
}

.velaBackgroundParallax .bannerTitle {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 15px;
}

.velaBackgroundParallax .bannerDesc {
    font-size: 38px;
    margin-bottom: 30px;
    color: #fff;
}

.velaBackgroundParallax .btn {
    background: #fff;
    padding: 10px 30px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.velaVideoBackground .wrapper {
    overflow: hidden;
}

.velaVideoBackground .wrapperInner {
    min-height: 250px;
}

.velaVideoBackground .textContent {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.velaVideoBackground #myBtn {
    border: 0;
    background: var(--vela-color-primary);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 38px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .velaVideoBackground #myBtn {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin-bottom:
            20px;
    }
}

@media (max-width: 768px) {
    .velaVideoBackground #myBtn {
        width: 40px;
        height: 40px;
        font-size: 12px;
        margin-bottom:
            10px;
    }
}

.velaVideoBackground #myVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
}

.velaVideoBackground .imageThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.velaVideoBackground .textInner {
    font-size: 44px;
    line-height: 50px;
}

@media (max-width: 992px) {
    .velaVideoBackground .textInner {
        font-size: 38px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .velaVideoBackground .textInner {
        font-size: 32px;
        line-height: 26px;
    }
}

.velaVideoBackground .btn {
    font-size: 18px;
    border-radius: 30px;
    padding: 18px 30px;
    margin-top: 30px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

@media (max-width: 992px) {
    .velaVideoBackground .btn {
        padding: 12px 25px;
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .velaVideoBackground .btn {
        padding: 8px 15px;
        font-weight: 400;
        font-size: 12px;
        margin-top: 10px;
    }
}

.velaVideoBackground .btn:hover {
    background-color: var(--vela-color-primary) !important;
}

@media (min-width: 992px) {
    .velaListCollection.style1 .velaCollectionInner {
        margin-top: -110px;
        box-shadow: 0 0 0 30px white;
        position: relative;
        z-index: 1;
        background: #fff;
    }
}

.velaListCollection.style1 .velaCollectionItem {
    position: relative;
}

.velaListCollection.style1 .velaBox {
    background: #fff;
    padding: 10px 20px;
    min-width: 150px;
    position: absolute;
    top:
        50%;
    left: 50%;
    border-radius: 3px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:
        translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.velaListCollection.style1 .velaColTitle {
    font-size: var(--vela-font-size);
    margin-top: 0;
    line-height:
        calc(var(--vela-font-size) + 8px);
    margin-bottom: 5px;
}

.velaListCollection.style1 .collectionCount {
    font-size: calc(var(--vela-font-size) - 2px);
}

.videoWrapper {
    text-align: center;
}

.videoWrapper a {
    display: inline-block;
    max-width: 100%;
}

.velaFeatureText .featureTitle {
    font-size: calc(var(--vela-font-size) + 22px);
    font-weight: 400;
}

.velaFeatureText .btn {
    border: 2px solid #191919;
    font-weight: 700;
    font-size: var(--vela-font-size);
    text-transform:
        uppercase;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.velaFeatureText .btn:hover {
    background-color: #191919;
    color: #fff;
}

.velaContactForm .velaContactFormInner {
    padding: 50px 0;
}

.velaContactForm .velaContactFormInner .form-control {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.velaNotification {
    padding: 0px;
    max-width: 100%;
    margin: 10px;
    padding: 40px;
    background: transparent;
}

@media (max-width: 768px) {
    .velaNotification {
        padding: 30px;
    }
}

.velaNotification .fancybox-close-small {
    position: absolute;
    top: 0px;
    right: 0;
    background: var(--vela-color-primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .velaNotification .fancybox-close-small {
        -webkit-transform: scale(0.6);
        -ms-transform:
            scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
}

.velaNotification .fancybox-close-small:before,
.velaNotification .fancybox-close-small:after {
    content: "";
    position:
        absolute;
    width: 26px;
    height: 2px;
    width: 20px;
    background-color: #fff;
    left: 10px;
    top: 17px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 0;
}

.velaNotification .fancybox-close-small:after {
    webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.velaNotification .fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.velaNotification .fancybox-close-small:hover {
    background: #191919;
}

.velaNotification .fancybox-close-small:hover:before,
.velaNotification .fancybox-close-small:hover:after {
    background:
        #fff;
}

#velaNewsletterModal {
    margin: 0;
    padding: 0 15px;
    background: transparent;
}

#velaNewsletterModal .fancybox-close-small {
    position: absolute;
    top: 0px;
    right: 15px;
    background: transparent;
    width:
        38px;
    height: 40px;
    border-radius: 2px;
}

#velaNewsletterModal .fancybox-close-small:before,
#velaNewsletterModal .fancybox-close-small:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    width: 20px;
    background-color: #333;
    left: 10px;
    top: 17px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 0;
}

#velaNewsletterModal .fancybox-close-small:after {
    webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#velaNewsletterModal .fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#velaNewsletterModal .fancybox-close-small:hover:before,
#velaNewsletterModal .fancybox-close-small:hover:after {
    background: var(--vela-color-primary);
}

.newsletterModal {
    width: 800px;
    padding: 0px;
    background-color: #fff;

        {
        % if settings.vela_newslettermodal_bgimage %
    }

    background-image: var(--newslettermodal);
    background-position: left top;

        {
        % endif %
    }
}

@media (max-width: 992px) {
    .newsletterModal {
        width: 100%;
    }
}

.velaNewsletterModal {
    width: 100%;
    padding: 30px 20px;
    max-width: 100%;
    display: inline-block;
}

@media (min-width: 480px) {
    .velaNewsletterModal {
        padding: 40px 30px;
        width: 500px;
    }
}

@media (min-width: 768px) {
    .velaNewsletterModal {
        padding: 60px 40px;
    }
}

.velaNewsletterModal .velaTitle {
    position: relative;
    font-size: 28px;
    margin-top: 0;
    padding-top: 0;
    font-family:
        var(--vela-font-family-secondary);
}

@media (max-width: 992px) {
    .velaNewsletterModal .velaTitle {
        font-size: 24px;
        line-height: 26px;
    }
}

.velaNewsletterModal .input-group {
    margin: 25px 0;
}

@media (max-width: 480px) {
    .velaNewsletterModal .input-group {
        margin: 15px 0;
    }
}

.velaNewsletterModal .form-control {
    height: 44px;
    border-radius: 4px !important;
}

.velaNewsletterModal .input-group-addon {
    padding: 0;
    border: 0;
    background: transparent;
}

.velaNewsletterModal .btnNewsletter {
    background-color: var(--vela-text-color-secondary);
    color: #fff;
    height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.velaNewsletterModal .btnNewsletter:hover {
    background-color: var(--vela-color-primary);
}

.velaNewsletterModal .checkGroup {
    display: inline-block;
}

.velaNewsletterModal #chkNewsletterModal {
    margin: 4px 0;
}

.velaNewsletterModal .newsletterDescription {
    margin: 20px 0 10px;
    font-size: calc(var(--vela-font-size) - 1px);
}

@media (max-width: 768px) {
    .velaServices .velaServicesInner .mbItemGutter:not(:last-child) {
        padding-bottom: 30px;
    }
}

.velaServices .velaServicesInner .mbItemGutter:not(:last-child):before {
    content: "";
    width: 1px;
    height: 90%;
    position:
        absolute;
    top: 5%;
    background: #e5e5e5;
    display: block;
    right: 0;
}

@media (max-width: 768px) {
    .velaServices .velaServicesInner .mbItemGutter:not(:last-child):before {
        height: 1px;
        width:
            80%;
        top: auto;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.velaServices .boxServiceImage {
    margin-bottom: 10px;
}

.velaServices .boxServiceImage .serviceImage {
    display: inline-block;
}

.velaServices .boxServiceTitle {
    font-size: var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 4px);
    font-weight: 700;
    margin: 0 0 12px;
}

.velaServices .boxServiceDesc {
    font-size: var(--vela-font-size);
    line-height: calc(var(--vela-font-size) + 2px);
}

.velaServices a {
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 700;
    padding-top: 20px;
    display: block;
}

.velaServices a .icons {
    position: relative;
    bottom: -2px;
    font-size: 14px;
    margin-left: 10px;
}

.velaMultiBannerText.style1 .bannerTitle {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: calc(var(--vela-font-size) + 2px);
    text-transform: uppercase;
}

.velaMultiBannerText.style1 .bannerTitle a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.velaMultiBannerText.style1 .bannerTitle a:hover {
    color: var(--vela-text-color-primary);
}

.velaMultiBannerText.style1 .bannerDesc {
    margin-bottom: 25px;
}

.velaMultiBannerText.style1 .bannerImage img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform:
        scale(1);
    transform: scale(1);
}

@media (max-width: 768px) {
    .velaMultiBannerText.style1 .bannerImage img {
        width: 100%;
    }
}

.velaMultiBannerText.style1 .bannerImage:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.velaNewsletter.hasBg {
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .velaNewsletter.hasBg {
        background-size: cover;
        background-attachment: fixed;
    }
}

.velaNewsletter.hasBg .velaNewsletterInner {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .velaNewsletter.hasBg .velaNewsletterInner {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.velaNewsletter .velaNewsletterInner {
    max-width: 930px;
    background: #fff;
    opacity: .9;
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px;
}

@media (max-width: 768px) {
    .velaNewsletter .velaNewsletterInner {
        padding: 50px 15px;
    }
}

.velaNewsletter .velaNewsletterInner .wrap {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.velaNewsletter .form-control {
    border-width: 2px;
    border-radius: 5px !important;
}

.velaNewsletter .newsletterDescription {
    margin-top: 30px;
}

.velaNewsletter .btnNewsletter {
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 700;
    padding: 8px 35px;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .velaNewsletter .btnNewsletter {
        padding: 8px 20px;
        margin-left: 10px;
    }
}

.velaNewsletter .btnNewsletter:hover {
    background-color: var(--vela-color-primary);
    border-color:
        var(--vela-color-primary);
}

@media (max-width: 992px) {
    .velaFiveBanner .bannerItem img {
        width: 100%;
    }
}

.velaBorder {
    margin-bottom: 30px;
}

.velaBorder .borderStyle {
    line-height: 0;
}

.velaGroupSpecial .velaGroupSpecialInner {
    padding: 60px 0 30px;
}

.velaTestimonials .testimonialItem {
    background-color: #f5f5f5;
    padding: 30px;
}

.velaTestimonials .testimonialAvatar {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius:
        50%;
    display: inline-block;
}

.velaTestimonials .testimonialBadge {
    margin-top: 20px;
}

.velaTestimonials .testimonialBadge .fa {
    color: var(--vela-color-primary);
    font-size: calc(var(--vela-font-size) - 2px);
}

.velaTestimonials .testimonialName {
    font-size: 12px;
    font-family: var(--vela-font-family-secondary);
    text-transform:
        uppercase;
    color: var(--vela-text-color-secondary);
    font-weight: bold;
    margin: 0 0 5px;
}

.velaTestimonials .position {
    color: var(--vela-text-color-secondary);
    font-weight: 700;
    font-size:
        var(--vela-font-size);
    margin-top: 25px;
    margin: 25px 0 10px;
}

.velaTestimonials .testimonialReview {
    line-height: 24px;
    position: relative;
    padding-bottom: 25px;
}

.productLoadMore .proLoadMoreButton {
    text-align: center;
}

.productLoadMore .btnLoadMore {
    display: inline-block;
    border: 2px solid var(--vela-border-color);
    min-width: 230px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #191919;
    padding: 10px 20px;
    -webkit-transition:
        all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.productLoadMore .btnLoadMore.disableLoadMore {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.productLoadMore .btnLoadMore:hover {
    border-color: var(--vela-color-primary);
    color: var(--vela-color-primary);
}

.velaCollectionsInfo .boxCollectionInner {
    background: #fff;
    text-align: center;
}

.velaCollectionsInfo img {
    width: 100%;
}

.velaCollectionsInfo .blockTitle {
    margin-bottom: 25px;
    font-size: 28px;
}

.velaCollectionsInfo .boxCollectionTitle {
    margin: 0;
}

.velaCollectionsInfo .boxCollectionTitle a {
    display: block;
    font-weight: 700;
    font-size: calc(var(--vela-font-size) + 2px);
    background: var(--vela-text-color-secondary);
    color: #fff;
    padding: 15px 10px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.velaCollectionsInfo .boxCollectionTitle a:hover {
    background-color: var(--vela-color-primary);
    color: #fff;
}

@media (min-width: 992px) {
    .velaSlideCollection {
        position: relative;
        overflow: hidden;
    }

    .velaSlideCollection .velaCollectionsInfo {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
    }

    .velaSlideCollection .velaCollectionsInfo .blockTitle {
        color: #fff;
        margin-bottom: 30px;
    }

    .velaSlideCollection .boxCollectionTitle a {
        background: #fff;
        color: var(--vela-text-color-secondary);
    }

    .velaSlideCollection .text_note {
        color: #fff;
    }
}

.velaHTML .velaHTMLInner {
    padding: 25px 15px;
}

.velaHTML .rte {
    font-size: calc(var(--font-size-base) + 4);
    line-height: 24px;
}

.velaCountdown ul {
    margin: 0;
}

.velaCountdown li {
    display: inline-block;
    color: #bdbcbc;
    font-size: 13px;
    min-width: 65px;
    text-transform: uppercase;
    border: 2px solid var(--vela-border-color);
    padding: 15px 10px;
    text-align: center;
    position: relative;
}

.velaCountdown li:not(:first-child) {
    margin-left: 20px;
}

.velaCountdown span {
    text-align: center;
    display: block;
    line-height: 18px;
}

.velaCountdown span.number {
    color: var(--vela-text-color-secondary);
    font-weight: 500;
    font-size: 18px;
    margin-bottom:
        5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.countDownTitle {
    color: var(--vela-color-primary);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

.velaFlashSale {
    background-position: center center;
}

.velaFlashSale .headingGroup {
    flex-direction: column;
}

.velaFlashSale .headingGroup .velaHomeTitle {
    padding-bottom: 15px;
    font-size: 44px;
    line-height: 56px;
}

@media (max-width: 768px) {
    .velaFlashSale .headingGroup .velaHomeTitle {
        font-size: 38px;
        margin-bottom: 0;
        line-height: 46px;
    }
}

.velaFlashSale .headingGroup .subTitle {
    letter-spacing: 0;
    text-transform: inherit;
    font-size: var(--vela-font-size);
}

.velaFlashSale .velaCountdown li {
    display: inline-block;
    color: #666;
    font-size: 16px;
    width: auto;
    height: auto;
    margin: 0 15px;
    text-align: center;
    position: relative;
}

.velaFlashSale .velaCountdown li:not(:first-child):after,
.velaFlashSale .velaCountdown li:not(:first-child):before {
    display: none;
}

@media (max-width: 480px) {
    .velaFlashSale .velaCountdown li {
        margin: 0 10px;
    }
}

.velaFlashSale .velaCountdown span {
    text-align: center;
    display: block;
}

.velaFlashSale .velaCountdown span.number {
    color: var(--vela-text-color-secondary);
    font-weight: 400;
    font-size: 32px;
    line-height: 110px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: #fff;
    background: var(--vela-color-primary);
}

@media (max-width: 768px) {
    .velaFlashSale .velaCountdown span.number {
        width: 60px;
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        margin: 0 0 5px;
    }
}

.velaFlashSale .btn {
    border: 2px solid var(--vela-text-color-secondary);
    color: var(--vela-text-color-secondary);
    font-size: var(--vela-font-size);
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 60px;
    -webkit-transition:
        all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.velaFlashSale .btn:hover {
    color: var(--vela-color-primary);
    border-color: var(--vela-color-primary);
}

.velaFlashSale .velaCountdown {
    padding: 0 0 20px;
}

.velaFlashSale .velaFlashSaleInner {
    padding-top: 55px;
    padding-bottom: 60px;
}

.velaLogoList .velaLogoListInner {
    border-top: var(--vela-border-main);
    border-bottom: var(--vela-border-main);
    padding:
        35px 0;
}

.velaLogoList .logoImage img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.velaLogoList .logoImage:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.productDeals {
    background-position: left center;
    background-repeat: no-repeat;
}

@media (min-width: 1220px) {
    .productDeals {
        background-size: cover;
        background-position: right center;
    }
}

.productDeals .productDealsItem {
    padding: 50px 0;
}

.productDeals .proDealItem .proCollection {
    margin-bottom: 5px;
}

.productDeals .proDealItem .proCollection a {
    color: var(--vela-text-color-primary);
}

.productDeals .proDealItem .proCollection a:hover {
    color: var(--vela-text-color-secondary);
}

.productDeals .proDealItem .proName {
    margin-bottom: 15px;
}

.productDeals .proDealItem .proName a {
    font-size: 18px;
    font-weight: 500;
    color: var(--vela-text-color-secondary);
}

.productDeals .proDealItem .proName a:hover {
    color: var(--vela-text-color-primary);
}

.productDeals .proDealItem .proReviews .spr-badge-caption {
    display: none;
}

.productDeals .proDealItem .priceProduct {
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 700;
    line-height:
        calc(var(--vela-font-size) + 9px);
}

.velanProlist .btnReadMore {
    float: right;
    border-bottom: 1px solid var(--vela-text-color-primary);
    color:
        var(--vela-text-color-primary);
}

.velanProlist .btnReadMore:hover {
    color: var(--vela-color-primary);
}

.shopify-policy__container {
    padding-top: 60px;
    padding-bottom: 80px;
}

.shopify-policy__container .shopify-policy__title {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .velaLogo {
        text-align: center;
        padding: 0 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .img-mobile {
        width: 100%;
    }

    .gutter20 .rowFlexMargin,
    .gutter20 .row,
    .gutter20 #fullWidthVertical .velaFilter .velaContent,
    #fullWidthVertical .velaFilter .gutter20 .velaContent {
        margin-left: -10px;
        margin-right: -10px;
    }

    .gutter20 [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vela-section,
    .template-index .mainContent .shopify-section>div {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .velaHTMLOneImage {
        padding: 30px 0;
    }

    .velaHTMLOneImage .htmlBoxImage {
        position: relative;
        min-height: 400px;
    }

    .velaHTMLOneImage img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: inherit;
        height: 100%;
        -webkit-transform:
            translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .collView {
        display: none;
    }

    .collBoxSort {
        text-align: center;
    }

    .collProductCount {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .velaBlogSidebar .titleSidebar {
        position: relative;
        cursor: pointer;
    }

    .velaBlogSidebar .titleSidebar:after {
        content: "\f107";
        font-family: var(--vela-font-icon);
        font-size:
            var(--vela-font-size);
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .velaBlogSidebar .titleSidebar.active:after {
        content: "\f106";
    }

    .velaCollectionsWrapper {
        padding: 50px 0 30px;
    }

    .velaBoxCollection {
        margin-bottom: 30px;
    }

    .velaSearchContainer {
        padding: 60px 0 30px;
    }

    .articleItemSearchDesc {
        height: 29px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .articleItemSearchImage {
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }

    .articleItemSearchContent {
        max-width: calc(100% - 160px);
    }

    .blogBannerSidebar {
        text-align: center;
    }

    .blogBannerSidebar>div {
        display: inline-block;
    }

    .blogArticleListing {
        display: block;
    }

    .blogArticleListing .articleImage {
        width: 100%;
        margin-bottom: 15px;
    }

    .blogArticleListing .articleContent {
        width: 100%;
    }

    .velaArticleTitle {
        font-size: calc(var(--vela-font-size) + 8px);
        line-height: calc(var(--vela-font-size) + 20px);
    }

    .articleExtendImage {
        margin-bottom: 8px;
    }

    .articleExtendNavText {
        margin-bottom: 6px;
    }

    .articleExtendTitle {
        font-size: calc(var(--vela-font-size) + 2px);
        line-height: calc(var(--vela-font-size) + 8px);
    }

    .articleBoxExtend {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .articleExtend {
        padding-left: -7.5px;
        padding-right: -7.5px;
    }
}

@media (max-width: 479px) {
    body {
        font-size: calc(var(--vela-font-size) - 1px);
    }

    .headerContent {
        margin-left: -10px;
        margin-right: -10px;
    }

    .headerContent>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .formSearchPage {
        display: block;
        text-align: center;
    }

    .articleItemSearch {
        display: block;
    }

    .articleItemSearchImage {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

    .articleItemSearchImage a {
        height: 200px;
    }

    .articleItemSearchContent {
        max-width: 100%;
    }
}

/* ============================================ TYPOGRAPHY UTILITY CLASSES (.typo-*) HeartNests / Rubix Theme Typography
Scale: 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18 / 20 / 24 / 28 / 32 / 38 / 44 px
============================================ */

/* --- Heading-level (Libre Baskerville 700) --- */
.typo-h1 {
    font-family: var(--vela-font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .typo-h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .typo-h1 {
        font-size: 28px;
    }
}

.typo-h2 {
    font-family: var(--vela-font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .typo-h2 {
        font-size: 24px;
    }
}

.typo-h3 {
    font-family: var(--vela-font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .typo-h3 {
        font-size: 17px;
    }
}

.typo-h4 {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

/* --- Body-level (Poppins 400) --- */
.typo-body {
    font-family: var(--vela-font-family-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.typo-body-sm {
    font-family: var(--vela-font-family-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/* --- UI-level (Poppins 500) --- */
.typo-ui {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.typo-ui-lg {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.typo-small {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.typo-micro {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.typo-xs {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
}