/** Shopify CDN: Minification failed

Line 940:3 Comments in CSS use "/* ... */" instead of "//"
Line 941:4 Comments in CSS use "/* ... */" instead of "//"
Line 13112:0 Unexpected "}"

**/
@-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%; }
   div#mo_openid_login {
    text-align: center;
    padding: 5px;
}
  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);
    font-size: var(--vela-font-size);
    line-height: 24px;
    color: var(--vela-text-color-primary);
    background-color: var(--vela-body-bg);
    font-weight: 400;
    overflow-x: hidden; }
  
  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: 20px;
    margin-bottom: 20px;
    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, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--vela-font-family-secondary);
    font-weight: 500;
    line-height: 1.1;
    color: var(--vela-text-color-secondary); }
    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,
  h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    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,
  h5, .h5,
  h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    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: 30px; }
  
  h3, .h3 {
    font-size: 24px; }
  
  h4, .h4 {
    font-size: 18px; }
  
  h5, .h5 {
    font-size: 14px; }
  
  h6, .h6 {
    font-size: 12px; }
  
  p {
    margin: 0 0 10px; }
  
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .lead {
        font-size: 21px; } }
  
  small,
  .small {
    font-size: 85%; }
  
  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: #cc7600; }
  
  .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: #999999; }
  
  .bg-primary {
    background-color: var(--vela-color-primary); }
  
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #cc7600; }
  
  .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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid white; }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px; }
    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: 20px; }
  
  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: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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: 20px;
    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: 1200px) {
      .container {
        max-width: 1200px; } }
    @media (min-width: 1410px) {
      .container {
        max-width: 1600px; } }
  
  .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%; }

    .collImage.col-xs-12.col-sm-4{
      width: 100%;
    }
  
    .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: 1200px) {
    .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: 1200px) {
    .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: 20px; }
    .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: 15px;
        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; }
  
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px; }
  
  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: 14px;
    line-height: 1.45;
    color: #666666; }
  
  .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.45;
    color: #666666;
    background-color: white;
    background-image: none;
    border: 1px solid #e6e6e6;
    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 rgba(255, 147, 0, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 147, 0, 0.6); }
    .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: 40px; }
    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: 30px; }
    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: 50px; } }
  .form-group {
    margin-bottom: 15px; }
  
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .radio label,
    .checkbox label {
      min-height: 20px;
      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: 34px; }
    .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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    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: 30px;
    line-height: 30px; }
  
  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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0; }
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto; }
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  
  .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 50px;
    padding: 12px 30px;
    font-size: 18px;
    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: 50px;
    line-height: 50px; }
  
  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: 50px;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 4px; }
  .form-group-lg select.form-control {
    height: 50px;
    line-height: 50px; }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto; }
  .form-group-lg .form-control-static {
    height: 50px;
    min-height: 38px;
    padding: 13px 30px;
    font-size: 18px;
    line-height: 1.33333; }
  
  .has-feedback {
    position: relative; }
    .has-feedback .form-control {
      padding-right: 50px; }
  
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    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: 50px;
    height: 50px;
    line-height: 50px; }
  
  .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: 30px;
    height: 30px;
    line-height: 30px; }
  
  .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: 25px; }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6; }
  
  @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: 30px; }
  .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: 18px; } }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  
  .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: 9px 20px;
    font-size: 14px;
    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: 14px;
    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: 9px 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: 12px;
    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: 14px;
    font-weight: normal;
    line-height: 1;
    color: #666666;
    text-align: center;
    background-color: white;
    border: 1px solid #e6e6e6;
    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: 12px;
      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: 18px;
      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: #222222; }
    .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .nav > li > a > img {
      max-width: none; }
  
  .nav-tabs {
    border-bottom: 1px solid #e6e6e6; }
    .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 #e6e6e6; }
      .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: 30px; }
    .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);
      display: block; }
  
  .velaBreadcrumbWrap {
    padding-top: 15px;
    padding-bottom: 15px; }
  
  .velaBreadcrumbImage {
    overflow: hidden; }
    @media (max-width: 768px) {
      .velaBreadcrumbImage {
        display: none; } }
  
  .velaBreadcrumbsInner {
    background-color: var(--vela-breadcrumb-bgcolor);
    position: relative; }
  
  .breadcrumbHeading {
    margin: 0 0 15px;
    position: relative;
    font-size: 48px;
    line-height: 56px;
    display: none;
    font-family: var(--vela-font-family-secondary); }
    @media (max-width: 768px) {
      .breadcrumbHeading {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px; } }
  
  .breadcrumb {
    margin: 0px;
    padding: 0 0px;
    list-style: none;
    border-radius: 3px;
    font-size: calc(var(--vela-font-size) -  1px); }
    .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;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6; }
  
  .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: 40px;
        text-decoration: none;
        color: #333e48;
        background-color: white;
        border: 1px solid #e6e6e6;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        font-weight: 500; }
    .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: 2;
      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: #e6e6e6;
      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: 18px;
    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: 12px;
    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: 20px 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 #e6e6e6;
        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: #cc7600; }
  
  .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: 12px;
    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: #222222;
      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: 20px;
    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, .spr-form-message-success {
    background-color: #5cb85c;
    border-color: #5cae4c;
    color: white; }
    .alert-success hr, .spr-form-message-success hr {
      border-top-color: #539d44; }
    .alert-success .alert-link, .spr-form-message-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: #ffe9cc; }
  
  .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: 20px;
    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: 16px;
    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: 20px; }
    .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: 21px;
    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: Rubik, 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: 12px;
    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: Rubik, 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;
    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: 14px;
    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: 1199px) {
    .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: 1199px) {
    .visible-md-block {
      display: block !important; } }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important; } }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important; } }
  
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important; }
  
    table.visible-lg {
      display: table !important; }
  
    tr.visible-lg {
      display: table-row !important; }
  
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important; } }
  
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important; } }
  
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important; } }
  
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) 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: 7px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #ebebeb;
    border-radius: 5px; }
  
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    border-radius: 5px;
    -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; }
  
  .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: 0;
      padding: 2px; }
      .slick-dots li button {
        display: block;
        padding: 0;
        width: 7px;
        height: 7px;
        border: 0;
        border-radius: 3px;
        background-color: #e1e1e1;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative; }
      .slick-dots li.slick-active button {
        width: 35px;
        background-color: var(--vela-color-primary); }
  
  .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    width: 35px;
    height: 70px;
    line-height: 45px;
    color: #222222;
    background-color: #ebebeb;
    border: 1px solid #e6e6e6;
    font-size: 0;
    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: 0; }
      .slick-arrow.slick-prev:before {
        content: "\e605";
        margin-left: -1px; }
    .slick-arrow.slick-next {
      right: 0; }
      @media (max-width: 767px) {
        .slick-arrow.slick-next {
          right: 0; } }
      .slick-arrow.slick-next:before {
        content: "\e606";
        margin-left: 1px; }
    .slick-arrow.slick-disabled {
      cursor: not-allowed;
      opacity: 0.2; }
    .slick-arrow.slick-hidden {
      display: none !important; }
  
  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: 3px; }
  
  .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; }
  
  .mbItemGutter {
    margin-bottom: 30px; }
  
  .pbGutter {
    padding-bottom: 60px; }
  
  .pbBlockGutter {
    padding-bottom: 30px; }
  
  .pbItemGutter {
    padding-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; }
  
  .rowFlexMargin {
    margin-left: -15px;
    margin-right: -15px; }
  
  .velaItem {
    margin-top: 15px;
    margin-bottom: 15px; }
  
  .gutter20 [class^="col-"],
  .gutter20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .gutter20 .row, .gutter20 #fullWidthVertical .velaFilter .velaContent, #fullWidthVertical .velaFilter .gutter20 .velaContent,
  .gutter20 .rowFlexMargin {
    margin-left: -10px;
    margin-right: -10px; }
  .gutter20 .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); }
  
  @media (min-width: 992px) {
    .banner-slideShow .col-md-8 {
      width: 73.55%; }
    .banner-slideShow .col-md-4 {
      width: 26.45%; } }
  
  .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 #e6e6e6;
    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: 80px;
      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); }
  
  .banner-slideShow > .container-full .velassCaptionContent {
    padding: 50px 0; }
    @media (max-width: 991px) {
      .banner-slideShow > .container-full .velassCaptionContent {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .banner-slideShow > .container-full .velassCaptionContent {
        padding: 5px 0 10px; } }
  
  .velassCaption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .velassCaption {
        background-color: transparent !important; } }
    @media (max-width: 767px) {
      .velassCaption.captionPosition {
        position: static; }
        .velassCaption.captionPosition .velassCaptionContent {
          padding: 20px 0 50px; } }
    .velassCaption.noCaption {
      display: none; }
    .velassCaption .captionWrap {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
    .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; }
  
  .velassCaptionContent {
    display: table-cell;
    padding: 50px; }
    @media (max-width: 767px) {
      .velassCaptionContent {
        padding: 20px 15px 30px; } }
    .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 #e6e6e6;
      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 30px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 991px) {
      .velassSubheading {
        margin: 0 0 15px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .velassSubheading {
        font-size: 12px;
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .velassSubheading {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 5px; } }
  
  .velassHeading {
    font-size: 48px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-weight: 400; }
    @media (max-width: 991px) {
      .velassHeading {
        font-size: 26px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .velassHeading {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 480px) {
      .velassHeading {
        font-size: 14px;
        line-height: 16px; } }
  
  .velassHeadingSmall {
    font-size: 48px;
    line-height: 50px;
    margin: 0;
    font-weight: 500;
    padding: 0; }
    @media (max-width: 991px) {
      .velassHeadingSmall {
        font-size: 26px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .velassHeadingSmall {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 480px) {
      .velassHeadingSmall {
        font-size: 14px;
        line-height: 16px; } }
  
  .velassDesc {
    font-size: 16px;
    padding: 0;
    margin-top: 35px;
    max-width: 500px;
    width: 100%;
    display: inline-block; }
    @media (max-width: 991px) {
      .velassDesc {
        font-size: 14px;
        margin-top: 15px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .velassDesc {
        font-size: 12px;
        margin-top: 5px;
        line-height: 18px; } }
  
  .btnVelaSlider {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #222342;
    padding: 15px 25px;
    border: 2px solid #222342;
    margin-top: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 991px) {
      .btnVelaSlider {
        margin-top: 25px;
        font-size: 14px;
        padding: 10px 30px !important; } }
    @media (max-width: 767px) {
      .btnVelaSlider {
        margin-top: 20px;
        font-size: 13px;
        padding: 8px 25px !important; } }
    @media (max-width: 480px) {
      .btnVelaSlider {
        margin-top: 10px;
        font-size: 12px;
        padding: 6px 15px !important;
        font-weight: 400; } }
    .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;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--velamenu-bgcolor); }
  
  .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 12px;
        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: 500;
        text-transform: uppercase;
        -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; } }
      .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;
        top: 100%;
        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;
    top: 150%;
    left: 0px;
    margin: 0px;
    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: 500;
        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: 300;
        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;
        left: 150%; }
      .velaMegamenu .menuDropdown li.hasMenuDropdown:hover > .menuDropdown, .velaMegamenu .menuDropdown li.hasMenuDropdown:focus > .menuDropdown {
        visibility: visible;
        left: 100%;
        opacity: 1;
        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: #0066c0;
        line-height: 18px;
        font-weight: 400; }
        .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 {
        text-decoration: none; }
    .velaMenuProducts .blockProMenu .proReviews {
      line-height: 18px; }
      .velaMenuProducts .proReviews .spr-icon-star:before,
      .velaMenuProducts .proReviews .spr-icon-star-empty:before {
        font-size: 13px!important;
      }
      .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 20px;
      color: var(--vela-text-color-secondary);
      background-color: #fff; }
    .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: -5px;
      width: 25px;
      height: 25px;
      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(--vela-text-color-secondary);
        -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(--vela-text-color-secondary);
          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: 300; }
  
  .memoBtnDropdown {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 32px;
    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); }
  
  .icon-bar-group {
    margin-top: 7px; }
    .icon-bar-group .icon-bar {
      width: 20px;
      height: 2px;
      display: block;
      background: #fff;
      margin-bottom: 2px; }
  
  @media (min-width: 992px) {
    .velaMainmenu_left {
      padding-right: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .velaMainmenu_left .icons {
        margin-right: 20px; } }
  .velaVerticalMenu {
    position: relative;
    margin: 0px; }
    .velaVerticalMenu .vermenuTitle {
      display: block;
      padding: 16px 0;
      cursor: pointer;
      color: var(--velamenu-linkcolor);
      font-size: var(--vela-font-size);
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase; }
      .velaVerticalMenu .vermenuTitle .icon-menu {
        margin-right: 20px;
        font-size: 18px; }
      .velaVerticalMenu .vermenuTitle .icon-arrow-down {
        margin-top: 3px; }
      .velaVerticalMenu .vermenuTitle.active .icon-arrow-down:before {
        content: "\e607"; }
    .velaVerticalMenu .vermenuContainer {
      margin: 0px;
      background-color: var(--velavermenu-bgcolor);
      position: absolute;
      top: 100%;
      padding: 0;
      width: 100%;
      z-index: 90;
      border-radius: 0 0 3px 3px; }
  
  .velaVerticalMenu ul {
    list-style: none;
    padding: 0px; }
  .velaVerticalMenu ul.nav {
    margin: 0px;
    padding: 0px; }
    .velaVerticalMenu ul.nav > li {
      margin: 0px;
      padding: 0 20px; }
      @media (min-width: 992px) {
        .velaVerticalMenu ul.nav > li.hasMegaMenu {
          position: static; } }
      .velaVerticalMenu ul.nav > li > a {
        font-family: var(--vela-font-family-secondary);
        font-size: var(--velavermenu-fontsize);
        font-weight: 400;
        padding: 10px 10px 9px;
        margin: 0;
        background-color: transparent;
        color: var(--velavermenu-linkcolor);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        border-top: 1px solid #e3e3e3;
        overflow: hidden; }
      .velaVerticalMenu ul.nav > li:hover > a, .velaVerticalMenu ul.nav > li:hover > a:hover {
        background-color: transparent;
        color: var(--velavermenu-linkcolor-hover); }
      .velaVerticalMenu ul.nav > li .btnCaret {
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        top: 3px;
        right: 10px;
        bottom: 0px;
        z-index: 1;
        margin: 0 5px;
        text-align: center;
        border: 0; }
        .velaVerticalMenu ul.nav > li .btnCaret:after {
          content: "\f107";
          font-size: 20px;
          font-family: var(--vela-font-icon); }
        .velaVerticalMenu ul.nav > li .btnCaret.collapsed:after {
          content: "\f106"; }
        .velaVerticalMenu ul.nav > li .btnCaret:hover {
          text-indent: 0; }
      .velaVerticalMenu ul.nav > li.allCategory a {
        color: #222;
        font-weight: 500; }
        .velaVerticalMenu ul.nav > li.allCategory a:before {
          content: "--";
          margin-right: 9px;
          letter-spacing: -4px; }
        .velaVerticalMenu ul.nav > li.allCategory a:hover {
          color: var(--velavermenu-linkcolor-hover); }
      .velaVerticalMenu ul.nav > li.allCategory.extendCategory a:before {
        content: "+";
        letter-spacing: 0;
        margin-right: 5px; }
      .velaVerticalMenu ul.nav > li:first-child > a {
        border-top: 0; }
  .velaVerticalMenu .menuDropdown {
    background-color: var(--velaversubmenu-bgcolor);
    padding: 10px 20px; }
    .velaVerticalMenu .menuDropdown .menuTitle {
      font-weight: 500;
      font-family: var(--vela-font-family-secondary);
      font-size: var(--velaversubmenu-fontsize);
      padding: 5px 0;
      background-color: transparent;
      color: var(--velaversubmenu-linkcolor);
      display: block;
      margin-bottom: 10px; }
      .velaVerticalMenu .menuDropdown .menuTitle > span, .velaVerticalMenu .menuDropdown .menuTitle a {
        font-weight: 500;
        font-family: var(--vela-font-family-secondary);
        font-size: calc(var(--velaversubmenu-fontsize) + 2px);
        padding: 6px 0;
        background-color: transparent;
        color: var(--velaversubmenu-linkcolor);
        display: block; }
        .velaVerticalMenu .menuDropdown .menuTitle > span:hover, .velaVerticalMenu .menuDropdown .menuTitle a:hover {
          text-indent: 0; }
    .velaVerticalMenu .menuDropdown li {
      position: relative; }
      .velaVerticalMenu .menuDropdown li a {
        font-family: var(--vela-font-family-secondary);
        font-size: var(--velaversubmenu-fontsize);
        font-weight: normal;
        padding: 8px 0;
        background-color: transparent;
        color: var(--velaversubmenu-linkcolor);
        display: block;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .velaVerticalMenu .menuDropdown li a:hover {
          background-color: transparent;
          color: var(--velaversubmenu-linkcolor-hover);
          text-decoration: none; }
    .velaVerticalMenu .menuDropdown .velaMenuLinks li a {
      padding: 5px 0; }
    .velaVerticalMenu .menuDropdown.megaMenu {
      background-position: right bottom;
      background-repeat: no-repeat; }
      .velaVerticalMenu .menuDropdown.megaMenu .velaMenuLinks {
        margin-bottom: 15px; }
    .velaVerticalMenu .menuDropdown .hasMenuDropdown .btnCaret {
      right: -10px;
      top: -3px; }
  
  .menuVerticalOverlay {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: opacity .8s ease,visibility .9s ease,-moz-transform .4s eas;
    -o-transition: opacity .8s ease,visibility .9s ease,-o-transform .4s eas;
    -webkit-transition: opacity .8s ease,visibility .9s ease,-webkit-transform .4s eas;
    transition: opacity .8s ease,visibility .9s ease,transform .4s ease; }
  
  .menuVerticalActive .menuVerticalOverlay {
    opacity: 1;
    visibility: visible; }
  
  @media (min-width: 992px) {
    .velaVerticalMenu ul.nav li.hasMenuDropdown > a:after {
      content: "\e606";
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0;
      width: 30px;
      height: 100%;
      line-height: 42px;
      text-align: center;
      color: #999999;
      font-family: "simple-line-icons";
      font-size: calc(var(--vela-font-size) - 2px); }
    .velaVerticalMenu ul.nav li.hasMenuDropdown:hover > a:after {
      color: var(--velavermenu-linkcolor-hover); }
    .velaVerticalMenu ul.nav li.hasMenuDropdown:hover > .menuDropdown {
      left: 100%;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
    .velaVerticalMenu ul.nav > li.hasMenuDropdown:after {
      line-height: 50px; }
    .velaVerticalMenu ul.nav > li .btnCaret {
      display: none; }
    .velaVerticalMenu .menuDropdown {
      position: absolute;
      top: 0px;
      left: 120%;
      min-width: 280px;
      z-index: 200;
      visibility: hidden;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      border: var(--vela-border-main);
      -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; }
      .velaVerticalMenu .menuDropdown.megaMenu {
        right: -1px;
        min-width: 650px;
        padding: 20px 30px;
        min-height: 100%;
        border-radius: 0 3px 3px 0; } }
  @media (max-width: 767px) {
    .megaMenu {
      background-image: none !important; } }
  .productLable {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-flow: column; }
  
  .labelNew {
    font-size: calc(var(--vela-font-size) - 2px);
    color: #fff;
    padding: 1px 12px;
    background-color: var(--vela-color-primary);
    font-weight: 400;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 5px;
    text-align: center; }
  
  .labelSale {
    font-size: calc(var(--vela-font-size) - 2px);
    color: #fff;
    padding: 1px 12px;
    background-color: #cc1414;
    font-weight: 400;
    display: inline-block;
    border-radius: 2px;
    text-align: center; }
  
  .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: 500;
    line-height: calc(var(--vela-font-size) + 4px);
    display: inline-block;
    border-radius: 3px; }
  
  .priceProduct {
    font-size: calc(var(--vela-font-size) + 2px);
    color: #222222;
    line-height: calc(var(--vela-font-size) + 6px);
    font-weight: 500;
    display: inline-block; }
    .priceProduct.priceCompare {
      color: #a4a4a4;
      margin-left: 5px;
      font-weight: 400;
      position: relative;
      padding: 0 4px; }
      .priceProduct.priceCompare:before {
        content: "";
        width: 100%;
        left: 0;
        bottom: 10px;
        height: 1px;
        background: #a4a4a4;
        position: absolute; }
  
  .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: 400;
    line-height: 30px;
    -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); }
  
  .proReviews {
    font-size: calc(var(--vela-font-size) - 2px);
    line-height: 16px;
    margin-bottom: 5px; }
    .proReviews .spr-icon {
      top: auto;
      color: var(--vela-color-primary);
      margin-right: 1px;
      font-size: var(--vela-font-size) !important; }
      .proReviews .spr-icon.spr-icon-star-empty {
        color: var(--vela-color-primary);
        opacity: 1;
        filter: alpha(opacity=100); }
    .proReviews .spr-badge-caption {
      margin-left: 10px;
      display: none; }
      .proReviews .spr-badge-caption:before {
        content: "(";
        display: inline-block;
        margin-right: 2px; }
      .proReviews .spr-badge-caption:after {
        content: ")";
        display: inline-block;
        margin-left: 2px; }
    .proReviews .spr-icon-star-empty:before {
      font-size: 16px; }
  
  .spr-form-message-success {
    padding: 5px 15px; }
  
  .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 .productVendor {
      color: var(--vela-text-color-banner); }
      .velaProBlock .productVendor label {
        margin-right: 5px;
        margin-bottom: 0; }
    .velaProBlock .proPrice {
      padding-top: 5px; }
    .velaProBlock .productType {
      font-size: var(--vela-font-size); }
      .velaProBlock .productType a {
        display: block;
        color: var(--vela-text-color-banner);
        text-decoration: none;
        margin-bottom: 10px;
        -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 {
      margin: 0 0 10px;
      padding: 0; }
      .velaProBlock .proName a {
        display: block;
        font-size: var(--vela-font-size);
        line-height: calc(var(--vela-font-size) + 4px);
        color: #6e6d6e;
        font-weight: 400;
        -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 .btnProductQuickview {
        position: absolute;
        right: -60px;
        top: 5px;
        display: block;
        z-index: 2;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        border-radius: 50%;
        visibility: hidden; }
        .velaProBlock.grid .btnProductQuickview .text {
          display: none; }
      .velaProBlock.grid .btnAddToCart, .velaProBlock.grid .proBoxInfo .shopify-payment-button__button, .proBoxInfo .velaProBlock.grid .shopify-payment-button__button {
        background-color: var(--vela-color-primary);
        border-color: var(--vela-color-primary);
        color: #fff;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: -45px;
        opacity: 0;
        left: 0;
        visibility: hidden;
        border-radius: 0;
        z-index: 11;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }
      .velaProBlock.grid .proPrice {
        float: left; }
      .velaProBlock.grid:hover .btnProductQuickview {
        right: 5px;
        visibility: visible; }
      .velaProBlock.grid:hover .btnAddToCart, .velaProBlock.grid:hover .proBoxInfo .shopify-payment-button__button, .proBoxInfo .velaProBlock.grid:hover .shopify-payment-button__button {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
      .velaProBlock.grid .proDescription {
        display: none; }
    .velaProBlock.list {
      padding-bottom: 30px; }
      .velaProBlock.list .proContent {
        padding-top: 10px;
        padding-bottom: 10px; }
      .velaProBlock.list .proName a {
        font-size: calc(var(--vela-font-size) + 8px);
        margin-bottom: 20px; }
      .velaProBlock.list .proDescription {
        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 .btnProductQuickview {
        display: inline-block;
        z-index: 2;
        width: 43px;
        height: 43px;
        margin-left: 10px;
        text-align: center;
        line-height: 43px;
        padding: 0;
        border-radius: 50%; }
        .velaProBlock.list .btnProductQuickview .text {
          display: none; }
      .velaProBlock.list .btnAddToCart, .velaProBlock.list .proBoxInfo .shopify-payment-button__button, .proBoxInfo .velaProBlock.list .shopify-payment-button__button {
        display: inline-block;
        background-color: var(--vela-color-primary);
        border-color: var(--vela-color-primary);
        border-radius: 30px;
        padding: 5px 35px; }
        .velaProBlock.list .btnAddToCart .icons, .velaProBlock.list .proBoxInfo .shopify-payment-button__button .icons, .proBoxInfo .velaProBlock.list .shopify-payment-button__button .icons {
          display: none; }
      .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; }
    .velaProBlock.productItemDeal .proCountdown {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: var(--vela-color-primary);
      color: #fff;
      padding: 12px 0;
      border-radius: 0;
      z-index: 2; }
      .velaProBlock.productItemDeal .proCountdown .countDownTitle {
        display: none !important; }
      @media (max-width: 991px) {
        .velaProBlock.productItemDeal .proCountdown {
          padding: 5px 0; } }
    .velaProBlock.productItemDeal .velaCountdown {
      text-align: center; }
      .velaProBlock.productItemDeal .velaCountdown ul {
        margin: 0 -10px;
        display: flex;
        justify-content: center; }
      .velaProBlock.productItemDeal .velaCountdown li {
        display: inline-block;
        color: #ffe9cc;
        font-size: 11px;
        width: auto;
        height: auto;
        padding: 0 10px;
        line-height: 11px;
        position: relative;
        margin: 0;
        border: 0; }
        .velaProBlock.productItemDeal .velaCountdown li:not(:first-child):after, .velaProBlock.productItemDeal .velaCountdown li:not(:first-child):before {
          content: "";
          width: 2px;
          height: 2px;
          display: block;
          background: #fff;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: 0;
          top: 6px; }
        .velaProBlock.productItemDeal .velaCountdown li:not(:first-child):after {
          top: 12px; }
        @media (max-width: 1410px) and (min-width: 1200px) {
          .velaProBlock.productItemDeal .velaCountdown li {
            padding: 0 5px; } }
        @media (max-width: 767px) {
          .velaProBlock.productItemDeal .velaCountdown li:last-child {
            display: none !important; } }
      .velaProBlock.productItemDeal .velaCountdown span {
        text-align: center;
        display: inline-block; }
        @media (max-width: 1199px) {
          .velaProBlock.productItemDeal .velaCountdown span {
            display: block; } }
        .velaProBlock.productItemDeal .velaCountdown span.number {
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          padding: 0;
          color: #fff;
          margin: 0;
          border: 0;
          min-width: 25px;
          position: relative;
          bottom: -1px; }
    .velaProBlock.productItemDeal .productInventory label {
      margin-bottom: 0;
      margin-top: 10px; }
  
  .proShortDescription,
  .proDescription {
    padding: 20px 0 0;
    line-height: 24px;
    color: var(--vela-text-color-secondary); }
    .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); }
  
  .headerCollection {
    font-size: calc(var(--vela-font-size) + 10px);
    margin: 0 0 30px;
    padding: 10px 0;
    border-bottom: 2px solid var(--vela-border-color);
    position: relative; }
    .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 {
    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;
    margin-right: 15px; }
    .collSortBy:after {
      content: "\f107";
      top: 4px;
      right: 5px;
      color: var(--vela-text-color-secondary);
      font-family: var(--vela-font-icon);
      font-size: 15px;
      line-height: 24px;
      margin-left: -25px; }
    .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 25px;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    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.5);
    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; }
  
  .template-product .velaBreadcrumbs .velaBreadcrumbImage {
    display: none; }
  .template-product .velaBreadcrumbs .breadcrumbHeading {
    display: none; }
  .template-product .velaBreadcrumbs .velaBreadcrumbWrap {
    position: static; }
  
  .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; }
  .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: var(--vela-color-primary);
      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, .thumbItem a.active: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; }
  
  .proThumbnails .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px; }
    .proThumbnails .owl-thumblist .thumbItem {
      padding: 0 5px; }
  .proThumbnails .owl-nav > div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    border-radius: 50%; }
    .proThumbnails .owl-nav > div.owl-prev {
      left: -5px; }
    .proThumbnails .owl-nav > div.owl-next {
      right: -5px; }
.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 {
  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; }  
  .proBoxInfo h1 {
    margin: 0 0 20px;
    padding: 0;
    font-size: calc(var(--vela-font-size) + 10px);
    color: var(--vela-text-color-secondary);
    letter-spacing: -1px; }
  .proBoxInfo .proAttr {
    margin: 0 0 5px;
    font-size: var(--vela-font-size); }
    .proBoxInfo .proAttr > label {
      margin: 0 10px 0 0;
      color: var(--vela-text-color-secondary);
      font-weight: 400; }
    .proBoxInfo .proAttr.instock {
      color: #5cb85c; }
    .proBoxInfo .proAttr.outstock {
      color: #f0ad4e; }
  .proBoxInfo .proDescription {
    padding: 15px 0; }
  .proBoxInfo .proPrice {
    margin: 25px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .proBoxInfo .priceProduct {
    font-size: calc(var(--vela-font-size) + 10px);
    color: var(--vela-color-primary);
    font-weight: 500; }
    .proBoxInfo .priceProduct.priceCompare {
      font-size: calc(var(--vela-font-size) + 10px);
      color: #ccc;
      font-weight: 400; }
      .proBoxInfo .priceProduct.priceCompare:before {
        background-color: #c1c1c1; }
  .proBoxInfo .proReviews .spr-badge-caption {
    display: inline-block; }
  .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(255, 147, 0, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 147, 0, 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;
    min-height: 45px;
    line-height: 20px;
    min-width: 150px; }
    .proBoxInfo .btnAddToCart .icons, .proBoxInfo .shopify-payment-button__button .icons {
      font-size: 18px;
      position: relative;
      bottom: -1px; }
  .proBoxInfo .velaBuyNow {
    float: left;
    margin-left: 15px; }
  .proBoxInfo .shopify-payment-button__button {
    background-color: #d9534f;
    border-color: #d9534f;
    min-width: 150px; }
    .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; }
  .proBoxInfo .progress {
    height: 10px;
    margin: 10px 0; }
  .proBoxInfo .productInventory {
    margin-bottom: 20px; }
  .proBoxInfo .proCountdown {
    padding-bottom: 10px; }
  .proBoxInfo .price-countdown-stock {
    font-size: 18px; }
    .proBoxInfo .price-countdown-stock span {
      color: #0066c0;
      font-weight: 500; }
  
  .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; }
  
  .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: 1200px) {
      #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: 45px;
      line-height: 14px;
      border: 0;
      background-color: transparent;
      color: #1a1a1a;
      position: absolute;
      font-size: 20px;
      font-weight: 300; }
      .velaQty .velaQtyAdjust span {
        display: block;
        font-weight: 500;
        font-size: 22px;
        color: #e6e6e6; }
      .velaQty .velaQtyAdjust.velaQtyMinus {
        left: 0; }
      .velaQty .velaQtyAdjust.velaQtyPlus {
        right: 0; }
      .velaQty .velaQtyAdjust:hover, .velaQty .velaQtyAdjust:hover span {
        color: var(--vela-text-color-secondary); }
    .velaQty .velaQtyNum {
      float: left;
      height: 45px;
      width: 100px;
      font-size: 18px;
      font-weight: 400;
      border-radius: 3px;
      border: 1px solid #f5f5f5;
      background-color: #fff;
      color: var(--vela-text-color-secondary);
      padding: 10px 0;
      text-align: center; }
  
  .detail_default .proDetailInfo, .detail_style2 .proDetailInfo {
    padding-top: 30px; }
  .proDetailInfo .panel-group {
    margin-bottom: 0; }
  .proDetailInfo .spr-container {
    padding: 20px; }
    .proDetailInfo .spr-container .spr-header-title {
      font-size: calc(var(--vela-font-size) + 2px);
      font-weight: 600; }
    .proDetailInfo .spr-container .spr-form-label {
      font-size: var(--vela-font-size); }
    .proDetailInfo .spr-container .spr-icon {
      color: var(--vela-color-primary); }
      .proDetailInfo .spr-container .spr-icon.spr-icon-star, .proDetailInfo .spr-container .spr-icon.spr-icon-star-half-alt, .proDetailInfo .spr-container .spr-icon.spr-icon-star-empty {
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: var(--vela-font-size);
        line-height: 20px; }
    .proDetailInfo .spr-container .spr-icon-star {
      color: var(--vela-color-primary); }
      .proDetailInfo .spr-container .spr-icon-star.spr-icon-star-empty {
        color: #dfdfdf; }
      .proDetailInfo .spr-container .spr-icon-star.spr-icon-star-hover {
        color: var(--vela-color-primary); }
    .proDetailInfo .spr-container .spr-icon-star-empty {
      color: #dfdfdf; }
      .proDetailInfo .spr-container .spr-icon-star-empty:before {
        content: "\e801"; }
    .proDetailInfo .spr-container .spr-form-input-text,
    .proDetailInfo .spr-container .spr-form-input-email,
    .proDetailInfo .spr-container .spr-form-input-textarea {
      border: var(--vela-border-main);
      padding: 6px 14px; }
    .proDetailInfo .spr-container .spr-button-primary {
      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; }
      .proDetailInfo .spr-container .spr-button-primary:hover {
        color: var(--button_one_txtcolor_hover);
        background-color: var(--button_one_bgcolor_hover);
        border-color: var(--button_one_bordercolor_hover); }
  .proDetailInfo .proTabHeading {
    position: relative; }
  .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) + 6px);
        color: var(--vela-text-color-banner);
        position: relative;
        padding: 5px 0;
        margin: 0;
        border: 0;
        font-weight: 500; }
        .proDetailInfo .velaProductNavTabs li a:before {
          content: "";
          width: 50px;
          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: 500; }
      .proDetailInfo .velaPanel > .panel-title a:before {
        content: "-";
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 21px; }
      .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: 500;
      min-width: 80px;
      font-size: 16px;
      color: var(--vela-text-color-secondary); }
      .swatch .header span {
        font-size: 18px;
        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: var(--vela-font-size);
      font-weight: 600;
      text-align: center;
      line-height: 30px;
      white-space: nowrap;
      text-transform: uppercase; }
      .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); }
      
      .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_default .slick-arrow,
  .detail_style1 .slick-arrow {
    height: 35px;
    border-radius: 50%; }
    .detail_default .slick-arrow:before,
    .detail_style1 .slick-arrow:before {
      font-size: 13px; }
    .detail_default .slick-arrow.slick-next,
    .detail_style1 .slick-arrow.slick-next {
      right: -8px; }
    .detail_default .slick-arrow.slick-prev,
    .detail_style1 .slick-arrow.slick-prev {
      left: -8px; }
  
  .detail_style3 .proBoxImage,
  .detail_style2 .proBoxImage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse; }
    .detail_style3 .proBoxImage .proThumbnails,
    .detail_style2 .proBoxImage .proThumbnails {
      width: 17.5%; }
    .detail_style3 .proBoxImage .proFeaturedImage,
    .detail_style2 .proBoxImage .proFeaturedImage {
      width: calc(100% - 17.5%); }
      .detail_style3 .proBoxImage .proFeaturedImage.noThumbnail,
      .detail_style2 .proBoxImage .proFeaturedImage.noThumbnail {
        width: 100%; }
    .detail_style3 .proBoxImage .slick-arrow,
    .detail_style2 .proBoxImage .slick-arrow {
      width: calc(50% - 10px);
      top: auto;
      height: 25px;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      bottom: 0; }
      @media (max-width: 767px) {
        .detail_style3 .proBoxImage .slick-arrow,
        .detail_style2 .proBoxImage .slick-arrow {
          width: calc(50% - 8px); } }
      .detail_style3 .proBoxImage .slick-arrow:before,
      .detail_style2 .proBoxImage .slick-arrow:before {
        font-size: 16px; }
        @media (max-width: 767px) {
          .detail_style3 .proBoxImage .slick-arrow:before,
          .detail_style2 .proBoxImage .slick-arrow:before {
            font-size: 12px; } }
      .detail_style3 .proBoxImage .slick-arrow.slick-next,
      .detail_style2 .proBoxImage .slick-arrow.slick-next {
        right: 25px; }
        @media (max-width: 767px) {
          .detail_style3 .proBoxImage .slick-arrow.slick-next,
          .detail_style2 .proBoxImage .slick-arrow.slick-next {
            right: 16px; } }
        .detail_style3 .proBoxImage .slick-arrow.slick-next:before,
        .detail_style2 .proBoxImage .slick-arrow.slick-next:before {
          content: "\e604"; }
      .detail_style3 .proBoxImage .slick-arrow.slick-prev:before,
      .detail_style2 .proBoxImage .slick-arrow.slick-prev:before {
        content: "\e607"; }
    .detail_style3 .proBoxImage .thumbItem,
    .detail_style2 .proBoxImage .thumbItem {
      margin-right: 25px;
      padding: 0; }
      @media (max-width: 767px) {
        .detail_style3 .proBoxImage .thumbItem,
        .detail_style2 .proBoxImage .thumbItem {
          margin-right: 15px; } }
      .detail_style3 .proBoxImage .thumbItem a,
      .detail_style2 .proBoxImage .thumbItem a {
        margin-bottom: 9px; }
        @media (max-width: 767px) {
          .detail_style3 .proBoxImage .thumbItem a,
          .detail_style2 .proBoxImage .thumbItem a {
            margin-bottom: 4px; } }
        .detail_style3 .proBoxImage .thumbItem a:before,
        .detail_style2 .proBoxImage .thumbItem a:before {
          content: "\f0da";
          top: 50%;
          left: auto;
          margin-top: -8px;
          right: -14px;
          font-size: 25px; }
          @media (max-width: 767px) {
            .detail_style3 .proBoxImage .thumbItem a:before,
            .detail_style2 .proBoxImage .thumbItem a:before {
              margin-top: -4px;
              right: -8px;
              font-size: 20px; } }
          @media (max-width: 480px) {
            .detail_style3 .proBoxImage .thumbItem a:before,
            .detail_style2 .proBoxImage .thumbItem a:before {
              margin-top: -2px;
              right: -8px;
              font-size: 14px; } }
    .detail_style3 .proBoxImage .owl-nav,
    .detail_style2 .proBoxImage .owl-nav {
      position: absolute;
      bottom: -15px;
      width: 60px;
      left: 18%; }
  
  @media (min-width: 1410px) {
    .proBoxPrimary .proBoxInfo {
      padding-left: 25px; } }
  
  @media (min-width: 992px) {
    .proRelated {
      padding: 30px 0 10px; }
  
    .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: 5px;
      display: inline-block;
      font-size: var(--vela-font-size); }
      .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) + 7px);
    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: 500;
    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: #f3f3f3;
      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 .blogPostContent {
    padding-top: 30px; }
  .velaHomeBlogs.style1 .velaBlogItem .blogTitle {
    margin-bottom: 15px; }
    .velaHomeBlogs.style1 .velaBlogItem .blogTitle a {
      display: inline-block;
      background-color: var(--vela-color-primary);
      border-radius: 2px;
      color: #fff;
      font-size: calc(var(--vela-font-size) - 4px);
      padding: 0 15px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 20px; }
  .velaHomeBlogs.style1 .velaBlogItem .blogTags {
    margin-bottom: 15px; }
  .velaHomeBlogs.style1 .velaBlogItem .blogMeta {
    padding: 0;
    font-size: 14px;
    color: var(--vela-text-color-banner); }
    .velaHomeBlogs.style1 .velaBlogItem .blogMeta .articleAuthor {
      color: var(--vela-text-color-secondary);
      margin-left: 5px; }
      .velaHomeBlogs.style1 .velaBlogItem .blogMeta .articleAuthor span {
        color: var(--vela-text-color-banner); }
  @media (max-width: 767px) {
    .velaHomeBlogs.style1 .velaBlogItem .blogPostImage img {
      width: 100%; } }
  .velaHomeBlogs.style1 .velaBlogItem .blogPostTitle {
    font-size: calc(var(--vela-font-size) + 4px);
    font-weight: 500;
    line-height: calc(var(--vela-font-size) + 10px);
    margin: 0 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: 500;
    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 10px; }
  .blogArticle.blogArticleListing .articleMeta {
    margin: 0 0 20px; }
  .blogArticle .articleMeta {
    padding: 0;
    margin: 0 0 15px;
    font-size: 14px;
    color: var(--vela-text-color-banner); }
    .blogArticle .articleMeta .articleAuthor {
      color: var(--vela-text-color-secondary);
      margin-right: 5px; }
      .blogArticle .articleMeta .articleAuthor span {
        color: var(--vela-text-color-banner); }
  .blogArticle .groupButton {
    border-top: var(--vela-border-main);
    padding-top: 25px; }
  .blogArticle .blogTags {
    margin-top: 15px; }
  .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: 500;
    margin-top: 30px; }
  .blogArticle .articleImage a {
    display: block; }
  .blogArticle .media-body {
    padding-left: 20px; }
  .blogArticle .btnBlogReadMore {
    color: var(--vela-text-color-secondary);
    font-weight: 500;
    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: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0 10px; }
    .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: var(--vela-font-size);
        line-height: calc(var(--vela-font-size) + 4px);
        margin-bottom: 8px;
        display: block; }
      .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; }
  
  .velaSearchSidebar .input-group {
    width: 100%; }
  .velaSearchSidebar .formSearchPageInput {
    height: 45px; }
  .velaSearchSidebar .formSearchPageButton {
    border: 0;
    background: var(--vela-color-primary);
    color: #fff;
    height: 45px;
    top: 0;
    line-height: 48px;
    border-radius: 0 3px 3px 0; }
    .velaSearchSidebar .formSearchPageButton:hover {
      color: #fff; }
  
  .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: #858585;
      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 {
      color: var(--vela-text-color-banner); }
      .articleHeader .articleMeta .articleAuthor {
        color: var(--vela-text-color-secondary); }
        .articleHeader .articleMeta .articleAuthor span {
          color: var(--vela-text-color-banner); }
    .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: 500; }
  
  .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) + 7px);
    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) + 6px);
    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: 500;
      text-transform: uppercase; }
  
  .cartBoxSubtotal {
    margin-bottom: 6px; }
    .cartBoxSubtotal .cartSubtotalTitle {
      margin-right: 10px;
      font-size: calc(var(--vela-font-size) + 2px);
      font-weight: 500; }
    .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;
      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: 500; }
  
  .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: var(--vela-font-size);
    line-height: 20px;
    font-weight: 400;
    -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: 400;
    font-size: var(--vela-font-size); }
    .btnCheckout:hover {
      color: #fff;
      background: var(--vela-text-color-secondary);
      border-color: var(--vela-text-color-secondary); }
  
  .functionCartNote {
    margin-bottom: 15px; }
  
  .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;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 480px) {
      .btnCartNote {
        width: 100%;
        text-align: center; } }
    .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 {
    position: relative; }
    .velaCartTop > a {
      position: relative;
      color: var(--vela-header-textcolor);
      line-height: 14px;
      padding-right: 11px;
      display: block;
      text-align: center; }
      .velaCartTop > a .text {
        display: block;
        color: var(--vela-header-textcolor);
        font-weight: 400;
        background: var(--vela-color-primary);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 25px; }
        .velaCartTop > a .text #CartCount {
          font-size: calc(var(--vela-font-size) - 1px);
          color: #fff; }
      .velaCartTop > a .cart-title {
        display: block;
        margin-top: 8px; }
      .velaCartTop > a .icons {
        font-size: 30px; }
      .velaCartTop > a:hover {
        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: #999;
      font-size: 18px;
      border-radius: 50%;
      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:hover {
        color: var(--vela-color-primary); }
      .velaCartTop .cartRemove span {
        display: none; }
  
  .velaAjaxCartModal {
    position: absolute;
    top: 100%;
    right: 15px;
    z-index: 20;
    padding: 20px;
    width: 300px;
    background-color: #fff;
    visibility: hidden;
    border-top: 2px solid var(--vela-color-primary);
    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: 300; }
  
  .headerCartScroll .ajaxCartProduct {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .headerCartScroll .ajaxCartProduct:not(:last-child) {
      border-bottom: var(--vela-border-main); }
  
  .headerCartImage {
    width: 30%; }
    .headerCartImage a {
      display: block; }
  
  .headerCartContent {
    padding: 0 15px;
    width: 70%; }
  
  .headerCartProductName {
    display: block;
    margin-bottom: 10px;
    color: #0066c0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    -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: var(--vela-font-size);
    color: var(--vela-text-color-secondary);
    font-weight: 500; }
    .headerCartPrice span {
      display: inline-block; }
  
  .headerCartRemoveBox {
    position: absolute;
    top: 0;
    right: -5px; }
  
  .headerCartTotal {
    padding-top: 15px;
    border-top: var(--vela-border-main); }
    .headerCartTotal:after {
      content: '';
      display: table;
      clear: both; }
    .headerCartTotal .headerCartTotalTitle {
      float: left;
      font-weight: 500;
      line-height: 30px;
      font-size: 18px;
      color: var(--vela-text-color-secondary); }
    .headerCartTotal .headerCartTotalNum {
      float: right;
      font-size: calc(var(--vela-font-size) + 2px);
      line-height: 30px;
      color: var(--vela-text-color-secondary);
      font-weight: 500; }
  
  .headerCartButton {
    margin-top: 10px; }
    .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) + 3px); }
    .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: 500;
    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 15px 0 0;
      width: 100%; }
  
  .drawerCartFooter {
    border-top: var(--vela-border-main);
    padding: 15px; }
  
  .drawerProductTitle {
    margin-bottom: 5px; }
    .drawerProductTitle a {
      display: block;
      color: var(--vela-text-color-secondary);
      text-decoration: none;
      color: #0066c0;
      font-size: 14px;
      line-height: 20px;
      -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; }
    .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: -2px;
    right: -5px; }
    .drawerProductDelete span {
      display: none; }
    .drawerProductDelete .cartRemove {
      font-size: 18px;
      color: #999; }
      .drawerProductDelete .cartRemove:hover {
        color: var(--vela-color-primary); }
  
  .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 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: 500; }
      .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) + 6px);
      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: 500;
      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;
    height: 590px;
    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: 500; }
  
  .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 #e1e1e1;
    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: 80px 0 60px; }
    .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) + 6px);
    font-weight: 600;
    line-height: 30px;
    text-align: center; }
  
  .velaSearchTop {
    display: flex; }
    .velaSearchTop .formSearch {
      width: 100%;
      position: relative; }
    @media (max-width: 991px) {
      .velaSearchTop {
        margin-top: 20px; } }
    .velaSearchTop .velaSearch {
      border-radius: 30px 0 0 30px;
      font-size: var(--vela-font-size); }
      .velaSearchTop .velaSearch:focus {
        box-shadow: none;
        border-color: #e6e6e6; }
  
  .btnVelaSearch {
    background-color: var(--vela-color-primary);
    color: #fff;
    font-size: var(--vela-font-size);
    height: 50px;
    border-radius: 0 30px 30px 0;
    border: 0;
    padding: 12px 30px;
    -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; }
    .btnVelaSearch .icons {
      display: none; }
  
  .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: 8px 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: #0066c0;
      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 .searchContent {
        padding-left: 10px; }
      .velaAjaxSearch a .searchPrice {
        color: #222;
        font-weight: 500;
        display: block; }
      .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; }
  
  .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);
      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;
    border-radius: 5px;
    overflow: hidden; }
    .formSearchPage .input-group {
      width: 100%; }
    .formSearchPage .formSearchPageInput {
      padding: 9px 50px 9px 20px;
      border-radius: 30px 0 0 30px !important;
      font-size: 14px;
      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;
    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;
      font-size: 20px; }
    #velaQuickView .quickviewClose {
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      color: #fff;
      width: 40px;
      height: 38px; }
      #velaQuickView .quickviewClose:before, #velaQuickView .quickviewClose:after {
        width: 30px;
        height: 2px;
        background-color: var(--vela-color-primary);
        left: 5px;
        top: 20px; }
      #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-thumblist {
    margin-left: -5px;
    margin-right: -5px; }
  .proThumbnailsQuickview .owl-thumblist .thumbItem {
    padding: 0 5px;
    margin-top: 10px; }
    .proThumbnailsQuickview .owl-thumblist .thumbItem a {
      display: block;
      width: 78px; }
    .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 .pageContentInner {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .aboutBannerTop .pageContentInner {
        padding: 30px 30px 0;
        background: var(--vela-body-bg);
        position: relative;
        margin: -100px -30px 0; } }
  .aboutBannerTop .pageContent .velaTitle {
    font-size: 24px;
    font-weight: 500;
    padding-top: 0;
    margin: 0 0 20px; }
  
  @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 5px;
    position: relative; }
    .velaAboutUsFeature .featureTitle:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .velaAboutUsFeature img {
      width: 100%; } }
  
  .velaAboutService {
    color: #fff; }
    .velaAboutService .videoWrapper {
      min-height: 200px;
      position: relative; }
      .velaAboutService .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; }
        .velaAboutService .videoWrapper a span {
          font-size: 24px;
          margin-left: 7px; }
        .velaAboutService .videoWrapper a:hover {
          border-color: var(--vela-color-secondary);
          color: var(--vela-color-secondary); }
    .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) + 1px);
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
    .velaAboutService .boxServiceDesc {
      color: rgba(255, 255, 255, 0.7); }
    @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) + 3px);
    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 {
    padding: 60px 0; }
    .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: calc(var(--vela-font-size) + 2px);
      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; }
      .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 {
      padding: 10px 30px; }
      .faqPageWrapper .panel-collapse .faq-item--content {
        padding: 18px 0 20px; }
  
  .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: 22px;
      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;
    padding: 8px 30px;
    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: 500;
    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;
    padding: 10px 48px;
    color: #a7a7a7;
    background-color: transparent;
    border: var(--vela-border-main);
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    -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: 500;
    text-transform: capitalize;
    font-size: calc(var(--vela-font-size) - 2px);
    padding: 10px 15px;
    line-height: 20px;
    height: auto; }
    .btnProduct .icons {
      font-size: 14px; }
    .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); }
    @media (max-width: 991px) {
      .owl-carousel .owl-nav > div {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; } }
    .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: 30px;
    height: 70px;
    padding: 0;
    text-align: center;
    line-height: 70px;
    background: #ebebeb;
    border: 0;
    color: #222;
    font-size: 0;
    border-radius: 1px;
    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: 14px;
      left: 50%;
      margin-left: -6px;
      font-family: "simple-line-icons"; }
  .owl-nav .owl-prev {
    left: 0; }
    .owl-nav .owl-prev:before {
      content: "\e605"; }
  .owl-nav .owl-next {
    right: 0; }
    .owl-nav .owl-next:before {
      content: "\e606"; }
  
  .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; }
  
  #velaTopbar {
    color: var(--vela-topbar-textcolor);
    background-color: var(--vela-topbar-bgcolor);
    padding: 14px 0;
    position: relative;
    z-index: 12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  
  .velaTopbarLeft .icons {
    position: relative;
    bottom: -4px;
    margin-right: 8px; }
  
  .velaTopbarRight .topbarMenu {
    margin-right: 5px; }
    .velaTopbarRight .topbarMenu ul {
      margin-bottom: 0; }
    .velaTopbarRight .topbarMenu li {
      position: relative;
      border-right: 1px solid rgba(225, 225, 225, 0.1);
      line-height: 14px; }
    .velaTopbarRight .topbarMenu a {
      display: inline-block;
      color: var(--vela-topbar-textcolor);
      -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;
      padding: 0 5px; }
      .velaTopbarRight .topbarMenu a:hover {
        color: var(--vela-color-primary); }
    .velaTopbarRight .topbarMenu.velaTopLinks li {
      border: 0; }
  .velaTopbarRight .velaGroup {
    border-left: 1px solid rgba(225, 225, 225, 0.1);
    padding-left: 15px;
    height: 14px; }
    .velaTopbarRight .velaGroup .header-selector__toggle {
      color: var(--vela-topbar-textcolor);
      line-height: 16px; }
      .velaTopbarRight .velaGroup .header-selector__toggle:after {
        font-size: 12px; }
      .velaTopbarRight .velaGroup .header-selector__toggle:hover {
        color: var(--vela-color-primary); }
  .velaTopbarRight .logout {
    opacity: 0.7; }
    .velaTopbarRight .logout:hover {
      opacity: 1; }
    .velaTopbarRight .logout a {
      padding: 0; }
  
  .velaHeader {
    background-color: var(--vela-header-bgcolor);
    z-index: 11;
    position: relative; }
  
  .velaHeaderMain {
    padding: 30px 0; }
  
  .velaLogo {
    margin: 0;
    padding: 0;
    font-size: 0;
    vertical-align: middle; }
    .velaLogo img {
      max-width: 100%; }
  
  .velaLogoLink {
    display: inline-block;
    max-width: 100%;
    font-size: calc(var(--vela-font-size) + 6px);
    vertical-align: middle; }
    .velaLogoLink span {
      position: absolute; }
  
  .hoteline_header {
    float: left;
    margin-top: 3px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    margin-right: 10%; }
    .hoteline_header .image_hotline {
      width: 44px;
      height: 44px; }
      .hoteline_header .image_hotline svg {
        fill: var(--vela-color-primary); }
    .hoteline_header .wrap {
      color: #fff;
      font-weight: 500;
      width: 170px;
      margin-left: 10px; }
      .hoteline_header .wrap label {
        display: block;
        width: 100%;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0; }
  
  #pageContainer {
    margin: 0 auto;
    max-width: 1920px; }
    .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;
    overflow: hidden; }
  
  #velaFooter {
    color: var(--vela-footer-textcolor);
    background-color: var(--vela-footer-bgcolor); }
    #velaFooter .footerTop {
      padding-top: 80px;
      border-top: var(--vela-border-main); }
      @media (max-width: 767px) {
        #velaFooter .footerTop {
          padding-top: 60px; } }
    #velaFooter .footerCenterInner {
      padding: 70px 0px 40px; }
    #velaFooter .footerCopyRight {
      background-color: #232B35; }
    #velaFooter .footerCopyRightInner {
      padding: 30px 0; }
    #velaFooter .velaNewsletterFooter .newsletterTitle {
      font-size: 30px;
      margin: 0 0 20px; }
    #velaFooter .velaNewsletterFooter .wrap {
      position: relative; }
      #velaFooter .velaNewsletterFooter .wrap:before {
        content: "";
        background: #e1e1e1;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px; }
    #velaFooter .velaNewsletterFooter .newsletterDescription {
      margin-bottom: 30px; }
    #velaFooter .velaNewsletterFooter .input-group {
      max-width: 540px;
      width: 100%; }
    #velaFooter .velaNewsletterFooter .form-control {
      border-radius: 30px 0 0 30px;
      font-size: var(--vela-font-size);
      border-width: 2px;
      border-right: 0; }
    #velaFooter .velaNewsletterFooter .btnNewsletter {
      background-color: var(--vela-color-primary);
      color: #fff;
      font-size: var(--vela-font-size);
      height: 50px;
      border-radius: 0 30px 30px 0;
      border: 0;
      padding: 12px 30px;
      -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; }
    #velaFooter .footerInfo {
      color: var(--vela-text-color-secondary); }
      @media (min-width: 1200px) {
        #velaFooter .footerInfo {
          padding-right: 50px; } }
      #velaFooter .footerInfo .infoImage {
        margin-bottom: 40px; }
        #velaFooter .footerInfo .infoImage a {
          display: block;
          max-width: 100%; }
      #velaFooter .footerInfo .hoteline_footer {
        margin-bottom: 15px; }
        #velaFooter .footerInfo .hoteline_footer .image_hotline {
          width: 60px;
          height: 60px; }
          #velaFooter .footerInfo .hoteline_footer .image_hotline svg {
            fill: var(--vela-color-primary); }
        #velaFooter .footerInfo .hoteline_footer .wrap {
          font-weight: 500;
          margin-left: 10px;
          font-size: 24px; }
          #velaFooter .footerInfo .hoteline_footer .wrap label {
            display: block;
            width: 100%;
            color: #a7a7a7;
            font-weight: 400;
            font-size: var(--vela-font-size);
            margin-bottom: 0; }
    #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; }
        #velaFooter .velaFooterLinks li a {
          color: var(--vela-footer-textcolor);
          font-size: var(--vela-font-size);
          display: block;
          font-weight: 400;
          padding: 8px 0;
          -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: #fff;
      padding-bottom: 15px; }
    #velaFooter .footerAbout .icons {
      font-size: 18px;
      margin-right: 15px;
      display: block;
      margin-top: 5px; }
    #velaFooter .velaCopyRight {
      color: #71908c;
      margin-top: 5px; }
      #velaFooter .velaCopyRight a {
        color: var(--vela-color-primary); }
    @media (max-width: 767px) {
      #velaFooter .velaFooterMenu .velaFooterTitle {
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        cursor: pointer;
        font-size: calc(var(--vela-font-size) + 4px);
        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: 4px;
    padding: 0 30px 0;
    margin-bottom: 30px; }
    .borderBox .owl-stage-outer {
      padding-top: 30px; }
    .borderBox .owl-nav .owl-prev {
      left: -30px; }
    .borderBox .owl-nav .owl-next {
      right: -30px; }
  
  .borderBox1 {
    background: #fff;
    border: var(--vela-border-main);
    border-radius: 4px;
    padding: 30px; }
    .borderBox1 .owl-nav .owl-prev {
      left: -30px; }
    .borderBox1 .owl-nav .owl-next {
      right: -30px; }
  
  .boxPadding {
    padding: 20px;
    border-radius: 0; }
  
  .velaTitle {
    font-size: calc(var(--vela-font-size) + 10px);
    color: var(--vela-heading-color);
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--vela-font-family-secondary); }
    @media (max-width: 767px) {
      .velaTitle {
        font-size: 18px;
        line-height: 24px; } }
  
  .velaHomeTitle {
    padding: 0 0 5px;
    margin: 0;
    position: relative;
    font-size: calc(var(--vela-font-size) + 10px);
    line-height: calc(var(--vela-font-size) + 14px);
    font-weight: 500;
    color: var(--vela-text-color-secondary);
    font-family: var(--vela-font-family-secondary); }
    .velaHomeTitle span {
      font-weight: 300; }
    @media (max-width: 767px) {
      .velaHomeTitle {
        font-size: calc(var(--vela-font-size) + 8px); } }
  
  .velaTitleSmall {
    font-size: 22px;
    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: 15px 0 20px;
    padding: 10px 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--vela-font-family-secondary); }
  
  .titleSidebar {
    font-family: var(--vela-font-family-secondary);
    font-size: calc(var(--vela-font-size) + 6px);
    line-height: calc(var(--vela-font-size) + 10px);
    margin: 0 0 25px;
    padding: 10px 0px;
    position: relative;
    color: var(--vela-heading-color);
    font-weight: 500;
    border-bottom: 2px solid var(--vela-border-color); }
    .titleSidebar:before {
      position: absolute;
      content: "";
      width: 50px;
      height: 2px;
      bottom: -2px;
      left: 0;
      display: block;
      background-color: var(--vela-color-primary); }
    .titleSidebar.heading {
      border-top: 0;
      padding-top: 0; }
      .titleSidebar.heading span {
        display: inline-block;
        color: var(--vela-color-primary);
        font-size: 19px;
        border-bottom: 2px solid var(--vela-color-primary); }
        .titleSidebar.heading span:before {
          content: "+"; }
    @media (max-width: 767px) {
      .titleSidebar {
        padding: 20px 0px 10px; } }
  
  .velaArticleTitle {
    font-family: var(--vela-font-family);
    font-size: calc(var(--vela-font-size) + 10px);
    margin: 0 0 10px;
    padding: 0;
    font-weight: 500; }
  
  .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: 500; }
    .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 {
    position: relative; }
    .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: 5px auto 10px; }
  
  .proListStyle .proHImage {
    flex: 0 0 115px;
    padding-right: 15px; }
  .proListStyle .productSidebarName {
    margin: 0 0 5px;
    font-size: var(--vela-font-size); }
    .proListStyle .productSidebarName a {
      color: #0066c0;
      text-decoration: none;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .proListStyle .productSidebarName a:hover, .proListStyle .productSidebarName a:focus {
        color: var(--vela-color-primary); }
  
  .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 115px;
    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: 300;
      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: 500;
    font-size: 12px;
    border-bottom: 1px solid #a1a1a1; }
    .velaFiveCollection .text_link:hover {
      border-bottom-color: var(--vela-color-primary); }
  
  .velaProductTabs .proTabNav {
    padding: 0px;
    position: relative;
    border-bottom: var(--vela-border-main); }
    .velaProductTabs .proTabNav > li {
      display: inline-block;
      position: relative;
      margin: 0 15px 0; }
      .velaProductTabs .proTabNav > li > a {
        color: #888888;
        position: relative;
        font-size: calc(var(--vela-font-size) + 4px);
        padding: 0 0 10px;
        font-weight: 400; }
        .velaProductTabs .proTabNav > li > a:before {
          width: 50px;
          height: 2px;
          content: "";
          background: transparent;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          bottom: -1px;
          display: block; }
      .velaProductTabs .proTabNav > li.active a {
        color: var(--vela-text-color-primary);
        font-weight: 500; }
        .velaProductTabs .proTabNav > li.active a:before {
          background: var(--vela-color-primary); }
  
  @media (min-width: 992px) {
    .velaProductTabsSpecial .headingGroup {
      float: left; }
    .velaProductTabsSpecial .productTabTitle {
      float: right; } }
  .velaProductTabsSpecial .proTabNav {
    padding: 0px;
    position: relative; }
    .velaProductTabsSpecial .proTabNav > li {
      display: inline-block;
      position: relative; }
      .velaProductTabsSpecial .proTabNav > li:not(:last-child) {
        margin-right: 30px; }
      .velaProductTabsSpecial .proTabNav > li > a {
        color: var(--vela-text-color-primary);
        position: relative;
        font-size: var(--vela-font-size);
        padding: 5px 0;
        font-weight: 400; }
      .velaProductTabsSpecial .proTabNav > li.active a {
        color: var(--vela-color-primary); }
        .velaProductTabsSpecial .proTabNav > li.active a:before {
          background: var(--vela-color-primary); }
  @media (min-width: 1200px) {
    .velaProductTabsSpecial .rowSpecial > .col-lg-8 {
      width: 70%; }
    .velaProductTabsSpecial .rowSpecial > .col-lg-4 {
      width: 30%; } }
  .velaProductTabsSpecial .velaProductFeature .proDescription {
    display: block;
    border-top: var(--vela-border-main);
    padding-top: 20px;
    margin-top: 15px; }
  
  .velaProductVerticalTabs .proTabNav {
    padding: 30px 0 0;
    position: relative; }
    .velaProductVerticalTabs .proTabNav > li {
      display: block;
      position: relative; }
      .velaProductVerticalTabs .proTabNav > li:not(:first-child) {
        border-top: var(--vela-border-main); }
      .velaProductVerticalTabs .proTabNav > li > a {
        color: #333333;
        position: relative;
        font-size: var(--vela-font-size);
        padding: 10px 0;
        font-weight: 400;
        display: block; }
      .velaProductVerticalTabs .proTabNav > li.active a {
        color: var(--vela-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: 767px) {
        .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: var(--vela-font-size);
    color: var(--vela-text-color-secondary);
    margin-top: 5px;
    font-weight: 500; }
  
  .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); }
  
  .sidebarCateItem {
    position: relative; }
    .sidebarCateItem span {
      position: absolute;
      top: 5px;
      right: 0;
      z-index: 2;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .sidebarCateItem span:before {
        content: "\e606";
        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: 0px;
    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: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      overflow: hidden;
      background-color: var(--vela-color-primary);
      border: var(--vela-color-primary); }
      #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; }
  
  .p-relative {
    position: relative; }
  
  .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; }
    @media (min-width: 992px) {
      .velaHeaderRight {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4; } }
  
  @media (min-width: 1200px) {
    .velaMainmenu .velaMainmenu_left {
      width: 18.75%; }
    .velaMainmenu .velaMainmenu_Right {
      /*width: 81.25%;*/ } }
  .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: 1199px) {
      .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); }
  
  .velaMainmenu_Right .header-selector__toggle {
    padding: 18px 0; }
  
  .header-selector {
    position: static; }
    .header-selector::before {
      content: '';
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 21px;
      display: block;
      width: 1px;
      height: 12px;
      margin-top: -5px;
      opacity: .2; }
  
  .header-selector--locale {
    margin-left: 30px; }
    @media (max-width: 1199px) {
      .header-selector--locale {
        margin-left: 15px; } }
  
  .header-selector__toggle {
    cursor: pointer;
    display: flex;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--velamenu-linkcolor); }
    .header-selector__toggle::after {
      content: "\e604";
      pointer-events: none;
      display: inline-block;
      font-family: "simple-line-icons";
      margin-left: 3px; }
  
  .header-selector__dropdown {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0; }
  
  .header-selector__list {
    margin: 0;
    padding: 10px 0;
    list-style: none; }
  
  .header-selector__item {
    padding: 0 20px; }
    .header-selector__item a {
      display: block;
      padding: 6px 0;
      border-bottom: var(--vela-border-main);
      text-transform: capitalize;
      transition: color .3s ease; }
      .header-selector__item a:hover {
        color: var(--vela-color-primary);
        text-decoration: none; }
    .header-selector__item:last-child a {
      border-bottom: 0; }
  
  .locale-selector__item--current a {
    color: var(--vela-color-primary); }
  
  .vela-currency__content {
    padding: 10px 0; }
  
  .vela-currency__item {
    position: relative;
    margin: 0 20px;
    padding: 6px 0;
    cursor: pointer;
    color: var(--vela-text-color-secondary); }
    .vela-currency__item:hover, .vela-currency__item.active {
      color: var(--vela-color-primary); }
    .vela-currency__item:not(:last-child) {
      border-bottom: var(--vela-border-main); }
  
  @media (min-width: 992px) {
    .velaBannerFix .velaBannerInner {
      margin-top: -110px;
      box-shadow: 0 0 0 30px white;
      position: relative;
      z-index: 1;
      background: #fff; } }
  .velaBannerText.bg_image .velaBannerTextInner {
    padding-top: 60px;
    padding-bottom: 60px; }
  .velaBannerText.bg_parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; }
  .velaBannerText .bannerTitle {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 15px; }
  .velaBannerText .bannerDesc {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff; }
  .velaBannerText .btn {
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 50px;
    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; }
    .velaBannerText .btn:hover {
      background-color: var(--vela-color-primary);
      color: #fff; }
  .velaBannerText .bannerImage {
    margin-top: 30px; }
  
  .velaCollectionInfo .borderBox {
    padding: 0; }
  .velaCollectionInfo .velaContent {
    margin-right: -1px;
    margin-bottom: -1px; }
  .velaCollectionInfo .collectionGroup {
    width: 70%; }
  .velaCollectionInfo .collectionImage {
    width: 30%; }
  .velaCollectionInfo .collectionColumn {
    border-right: var(--vela-border-main);
    border-bottom: var(--vela-border-main); }
  .velaCollectionInfo .collectionItem {
    padding: 15px; }
  .velaCollectionInfo .collTitle {
    font-weight: 400;
    font-size: var(--vela-font-size);
    margin-bottom: 5px; }
  .velaCollectionInfo .colCount {
    font-size: calc(var(--vela-font-size) - 2px);
    color: var(--vela-text-color-banner); }
  
  .videoWrapper {
    text-align: center; }
    .videoWrapper a {
      display: inline-block;
      max-width: 100%; }
  
  .velaFeatureText .featureTitle {
    font-size: calc(var(--vela-font-size) + 20px);
    font-weight: 400; }
  .velaFeatureText .btn {
    border: 2px solid #191919;
    font-weight: 500;
    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); }
  
  .velaQuickLink {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -80px;
    border: var(--vela-border-main);
    width: 40px;
    background: #fff;
    z-index: 12; }
    .velaQuickLink a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      text-align: center;
      margin-left: -1px; }
      .velaQuickLink a:not(:last-child) {
        border-bottom: var(--vela-border-main); }
      .velaQuickLink a:hover {
        background: var(--vela-color-primary);
        color: #fff; }
  
  .velaNotification {
    padding: 0px;
    max-width: 100%;
    margin: 10px;
    padding: 40px;
    background: transparent; }
    @media (max-width: 767px) {
      .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: 767px) {
        .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: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid var(--vela-color-primary); }
      #velaNewsletterModal .fancybox-close-small:before, #velaNewsletterModal .fancybox-close-small:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 15px;
        background-color: var(--vela-color-primary);
        left: 6px;
        top: 12px;
        -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: 600px;
    padding: 0px;
    max-width: 100%; }
  
  .velaNewsletterModal {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    max-width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    background-color: var(--newslettermodal_bg_color); }
    .velaNewsletterModal .wrapper {
      max-width: 440px;
      margin: 0 auto;
      padding: 10px 0;
      color: #fff; }
    .velaNewsletterModal .newletterLogo {
      display: inline-block;
      margin-bottom: 20px; }
    .velaNewsletterModal .velaTitle {
      position: relative;
      font-size: 72px;
      line-height: 70px;
      letter-spacing: -7px;
      padding: 0;
      margin: 0;
      font-weight: 500;
      font-family: var(--vela-font-family-secondary);
      color: var(--vela-color-primary); }
    .velaNewsletterModal .velasubTitle {
      color: #fff;
      font-weight: 500;
      margin: 0 0 10px; }
    .velaNewsletterModal .form-control {
      height: 44px;
      border-radius: 30px;
      background-color: #013e37;
      text-align: center;
      border-color: #00352f;
      margin-top: 20px; }
    .velaNewsletterModal .input-group-addon {
      padding: 0;
      border: 0;
      background: transparent; }
    .velaNewsletterModal .newsletteralert {
      font-style: italic;
      display: inline-block;
      border-bottom: 1px solid #fff;
      line-height: 16px;
      margin: 10px 0 30px; }
    .velaNewsletterModal .btnNewsletter {
      background-color: var(--vela-color-primary);
      width: 100%;
      border-radius: 30px;
      color: #fff;
      height: 44px;
      padding: 10px 20px;
      font-size: 14px;
      margin-top: 15px;
      font-weight: 500;
      -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;
      color: #aeaeae;
      font-style: italic;
      margin: 0;
      font-size: calc(var(--vela-font-size) - 1px); }
    .velaNewsletterModal #chkNewsletterModal {
      margin: 4px 0; }
    .velaNewsletterModal .newsletterDescription {
      margin: 20px 0 10px;
      font-size: calc(var(--vela-font-size) - 1px); }
  
  .velaServices .velaServicesInner {
    padding-top: 30px;
    border: var(--vela-border-main);
    background: #fff; }
    .velaServices .velaServicesInner .mbItemGutter {
      display: flex; }
      @media (min-width: 480px) {
        .velaServices .velaServicesInner .mbItemGutter {
          justify-content: center; } }
      @media (max-width: 767px) {
        .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: 767px) {
          .velaServices .velaServicesInner .mbItemGutter:not(:last-child):before {
            height: 1px;
            width: 80%;
            top: auto;
            bottom: 0;
            left: 0;
            margin: auto; } }
  .velaServices .boxServiceImage {
    margin-right: 20px; }
    .velaServices .boxServiceImage span {
      display: inline-block; }
  .velaServices .boxServiceTitle {
    font-size: calc(var(--vela-font-size) - 1px);
    line-height: calc(var(--vela-font-size) + 3px);
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .velaServices .boxServiceDesc {
    font-size: calc(var(--vela-font-size) - 1px);
    line-height: calc(var(--vela-font-size) + 2px); }
  .velaServices a {
    font-size: calc(var(--vela-font-size) - 2px);
    font-weight: 500;
    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) + 5px);
    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: 767px) {
      .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: 767px) {
        .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: 767px) {
      .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: 500;
    padding: 8px 35px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .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: 991px) {
    .velaFiveBanner .bannerItem img {
      width: 100%; } }
  .velaBorder {
    padding-bottom: 30px; }
    .velaBorder .borderStyle {
      line-height: 0; }
  
  .velaGroupSpecial .velaGroupSpecialInner {
    padding: 60px 0 30px; }
  
  .velaTestimonials .testimonialContent {
    background: url(/cdn/shop/t/2/assets/quocte.png?v=130649517931282213431620192347) center top no-repeat;
    padding: 80px 10px 25px; }
  .velaTestimonials .testimonialAvatar {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px; }
  .velaTestimonials .testimonialReview {
    font-size: calc(var(--vela-font-size) + 2px);
    font-style: italic;
    color: var(--vela-text-color-secondary);
    line-height: 30px; }
  .velaTestimonials .testimonialInfo {
    padding-top: 30px;
    position: relative; }
    .velaTestimonials .testimonialInfo:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      height: 1px;
      width: 250px;
      margin-left: -125px;
      background: #e1e1e1; }
  .velaTestimonials .testimonialName {
    color: var(--vela-color-primary);
    font-weight: 500;
    text-transform: uppercase; }
  .velaTestimonials .testimonialPosition {
    color: #333e48; }
  
  .productLoadMore .proLoadMoreButton {
    text-align: center; }
  .productLoadMore .btnLoadMore {
    display: inline-block;
    border: 2px solid #e1e1e1;
    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: 26px; }
  .velaCollectionsInfo .boxCollectionTitle {
    margin: 0; }
    .velaCollectionsInfo .boxCollectionTitle a {
      display: block;
      font-weight: 500;
      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: 15px; }
  .velaHTML .rte {
    font-size: calc(var(--font-size-base) + 4px);
    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 .countDownTitle {
      margin: 0 16px 0 0;
      color: var(--vela-text-color-secondary); }
    @media (min-width: 992px) {
      .velaFlashSale .headingGroup {
        padding-top: 5px; }
        .velaFlashSale .headingGroup .velaDealGroup {
          position: absolute;
          right: 0;
          top: 0; } }
    .velaFlashSale .velaCountdown {
      background: var(--vela-color-primary);
      color: #fff;
      padding: 10px 15px;
      border-radius: 4px; }
      @media (max-width: 991px) {
        .velaFlashSale .velaCountdown {
          padding: 5px 0; } }
      .velaFlashSale .velaCountdown li {
        display: inline-block;
        color: #ffe9cc;
        font-size: 11px;
        width: auto;
        height: auto;
        padding: 0 15px;
        position: relative;
        margin: 0;
        border: 0; }
        @media (max-width: 991px) {
          .velaFlashSale .velaCountdown li {
            padding: 0 10px; } }
        .velaFlashSale .velaCountdown li:not(:first-child):after, .velaFlashSale .velaCountdown li:not(:first-child):before {
          content: "";
          width: 2px;
          height: 2px;
          display: block;
          background: #fff;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: 0;
          top: 8px; }
        .velaFlashSale .velaCountdown li:not(:first-child):after {
          top: 13px; }
      .velaFlashSale .velaCountdown span {
        text-align: center;
        display: inline-block; }
        .velaFlashSale .velaCountdown span.number {
          color: #fff;
          font-weight: 500;
          font-size: 16px;
          padding: 0;
          color: #fff;
          border: 0;
          min-width: 30px;
          position: relative;
          bottom: -2px; }
  
  .velaLogoList .logoImage img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -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: 1;
    filter: alpha(opacity=100); }
  
  .productDeals {
    background-position: left center;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      .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: 500;
      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%; }
  
    .velaMultiBanner img {
      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; }
  
    .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; }
  
    .collSortBy {
      display: inline-block;
      float: none; }
  
    .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) + 10px);
      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%; } }
  .template-index .mainContent {
    background-color: #f5f5f5;
    padding-bottom: 1px; }

/* // my own css

.velaCenterColumnFix{
  width:calc(100%)!important;
/*   padding:5em!important; */
} */


.collImage ,.collDescription{
   width:100%!important;

}
.proHImage .product-card__image{
padding-top:100%!important;
  background:white!important;
}

 .articleAuthor{
  display:none!important;
}



.velaCategoriesBlogSidebar , .blogBannerSidebar{
display:none!important;
}



.tab-box-content{
    padding-top:10%!important;
    border-radius: 500px!important;
    height: 580px !important;
      width: 580px !important;

 
  background:url("/cdn/shop/files/bless_my_bucket-2.png?v=1648634213"); 
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
/*   background:white!important; */
} 

#tab-box-front-0 h4{
  position: relative;
    font-size: 55px;
    line-height: 70px;
    margin: 0;
    font-family: var(--vela-font-family-secondary);
    text-transform: uppercase;
    font-weight: 700;
    color: #000!important;
    padding-top: 22%!important;
    color: #fff!important;

}

#tab-box-front-0 .tab-box-content.tab-box-email-content {
    background-color: #000916!important;
  color:white!important;
}
#tab-box-front-0 .tab-box-content.tab-box-email-content .coupon-description {
  color:white!important;
}

@media (max-width: 479px){
#tab-box-front-0 h4{
    position: relative;
    font-size: 35px;
    font-family: var(--vela-font-family-secondary);
    text-transform: uppercase;
    font-weight: 400;
    color: #fff!important;
    padding-top: 32%!important;
}
  .tab-box-content{
    padding-top:10%!important;
    border-radius: 500px!important;
    height: 378px!important;
    width: 600px!important;
  }
  
}
#Huratips-Pagination {
    width: 90px;
    margin: 0 auto;
}

#Huratips-Pagination a img {
    width: 100%;
}
#Huratips-Pagination a {
    display: table;
}
.space {
    padding: 0 200px;
}
.collDescription h1 {
    font-size: 23px;
}
.collDescription h2 {
    font-size: 20px;
}