/*
    Theme Name:     Pisces
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Pisces - Multi Concept Creative Theme
    Version:        2.0.3
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    pisces
    Domain Path:    /languages/
*/
/*------------------------------------------------------------------
[Table of contents]
  1. Class WordPress Require
  2. Base Class
  3. CSS General
    3.1 Import lib css .. slick , font-anwesome , easy-zoom ..etc.
  4. Widget
  5. Header
  6. MegaMenu
  7. Main
  8. Footer
  9. Category Post
  10. Search Post
  11. Single Post
  12. Page
  13. Comments
  14. Portfolio
  15. Shortcodes
  16. WooCommerce
    16.1 Category Product
    16.2. Search Product
    16.3. Single Product
    16.4. Cart Page
    16.5. Checkout Page
    16.6. My Account Page
  17. Extra class
  18. Responsive

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    2. Base Class
-------------------------------------------------------------------*/
/* Step 1: Common Properties
  These styles are required to make icons render reliably */
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  .icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  /* Step 1: Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  .icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  /* Step 2: Reference Individual Icons */
  /* Note: Make sure to include the correct weight and Unicode value for the icon */

  /* here's an individual icon rule for the fa-user icon in the solid style which will show up next to any element with the "account" class */  
  .account::before {
    font: var(--fa-font-solid);
    content: "\f007";
  }

  /* here's an individual icon rule for the fa-newspaper icon in the light style which will show up next to any element with the "tps" class */
  .tps::before {
    font: var(--fa-font-light);
    content: "\f1ea";
  }
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  
  .demo-item .demo-item-inner .btn, .la-circle-progress .la-circle-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  .la-overlay-global, .wc-toolbar .wc-ordering ul, .mega-menu .mm-popup-wide li li > ul,
  .mega-menu .mm-popup-narrow li > ul, .mega-menu > li, .mega-menu > li:before, .accordion-menu li > .narrow i, .accordion-menu li > .narrow i:before, .header__action--search .header-search-form, .product--summary .add_compare,
  .product--summary .add_wishlist {
    transition: all 250ms ease-out;
  }
  
  .la-overlay-global, .item--link-overlay, .item--link-overlay:before {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  
  .grid-items::before, .post-navigation::before, .comment-respond::before, .products.products-list .item-inner::before, .registration-horizonal .registration-form::before, .clearfix::before, .grid-items::after, .post-navigation::after, .comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after, .clearfix::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .grid-items::after, .post-navigation::after, .comment-respond::after, .products.products-list .item-inner::after, .registration-horizonal .registration-form::after, .clearfix::after {
    clear: both;
  }
  
  .wc-toolbar .wc-ordering ul {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  }
  
  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: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;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.2em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 15px;
  }
  
  legend {
    border: 0;
    padding: 0 10px;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  ::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
  }
  
  :-moz-placeholder {
    opacity: 1;
    color: inherit;
  }
  
  ::-moz-placeholder {
    opacity: 1;
    color: inherit;
  }
  
  :-ms-input-placeholder {
    opacity: 1;
    color: inherit;
  }
  
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    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: transparent;
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  select {
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    -webkit-background-size: 9px 6px;
    background-size: 9px 6px;
    background-position: right -1rem center;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-repeat: no-repeat;
    max-width: 100%;
  }
  
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
  }
  
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  select[multiple] {
    height: auto;
    background-image: none;
  }
  
  [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:focus {
    outline: none;
  }
  
  figure {
    margin: 0;
  }
  
  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
  
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  
  .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;
  }
  
  p {
    margin: 0 0 15px;
  }
  
  .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%;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-nowrap {
    white-space: nowrap;
  }
  
  .text-lowercase {
    text-transform: lowercase;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .text-capitalize {
    text-transform: capitalize;
  }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  ul ul,
  ol ul,
  ul ol,
  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 {
    font-weight: bold;
  }
  
  dd {
    margin-left: 0;
  }
  
  @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 #777777;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
  }
  
  address {
    margin-bottom: 20px;
    font-style: normal;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  
  .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;
  }
  
  p:empty {
    display: none;
  }
  
  #wp-admin-bar-la_bar span.ab-icon:before {
    content: "\f108";
    top: 2px;
  }
  
  @media screen and (max-width: 782px) {
    #wp-admin-bar-la_bar span.ab-icon:before {
      top: 4px;
    }
  }
  
  @media (max-width: 1199px) {
    .md-text-left {
      text-align: left;
    }
    .md-text-right {
      text-align: right;
    }
    .md-text-center {
      text-align: center;
    }
    .md-text-justify {
      text-align: justify;
    }
  }
  
  @media (max-width: 991px) {
    .sm-text-left {
      text-align: left;
    }
    .sm-text-right {
      text-align: right;
    }
    .sm-text-center {
      text-align: center;
    }
    .sm-text-justify {
      text-align: justify;
    }
  }
  
  @media (max-width: 767px) {
    .xs-text-left {
      text-align: left;
    }
    .xs-text-right {
      text-align: right;
    }
    .xs-text-center {
      text-align: center;
    }
    .xs-text-justify {
      text-align: justify;
    }
  }
  
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container::before, .container::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .container::after {
    clear: both;
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container-fluid::before, .container-fluid::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .container-fluid::after {
    clear: both;
  }
  
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .row::before, .row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .row::after {
    clear: both;
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-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 {
    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 {
    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, .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 {
      width: 33.33333%;
    }
    .col-sm-5 {
      width: 41.66667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.33333%;
    }
    .col-sm-8 {
      width: 66.66667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.33333%;
    }
    .col-sm-11 {
      width: 91.66667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.33333%;
    }
    .col-sm-pull-2 {
      right: 16.66667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.33333%;
    }
    .col-sm-pull-5 {
      right: 41.66667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.33333%;
    }
    .col-sm-pull-8 {
      right: 66.66667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.33333%;
    }
    .col-sm-pull-11 {
      right: 91.66667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.33333%;
    }
    .col-sm-push-2 {
      left: 16.66667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.33333%;
    }
    .col-sm-push-5 {
      left: 41.66667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.33333%;
    }
    .col-sm-push-8 {
      left: 66.66667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.33333%;
    }
    .col-sm-push-11 {
      left: 91.66667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-1 {
      width: 8.33333%;
    }
    .col-md-2 {
      width: 16.66667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.33333%;
    }
    .col-md-5 {
      width: 41.66667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.33333%;
    }
    .col-md-8 {
      width: 66.66667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.33333%;
    }
    .col-md-11 {
      width: 91.66667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.33333%;
    }
    .col-md-pull-2 {
      right: 16.66667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.33333%;
    }
    .col-md-pull-5 {
      right: 41.66667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.33333%;
    }
    .col-md-pull-8 {
      right: 66.66667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.33333%;
    }
    .col-md-pull-11 {
      right: 91.66667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.33333%;
    }
    .col-md-push-2 {
      left: 16.66667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.33333%;
    }
    .col-md-push-5 {
      left: 41.66667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.33333%;
    }
    .col-md-push-8 {
      left: 66.66667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.33333%;
    }
    .col-md-push-11 {
      left: 91.66667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333%;
    }
    .col-md-offset-2 {
      margin-left: 16.66667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333%;
    }
    .col-md-offset-5 {
      margin-left: 41.66667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333%;
    }
    .col-md-offset-8 {
      margin-left: 66.66667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333%;
    }
    .col-md-offset-11 {
      margin-left: 91.66667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  
  @media (min-width: 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%;
    }
  }
  
  .grid-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .grid-items .grid-item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
  }
  
  .grid-items.slick-slider .grid-item {
    clear: none !important;
  }
  
  .grid-items .item-inner {
    position: relative;
  }
  
  .grid-space-0 .grid-item {
    padding: 0;
  }
  
  @media (min-width: 992px) {
    .grid-space-5 {
      margin-left: -2.5px;
      margin-right: -2.5px;
    }
  }
  
  .grid-space-5 .grid-item {
    padding: 2.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-10 {
      margin-left: -5px;
      margin-right: -5px;
    }
  }
  
  .grid-space-10 .grid-item {
    padding: 5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-15 {
      margin-left: -7.5px;
      margin-right: -7.5px;
    }
  }
  
  .grid-space-15 .grid-item {
    padding: 7.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-20 {
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  
  .grid-space-20 .grid-item {
    padding: 10px;
  }
  
  @media (min-width: 992px) {
    .grid-space-25 {
      margin-left: -12.5px;
      margin-right: -12.5px;
    }
  }
  
  .grid-space-25 .grid-item {
    padding: 12.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-30 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  
  .grid-space-30 .grid-item {
    padding: 15px;
  }
  
  @media (min-width: 992px) {
    .grid-space-35 {
      margin-left: -17.5px;
      margin-right: -17.5px;
    }
  }
  
  .grid-space-35 .grid-item {
    padding: 17.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-40 {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  
  .grid-space-40 .grid-item {
    padding: 20px;
  }
  
  @media (min-width: 992px) {
    .grid-space-45 {
      margin-left: -22.5px;
      margin-right: -22.5px;
    }
  }
  
  .grid-space-45 .grid-item {
    padding: 22.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-50 {
      margin-left: -25px;
      margin-right: -25px;
    }
  }
  
  .grid-space-50 .grid-item {
    padding: 25px;
  }
  
  @media (min-width: 992px) {
    .grid-space-55 {
      margin-left: -27.5px;
      margin-right: -27.5px;
    }
  }
  
  .grid-space-55 .grid-item {
    padding: 27.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-60 {
      margin-left: -30px;
      margin-right: -30px;
    }
  }
  
  .grid-space-60 .grid-item {
    padding: 30px;
  }
  
  @media (min-width: 992px) {
    .grid-space-65 {
      margin-left: -32.5px;
      margin-right: -32.5px;
    }
  }
  
  .grid-space-65 .grid-item {
    padding: 32.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-70 {
      margin-left: -35px;
      margin-right: -35px;
    }
  }
  
  .grid-space-70 .grid-item {
    padding: 35px;
  }
  
  @media (min-width: 992px) {
    .grid-space-75 {
      margin-left: -37.5px;
      margin-right: -37.5px;
    }
  }
  
  .grid-space-75 .grid-item {
    padding: 37.5px;
  }
  
  @media (min-width: 992px) {
    .grid-space-80 {
      margin-left: -40px;
      margin-right: -40px;
    }
  }
  
  .grid-space-80 .grid-item {
    padding: 40px;
  }
  
  [class*="grid-space-"] .grid-items {
    margin-left: 0;
    margin-right: 0;
  }
  
  .xs-grid-1-items .grid-item {
    width: 100%;
  }
  
  .xs-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  
  .xs-grid-2-items .grid-item {
    width: 50%;
  }
  
  .xs-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  
  .xs-grid-3-items .grid-item {
    width: 33.33333%;
  }
  
  .xs-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  
  .xs-grid-4-items .grid-item {
    width: 25%;
  }
  
  .xs-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  
  .xs-grid-5-items .grid-item {
    width: 20%;
  }
  
  .xs-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  
  .xs-grid-6-items .grid-item {
    width: 16.66667%;
  }
  
  .xs-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  
  .xs-grid-7-items .grid-item {
    width: 14.28571%;
  }
  
  .xs-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  
  .xs-grid-8-items .grid-item {
    width: 12.5%;
  }
  
  .xs-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  
  .xs-grid-9-items .grid-item {
    width: 11.11111%;
  }
  
  .xs-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  
  .xs-grid-10-items .grid-item {
    width: 10%;
  }
  
  .xs-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  
  .xs-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  
  @media (max-width: 479px) {
    .mb-grid-1-items .grid-item {
      width: 100%;
    }
    .mb-grid-1-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-1-items .grid-item:nth-of-type(1n+1) {
      clear: both;
    }
    .mb-grid-2-items .grid-item {
      width: 50%;
    }
    .mb-grid-2-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-2-items .grid-item:nth-of-type(2n+1) {
      clear: both;
    }
    .mb-grid-3-items .grid-item {
      width: 33.33333%;
    }
    .mb-grid-3-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-3-items .grid-item:nth-of-type(3n+1) {
      clear: both;
    }
    .mb-grid-4-items .grid-item {
      width: 25%;
    }
    .mb-grid-4-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-4-items .grid-item:nth-of-type(4n+1) {
      clear: both;
    }
    .mb-grid-5-items .grid-item {
      width: 20%;
    }
    .mb-grid-5-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-5-items .grid-item:nth-of-type(5n+1) {
      clear: both;
    }
    .mb-grid-6-items .grid-item {
      width: 16.66667%;
    }
    .mb-grid-6-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-6-items .grid-item:nth-of-type(6n+1) {
      clear: both;
    }
    .mb-grid-7-items .grid-item {
      width: 14.28571%;
    }
    .mb-grid-7-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-7-items .grid-item:nth-of-type(7n+1) {
      clear: both;
    }
    .mb-grid-8-items .grid-item {
      width: 12.5%;
    }
    .mb-grid-8-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-8-items .grid-item:nth-of-type(8n+1) {
      clear: both;
    }
    .mb-grid-9-items .grid-item {
      width: 11.11111%;
    }
    .mb-grid-9-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-9-items .grid-item:nth-of-type(9n+1) {
      clear: both;
    }
    .mb-grid-10-items .grid-item {
      width: 10%;
    }
    .mb-grid-10-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .mb-grid-10-items .grid-item:nth-of-type(10n+1) {
      clear: both;
    }
  }
  
  @media (min-width: 768px) {
    .sm-grid-1-items .grid-item {
      width: 100%;
    }
    .sm-grid-1-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-1-items .grid-item:nth-of-type(1n+1) {
      clear: both;
    }
    .sm-grid-2-items .grid-item {
      width: 50%;
    }
    .sm-grid-2-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-2-items .grid-item:nth-of-type(2n+1) {
      clear: both;
    }
    .sm-grid-3-items .grid-item {
      width: 33.33333%;
    }
    .sm-grid-3-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-3-items .grid-item:nth-of-type(3n+1) {
      clear: both;
    }
    .sm-grid-4-items .grid-item {
      width: 25%;
    }
    .sm-grid-4-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-4-items .grid-item:nth-of-type(4n+1) {
      clear: both;
    }
    .sm-grid-5-items .grid-item {
      width: 20%;
    }
    .sm-grid-5-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-5-items .grid-item:nth-of-type(5n+1) {
      clear: both;
    }
    .sm-grid-6-items .grid-item {
      width: 16.66667%;
    }
    .sm-grid-6-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-6-items .grid-item:nth-of-type(6n+1) {
      clear: both;
    }
    .sm-grid-7-items .grid-item {
      width: 14.28571%;
    }
    .sm-grid-7-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-7-items .grid-item:nth-of-type(7n+1) {
      clear: both;
    }
    .sm-grid-8-items .grid-item {
      width: 12.5%;
    }
    .sm-grid-8-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-8-items .grid-item:nth-of-type(8n+1) {
      clear: both;
    }
    .sm-grid-9-items .grid-item {
      width: 11.11111%;
    }
    .sm-grid-9-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-9-items .grid-item:nth-of-type(9n+1) {
      clear: both;
    }
    .sm-grid-10-items .grid-item {
      width: 10%;
    }
    .sm-grid-10-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .sm-grid-10-items .grid-item:nth-of-type(10n+1) {
      clear: both;
    }
  }
  
  @media (min-width: 992px) {
    .md-grid-1-items .grid-item {
      width: 100%;
    }
    .md-grid-1-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-1-items .grid-item:nth-of-type(1n+1) {
      clear: both;
    }
    .md-grid-2-items .grid-item {
      width: 50%;
    }
    .md-grid-2-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-2-items .grid-item:nth-of-type(2n+1) {
      clear: both;
    }
    .md-grid-3-items .grid-item {
      width: 33.33333%;
    }
    .md-grid-3-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-3-items .grid-item:nth-of-type(3n+1) {
      clear: both;
    }
    .md-grid-4-items .grid-item {
      width: 25%;
    }
    .md-grid-4-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-4-items .grid-item:nth-of-type(4n+1) {
      clear: both;
    }
    .md-grid-5-items .grid-item {
      width: 20%;
    }
    .md-grid-5-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-5-items .grid-item:nth-of-type(5n+1) {
      clear: both;
    }
    .md-grid-6-items .grid-item {
      width: 16.66667%;
    }
    .md-grid-6-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-6-items .grid-item:nth-of-type(6n+1) {
      clear: both;
    }
    .md-grid-7-items .grid-item {
      width: 14.28571%;
    }
    .md-grid-7-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-7-items .grid-item:nth-of-type(7n+1) {
      clear: both;
    }
    .md-grid-8-items .grid-item {
      width: 12.5%;
    }
    .md-grid-8-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-8-items .grid-item:nth-of-type(8n+1) {
      clear: both;
    }
    .md-grid-9-items .grid-item {
      width: 11.11111%;
    }
    .md-grid-9-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-9-items .grid-item:nth-of-type(9n+1) {
      clear: both;
    }
    .md-grid-10-items .grid-item {
      width: 10%;
    }
    .md-grid-10-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .md-grid-10-items .grid-item:nth-of-type(10n+1) {
      clear: both;
    }
  }
  
  @media (min-width: 1200px) {
    .lg-grid-1-items .grid-item {
      width: 100%;
    }
    .lg-grid-1-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-1-items .grid-item:nth-of-type(1n+1) {
      clear: both;
    }
    .lg-grid-2-items .grid-item {
      width: 50%;
    }
    .lg-grid-2-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-2-items .grid-item:nth-of-type(2n+1) {
      clear: both;
    }
    .lg-grid-3-items .grid-item {
      width: 33.33333%;
    }
    .lg-grid-3-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-3-items .grid-item:nth-of-type(3n+1) {
      clear: both;
    }
    .lg-grid-4-items .grid-item {
      width: 25%;
    }
    .lg-grid-4-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-4-items .grid-item:nth-of-type(4n+1) {
      clear: both;
    }
    .lg-grid-5-items .grid-item {
      width: 20%;
    }
    .lg-grid-5-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-5-items .grid-item:nth-of-type(5n+1) {
      clear: both;
    }
    .lg-grid-6-items .grid-item {
      width: 16.66667%;
    }
    .lg-grid-6-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-6-items .grid-item:nth-of-type(6n+1) {
      clear: both;
    }
    .lg-grid-7-items .grid-item {
      width: 14.28571%;
    }
    .lg-grid-7-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-7-items .grid-item:nth-of-type(7n+1) {
      clear: both;
    }
    .lg-grid-8-items .grid-item {
      width: 12.5%;
    }
    .lg-grid-8-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-8-items .grid-item:nth-of-type(8n+1) {
      clear: both;
    }
    .lg-grid-9-items .grid-item {
      width: 11.11111%;
    }
    .lg-grid-9-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-9-items .grid-item:nth-of-type(9n+1) {
      clear: both;
    }
    .lg-grid-10-items .grid-item {
      width: 10%;
    }
    .lg-grid-10-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .lg-grid-10-items .grid-item:nth-of-type(10n+1) {
      clear: both;
    }
  }
  
  @media (min-width: 1824px) {
    .xlg-grid-1-items .grid-item {
      width: 100%;
    }
    .xlg-grid-1-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-1-items .grid-item:nth-of-type(1n+1) {
      clear: both;
    }
    .xlg-grid-2-items .grid-item {
      width: 50%;
    }
    .xlg-grid-2-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-2-items .grid-item:nth-of-type(2n+1) {
      clear: both;
    }
    .xlg-grid-3-items .grid-item {
      width: 33.33333%;
    }
    .xlg-grid-3-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-3-items .grid-item:nth-of-type(3n+1) {
      clear: both;
    }
    .xlg-grid-4-items .grid-item {
      width: 25%;
    }
    .xlg-grid-4-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-4-items .grid-item:nth-of-type(4n+1) {
      clear: both;
    }
    .xlg-grid-5-items .grid-item {
      width: 20%;
    }
    .xlg-grid-5-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-5-items .grid-item:nth-of-type(5n+1) {
      clear: both;
    }
    .xlg-grid-6-items .grid-item {
      width: 16.66667%;
    }
    .xlg-grid-6-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-6-items .grid-item:nth-of-type(6n+1) {
      clear: both;
    }
    .xlg-grid-7-items .grid-item {
      width: 14.28571%;
    }
    .xlg-grid-7-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-7-items .grid-item:nth-of-type(7n+1) {
      clear: both;
    }
    .xlg-grid-8-items .grid-item {
      width: 12.5%;
    }
    .xlg-grid-8-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-8-items .grid-item:nth-of-type(8n+1) {
      clear: both;
    }
    .xlg-grid-9-items .grid-item {
      width: 11.11111%;
    }
    .xlg-grid-9-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-9-items .grid-item:nth-of-type(9n+1) {
      clear: both;
    }
    .xlg-grid-10-items .grid-item {
      width: 10%;
    }
    .xlg-grid-10-items .grid-item:nth-of-type(n) {
      clear: none;
    }
    .xlg-grid-10-items .grid-item:nth-of-type(10n+1) {
      clear: both;
    }
  }
  
  .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;
  }
  
  .visible-block {
    display: block !important;
  }
  
  .visible-inline-block {
    display: inline-block !important;
  }
  
  .visible-inline {
    display: inline !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) {
    .hidden-lg {
      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;
    }
  }
  
  .font-weight-100 {
    font-weight: 100 !important;
  }
  
  .font-weight-200 {
    font-weight: 200 !important;
  }
  
  .font-weight-300 {
    font-weight: 300 !important;
  }
  
  .font-weight-400 {
    font-weight: 400 !important;
  }
  
  .font-weight-500 {
    font-weight: 500 !important;
  }
  
  .font-weight-600 {
    font-weight: 600 !important;
  }
  
  .font-weight-700 {
    font-weight: 700 !important;
  }
  
  .font-weight-800 {
    font-weight: 800 !important;
  }
  
  .font-weight-900 {
    font-weight: 900 !important;
  }
  
  .font-style-normal {
    font-style: normal !important;
  }
  
  .font-style-italic {
    font-style: italic !important;
  }
  
  .font-style-oblique {
    font-style: oblique !important;
  }
  
  @keyframes in-top {
    from {
      transform: translate3d(0, -100%, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes in-top {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes out-top {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @-webkit-keyframes out-top {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes in-right {
    from {
      transform: translate3d(100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes in-right {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes out-right {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @-webkit-keyframes out-right {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes in-bottom {
    from {
      transform: translate3d(0, 100%, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes in-bottom {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes in-bottom50 {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes in-bottom50 {
    from {
      -webkit-transform: translate3d(0, 30px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes out-bottom {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @-webkit-keyframes out-bottom {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes out-bottom50 {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, 50px, 0);
    }
  }
  
  @-webkit-keyframes out-bottom50 {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes in-left {
    from {
      transform: translate3d(-100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes in-left {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes out-left {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @-webkit-keyframes out-left {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
    }
  }
  
  .item-overlay-effect.in-top .item--holder {
    animation: in-top 450ms ease 0ms 1 forwards;
    -webkit-animation: in-top 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.in-right .item--holder {
    animation: in-right 450ms ease 0ms 1 forwards;
    -webkit-animation: in-right 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.in-bottom .item--holder {
    animation: in-bottom 450ms ease 0ms 1 forwards;
    -webkit-animation: in-bottom 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.in-left .item--holder {
    animation: in-left 450ms ease 0ms 1 forwards;
    -webkit-animation: in-left 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.out-top .item--holder {
    animation: out-top 450ms ease 0ms 1 forwards;
    -webkit-animation: out-top 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.out-right .item--holder {
    animation: out-right 450ms ease 0ms 1 forwards;
    -webkit-animation: out-right 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.out-bottom .item--holder {
    animation: out-bottom 450ms ease 0ms 1 forwards;
    -webkit-animation: out-bottom 450ms ease 0ms 1 forwards;
  }
  
  .item-overlay-effect.out-left .item--holder {
    animation: out-left 450ms ease 0ms 1 forwards;
    -webkit-animation: out-left 450ms ease 0ms 1 forwards;
  }
  
  .la-isotope-container .grid-items .grid-item {
    clear: none !important;
  }
  
  .la-isotope-container .grid-items .grid-item .item-inner {
    margin-left: -0.5px;
    margin-right: -0.5px;
  }
  
  .la-toggle-filter {
    display: none;
    text-transform: uppercase;
  }
  
  .la-isotope-filter-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .la-isotope-filter-container li {
    display: inline-block;
  }
  
  .la-isotope-filter-container a {
    display: block;
  }
  
  .la-media-wrapper object,
  .la-media-wrapper embed,
  .la-media-wrapper video,
  .la-media-wrapper iframe {
    max-width: 100%;
  }
  
  .la-media-wrapper.la-media-aspect-origin object,
  .la-media-wrapper.la-media-aspect-origin embed,
  .la-media-wrapper.la-media-aspect-origin video,
  .la-media-wrapper.la-media-aspect-origin iframe {
    height: auto;
  }
  
  .la-media-wrapper.la-media-aspect-235, .la-media-wrapper.la-media-aspect-43, .la-media-wrapper.la-media-aspect-169 {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
  }
  
  .la-media-wrapper.la-media-aspect-235 object,
  .la-media-wrapper.la-media-aspect-235 embed,
  .la-media-wrapper.la-media-aspect-235 video,
  .la-media-wrapper.la-media-aspect-235 iframe, .la-media-wrapper.la-media-aspect-43 object,
  .la-media-wrapper.la-media-aspect-43 embed,
  .la-media-wrapper.la-media-aspect-43 video,
  .la-media-wrapper.la-media-aspect-43 iframe, .la-media-wrapper.la-media-aspect-169 object,
  .la-media-wrapper.la-media-aspect-169 embed,
  .la-media-wrapper.la-media-aspect-169 video,
  .la-media-wrapper.la-media-aspect-169 iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  
  .la-media-wrapper.la-media-aspect-235 {
    padding-top: 42.55319149%;
  }
  
  .la-media-wrapper.la-media-aspect-43 {
    padding-top: 75%;
  }
  
  .flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  
  .flex-video object,
  .flex-video embed,
  .flex-video video,
  .flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .flex-video.widescreen {
    padding-bottom: 56.25%;
  }
  
  .single-post-content .flex-video {
    margin-bottom: 30px;
  }
  
  .letter-spacing--1 {
    letter-spacing: -1px;
  }
  
  .letter-spacing--2 {
    letter-spacing: -2px;
  }
  
  .letter-spacing--3 {
    letter-spacing: -3px;
  }
  
  .letter-spacing--4 {
    letter-spacing: -4px;
  }
  
  .letter-spacing--5 {
    letter-spacing: -5px;
  }
  
  .letter-spacing-0 {
    letter-spacing: 0px;
  }
  
  .letter-spacing-1 {
    letter-spacing: 1px;
  }
  
  .letter-spacing-2 {
    letter-spacing: 2px;
  }
  
  .letter-spacing-3 {
    letter-spacing: 3px;
  }
  
  .letter-spacing-4 {
    letter-spacing: 4px;
  }
  
  .letter-spacing-5 {
    letter-spacing: 5px;
  }
  
  .letter-spacing-6 {
    letter-spacing: 6px;
  }
  
  .letter-spacing-7 {
    letter-spacing: 7px;
  }
  
  .letter-spacing-8 {
    letter-spacing: 8px;
  }
  
  .letter-spacing-9 {
    letter-spacing: 9px;
  }
  
  .letter-spacing-10 {
    letter-spacing: 10px;
  }
  
  .font-size-10 {
    font-size: 10px;
  }
  
  .font-size-11 {
    font-size: 11px;
  }
  
  .font-size-12 {
    font-size: 12px;
  }
  
  .font-size-13 {
    font-size: 13px;
  }
  
  .font-size-14 {
    font-size: 14px;
  }
  
  .font-size-16 {
    font-size: 16px;
  }
  
  .font-size-18 {
    font-size: 18px;
  }
  
  .font-size-20 {
    font-size: 20px;
  }
  
  .font-size-24 {
    font-size: 24px;
  }
  
  .font-size-30 {
    font-size: 30px;
  }
  
  .font-size-36 {
    font-size: 36px;
  }
  
  .font-size-40 {
    font-size: 40px;
  }
  
  .font-size-48 {
    font-size: 48px;
  }
  
  .font-size-50 {
    font-size: 50px;
  }
  
  .font-size-60 {
    font-size: 60px;
  }
  
  .font-size-72 {
    font-size: 72px;
    line-height: normal;
  }
  
  .font-size-100 {
    font-size: 100px;
  }
  
  .font-size-120 {
    font-size: 120px;
    letter-spacing: -1px;
  }
  
  .line-height-24 {
    line-height: 24px;
  }
  
  .line-height-30 {
    line-height: 30px;
  }
  
  .line-height-40 {
    line-height: 40px;
  }
  
  .line-height-50 {
    line-height: 50px;
  }
  
  .line-height-60 {
    line-height: 60px;
  }
  
  .line-height-72 {
    line-height: 72px;
  }
  
  .line-height-100 {
    line-height: 100px;
  }
  
  .line-height-120 {
    line-height: 120px;
  }
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .item-overlay-effect .item--link-overlay,
  .item-overlay-effect .item--holder {
    position: absolute;
    z-index: 3;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .item-overlay-effect .item--holder {
    background-color: rgba(35, 35, 36, 0.8);
  }
  
  .item-overlay-effect:hover .item--link-overlay,
  .item-overlay-effect:hover .item--holder {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
      3. CSS General
  ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
      3.1 Import lib css .. slick , font-anwesome , easy-zoom ..etc.
  ---------------------------------------------------------------*/
  [class*='lightcase-icon-']:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .lightcase-icon-play:before {
    content: '\f01d';
  }
  
  .lightcase-icon-pause:before {
    content: '\f28c';
  }
  
  .lightcase-icon-close:before {
    content: "\68";
    font-family: "pisces";
  }
  
  .lightcase-icon-prev:before {
    content: '\f190';
  }
  
  .lightcase-icon-next:before {
    content: '\f18e';
  }
  
  .lightcase-icon-spin:before {
    content: '\f110';
  }
  
  #lightcase-case {
    position: fixed;
    z-index: 2002;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: auto;
  }
  
  #lightcase-case #lightcase-content {
    -webkit-backface-visibility: hidden;
  }
  
  #lightcase-case .lightcase-contentInner {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    height: auto !important;
    position: relative;
    z-index: 2;
  }
  
  #lightcase-case .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    height: auto !important;
    max-height: none !important;
  }
  
  #lightcase-case .custom-lightcase-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
  
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important;
  }
  
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
  
  #lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
  }
  
  @media screen and (min-width: 0) {
    #lightcase-case p.lightcase-error {
      padding: 0;
    }
  }
  
  .lightcase-open body {
    overflow: hidden;
  }
  
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
  }
  
  #lightcase-info {
    position: absolute;
    padding-top: 15px;
    display: none;
  }
  
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
  }
  
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa;
  }
  
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
  }
  
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
  }
  
  #lightcase-loading {
    position: fixed;
    width: 1.123em;
    height: auto;
    line-height: 1;
    text-align: center;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
  }
  
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px;
  }
  
  a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer;
  }
  
  a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
  }
  
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px;
  }
  
  a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white;
  }
  
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
  }
  
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 40px;
    right: 40px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none;
  }
  
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
  }
  
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
  }
  
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
  }
  
  @media screen and (min-width: 0) {
    a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
      opacity: 0;
    }
  }
  
  @media screen and (min-width: 0) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em;
    }
    a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
      opacity: 1;
    }
  }
  
  #lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333;
  }
  
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-loading .slick-list {
    background: white url(assets/images/ajax-loader.gif) center center no-repeat;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-list,
  .slick-track, .slick-slide {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
  }
  
  .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;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  /*Fixed issue of image overlap*/
  .slick-initialized .slick-slide {
    display: block;
    position: relative;
    z-index: 1;
    outline: none;
  }
  
  .slick-initialized .slick-slide.slick-active {
    z-index: 9;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  /* Arrows */
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled {
    cursor: not-allowed;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slickZoomOut;
    -webkit-animation-name: slickZoomOut;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active {
    animation-name: slickZoomIn;
    -webkit-animation-name: slickZoomIn;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
  }
  
  .la-slick-slider.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms;
  }
  
  @-webkit-keyframes slickZoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      opacity: 1;
    }
  }
  
  @keyframes slickZoomIn {
    from {
      opacity: 0;
      transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes slickZoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes slickZoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: scale3d(0.8, 0.8, 0.8);
    }
    to {
      opacity: 0;
    }
  }
  
  [class*="fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  [class*="pisces-icon-"] {
    font-family: "pisces";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .pisces-icon-favourite:before {
    content: "\67";
  }
  
  .pisces-icon-mobile:before {
    content: "\61";
  }
  
  .pisces-icon-email:before {
    content: "\62";
  }
  
  .pisces-icon-clock:before {
    content: "\63";
  }
  
  .pisces-icon-zoom:before {
    content: "\64";
  }
  
  .pisces-icon-cart-modern:before {
    content: "\65";
  }
  
  .pisces-icon-menu:before {
    content: "\66";
  }
  
  .pisces-icon-simple-remove:before {
    content: "\68";
  }
  
  .pisces-icon-arrow-tail-left:before {
    content: "\69";
  }
  
  .pisces-icon-arrow-tail-right:before {
    content: "\6a";
  }
  
  .pisces-icon-arrow-minimal-left:before {
    content: "\6b";
  }
  
  .pisces-icon-arrow-minimal-right:before {
    content: "\6c";
  }
  
  .pisces-icon-arrow-tail-triangle-down:before {
    content: "\6d";
  }
  
  .pisces-icon-arrow-tail-triangle-up:before {
    content: "\6e";
  }
  
  .pisces-icon-grid:before {
    content: "\6f";
  }
  
  .pisces-icon-user-circle:before {
    content: "\70";
  }
  
  .pisces-icon-customer-support:before {
    content: "\71";
  }
  
  .pisces-icon-favourite2:before {
    content: "\72";
  }
  
  .pisces-icon-user-circle2:before {
    content: "\73";
  }
  
  .pisces-icon-chat:before {
    content: "\74";
  }
  
  .pisces-icon-loop:before {
    content: "\75";
  }
  
  .pisces-icon-loop-alt3:before {
    content: "\76";
  }
  
  .pisces-icon-loop-alt4:before {
    content: "\77";
  }
  
  .pisces-icon-arrow-swap:before {
    content: "\78";
  }
  
  .pisces-icon-menu2:before {
    content: "\79";
  }
  
  .pisces-icon-cart-simple:before {
    content: "\7a";
  }
  
  .threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
  
  .threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0;
  }
  
  .threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%;
  }
  
  .threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
  }
  
  .threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
  }
  
  .threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(../images/sprites.png) no-repeat;
    text-indent: -99999px;
  }
  
  .threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0 !important;
  }
  
  .threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px !important;
  }
  
  .threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px !important;
  }
  
  .threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px !important;
  }
  
  /* html */
  .threesixty:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
  }
  
  .threesixty:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
  }
  
  body {
    line-height: 24px;
    font-weight: 400;
  }
  
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    background-color: inherit;
  }
  
  *:focus {
    outline: none;
  }
  
  fieldset {
    margin-bottom: 50px;
  }
  
  ul, ol {
    list-style-position: inside;
  }
  
  a {
    color: inherit;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  label abbr.required {
    border: none;
  }
  
  input, select, textarea {
    border-style: solid;
    border-width: 1px;
    padding: 10px 20px;
  }
  
  select {
    background-color: #fff;
    height: 50px;
  }
  
  h1,
  .h1, h2,
  .h2, h3,
  .h3, h4,
  .h4, h5,
  .h5, h6,
  .h6, .title-xlarge {
    margin: 15px 0;
    font-weight: bold;
    line-height: 1.2;
  }
  
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small, h2 small,
  h2 .small,
  .h2 small,
  .h2 .small, h3 small,
  h3 .small,
  .h3 small,
  .h3 .small, h4 small,
  h4 .small,
  .h4 small,
  .h4 .small, h5 small,
  h5 .small,
  .h5 small,
  .h5 .small, h6 small,
  h6 .small,
  .h6 small,
  .h6 .small, .title-xlarge small,
  .title-xlarge .small {
    font-size: 75%;
    font-weight: inherit;
    line-height: inherit;
  }
  
  h1 .light, h1.light,
  .h1 .light,
  .h1.light, h2 .light, h2.light,
  .h2 .light,
  .h2.light, h3 .light, h3.light,
  .h3 .light,
  .h3.light, h4 .light, h4.light,
  .h4 .light,
  .h4.light, h5 .light, h5.light,
  .h5 .light,
  .h5.light, h6 .light, h6.light,
  .h6 .light,
  .h6.light, .title-xlarge .light, .title-xlarge.light {
    font-weight: 300;
  }
  
  .title-xlarge {
    font-size: 60px;
  }
  
  h1,
  .h1 {
    font-size: 40px;
  }
  
  h2,
  .h2 {
    font-size: 36px;
  }
  
  h3,
  .h3 {
    font-size: 24px;
  }
  
  h4,
  .h4 {
    font-size: 22px;
  }
  
  h5,
  .h5 {
    font-size: 20px;
  }
  
  h6,
  .h6 {
    font-size: 16px;
  }
  
  .small-body {
    font-size: 85%;
    display: block;
    line-height: 23px;
  }
  
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    padding: .5rem .5rem .25rem;
    margin-bottom: 1rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .wp-caption.alignnone {
    padding: 0;
  }
  
  .wp-caption .wp-caption-text {
    text-align: center;
    margin: 0;
    font-size: 13px;
    font-style: italic;
  }
  
  img.alignright {
    margin-left: 10%;
  }
  
  .screen-reader-text {
    display: none;
  }
  
  .screen-reader-text + select {
    margin-top: 1.53846rem;
  }
  
  .bypostauthor > .comment_container {
    background-color: transparent;
  }
  
  .gallery-caption {
    font-family: inherit;
  }
  
  table {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  
  table th {
    font-weight: normal;
  }
  
  table,
  table th,
  table td {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    vertical-align: top;
  }
  
  table p {
    margin-bottom: 0;
  }
  
  .mejs-container {
    margin-bottom: 20px;
  }
  
  table thead tr th, table thead tr td {
    font-weight: normal;
  }
  
  .star-rating {
    overflow: hidden;
    position: relative;
    height: 12px;
    line-height: 12px;
    letter-spacing: 4px;
    font-size: 10px;
    width: 65px;
    font-family: "FontAwesome";
  }
  
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .star-rating span {
    color: #f5b223;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
    height: 0;
  }
  
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
  }
  
  .la-overlay-global {
    position: fixed;
    background: #232324;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
  }
  
  .open-overlay .la-overlay-global {
    visibility: visible;
    opacity: 0.95;
  }
  
  .la-loader.spinner0 {
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .popup-added-msg {
    text-align: center;
  }
  
  .popup-added-msg img {
    max-width: 150px;
  }
  
  .popup-added-msg .popup-message {
    margin: 20px 0;
  }
  
  .popup-added-msg .btn {
    display: block;
    max-width: 250px;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .elm-pagination-ajax .la-loading-icon > .nc-icon,
  .elm-loadmore-ajax > .nc-icon,
  .elm-ajax-loader > .nc-icon {
    width: 48px;
    margin: 0 auto;
    display: none;
  }
  
  .elm-ajax-loader:not(.has-loaded) {
    min-height: 10px;
  }
  
  .elm-pagination-ajax.is-loading .la-loading-icon > .nc-icon {
    display: block;
  }
  
  .elm-pagination-ajax.is-loading .la-pagination {
    display: none;
  }
  
  .elm-ajax-loader.is-loading {
    min-height: 50px;
    min-height: 10vh;
  }
  
  .elm-ajax-loader.is-loading > .la-shortcode-loading {
    display: block;
  }
  
  .elm-loadmore-ajax {
    text-align: center;
    line-height: 48px;
  }
  
  .elm-loadmore-ajax a {
    font-size: 12px;
    border-width: 0 0 1px;
    border-style: solid;
    line-height: 26px;
    display: inline-block;
  }
  
  .elm-loadmore-ajax.is-loading .la-shortcode-loading {
    display: block;
  }
  
  .elm-loadmore-ajax.is-loading a {
    display: none;
  }
  
  /*
      Colorbox Core Style:
      The following CSS is consistent between example themes and should not be altered.
  */
  #colorbox, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  
  #cboxWrapper {
    max-width: none;
  }
  
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  
  #cboxContent {
    position: relative;
  }
  
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #cboxTitle {
    margin: 0;
  }
  
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
  }
  
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
  }
  
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  
  #cboxOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #333;
  }
  
  #cboxContent {
    background: #fff;
  }
  
  #cboxClose {
    position: absolute;
    cursor: pointer;
    right: 0;
    text-indent: -999em;
    top: 8px;
    display: block;
    height: 32px;
    width: 50px;
    border: none;
    background-color: transparent;
    background-image: url("assets/images/fancybox_sprite@2x.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 40px auto;
  }
  
  #colorbox.yith_woocompare_colorbox #cboxLoadedContent {
    overflow: hidden;
  }
  
  .clear::before, .clear::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .clear::after {
    clear: both;
  }
  
  .item--link-overlay, .item--link-overlay:before {
    position: absolute;
  }
  
  .item--link-overlay:after, .item--link-overlay:before {
    content: "";
    opacity: 0;
  }
  
  .item--link-overlay:before,
  .item--link-overlay:after,
  .item--link-overlay,
  .entry-thumbnail img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  .red,
  .required {
    color: red;
  }
  
  .close-button {
    border: none;
    background-color: transparent;
    font-size: 20px;
  }
  
  .la-pagination {
    padding: 0 2px;
  }
  
  .la-pagination ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .la-pagination ul li {
    display: inline-block;
  }
  
  .la-pagination ul .page-numbers {
    font-size: 12px;
    text-align: center;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    padding: 9px 10px;
    line-height: 20px;
    min-width: 40px;
    margin: 0 3px;
  }
  
  .la-pagination ul .page-numbers.current {
    color: #fff;
  }
  
  .la-pagination ul .page-numbers:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
    box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
  }
  
  .la-pagination ul .page-numbers.dots {
    border-color: transparent;
    padding: 0;
    min-width: 0;
    color: inherit;
  }
  
  .page-content > .la-pagination {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  
  .share-links a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    margin: 0 5px;
    border-radius: 50%;
    transition: border-color 250ms ease-out;
  }
  
  .search-form {
    position: relative;
  }
  
  .search-form .search-field {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
    border-width: 0 0 1px 0;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
  }
  
  .search-form .search-button {
    display: block;
    right: 5px;
    border: none;
    color: #000;
    background: none;
    padding: 0;
  }
  
  .search-form .search-button:hover {
    background: none;
  }
  
  .widget .search-form .search-field {
    border-width: 1px;
    padding: 14px 20px;
    line-height: 20px;
  }
  
  .widget .search-form .search-button {
    right: 15px;
    font-size: 14px;
    margin-top: 2px;
    line-height: normal;
  }
  
  .la-slick-slider {
    display: none;
  }
  
  .la-slick-slider.slick-slider {
    display: block;
  }
  
  .slick-slider .slick-dots {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    line-height: 1;
  }
  
  .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .slick-slider .slick-dots li span {
    color: #8a8a8a;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 250ms ease-out;
  }
  
  .slick-slider .slick-dots button {
    border: none;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    line-height: 8px;
    display: block;
    text-indent: -9999em;
    opacity: 0.2;
    border-radius: 50%;
  }
  
  .slick-slider .slick-dots svg {
    width: 100%;
    height: 100%;
  }
  
  .slick-slider .slick-dots li:hover button,
  .slick-slider .slick-dots .slick-active button {
    opacity: 1;
  }
  
  .slick-slider[data-slick_custompaging] .slick-dots li {
    margin: 0 3px;
    width: 18px;
    height: 18px;
  }
  
  .slick-slider[data-slick_custompaging] .slick-dots li:not(.slick-active) span {
    opacity: 0.4;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  
  .slick-dots-small .slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
  }
  
  .slick-slider .slick-prev,
  .la-slick-nav .slick-prev {
    left: 0;
  }
  
  .slick-slider .slick-next,
  .la-slick-nav .slick-next {
    right: 0;
  }
  
  .slick-slider .slick-arrow,
  .la-slick-nav .slick-arrow {
    text-align: center;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 3;
    font-size: 38px;
    color: #858a9f;
    font-weight: normal;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  
  .slick-slider .slick-arrow i,
  .la-slick-nav .slick-arrow i {
    line-height: inherit;
  }
  
  .slick-slider .slick-arrow svg,
  .la-slick-nav .slick-arrow svg {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  
  .vertical-style {
    font-size: 12px;
  }
  
  .vertical-style ul li {
    display: block;
    padding: 20px 0;
  }
  
  .vertical-style ul li a {
    color: #fff;
  }
  
  .filter-style-1,
  .filter-style-default {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  
  .la-portfolio-masonry .filter-style-1, .la-portfolio-masonry
  .filter-style-default {
    margin-bottom: 80px;
  }
  
  .filter-style-1 ul li,
  .filter-style-default ul li {
    margin: 0 10px;
  }
  
  .filter-style-1 ul li:first-child,
  .filter-style-default ul li:first-child {
    margin-left: 0;
  }
  
  .filter-style-1 ul li:last-child,
  .filter-style-default ul li:last-child {
    margin-right: 0;
  }
  
  .filter-style-1 ul li a,
  .filter-style-default ul li a {
    display: block;
    line-height: normal;
  }
  
  .filter-style-2 ul li {
    margin: 0 20px;
  }
  
  .filter-style-2 ul li:first-child {
    margin-left: 0;
  }
  
  .filter-style-2 ul li:last-child {
    margin-right: 0;
  }
  
  .filter-style-2 ul li a {
    display: block;
    line-height: 30px;
    position: relative;
  }
  
  .filter-style-2 ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-left: -5px;
    left: 50%;
  }
  
  .filter-style-2 ul li:hover a:before, .filter-style-2 ul li.active a:before {
    border-top-color: inherit;
  }
  
  .filter-style-3 {
    text-align: center;
  }
  
  .la-portfolio-masonry .filter-style-3 {
    margin-bottom: 70px;
  }
  
  .filter-style-3 ul {
    color: #cfcfcf;
    font-weight: bold;
    font-size: 30px;
  }
  
  .filter-style-3 ul li {
    margin: 0 25px;
  }
  
  .filter-style-3 ul li:first-child {
    margin-left: 0;
  }
  
  .filter-style-3 ul li:last-child {
    margin-right: 0;
  }
  
  .filter-style-3 ul li a {
    display: block;
    line-height: normal;
  }
  
  .backtotop-container .btn-backtotop {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 150px;
    text-align: center;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
  }
  
  .backtotop-container.show .btn-backtotop {
    visibility: visible;
    opacity: 1;
    right: 50px;
  }
  
  .backtotop-container span:first-child {
    font-size: 20px;
  }
  
  .searchform-fly-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 999;
    color: #232324;
  }
  
  .searchform-fly-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }
  
  .searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
  }
  
  .searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #232324;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 100%;
  }
  
  .searchform-fly-overlay .search-button {
    font-size: 30px;
    height: 30px;
  }
  
  .searchform-fly-overlay p {
    font-weight: 300;
  }
  
  .searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
  }
  
  .searchform-fly-overlay .btn-close-search:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .open-search-form .searchform-fly-overlay {
    visibility: visible;
    opacity: 1;
  }
  
  .open-search-form .searchform-fly {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  @media (max-width: 768px) {
    .searchform-fly-overlay .btn-close-search {
      right: 10%;
    }
    .searchform-fly-overlay .searchform-fly {
      font-size: 13px;
    }
    .searchform-fly-overlay .search-field {
      font-size: 16px;
    }
    .searchform-fly-overlay .search-button {
      font-size: 16px;
    }
  }
  
  .pswp__zoom-wrap .la-media-wrapper {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    position: relative;
    top: 50%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .pswp__zoom-wrap .la-media-wrapper object,
  .pswp__zoom-wrap .la-media-wrapper embed,
  .pswp__zoom-wrap .la-media-wrapper video,
  .pswp__zoom-wrap .la-media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .image.attachment-full.size-full {
    width: auto;
  }
  
  .la_compt_iem {
    float: left;
  }
  
  .la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target {
    width: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  
  .la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target i {
    display: block;
    line-height: inherit;
  }
  
  .la_compt_iem .component-target-badget {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    display: block;
    top: 0;
    right: 4px;
    min-width: 15px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
  }
  
  .la_compt_iem svg {
    width: 100%;
    height: 100%;
  }
  
  .la_compt_iem.la_com_action--primary-menu svg {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  
  .la_com_action--cart a.component-target,
  .la_com_action--compare a.component-target,
  .la_com_action--wishlist a.component-target {
    position: relative;
  }
  
  .la_com_action--dropdownmenu-text,
  .la_com_action--linktext,
  .la_com_action--link,
  .la_com_action--text {
    margin-left: 20px;
  }
  
  .la_com_action--dropdownmenu-text:first-child,
  .la_com_action--linktext:first-child,
  .la_com_action--link:first-child,
  .la_com_action--text:first-child {
    margin-left: 0;
  }
  
  .la_com_action--dropdownmenu-text .component-target,
  .la_com_action--linktext .component-target,
  .la_com_action--link .component-target,
  .la_com_action--text .component-target {
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
  }
  
  .la_com_action--dropdownmenu-text .component-target i,
  .la_com_action--linktext .component-target i,
  .la_com_action--link .component-target i,
  .la_com_action--text .component-target i {
    display: inline-block;
    line-height: inherit;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  
  .la_com_action--dropdownmenu-text .component-target-text,
  .la_com_action--linktext .component-target-text,
  .la_com_action--link .component-target-text,
  .la_com_action--text .component-target-text {
    display: inline-block;
    vertical-align: middle;
  }
  
  .la-compare-count,
  .la-wishlist-count {
    display: none !important;
  }
  
  .la_com_action--dropdownmenu {
    position: relative;
  }
  
  .la_com_action--dropdownmenu .menu {
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 11;
    top: 100%;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    transition: all 250ms ease-out;
  }
  
  .la_com_action--dropdownmenu li a {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 10px 30px;
  }
  
  .la_com_action--dropdownmenu:hover .component-target {
    position: relative;
  }
  
  .la_com_action--dropdownmenu:hover .component-target:after {
    content: "";
    height: 50px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
  }
  
  .la_com_action--dropdownmenu:hover .menu {
    opacity: 1;
    visibility: visible;
  }
  
  .la_com_action--primary-menu.active i:before {
    content: "\68";
  }
  
  div#la_shop_products {
    position: relative;
  }
  
  .la-ajax-shop-loading {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  
  .la-ajax-shop-loading.loading {
    opacity: 1;
    visibility: visible;
  }
  
  .la-ajax-shop-loading .la-ajax-loading-outer {
    margin: 0 auto;
    display: block;
    width: 50px;
  }
  
  .la-sharing-posts {
    position: relative;
    display: inline-block;
    min-width: 30px;
  }
  
  .la-sharing-posts > span {
    cursor: pointer;
  }
  
  .la-sharing-posts .social--sharing {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
    transition: all 250ms ease-out;
    border-radius: 5px;
    opacity: 0;
    margin-left: -20px;
    visibility: hidden;
    white-space: nowrap;
  }
  
  .la-sharing-posts .social--sharing a {
    margin: 0 5px;
    border-radius: 50%;
  }
  
  .la-sharing-posts:hover .social--sharing {
    opacity: 1;
    visibility: visible;
  }
  
  .select2-container .select2-selection--single {
    height: 50px;
    border-radius: 4px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 11px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
  }
  
  .woocommerce-account-fields::before, .woocommerce-account-fields::after,
  .woocommerce-billing-fields::before,
  .woocommerce-billing-fields::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .woocommerce-account-fields::after,
  .woocommerce-billing-fields::after {
    clear: both;
  }
  
  .stars [class*="star-"] {
    font-size: 12px;
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    margin-left: 10px;
    padding-left: 10px;
    vertical-align: middle;
  }
  
  .stars [class*="star-"]:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  
  .stars [class*="star-"]:before {
    font-family: FontAwesome;
    content: "\f005";
    text-transform: none;
    display: block;
    text-indent: 0;
  }
  
  .stars [class*="star-"]:hover, .stars [class*="star-"].active {
    color: #f5b324;
  }
  
  .stars .star-2:before {
    content: "\f005\f005";
  }
  
  .stars .star-3:before {
    content: "\f005\f005\f005";
  }
  
  .stars .star-4:before {
    content: "\f005\f005\f005\f005";
  }
  
  .stars .star-5:before {
    content: "\f005\f005\f005\f005\f005";
  }
  
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 14px 30px 14px 60px;
    margin: 0 0 30px;
    position: relative;
    background-color: #eeeff2;
    list-style: none outside !important;
    width: auto;
    word-wrap: break-word;
  }
  
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
    font-family: "FontAwesome";
    content: "\f05a";
    display: inline-block;
    position: absolute;
    left: 30px;
  }
  
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right;
  }
  
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .woocommerce-message:before {
    content: "\f058";
    color: #6dde6d;
  }
  
  .woocommerce-info:before {
    color: #6dde6d;
  }
  
  .woocommerce-error:before {
    content: "\f06a";
    color: #c43002;
  }
  
  #shipping_method {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  
  #shipping_method li {
    margin-bottom: 0.6em;
  }
  
  #shipping_method li input[type="checkbox"],
  #shipping_method li input[type="radio"] {
    margin-bottom: 0;
  }
  
  .form-row {
    margin-bottom: 20px;
  }
  
  .form-row::before, .form-row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .form-row::after {
    clear: both;
  }
  
  .form-row.form-row-first {
    float: left;
  }
  
  .form-row.form-row-last {
    float: right;
  }
  
  .form-row.form-row-first, .form-row.form-row-last {
    width: 48%;
  }
  
  @media (max-width: 767px) {
    .form-row.form-row-first, .form-row.form-row-last {
      width: 100%;
    }
  }
  
  .form-row label {
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
  }
  
  .form-row label.inline {
    display: inline;
  }
  
  .form-row .input-text {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
  }
  
  .col2-set {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .col2-set::before, .col2-set::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .col2-set::after {
    clear: both;
  }
  
  .col2-set .col-2,
  .col2-set .col-1 {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (max-width: 767px) {
    .col2-set .col-2,
    .col2-set .col-1 {
      width: 100%;
    }
  }
  
  .onsale,
  .new-badge,
  .onsale-badge {
    position: absolute;
    top: 30px;
    z-index: 3;
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 30px;
  }
  
  .new-badge {
    right: 20px;
    background: #8cdbe4;
  }
  
  .onsale,
  .onsale-badge {
    left: 20px;
    background-color: #35d56a;
  }
  
  .product .product-price *,
  .product .price * {
    line-height: inherit;
    font-weight: normal;
    display: inline-block;
  }
  
  .product .product-price del,
  .product .price del {
    font-size: 0.7em;
  }
  
  .product .product-price ins,
  .product .price ins {
    text-decoration: none;
  }
  
  .wc-toolbar-container {
    margin-bottom: 10px;
  }
  
  .wc-toolbar {
    line-height: 24px;
  }
  
  .wc-toolbar p {
    margin-bottom: 0;
  }
  
  .wc-toolbar .woocommerce-result-count,
  .wc-toolbar .wc-view-toggle,
  .wc-toolbar .wc-ordering {
    float: left;
  }
  
  .wc-toolbar .wc-view-toggle {
    font-size: 18px;
  }
  
  .wc-toolbar .wc-view-toggle span {
    cursor: pointer;
    float: left;
    height: 24px;
    margin-left: 10px;
  }
  
  .wc-toolbar .wc-view-toggle .la-icon-list {
    font-size: 22px;
  }
  
  .wc-toolbar .wc-toolbar-right {
    float: right;
  }
  
  .wc-toolbar .wc-ordering {
    position: relative;
    border-width: 1px;
    border-style: solid;
    padding: 7px 20px;
    margin-top: -10px;
    margin-left: 20px;
  }
  
  .wc-toolbar .wc-ordering:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  
  .wc-toolbar .wc-ordering p {
    cursor: pointer;
  }
  
  .wc-toolbar .wc-ordering p:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    display: inline-block;
    line-height: normal;
  }
  
  .wc-toolbar .wc-ordering:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 7px;
  }
  
  .wc-toolbar .wc-ordering:hover p:after {
    content: "\f106";
  }
  
  .wc-toolbar .wc-ordering ul {
    right: -1px;
    position: absolute;
    font-size: 12px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 7px;
    z-index: 11;
    visibility: hidden;
    margin-top: 30px;
    opacity: 0;
  }
  
  .wc-toolbar .wc-ordering ul li {
    display: block;
  }
  
  .wc-toolbar .wc-ordering ul li a {
    padding: 3px 10px 0;
    white-space: pre;
    display: block;
    border-radius: 2px;
  }
  
  .wc-toolbar .wc-ordering ul li:hover a, .wc-toolbar .wc-ordering ul li.active a {
    color: #fff;
  }
  
  .wc-toolbar .wc-view-count {
    float: left;
    margin: 0 20px 0 40px;
  }
  
  .wc-toolbar .wc-view-count p,
  .wc-toolbar .wc-view-count ul,
  .wc-toolbar .wc-view-count li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .wc-toolbar .wc-view-count ul {
    margin: 0;
    padding: 0;
  }
  
  .wc-toolbar .wc-view-count li.active {
    border-bottom: 1px solid;
  }
  
  .wc-toolbar .la-breadcrumbs {
    float: left;
  }
  
  .wc-toolbar-top {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  
  .woocommerce table.wishlist_table {
    font-size: 100%;
  }
  
  .wishlist-title {
    display: none;
  }
  
  .swatch-control select {
    display: none !important;
  }
  
  .swatch-control.radio-select ul {
    padding: 0 !important;
    list-style: none !important;
  }
  
  .swatch-control.radio-select li {
    list-style: none !important;
  }
  
  .swatch-control.radio-select li label {
    display: inline;
    margin-left: 10px;
  }
  
  a.reset_variations {
    position: relative;
    display: none;
    visibility: hidden;
  }
  
  a.reset_variations:before {
    content: "\f021";
    font-family: FontAwesome;
    padding-right: 5px;
  }
  
  .swatch-wrapper {
    padding: 2px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 0 5px 5px 0;
  }
  
  .swatch-wrapper.disabled {
    position: relative;
    cursor: not-allowed;
    zoom: 1;
    opacity: 0.4;
  }
  
  .swatch-wrapper.disabled:hover {
    border-color: #ccc;
  }
  
  .swatch-wrapper.disabled:before {
    content: "";
    width: 90%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    opacity: 0.4;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .swatch-wrapper.disabled:after {
    content: "";
    width: 90%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    opacity: 0.4;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .swatch-wrapper.disabled .swatch-anchor {
    cursor: inherit;
  }
  
  .swatch-wrapper .swatch-anchor {
    display: block;
    position: relative;
    text-align: center;
  }
  
  .swatch-wrapper .swatch-anchor:before {
    content: attr(title);
    position: absolute;
    bottom: 80%;
    text-indent: 0;
    background: #000;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 10px;
    min-width: 50px;
    color: #fff;
    left: 50%;
    white-space: pre;
    text-align: center;
    text-transform: none;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
  }
  
  .swatch-wrapper .swatch-anchor:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 80%;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    margin-bottom: 6px;
    margin-left: -4px;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
  }
  
  .swatch-wrapper .swatch-anchor:hover:before, .swatch-wrapper .swatch-anchor:hover:after {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .swatch-wrapper img {
    width: inherit;
    height: inherit;
    display: block;
    vertical-align: top;
  }
  
  .swatch-wrapper.selected {
    padding: 1px;
    border-width: 2px;
  }
  
  .swatch-wrapper.la-swatch-item-style-rounder,
  .swatch-wrapper.la-swatch-item-style-rounder .swatch-anchor,
  .swatch-wrapper.la-swatch-item-style-rounder img {
    border-radius: 5px;
  }
  
  .swatch-wrapper.la-swatch-item-style-circle,
  .swatch-wrapper.la-swatch-item-style-circle .swatch-anchor,
  .swatch-wrapper.la-swatch-item-style-circle img {
    border-radius: 50%;
  }
  
  .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
    position: relative;
    border-color: transparent;
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
  }
  
  .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected, .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):hover {
    border-color: #e6e6e6;
    border-width: 1px;
  }
  
  .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label).selected:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: 6px;
    top: 6px;
    text-align: center;
  }
  
  .swatch-wrapper .swatch-anchor-label {
    display: none;
  }
  
  .radio-select .disabled {
    cursor: not-allowed;
    zoom: 1;
    opacity: 0.5;
  }
  
  .radio-select .disabled input,
  .radio-select .disabled label {
    cursor: not-allowed;
  }
  
  .woocommerce table.wishlist_table thead th:not(.product-name) {
    text-align: center;
  }
  
  div.quantity {
    position: relative;
    display: inline-block;
  }
  
  div.quantity .qty {
    width: 120px;
    height: 54px;
    padding: 10px 40px;
    line-height: 34px;
    color: inherit;
    text-align: center;
    border-radius: 3em;
  }
  
  div.quantity .qty[type='number'] {
    -moz-appearance: textfield;
  }
  
  div.quantity .qty[type=number]::-webkit-inner-spin-button, div.quantity .qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  div.quantity span {
    position: absolute;
    top: 0;
    height: 54px;
    cursor: pointer;
    width: 36px;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 54px;
    left: 0;
    text-align: right;
  }
  
  div.quantity .qty-plus {
    text-align: left;
    left: auto;
    right: 0;
  }
  
  .shop_table div.quantity .qty {
    width: 80px;
    padding: 10px 20px;
    height: 50px;
    line-height: 30px;
    border-radius: 0;
  }
  
  .shop_table div.quantity span {
    width: 20px;
    height: 50px;
    line-height: 50px;
  }
  
  .wc-toolbar-container .btn-advanced-shop-filter {
    float: right;
    margin-right: 15px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #232324;
    padding-right: 30px;
    position: relative;
  }
  
  .wc-toolbar-container .btn-advanced-shop-filter i {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #232324;
    width: 20px;
    top: 50%;
    margin-top: -1px;
  }
  
  .wc-toolbar-container .btn-advanced-shop-filter i:after {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #232324;
    top: -9px;
    right: 9px;
  }
  
  .open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter {
    color: #6b56e2;
  }
  
  .open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter i {
    background-color: #6b56e2;
  }
  
  .open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter i:after {
    background-color: #6b56e2;
    display: none;
  }
  
  .la-advanced-product-filters {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    display: none;
    margin-bottom: 30px;
  }
  
  .la-advanced-product-filters .sidebar-inner {
    padding: 40px 40px 0;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget {
    float: left;
    margin-bottom: 30px;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget .widget-title {
    font-size: inherit;
    margin-bottom: 17px;
    text-transform: uppercase;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget ul li {
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper:before {
    left: 0 !important;
    top: 3px !important;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor-label {
    display: inline-block;
    text-transform: none;
    vertical-align: middle;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]) {
    width: 23%;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]).widget_layered_nav--color, .la-advanced-product-filters .sidebar-inner .widget:not([class*="col-"]).widget_layered_nav--size {
    width: 15%;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li {
    display: inline-block;
    margin-right: 5px;
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  
  .la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud ul li:not(:last-child) a:after {
    content: ",";
  }
  
  .la-advanced-product-filters .sidebar-inner .widget_product_tag_cloud a {
    font-size: inherit !important;
  }
  
  .la-advanced-product-filters .wc-ordering p,
  .la-advanced-product-filters .wc-layered-nav-term .count {
    display: none;
  }
  
  .la-advanced-product-filters-result {
    padding-bottom: 15px;
    position: relative;
    top: -15px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
  
  .la-advanced-product-filters-result i {
    font-size: 20px;
    position: absolute;
    left: 0;
  }
  
  .la-advanced-product-filters-result a {
    position: relative;
    padding-left: 25px;
  }
  
  .wishlist_table tr td.product-thumbnail a {
    display: inline-block;
  }
  
  .products-list .product_item .wcvendors_sold_by_in_loop {
    display: block;
  }
  
  .form-row .input-checkbox + label.checkbox {
    display: inline;
    text-transform: none;
  }
  
  .wcv-store-header .store-info h3 {
    font-weight: normal;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 8px;
  }
  
  .wcv-store-header .store-info h3 + a {
    margin-bottom: 10px;
    display: block;
  }
  
  .date-pick + .btn {
    padding: 7px 20px;
  }
  
  .table.table-vendor-sales-report {
    margin-top: 20px;
  }
  
  .table.table-bordered {
    border-collapse: collapse;
  }
  
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
  }
  
  table.wcv-table td,
  table.wcv-table th {
    padding: 8px;
  }
  
  #pv_shop_description_container,
  #pv_seller_info_container,
  .pv_seller_info_container,
  .pv_shop_name_container,
  .pv_paypal_container {
    margin-bottom: 20px;
  }
  
  .wcvendors-pro-dashboard-wrapper .wcv-button,
  .wcvendors-pro-dashboard-wrapper .button {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
    color: #fff;
    border: none;
    text-decoration: none !important;
  }
  
  .wc-tab .seller-rating span.star-rating {
    display: block;
  }
  
  .wcv-store-header .store-info h3 + a {
    color: #f5b223;
  }
  
  .post-type-archive.woocommerce-page .page-content > h1 {
    font-size: 20px;
  }
  
  .post-type-archive.woocommerce-page .page-content > h3 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #f5b223;
    font-weight: normal;
  }
  
  .post-type-archive.woocommerce-page .page-content > h3 + p {
    margin-bottom: 10px;
  }
  
  /*--------------------------------------------------------------
      4. Widget
  ---------------------------------------------------------------*/
  .widget .widget-title span {
    display: inline-block;
  }
  
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .widget ul.grid-items {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
  
  .widget ul.grid-items.products-list-mini .product_item .product_item--title {
    font-size: 12px;
    text-transform: none;
  }
  
  .widget_meta li,
  .widget_recent_comments li,
  .widget_rss li,
  .widget_recent_entries li {
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .widget_meta .rss-date,
  .widget_meta .post-date,
  .widget_recent_comments .rss-date,
  .widget_recent_comments .post-date,
  .widget_rss .rss-date,
  .widget_rss .post-date,
  .widget_recent_entries .rss-date,
  .widget_recent_entries .post-date {
    font-style: italic;
  }
  
  .widget_recent_entries .pr-item {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  
  .widget_recent_entries .pr-item::before, .widget_recent_entries .pr-item::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .widget_recent_entries .pr-item::after {
    clear: both;
  }
  
  .widget_recent_entries .pr-item .pr-item--left {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  
  .widget_recent_entries .pr-item .pr-item--left a {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  
  .widget_recent_entries .pr-item .pr-item--right a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 3px;
  }
  
  .widget_recent_entries .pr-item .pr-item--right .post-date {
    display: block;
    font-size: 12px;
    font-style: normal;
  }
  
  a.rsswidget {
    font-weight: 500;
  }
  
  .rssSummary {
    padding: 5px 0;
  }
  
  .rss-date {
    font-size: 12px;
  }
  
  .rss-date:before {
    content: " - ";
  }
  
  .widget.widget_product_tag_cloud ul li {
    display: inline-block;
  }
  
  .widget .tagcloud::before, .widget .tagcloud::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .widget .tagcloud::after {
    clear: both;
  }
  
  .widget .tagcloud a {
    font-size: 14px !important;
  }
  
  .widget .tagcloud a:not(:last-child):after {
    content: ",";
  }
  
  .widget .tagcloud a:hover {
    text-decoration: underline;
  }
  
  .widget_recent_comments li.recentcomments {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
  }
  
  .widget_recent_comments li.recentcomments:before {
    content: "\f0e6";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .product_list_widget {
    list-style: none;
    margin: 0;
  }
  
  .product_list_widget li {
    position: relative;
  }
  
  .product_list_widget li::before, .product_list_widget li::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .product_list_widget li::after {
    clear: both;
  }
  
  .product_list_widget li + li {
    margin-top: 30px;
  }
  
  .product_list_widget li img {
    float: left;
    max-width: 70px;
    margin-right: 20px;
  }
  
  .product_list_widget a {
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 5px;
  }
  
  .product_list_widget .amount {
    margin-top: 5px;
    font-size: 20px;
  }
  
  .product_list_widget ins {
    text-decoration: none;
  }
  
  .product_list_widget del .amount {
    color: inherit;
    font-size: 14px;
  }
  
  .product_list_widget .reviewer {
    font-size: 14px;
  }
  
  .product_list_widget a.remove {
    display: block;
    font-weight: normal;
    font-size: 14px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    width: 20px;
    font-family: Verdana,sans-serif;
  }
  
  .widget_shopping_cart_content::before, .widget_shopping_cart_content::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .widget_shopping_cart_content::after {
    clear: both;
  }
  
  .widget_shopping_cart_content .total {
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
    border-width: 1px 0 0;
    border-style: solid;
    padding-top: 15px;
  }
  
  .widget_shopping_cart_content .total strong {
    font-weight: normal;
  }
  
  .widget_shopping_cart_content .total .amount {
    float: right;
  }
  
  .widget_shopping_cart_content .buttons {
    text-align: right;
  }
  
  .widget_price_filter .price_slider_amount {
    padding-top: 45px;
    position: relative;
  }
  
  .widget_price_filter .price_slider_amount input {
    width: 48%;
    float: left;
    display: none;
  }
  
  .widget_price_filter .price_slider_amount .price_label {
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .widget_price_filter .ui-slider {
    margin-bottom: 20px;
    position: relative;
    background-color: #9d9d9d;
    margin-right: 8px;
    height: 2px;
  }
  
  .widget_price_filter .ui-slider:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #9d9d9d;
    right: -8px;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    background-color: #e9595e;
    cursor: ew-resize;
    top: -3px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  }
  
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #343538;
  }
  
  .widget_layered_nav ul li {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    display: block;
  }
  
  .widget_layered_nav ul li a {
    display: block;
  }
  
  .widget_layered_nav ul li .count {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .widget_layered_nav ul li.active a:after {
    content: "\f014";
    font-family: FontAwesome;
    float: right;
  }
  
  .widget_layered_nav .la-swatches-widget-opts li {
    display: inline-block;
    margin: 0;
  }
  
  .widget_layered_nav .la-swatches-widget-opts li .count {
    display: none;
  }
  
  .widget_layered_nav .la-swatches-widget-opts li.active a:after {
    display: none;
  }
  
  .widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper {
    border-color: #e6e6e6;
    border-width: 1px;
  }
  
  .widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: 6px;
    top: 6px;
    text-align: center;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li {
    font-size: 12px;
    line-height: 24px;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li a {
    padding-left: 20px;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li a:before {
    content: "";
    border-width: 1px;
    border-style: solid;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li a:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 1px;
    font-size: 10px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li:not(.active):hover > a:after {
    opacity: 1;
    visibility: visible;
  }
  
  .widget_layered_nav.widget_layered_nav--checkboxstyle li.active a:after {
    content: "\f00c";
    opacity: 1;
    visibility: visible;
  }
  
  .widget_layered_nav_filters ul li a {
    font-size: 12px;
  }
  
  .widget_layered_nav_filters ul li a:after {
    content: "\f014";
    font-family: FontAwesome;
    float: right;
    font-size: 12px;
    margin-top: 3px;
  }
  
  .widget_layered_nav_filters ul li .amount {
    font-size: 16px;
  }
  
  .la-price-filter-list li {
    margin-bottom: 10px;
  }
  
  #yith-wcwl-form table .button {
    margin-bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    display: inline-block !important;
    padding: 7px 25px;
  }
  
  #yith-wcwl-form table .button + a {
    display: none !important;
  }
  
  .widget-list-product-mini a {
    display: block;
  }
  
  .product_list_widget .variation {
    margin: 0;
  }
  
  .product_list_widget .variation dd, .product_list_widget .variation dt {
    display: inline-block;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
  }
  
  .product_list_widget .variation p {
    margin: 0;
  }
  
  .calendar_wrap caption {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    padding: 8px;
    text-transform: uppercase;
  }
  
  .calendar_wrap td,
  .calendar_wrap th {
    text-align: center;
    padding: 8px;
  }
  
  #sb_instagram #sbi_load {
    padding: 0 !important;
  }
  
  .widget #sb_instagram {
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
    padding-bottom: 0 !important;
  }
  
  .widget_rating_filter a {
    font-size: 13px;
    vertical-align: middle;
  }
  
  .widget_rating_filter a .star-rating {
    display: inline-block;
    top: 2px;
  }
  
  .widget-border.widget {
    border-width: 1px;
    border-style: solid;
    padding: 30px;
  }
  
  .widget-border-bottom.widget {
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-style: solid;
  }
  
  .widget-author__image {
    text-align: center;
    margin: 0 !important;
  }
  
  .widget-author__image img {
    width: auto;
  }
  
  .widget-author__information {
    text-align: center;
  }
  
  .widget-author__information .widget-title {
    font-size: 36px !important;
    font-family: 'Dawning of a New Day', cursive;
    line-height: 1;
    margin: 15px 0 !important;
    font-weight: normal;
  }
  
  /*--------------------------------------------------------------
      5. Header
  ---------------------------------------------------------------*/
  .site-branding {
    float: left;
    max-width: 300px;
  }
  
  .site-branding figure {
    display: block;
  }
  
  .site-branding a {
    display: inline-block;
    vertical-align: middle;
    transition: all 250ms ease-out;
  }
  
  .site-branding img {
    max-height: 100%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  
  .site-branding .logo--transparency img {
    opacity: 0;
    visibility: hidden;
  }
  
  .header-left,
  .header-middle,
  .header-right,
  .site-branding,
  .site-main-nav {
    float: left;
  }
  
  .header-right {
    float: right;
  }
  
  .site-header .site-branding img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -webkit-calc(-50% + 1px));
  }
  
  .site-header .header-main {
    position: relative;
  }
  
  .site-header .header-search-form {
    display: none;
  }
  
  .site-header ul.menu {
    margin: 0;
    padding: 0;
  }
  
  .site-header .header-component-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: padding 250ms ease-out;
  }
  
  .site-header .la_com_action--dropdownmenu .menu {
    padding: 15px 0;
  }
  
  .site-main-nav .main-menu > li > a {
    font-weight: bold;
    transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  }
  
  .site-main-nav .main-menu > li > a:after {
    content: "";
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit;
    right: 15px;
    left: auto;
    width: 0;
    position: absolute;
    transition: width 300ms ease-out;
    top: 0;
  }
  
  .site-main-nav .main-menu > li.active > a:after, .site-main-nav .main-menu > li:hover > a:after {
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    transition: width 300ms ease-in;
  }
  
  .enable-header-fullwidth .site-header-top > .container,
  .enable-header-fullwidth .site-header .site-header-inner > .container {
    width: 100%;
  }
  
  @media (min-width: 1300px) {
    .enable-header-fullwidth .site-header-top > .container,
    .enable-header-fullwidth .site-header .site-header-inner > .container {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  @media (min-width: 1400px) {
    .enable-header-fullwidth .site-header-top > .container,
    .enable-header-fullwidth .site-header .site-header-inner > .container {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  
  @media (min-width: 1500px) {
    .enable-header-fullwidth .site-header-top > .container,
    .enable-header-fullwidth .site-header .site-header-inner > .container {
      padding-left: 80px;
      padding-right: 80px;
    }
  }
  
  .site-header-mobile .site-header-inner,
  .site-header .site-header-inner {
    position: relative;
    z-index: 4;
  }
  
  .site-header-top .item-menu-currenry,
  .site-header-top .item-menu-language {
    float: right;
  }
  
  .site-header-top .item-menu-currenry ul.menu,
  .site-header-top .item-menu-language ul.menu {
    right: 0;
    width: auto;
  }
  
  .header-v2 .site-header .header-left {
    width: 18%;
  }
  
  .header-v2 .site-header .header-middle {
    width: 64%;
  }
  
  .header-v2 .site-header .header-right {
    max-width: 18%;
  }
  
  .header-v2 .site-header .site-main-nav {
    width: 100%;
    text-align: center;
  }
  
  .header-v2 .site-header .mega-menu > li {
    float: none;
    display: inline-block;
  }
  
  .header-v3 .site-header .header-left {
    width: 43%;
  }
  
  .header-v3 .site-header .header-middle {
    width: 14%;
  }
  
  .header-v3 .site-header .header-right {
    max-width: 43%;
  }
  
  .header-v3 .site-header .site-branding img {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  .header-v55 .site-header .header-left {
    width: 25%;
  }
  
  .header-v55 .site-header .header-right {
    max-width: 25%;
  }
  
  .header-v55 .site-header .header-middle {
    width: 50%;
  }
  
  .header-v55 .site-header .search-form {
    max-width: 570px;
    margin: 0 auto;
  }
  
  .header-v55 .site-header .search-form .search-field {
    border-width: 2px;
    padding: 8px 20px;
    line-height: 20px;
  }
  
  .header-v55 .site-header .search-form .search-button {
    right: 12px;
    font-size: 15px;
    color: inherit;
    line-height: 1;
  }
  
  .header-v55 .site-header .mega-menu > li > .popup {
    margin-top: 30px !important;
  }
  
  .header-v55 .site-header .mega-menu > li:hover > .popup {
    margin-top: 0 !important;
  }
  
  .header-v55 .site-header__nav-primary .main-menu > li {
    padding: 0;
  }
  
  .header-v55 .site-header__nav-primary .main-menu > li:first-child > a {
    padding-left: 0;
  }
  
  .header-v55 .site-header__nav-primary .main-menu > li > a {
    padding: 10px 25px;
  }
  
  .header-v55 .site-header__nav-primary .main-menu > li > a:after {
    display: none;
  }
  
  .site-header__nav-second {
    background-color: #f7f7f7;
    padding: 10px 0;
  }
  
  .site-header__nav-second ul.menu {
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
  }
  
  .site-header__nav-second ul.menu li {
    position: relative;
    display: block;
  }
  
  .site-header__nav-second ul.menu > li {
    display: inline-block;
    margin: 0 15px;
  }
  
  .site-header__nav-second ul.menu > li:first-child {
    margin-left: 0;
  }
  
  .site-header__nav-second ul.menu > li:last-child {
    margin-right: 0;
  }
  
  .header-v11 .site-header .header-middle {
    float: right;
  }
  
  @media (max-width: 1199px) and (min-width: 992px) {
    .header-v11 .site-header .mega-menu > li {
      padding: 0;
    }
  }
  
  .header-v11 .site-header .mega-menu > li > a {
    font-size: 16px;
  }
  
  .site-main-nav .main-menu > li > a {
    font-size: 18px;
  }
  
  .site-header .header_component.header-custom-btn > .component-target {
    padding: 10px 40px;
    border-radius: 3em;
    height: 54px;
    line-height: 34px;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  
  .site-header .header_component.header-custom-btn > .component-target .component-target-text {
    color: inherit;
  }
  
  .header--aside:not(#masthead_aside) {
    position: fixed;
    top: 0;
    width: 470px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
  }
  
  .header--aside:not(#masthead_aside).fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  
  .header--aside:not(#masthead_aside) .header-aside-inner {
    padding: 70px;
  }
  
  #header_aside {
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  }
  
  #header_aside .header-aside-wrapper {
    display: block;
    height: 100%;
  }
  
  #header_aside .header-aside-inner {
    overflow: auto;
    height: 100%;
  }
  
  #header_aside .btn-aside-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
  }
  
  #header_aside .btn-aside-toggle i {
    line-height: inherit;
    transition: all .3s ease-in-out;
    display: inherit;
  }
  
  #header_aside .btn-aside-toggle:hover > i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    ms-transform: rotate(90deg);
  }
  
  #header_aside .menu li a {
    display: block;
    padding: 10px 0;
  }
  
  #header_aside .menu li > .narrow {
    width: 30px;
    text-align: right;
    right: -25px;
    top: -1px;
  }
  
  #header_aside .menu li > .narrow i {
    width: 14px;
  }
  
  #header_aside .menu > li > a {
    font-size: 20px;
  }
  
  #header_aside .menu > li > .narrow {
    top: 3px;
  }
  
  .open-header-aside #header_aside {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .open-header-aside .la-overlay-global {
    visibility: visible;
    opacity: 0.7;
  }
  
  #masthead_aside {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
    box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
    position: absolute;
    top: 0;
    width: 330px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  
  #masthead_aside .site-branding {
    float: none;
    margin: 0;
    line-height: normal;
    max-width: 100%;
  }
  
  #masthead_aside .site-branding .logo--transparency {
    display: none;
  }
  
  #masthead_aside .header-left {
    width: 100%;
    margin-bottom: 30px;
  }
  
  #masthead_aside .header-right,
  #masthead_aside .header-middle {
    width: 100%;
  }
  
  #masthead_aside .header-aside-nav ul.menu > li {
    margin-bottom: 5px;
  }
  
  #masthead_aside .header-aside-nav ul.menu > li > a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
  }
  
  #masthead_aside .header-aside-nav ul.menu > li ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #masthead_aside .header-aside-nav ul.menu > li li a {
    display: block;
    padding: 3px 0;
  }
  
  #masthead_aside .header-bottom {
    padding-top: 20px;
  }
  
  #masthead_aside .header-bottom .social-media-link.style-default a {
    margin: 0 5px;
    font-size: 16px;
  }
  
  .header--aside .mega-menu {
    margin-left: -30px;
    margin-right: -30px;
  }
  
  .header--aside .mega-menu > li {
    margin-bottom: 10px;
  }
  
  .header--aside .mega-menu > li > a {
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
  }
  
  .header--aside .header-widget-bottom .widget-title {
    margin-bottom: 25px;
  }
  
  .header--aside .header-widget-bottom .widget {
    margin-bottom: 30px;
  }
  
  .header--menu-burger {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.5s ease-out;
    text-align: center;
  }
  
  .header--menu-burger:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }
  
  .header--menu-burger .btn-aside-toggle {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
  }
  
  .header--menu-burger .btn-aside-toggle:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .header--menu-burger .header_menu-burger-inner {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
  }
  
  .header--menu-burger .menu > li {
    opacity: 0;
    transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transition: all 0.4s ease-out;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
  
  .header--menu-burger .menu > li > a {
    font-size: 60px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
  }
  
  .header--menu-burger .menu > li ul {
    margin: 0;
    padding: 30px 0;
  }
  
  .header--menu-burger .menu > li .narrow {
    display: none;
  }
  
  .header--menu-burger .menu > li:nth-child(1) {
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
  }
  
  .header--menu-burger .menu > li:nth-child(2) {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
  }
  
  .header--menu-burger .menu > li:nth-child(3) {
    transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
  }
  
  .header--menu-burger .menu > li:nth-child(4) {
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
  }
  
  .header--menu-burger .menu > li:nth-child(5) {
    transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
  }
  
  .header--menu-burger .menu > li:nth-child(6) {
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
  }
  
  .header--menu-burger .menu > li:nth-child(7) {
    transition-delay: 550ms;
    -webkit-transition-delay: 550ms;
  }
  
  .header--menu-burger .menu > li:nth-child(8) {
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
  }
  
  .open-burger-menu .header--menu-burger {
    visibility: visible;
    opacity: 1;
  }
  
  .open-burger-menu .header--menu-burger .header_menu-burger-inner {
    visibility: visible;
    opacity: 1;
  }
  
  .open-burger-menu .header--menu-burger .menu > li {
    opacity: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .header-v4 .header--aside .mega-menu > li .tip,
  .header-v3 .header--aside .mega-menu > li .tip,
  .header-v2 .header--aside .mega-menu > li .tip {
    right: auto;
  }
  
  .header-v4 .header--aside .mega-menu > li > a,
  .header-v3 .header--aside .mega-menu > li > a,
  .header-v2 .header--aside .mega-menu > li > a {
    text-align: left;
  }
  
  .header-v6 .site-inner {
    position: relative;
  }
  
  .header-v6 #masthead_aside {
    width: 80px;
    position: fixed;
  }
  
  .header-v6 #masthead_aside .site-header-inner {
    padding: 30px 0;
    min-height: 100%;
    position: relative !important;
  }
  
  .header-v6 #masthead_aside .site-header-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header-v6 #masthead_aside .header-right {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    margin: -20px 0 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .header-v6 #masthead_aside .header-right .la_com_action--aside_header {
    width: 100%;
  }
  
  .header-v6 #masthead_aside .header-right a {
    display: block;
    margin: 0 auto;
  }
  
  .header-v6 #masthead_aside .header-right a span {
    height: 10px;
    position: relative;
    display: block;
    top: 11px;
    transition: all 250ms ease-out;
  }
  
  .header-v6 #masthead_aside .header-right a span, .header-v6 #masthead_aside .header-right a span:after, .header-v6 #masthead_aside .header-right a span:before {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
  }
  
  .header-v6 #masthead_aside .header-right a span:after, .header-v6 #masthead_aside .header-right a span:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
  }
  
  .header-v6 #masthead_aside .header-right a span:after {
    bottom: -9px;
    transition: all 250ms ease-out;
  }
  
  .header-v6 #masthead_aside .header-right a span:before {
    bottom: 0;
    width: 60%;
  }
  
  .header-v6.admin-bar #masthead_aside {
    padding-top: 32px;
  }
  
  .header-v6:not(.rtl) .header--menu-burger {
    right: 0;
    left: 80px;
    width: auto;
  }
  
  .header-v6:not(.rtl) #masthead_aside {
    left: 0;
  }
  
  .header-v6:not(.rtl) #page.site {
    padding-left: 80px;
  }
  
  .header-v6.rtl #masthead_aside {
    right: 0;
  }
  
  .header-v6.rtl #page.site {
    padding-right: 80px;
  }
  
  .header-v6.rtl .header--menu-burger {
    left: 0;
    right: 80px;
    width: auto;
  }
  
  .header-v6.open-burger-menu #masthead_aside .header-right a span {
    top: 19px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .header-v6.open-burger-menu #masthead_aside .header-right a span:before {
    width: 0;
  }
  
  .header-v6.open-burger-menu #masthead_aside .header-right a span:after {
    bottom: 9px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .header-v5 #masthead_aside .site-header-inner {
    padding: 80px 60px;
  }
  
  .header-v5 #masthead_aside .header-middle {
    margin-bottom: 30px;
  }
  
  .header-v5 #masthead_aside .header-middle .header-component-inner {
    display: inline-block;
    vertical-align: middle;
  }
  
  .header-v5 #masthead_aside .header-aside-nav li > .narrow {
    display: none;
  }
  
  .header-v5:not(.rtl) #masthead_aside {
    left: 0;
  }
  
  .header-v5:not(.rtl) #page.site {
    padding-left: 330px;
  }
  
  .header-v5.rtl #masthead_aside {
    right: 0;
  }
  
  .header-v5.rtl #page.site {
    padding-right: 330px;
  }
  
  .header-v7 #masthead_aside {
    width: 370px;
  }
  
  .header-v7 #masthead_aside .site-header-inner {
    padding: 80px 30px 80px 30px;
  }
  
  .header-v7 #masthead_aside .site-header-inner .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .header-v7 #masthead_aside .header-left {
    margin-bottom: 50px;
  }
  
  .header-v7 #masthead_aside .site-branding {
    text-align: center;
  }
  
  .header-v7 #masthead_aside .header-middle {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .header-v7 #masthead_aside .header-middle .header-component-inner {
    display: inline-block;
    vertical-align: middle;
  }
  
  .header-v7 #masthead_aside .header-bottom {
    padding-top: 50px;
  }
  
  .header-v7:not(.rtl) #masthead_aside {
    left: 0;
  }
  
  .header-v7:not(.rtl) #page.site {
    padding-left: 370px;
  }
  
  .header-v7.rtl #masthead_aside {
    right: 0;
  }
  
  .header-v7.rtl #page.site {
    padding-right: 370px;
  }
  
  .site-header .site-header-inner {
    transition: background .25s;
  }
  
  .enable-header-sticky .site-header .site-header-inner {
    width: 100%;
  }
  
  .enable-header-sticky:not(.header-sticky-type-auto) .is-sticky .site-header-inner {
    visibility: visible;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .is-sticky .site-header-inner {
    position: fixed;
    top: 0;
    transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    will-change: transform, background;
  }
  
  .is-sticky .site-header-inner.sticky--pinned {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
    transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  }
  
  .is-sticky .site-header-inner.sticky--unpinned {
    transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    visibility: hidden;
    -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
    transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  }
  
  .fp-header-is-sticky:not(.is-sticky) .site-header-inner {
    -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
    transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  }
  
  .la-header-sticky-height {
    display: none;
  }
  
  .body-loaded .site-header-outer {
    position: relative;
  }
  
  .body-loaded .site-header-outer .site-header-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  
  .body-loaded .is-sticky .site-header-outer .site-header-inner {
    position: fixed;
  }
  
  .body-loaded .la-header-sticky-height {
    display: block;
  }
  
  .enable-header-transparency .site-header-mobile,
  .enable-header-transparency .site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  
  .enable-header-transparency .site-header-mobile:not(.is-sticky) .site-header-inner,
  .enable-header-transparency .site-header:not(.is-sticky) .site-header-inner {
    transition: none;
  }
  
  .enable-header-transparency .site-header-mobile:not(.is-sticky) .site-branding .logo--normal img,
  .enable-header-transparency .site-header:not(.is-sticky) .site-branding .logo--normal img {
    opacity: 0;
    visibility: hidden;
  }
  
  .enable-header-transparency .site-header-mobile:not(.is-sticky) .site-branding .logo--transparency img,
  .enable-header-transparency .site-header:not(.is-sticky) .site-branding .logo--transparency img {
    opacity: 1;
    visibility: visible;
  }
  
  .dl-menuwrapper {
    width: 100%;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 9;
  }
  
  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .dl-menuwrapper .dl-subview li.dl-subviewopen,
  .dl-menuwrapper .dl-subview li.dl-subviewopen,
  .dl-menuwrapper .dl-subview li.dl-subview,
  .dl-menuwrapper .dl-subview .dl-submenu {
    border: none;
  }
  
  .dl-menuwrapper li {
    position: relative;
  }
  
  .dl-menuwrapper li:first-child {
    border-top: none;
  }
  
  .dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 12px 30px;
    line-height: 30px;
  }
  
  .dl-menuwrapper li a .mm-text {
    display: block;
  }
  
  .dl-menuwrapper li a .mm-desc {
    font-size: 12px;
    line-height: normal;
  }
  
  .dl-menuwrapper li a .mm-icon {
    width: 30px;
    font-size: 18px;
    margin-left: -10px;
    vertical-align: middle;
  }
  
  .dl-menuwrapper li a .mm-icon[class*="la-icon-"] {
    vertical-align: top;
  }
  
  .dl-menuwrapper li.dl-back > a {
    text-align: right;
  }
  
  .dl-menuwrapper li > a:not(:only-child):after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 16px;
  }
  
  .dl-menuwrapper li.dl-back > a:before {
    font-family: FontAwesome;
    content: "\f177";
    float: left;
  }
  
  .dl-menuwrapper li .dl-submenu {
    display: none;
  }
  
  .dl-menuwrapper .dl-menu {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  
  .dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  
  .dl-menu.dl-subview li,
  .dl-menu.dl-subview li.dl-subviewopen > a,
  .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  
  .dl-menu.dl-subview li.dl-subview,
  .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen .dl-submenu > li {
    display: block;
  }
  
  /* No JS Fallback */
  .no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  
  .no-js .dl-menuwrapper li .dl-submenu {
    display: block;
  }
  
  .no-js .dl-menuwrapper li.dl-back {
    display: none;
  }
  
  .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
  }
  
  /* Animation classes for moving out and in */
  .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
  }
  
  .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.4s;
    animation: MenuAnimIn1 0.4s;
  }
  
  .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
  }
  
  .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
  }
  
  .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
  }
  
  .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
  }
  
  .dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
  }
  
  .dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
  }
  
  .dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
  }
  
  .dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
  }
  
  @-webkit-keyframes MenuAnimOut1 {
    0% {
    }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut2 {
    0% {
    }
    100% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut3 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut4 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut5 {
    0% {
    }
    100% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut1 {
    0% {
    }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut2 {
    0% {
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut3 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut4 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut5 {
    0% {
    }
    100% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
  }
  
  .site-header-mobile {
    display: none;
  }
  
  .site-header-mobile .header-component-inner {
    transition: padding 250ms ease-out;
  }
  
  .site-header-mobile .header-component-outer {
    float: left;
  }
  
  .site-header-mobile .header-component-outer_2 {
    float: right;
  }
  
  .site-header-mobile .site-branding img {
    max-height: 80%;
    position: absolute;
    top: 50%;
  }
  
  .site-header-mobile .header-main {
    position: relative;
  }
  
  .site-header-mobile .mobile-menu-wrap {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-transform: uppercase;
  }
  
  .open-mobile-menu .site-header-mobile .mobile-menu-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .site-header-mobile .site-header-inner {
    width: 100%;
  }
  
  .site-header-mobile .la_com_action--dropdownmenu li a {
    padding: 10px 20px;
  }
  
  body.open-mobile-menu {
    overflow: hidden;
  }
  
  body.open-mobile-menu .la-overlay-global {
    visibility: visible;
    opacity: 0.7;
    z-index: 3;
    transition: none;
    -webkit-transition: none;
  }
  
  body.open-mobile-menu .mobile-menu-wrap .dl-menu {
    max-height: 75vh;
    overflow: auto;
  }
  
  .header-mb-v1 .site-header-mobile .site-branding img {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-webkit-calc(-50% + 1px), -webkit-calc(-50% + 1px));
  }
  
  .header-mb-v1 .site-header-mobile .header-component-outer_logo {
    width: 40%;
    left: 30%;
  }
  
  .header-mb-v1 .site-header-mobile .header-component-outer_1 {
    width: 30%;
    position: relative;
    left: -40%;
  }
  
  .header-mb-v1 .site-header-mobile .header-component-outer_2 {
    max-width: 30%;
  }
  
  .header-mb-v2 .site-header-mobile .site-branding img {
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -webkit-calc(-50% + 1px));
  }
  
  .header-mb-v2 .site-header-mobile .header-component-outer_1 {
    float: right;
  }
  
  .header-mb-v3 .site-header-mobile .site-branding img {
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -webkit-calc(-50% + 1px));
  }
  
  .header-mb-v3 .site-header-mobile .header-component-outer_logo {
    float: right;
  }
  
  .header-mb-v4 .site-header-mobile .site-branding img {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-webkit-calc(-50% + 1px), -webkit-calc(-50% + 1px));
  }
  
  .header-mb-v4 .site-header-mobile .header-component-outer_logo {
    width: 100%;
    position: relative;
  }
  
  /*--------------------------------------------------------------
      6. MegaMenu
  ---------------------------------------------------------------*/
  .mega-menu,
  .mega-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mega-menu li {
    display: block;
  }
  
  .mega-menu li > a {
    display: block;
    position: relative;
  }
  
  .mega-menu li.mm-item-hide > a {
    display: none !important;
  }
  
  .mega-menu li.mm-item-nolink > a {
    cursor: default;
  }
  
  .mega-menu li ul.sub-menu {
    min-width: 240px;
  }
  
  .mega-menu .mm-popup-wide li li:hover > ul,
  .mega-menu .mm-popup-narrow li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  
  .mega-menu .mm-popup-wide li li > ul,
  .mega-menu .mm-popup-narrow li > ul {
    opacity: 0;
    visibility: hidden;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li {
    position: relative;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li ul.sub-menu,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu {
    position: absolute;
    top: 0;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > a:before,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > a:before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 10px;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > ul.sub-menu,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > ul.sub-menu {
    right: 100%;
    margin-right: -20px;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left:hover > ul.sub-menu,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left:hover > ul.sub-menu {
    margin-right: 0;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 10px;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu {
    left: 100%;
    margin-left: -20px;
  }
  
  .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu {
    margin-left: 0;
  }
  
  .mega-menu > li {
    float: left;
    position: relative;
    padding: 0 10px;
  }
  
  .mega-menu > li > a {
    display: block;
    line-height: 30px;
    padding: 5px 15px;
  }
  
  .mega-menu > li:hover > a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 80px;
  }
  
  .mega-menu > li:hover > .popup {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  
  .mega-menu .popup {
    position: absolute;
    text-align: left;
    top: 100%;
    margin-top: 20px;
    z-index: 111;
    visibility: hidden;
    left: 0;
    -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    -moz-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    opacity: 0;
  }
  
  .mega-menu .popup > .inner::before, .mega-menu .popup > .inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .mega-menu .popup > .inner::after {
    clear: both;
  }
  
  .mega-menu .popup ul.sub-menu {
    position: relative;
    z-index: 10;
  }
  
  .mega-menu .popup li {
    padding: 0;
    float: none;
  }
  
  .mega-menu .mm-popup-wide .popup > .inner {
    padding: 30px;
  }
  
  @media (max-width: 1199px) {
    .mega-menu .mm-popup-wide .popup > .inner {
      padding: 15px;
    }
  }
  
  .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu {
    max-width: 100%;
  }
  
  .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li {
    position: relative;
    float: left;
  }
  
  .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li > ul {
    min-width: 100%;
  }
  
  .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li:hover {
    z-index: 12;
  }
  
  .mega-menu .mm-popup-wide.mm-popup-force-fullwidth .popup > .inner > ul.sub-menu {
    margin: 0 auto;
  }
  
  .mega-menu .popup > .inner,
  .mega-menu .mm-popup-narrow li > ul {
    -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  
  .dl-menu .mm-icon,
  .mega-menu .mm-icon,
  .menu .mm-icon {
    padding-right: 5px;
    width: 18px;
  }
  
  .dl-menu .tip,
  .mega-menu .tip,
  .menu .tip {
    color: #fff;
    font-size: 8px;
    line-height: 1;
    padding: 2px 4px;
    position: absolute;
    font-weight: normal;
    bottom: 100%;
    bottom: calc( 100% + 5px);
    bottom: -webkit-calc( 100% + 5px);
    bottom: -moz-calc( 100% + 5px);
    right: 15px;
  }
  
  .dl-menu .tip .tip-arrow:before,
  .mega-menu .tip .tip-arrow:before,
  .menu .tip .tip-arrow:before {
    content: "";
    border-top: 4px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 100%;
  }
  
  .dl-menu .tip {
    right: auto;
    bottom: auto;
    top: 0;
  }
  
  .accordion-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  
  .accordion-menu .tip {
    bottom: auto;
    right: auto;
    top: -5px;
  }
  
  .accordion-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .accordion-menu li {
    position: relative;
  }
  
  .accordion-menu li > ul {
    display: none;
    margin-left: 35px;
  }
  
  .accordion-menu li.open > .narrow i:before {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  
  .accordion-menu li > .narrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
  }
  
  .accordion-menu li > .narrow i {
    width: 8px;
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
  }
  
  .accordion-menu li > .narrow i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .mega-menu .popup {
    font-size: 14px;
  }
  
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
  .mega-menu .mm-popup-narrow ul {
    padding: 20px 0;
  }
  
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li > a,
  .mega-menu .mm-popup-narrow li.menu-item > a {
    padding: 10px 15px;
  }
  
  .mega-menu .mm-popup-narrow li.menu-item > a {
    padding: 10px 40px;
  }
  
  .mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a {
    padding: 8px 15px;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  
  .menu--horizontal .mm-item-level-0.mm-item-has-sub > a > .mm-text:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
  }
  
  .menu--vertical .mega-menu > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .menu--vertical .mega-menu > li > .popup {
    top: -30px;
    left: 100%;
  }
  
  .menu--vertical-right .mega-menu > li > .popup {
    right: 100%;
    left: auto;
  }
  
  .mega-menu.default-menu > li > ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
    top: 100%;
    margin-top: 20px;
    z-index: 111;
    visibility: hidden;
    left: 0;
    -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    -moz-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    opacity: 0;
    padding: 10px 0;
  }
  
  .mega-menu.default-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  
  .mega-menu.default-menu > li > ul a {
    padding: 5px 15px;
  }
  
  .menu--vertical-right .mega-menu.default-menu > li > ul {
    right: 100%;
    left: auto;
    top: 0;
  }
  
  .mm-menu-block .item--overlay,
  .mm-menu-block .banner--link-overlay {
    display: none;
  }
  
  .mega-menu .hide-item-label > a {
    opacity: 0;
  }
  
  /*--------------------------------------------------------------
      7. Main
  ---------------------------------------------------------------*/
  .page-title-v1 .section-page-header {
    text-align: center;
  }
  
  .page-title-v11 .section-page-header {
    text-align: center;
  }
  
  .page-title-v2 .section-page-header {
    text-align: left;
  }
  
  .page-title-v3 .section-page-header {
    text-align: right;
  }
  
  .section-page-header .page-title {
    margin: 0;
  }
  
  .page-title-v1 header + .la-breadcrumbs {
    margin-top: 10px;
  }
  
  .page-title-v1 .use-custom-text .page-title {
    font-size: 90px;
    letter-spacing: -3px;
  }
  
  .page-title-v1 .use-custom-text .page-title:after {
    display: block;
    content: "";
    width: 55px;
    border-bottom: 3px solid;
    border-bottom-color: inherit;
    margin: 25px auto;
  }
  
  .page-title-v1 .use-custom-text .use-custom-text {
    font-size: 15px;
  }
  
  .page-title-v4 .section-page-header,
  .page-title-v5 .section-page-header {
    overflow: hidden;
  }
  
  .page-title-v4 .section-page-header .col-xs-12,
  .page-title-v5 .section-page-header .col-xs-12 {
    display: table;
    position: relative;
  }
  
  .page-title-v4 .section-page-header .col-xs-12:before,
  .page-title-v5 .section-page-header .col-xs-12:before {
    content: "";
    position: absolute;
    left: -200%;
    width: 500%;
    height: 100%;
  }
  
  .page-title-v4 .section-page-header header,
  .page-title-v4 .section-page-header .la-breadcrumbs,
  .page-title-v5 .section-page-header header,
  .page-title-v5 .section-page-header .la-breadcrumbs {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  
  .page-title-v4 .section-page-header .la-breadcrumbs {
    text-align: right;
  }
  
  .page-title-v5 .section-page-header header {
    text-align: right;
  }
  
  .page-title-v11 .section-page-header .page-header-inner {
    position: relative;
  }
  
  .page-title-v11 .section-page-header .page-header-inner .col-xs-12 {
    position: static;
  }
  
  .page-title-v11 .section-page-header .la-breadcrumbs {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  
  .page-header-inner {
    padding: 40px 0;
  }
  
  .la-breadcrumbs:not(.use-custom-text) {
    font-size: 10px;
    text-transform: uppercase;
  }
  
  .la-breadcrumbs .la-breadcrumb-item {
    display: inline-block;
  }
  
  .la-breadcrumbs .la-breadcrumb-item-sep {
    margin: 0 5px;
  }
  
  .la-breadcrumbs .la-breadcrumb-item-sep i {
    font-size: 5px;
    vertical-align: middle;
  }
  
  .container {
    max-width: 100%;
  }
  
  #page.site {
    min-height: 300px;
    position: relative;
  }
  
  .site-main {
    min-height: 200px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  
  .body-col-2cl-l #site-content,
  .body-col-2cl #site-content {
    float: right;
  }
  
  @media (min-width: 1300px) {
    .body-col-2cl-l.enable-main-fullwidth #site-content,
    .body-col-2cl.enable-main-fullwidth #site-content {
      width: 100%;
      max-width: calc( 100% - 330px);
      max-width: -moz-calc( 100% - 330px);
      max-width: -webkit-calc( 100% - 330px);
    }
  }
  
  .body-col-2cl-l.enable-main-fullwidth #sidebar_primary,
  .body-col-2cl.enable-main-fullwidth #sidebar_primary {
    max-width: 330px;
  }
  
  .enable-main-fullwidth .section-page-header .container,
  .enable-main-fullwidth .wc-toolbar-container .container,
  .enable-main-fullwidth .site-main .container {
    width: 100%;
  }
  
  @media (min-width: 1300px) {
    .enable-main-fullwidth .section-page-header .container,
    .enable-main-fullwidth .wc-toolbar-container .container {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  @media (min-width: 1400px) {
    .enable-main-fullwidth .section-page-header .container,
    .enable-main-fullwidth .wc-toolbar-container .container {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  
  @media (min-width: 1500px) {
    .enable-main-fullwidth .section-page-header .container,
    .enable-main-fullwidth .wc-toolbar-container .container {
      padding-left: 80px;
      padding-right: 80px;
    }
  }
  
  .pisces-body.body-col-1c:not(.enable-main-fullwidth) .container--small {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pisces-body.page-title-vhide .site-main {
    border-width: 0 0 0;
    border-style: solid;
  }
  
  .sidebar-inner .widget {
    margin-bottom: 50px;
  }
  
  .sidebar-inner .widget .widget-title {
    margin: 0 0 25px;
    font-size: 20px;
  }
  
  .sidebar-inner .widget select {
    height: 50px;
    width: 100%;
    padding: 10px 30px;
  }
  
  .sidebar-inner .widget.widget-border {
    margin-bottom: 20px;
  }
  
  .sidebar-inner ul.menu li {
    padding: 5px 0;
    margin-bottom: 15px;
  }
  
  .sidebar-inner ul.menu li ul {
    padding-left: 0;
    padding-top: 20px;
  }
  
  .sidebar-inner ul.menu li ul li:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-inner ul.menu li .narrow {
    top: 3px;
    height: 30px;
    line-height: 30px;
  }
  
  .sidebar-inner ul.menu li .narrow i {
    margin-top: 13px;
  }
  
  .sidebar-inner ul.menu li.current-cat > a, .sidebar-inner ul.menu li.current-cat-parent > a, .sidebar-inner ul.menu li.open > a, .sidebar-inner ul.menu li:hover > a {
    text-decoration: underline;
  }
  
  .sidebar-inner .TweetAuthor-name,
  .sidebar-inner .TweetAuthor-avatar {
    display: none;
  }
  
  .sidebar-inner .widget_archive .menu li {
    padding: 0;
    margin-bottom: 10px;
  }
  
  .sidebar-inner .widget_archive .menu li a {
    display: block;
    border-width: 1px;
    border-style: solid;
    line-height: 20px;
    padding: 15px 20px;
  }
  
  .sidebar-inner .widget_archive .menu li:hover > a {
    text-decoration: none;
    border-color: inherit;
    -webkit-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
  }
  
  .sidebar-inner .widget_tag_cloud .tagcloud a {
    font-size: 10px !important;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    padding: 12px 20px;
    float: left;
    margin: 0 5px 5px 0;
  }
  
  .sidebar-inner .widget_tag_cloud .tagcloud a:after {
    display: none;
  }
  
  .sidebar-inner .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    border-color: inherit;
    -webkit-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
  }
  
  /*--------------------------------------------------------------
      8 Footer
  ---------------------------------------------------------------*/
  .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container {
    width: 100%;
  }
  
  @media (min-width: 1300px) {
    .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  @media (min-width: 1400px) {
    .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  
  @media (min-width: 1500px) {
    .enable-footer-fullwidth:not(.la-enable-fullpage) .site-footer .container {
      padding-left: 80px;
      padding-right: 80px;
    }
  }
  
  .site-footer .widget {
    margin-bottom: 35px;
  }
  
  .site-footer .widget .widget-title {
    margin: 0 0 20px;
    font-size: 14px;
  }
  
  .site-footer .menu li {
    margin-bottom: 15px;
  }
  
  .site-footer .menu li ul {
    display: none;
  }
  
  .site-footer .menu-half-col .menu li {
    width: 49%;
    display: inline-block;
  }
  
  .site-footer .menu-inline-item .menu li {
    display: inline-block;
    margin: 5px 15px;
  }
  
  .site-footer .footer-column-5 {
    max-width: 320px;
  }
  
  .footer-top {
    padding: 70px 0 0;
  }
  
  .footer-bottom {
    line-height: 30px;
  }
  
  .footer-bottom .footer-bottom-inner {
    padding: 10px 0;
  }
  
  .footer-handheld-footer-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: all .3s ease;
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #232324;
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner .handheld_component {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 0;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner .handheld_component .component-target {
    margin: 0 auto;
    text-align: center;
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu {
    position: static;
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu .menu {
    background-color: #232324;
    width: 100%;
    bottom: 100%;
    top: auto;
    opacity: 0;
    visibility: hidden;
  }
  
  .footer-handheld-footer-bar .footer-handheld__inner .la_com_action--dropdownmenu.active .menu {
    opacity: 1;
    visibility: visible;
  }
  
  body:not(.rtl) .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:first-child {
    border-left: 0;
  }
  
  .rtl .footer-handheld-footer-bar .footer-handheld__inner .handheld_component:last-child {
    border-left: 0;
  }
  
  /*--------------------------------------------------------------
      9. Category Post
  ---------------------------------------------------------------*/
  .product_item--category-link,
  .blog_item--category-link {
    font-size: 12px;
    line-height: normal;
  }
  
  .blog_item--title .entry-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .blog_item--excerpt {
    line-height: 24px;
    margin-bottom: 24px;
  }
  
  .blog_item--meta {
    font-size: 12px;
    margin-bottom: 12px;
  }
  
  .blog_item--meta a {
    color: inherit;
  }
  
  .blog_item--meta > span {
    display: inline-block;
    line-height: normal;
  }
  
  .blog_item--meta > span + span {
    padding-left: 5px;
  }
  
  .blog_item--meta > span + span:before {
    content: "-";
    padding-right: 5px;
  }
  
  .blog_item--meta .author .screen-reader-text {
    display: inline;
  }
  
  .blog_item--meta [class*="fa-"] {
    display: none;
  }
  
  .blog_item--meta-footer .la-favorite-link,
  .blog_item--meta-footer .comments-link {
    display: inline-block;
    margin-right: 15px;
  }
  
  .blog_item--meta-footer .la-favorite-link i,
  .blog_item--meta-footer .comments-link i {
    font-size: 16px;
    color: #bcbcbc;
  }
  
  .blog_item--meta-footer .la-favorite-link i + span,
  .blog_item--meta-footer .comments-link i + span {
    display: inline-block;
    margin-left: 5px;
  }
  
  .blog_item--thumbnail {
    position: relative;
    margin-bottom: 15px;
  }
  
  .blog_item--thumbnail > a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .blog_item--thumbnail img {
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  
  .blog_item--thumbnail .post-link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .blog_item--thumbnail .format-content {
    padding: 40px;
  }
  
  .blog_item--thumbnail.format-quote .format-quote-content {
    font-size: 28px;
    font-style: normal;
    line-height: normal;
  }
  
  .blog_item--thumbnail.format-quote .quote-author {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
  }
  
  .blog_item--thumbnail.format-quote .quote-author:before {
    content: "";
    display: block;
    border-top: 2px solid;
    width: 50px;
    margin: 5px 0 15px;
  }
  
  .blog_item--thumbnail.format-link img + .format-content {
    position: absolute;
    top: 50%;
    width: 100%;
    background-color: transparent;
    color: #fff;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
    z-index: 2;
  }
  
  .blog_item--thumbnail.format-link img ~ .post-link-overlay {
    background-color: #232324;
    z-index: 0;
    opacity: 0.5;
  }
  
  .blog_item--thumbnail.format-link .format-content {
    background-color: #f7f7f7;
    font-size: 24px;
    line-height: 1.2;
    color: #343538;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: center;
  }
  
  .blog_item--thumbnail.format-link .format-content:before {
    content: "\f0c1";
    font-family: FontAwesome;
    background-color: #6b56e2;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 0 auto 15px;
    border-radius: 50%;
    text-align: center;
  }
  
  .blog_item--thumbnail-with-effect .pf-icon {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 4;
    color: #fff;
    margin-top: -20px;
    margin-left: -20px;
    font-family: "pisces";
    border: 1px solid #fff;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
  }
  
  .blog_item--thumbnail-with-effect .pf-icon:before {
    content: "\6a";
  }
  
  .blog_item--thumbnail-with-effect .pf-icon:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  
  .blog_item--thumbnail-with-effect .item--overlay {
    visibility: visible;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  
  .blog_item--thumbnail-with-effect:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  
  .blog_item--thumbnail-with-effect:hover .pf-icon {
    opacity: 1;
    visibility: visible;
  }
  
  .blog_item--thumbnail-with-effect:hover .item--overlay {
    opacity: 0.9;
  }
  
  .blog-main-loop__btn-loadmore {
    text-align: center;
  }
  
  .blog-main-loop__btn-loadmore.nothing-to-load, .blog-main-loop__btn-loadmore.loading {
    display: none;
  }
  
  .blog-main-loop__btn-loadmore + .la-pagination {
    display: none;
  }
  
  .showposts-loop.blog-1 .blog_item--thumbnail {
    margin-bottom: 20px;
  }
  
  .showposts-loop.blog-1 .blog_item--excerpt,
  .showposts-loop.blog-1 .blog_item--meta-footer {
    display: none;
  }
  
  .showposts-loop.blog-2 .blog_item--thumbnail {
    display: none;
  }
  
  .showposts-loop.blog-3 .blog_item--thumbnail {
    margin-bottom: 0;
  }
  
  .showposts-loop.blog-3 .blog_item--info, .showposts-loop.blog-2 .blog_item--info {
    background-color: #fff;
    padding: 35px 40px;
    border-width: 1px;
    border-style: solid;
    transition: all 250ms ease-out;
  }
  
  .showposts-loop.blog-3 .blog_item--meta-footer .btn, .showposts-loop.blog-2 .blog_item--meta-footer .btn {
    display: none;
  }
  
  .showposts-loop.blog-3 .blog_item--inner:hover .blog_item--info, .showposts-loop.blog-2 .blog_item--inner:hover .blog_item--info {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 44, 58, 0.13);
    box-shadow: 0px 0px 15px 0px rgba(41, 44, 58, 0.13);
  }
  
  .showposts-loop.blog-4 .blog_item--info {
    text-align: center;
    margin-bottom: 70px;
  }
  
  .showposts-loop.blog-4 .blog_item--title .entry-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .showposts-loop.blog-4 .blog_item--category-link {
    display: inline-block;
    margin-left: 5px;
  }
  
  .showposts-loop.blog-4 .entry-date {
    font-weight: bold;
  }
  
  .showposts-loop.blog-4 .blog_item--meta {
    margin-bottom: 30px;
  }
  
  .showposts-loop.blog-4 .blog_item--excerpt {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  
  .showposts-loop.blog-4 .blog_item--meta-footer .btn {
    border-width: 1px;
    padding: 13px 30px;
    min-width: 180px;
  }
  
  .showposts-loop.blog-5 .blog_item--info {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .showposts-loop.blog-5 .blog_item--title .entry-title {
    font-size: 24px;
    margin-top: 15px;
  }
  
  .showposts-loop.blog-5 .blog_item--category-link {
    display: inline-block;
    margin-left: 5px;
  }
  
  .showposts-loop.blog-5 .entry-date {
    font-weight: bold;
  }
  
  .showposts-loop.blog-5 .blog_item--meta {
    margin-bottom: 20px;
  }
  
  .showposts-loop.blog-5 .blog_item--meta-footer {
    display: none;
  }
  
  .showposts-loop.blog-6 .blog_item--inner {
    background-color: #fff;
  }
  
  .showposts-loop.blog-6 .blog_item--thumbnail {
    margin-bottom: 0;
  }
  
  .showposts-loop.blog-6 .blog_item--info {
    text-align: center;
    margin-bottom: 10px;
    padding: 30px 30px 50px;
  }
  
  .showposts-loop.blog-6 .no-featured-image .blog_item--info {
    padding-top: 50px;
  }
  
  .showposts-loop.blog-6 .blog_item--title .entry-title {
    font-size: 24px;
    margin-top: 0;
  }
  
  .showposts-loop.blog-6 .blog_item--category-link {
    display: inline-block;
    margin-left: 5px;
  }
  
  .showposts-loop.blog-6 .blog_item--meta {
    margin-bottom: 20px;
  }
  
  .showposts-loop.blog-6 .blog_item--meta-footer .btn {
    border-width: 1px;
  }
  
  .showposts-loop.blog-7 .blog_item--inner2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .showposts-loop.blog-7 .blog_item--inner2::before, .showposts-loop.blog-7 .blog_item--inner2::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .showposts-loop.blog-7 .blog_item--inner2::after {
    clear: both;
  }
  
  .showposts-loop.blog-7 .blog_item--info,
  .showposts-loop.blog-7 .blog_item--thumbnail {
    width: 38%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .showposts-loop.blog-7 .blog_item--info {
    width: 55%;
  }
  
  .showposts-loop.blog-7 .blog_item--meta-footer .btn {
    display: none;
  }
  
  .showposts-loop.blog-mini .blog_item--inner {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .showposts-loop.blog-mini .blog_item--inner2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .showposts-loop.blog-mini .blog_item--thumbnail {
    width: 90px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .showposts-loop.blog-mini .blog_item--info {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  
  .showposts-loop.blog-mini .entry-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .showposts-loop.blog-mini .blog_item--meta i {
    display: none;
  }
  
  .showposts-loop.showposts-special .blog-special-left .blog_item--thumbnail {
    margin-bottom: 25px;
  }
  
  .showposts-loop.showposts-special .blog-special-left .blog_item--title .entry-title {
    font-size: 24px;
  }
  
  .showposts-loop.showposts-special .blog-special-left .blog_item--meta-footer {
    padding-top: 10px;
  }
  
  .showposts-loop.showposts-special .blog-special-right .blog_item--inner::before, .showposts-loop.showposts-special .blog-special-right .blog_item--inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .showposts-loop.showposts-special .blog-special-right .blog_item--inner::after {
    clear: both;
  }
  
  @media (min-width: 1199px) {
    .showposts-loop.showposts-special .blog-special-right {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  
  .showposts-loop.showposts-special .blog-special-right .blog_item--thumbnail {
    float: left;
    width: 40%;
    padding-right: 30px;
  }
  
  .showposts-loop.showposts-special .blog-special-right .blog_item--info {
    float: left;
    width: 60%;
    margin-top: -5px;
    margin-bottom: 50px;
  }
  
  .main--loop-container .la-pagination {
    margin-top: 50px;
  }
  
  .format-gallery .la-slick-slider .slick-arrow {
    background-color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }
  
  .format-gallery .la-slick-slider .slick-prev {
    left: 20px;
  }
  
  .format-gallery .la-slick-slider .slick-next {
    right: 20px;
  }
  
  .blog_item.show-format-content.format-video .blog_item--thumbnail:not(:hover) .item--overlay {
    opacity: 0.5;
    visibility: visible;
    background-color: #232324;
  }
  
  .blog_item.show-format-content.format-video .pf-icon-video {
    font-family: FontAwesome;
    opacity: 0.7;
    visibility: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  
  .blog_item.show-format-content.format-video .pf-icon-video:before {
    content: "\f04b";
    margin-left: 3px;
  }
  
  .blog_item.show-format-content.format-audio .blog_item--thumbnail:not(:hover) .item--overlay {
    opacity: 0.5;
    visibility: visible;
    background-color: #232324;
  }
  
  .blog_item.show-format-content.format-audio .pf-icon-audio {
    font-family: FontAwesome;
    opacity: 0.7;
    visibility: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  
  .blog_item.show-format-content.format-audio .pf-icon-audio:before {
    content: "\f001";
  }
  
  /*--------------------------------------------------------------
      10. Search Post
  ---------------------------------------------------------------*/
  .header__action--search > a {
    position: relative;
  }
  
  .header__action--search:hover > a:after {
    content: "";
    padding-bottom: 100px;
    position: absolute;
    width: 100%;
    left: 0;
  }
  
  .header__action--search .header-search-form {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100%;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 10px 20px;
    display: block;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  }
  
  .header__action--search .header-search-form .search-button {
    font-size: 18px;
    margin-top: 1px;
  }
  
  .header__action--search .header-search-form .search-field {
    border-width: 0;
  }
  
  .header__action--search:hover .header-search-form,
  .open-search-form .header__action--search .header-search-form {
    visibility: visible;
    opacity: 1;
  }
  
  .showposts-loop.search-main-loop .entry-excerpt p {
    margin-bottom: 0;
  }
  
  .showposts-loop.search-main-loop .entry-meta-footer {
    padding-top: 20px;
  }
  
  .showposts-loop.search-main-loop .item-inner {
    border-width: 0 0 1px;
    border-style: solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  
  /*--------------------------------------------------------------
      11. Single Post
  ---------------------------------------------------------------*/
  .single-post-content > .entry-thumbnail,
  .single-post-content > .blog_item--thumbnail,
  .single-post-content > .blog_item > .blog_item--thumbnail {
    margin-bottom: 25px;
  }
  
  .tags-list {
    margin-bottom: 20px;
    display: block;
  }
  
  .tags-list i {
    padding-right: 5px;
  }
  
  .single_post_item--category-link {
    display: inline-block;
  }
  
  .single_post_item--title .entry-title {
    margin: 0;
  }
  
  .single_post_item--meta {
    margin-bottom: 30px;
  }
  
  .single_post_item--meta .entry-date {
    font-weight: bold;
    margin-right: 10px;
  }
  
  .entry-content {
    margin-bottom: 20px;
    line-height: 24px;
  }
  
  .entry-content .wpb_content_element {
    margin-bottom: 20px;
  }
  
  .entry-content p {
    margin-bottom: 20px;
  }
  
  .entry-content .wpb_wrapper > ul {
    padding: 0;
  }
  
  .entry-meta-footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .entry-meta-footer .tags-list {
    float: left;
    margin: 0;
  }
  
  .la-sharing-single-posts .social--sharing a {
    margin: 0;
    background-color: transparent !important;
  }
  
  .author-info {
    float: left;
    margin-bottom: 50px;
  }
  
  .author-info__avatar {
    display: table-cell;
    vertical-align: top;
  }
  
  .author-info__avatar .author-info__avatar-inner {
    margin-right: 20px;
  }
  
  .author-info__avatar img.avatar {
    border-radius: 50%;
  }
  
  .author-info__description {
    display: table-cell;
    vertical-align: middle;
  }
  
  .author-info__bio,
  .author-info__title {
    display: inline-block;
  }
  
  .author-info__name a {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .la-sharing-single-posts {
    float: right;
    margin-top: 10px;
  }
  
  .post-navigation {
    margin-bottom: 50px;
  }
  
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
    text-align: left;
  }
  
  .post-navigation a {
    color: inherit;
    display: inline-block;
  }
  
  .post-navigation .nav-previous {
    padding-left: 30px;
    background: url(assets/images/arrows-stre-left.png) no-repeat left center;
  }
  
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    padding-right: 30px;
    background: url(assets/images/arrows-stre-right.png) no-repeat right center;
  }
  
  .post-navigation .nav-links span {
    display: block;
  }
  
  .post-navigation .meta-nav {
    font-size: 10px;
    text-transform: uppercase;
  }
  
  .page-header-vhide .single-post-content .type-post > .entry-header,
  .page-header-vhide .single-post-content .type-post > .entry-meta {
    display: block;
  }
  
  .entry-thumbnail.not-full {
    float: left;
    margin: 10px 30px 10px 0;
  }
  
  .single-post-detail .title-related {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  
  .la-related-posts .blog_item--meta {
    margin-bottom: 15px;
  }
  
  /*--------------------------------------------------------------
      12. Page
  ---------------------------------------------------------------*/
  .demo-item .demo-item-inner {
    margin-bottom: 40px;
  }
  
  .demo-item .demo-item-inner .item--holder {
    background: rgba(43, 44, 48, 0.9);
  }
  
  .demo-item .demo-item-inner .btn {
    background: #ffffff;
    text-align: center;
    color: #2b2c30;
    border: none;
    width: 170px;
    padding: 10px 20px;
    line-height: 20px;
  }
  
  .demo-item .item-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.07);
  }
  
  .demo-item .item--info {
    text-align: center;
  }
  
  .page-title-voff .section-page-header,
  .page-title-vhide .section-page-header {
    display: none;
  }
  
  .error404 .default-404-content {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10%;
  }
  
  .error404 .default-404-content h1 {
    font-size: 70px;
    margin-bottom: 40px;
  }
  
  .error404 .default-404-content p {
    font-size: 18px;
  }
  
  .error404 .site-main {
    background-color: #f4f4f4;
    padding: 0;
  }
  
  /*--------------------------------------------------------------
      13. Comments
  ---------------------------------------------------------------*/
  .commentlist {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  
  .commentlist .star-rating {
    float: right;
  }
  
  .commentlist .comment-meta {
    padding-top: 10px;
  }
  
  .commentlist .comment-meta .comment-author {
    display: inline-block;
  }
  
  .commentlist .comment-meta .edit-link {
    display: none;
  }
  
  .commentlist .comment-meta time {
    float: left;
  }
  
  .commentlist .comment-meta time:after {
    content: "-";
    padding: 0 5px;
  }
  
  .commentlist .comment-meta .comment-reply-link {
    float: right;
  }
  
  .commentlist .comment-meta .comment-reply-link:not(:hover) {
    text-decoration: underline;
  }
  
  .commentlist .depth-1 > .comment_container {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  
  .commentlist .comment_container {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .commentlist .comment_container::before, .commentlist .comment_container::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .commentlist .comment_container::after {
    clear: both;
  }
  
  .commentlist ul.children {
    margin-left: 30px;
    padding-left: 0;
    list-style: none;
  }
  
  .commentlist ul.children li:not(:last-child) .comment_container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  
  .commentlist .comment-respond {
    margin: 30px 0 0;
    padding: 0;
  }
  
  .commentlist img.avatar {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 50%;
  }
  
  .commentlist .comment-text {
    float: right;
    width: 80%;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  
  .comment-reply-title {
    font-size: 20px;
  }
  
  p.comment-notes {
    font-style: italic;
    font-size: 0.875em;
  }
  
  .comment-form label {
    display: block;
    text-transform: uppercase;
    padding-bottom: 8px;
  }
  
  .comment-form .comment-form-rating label {
    display: none;
  }
  
  .comment-form input {
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    border-radius: 4px;
  }
  
  .comment-form textarea {
    width: 100%;
    height: 200px;
    max-width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    border-radius: 4px;
  }
  
  .comment-form .form-submit {
    padding-top: 10px;
  }
  
  .comment-form .form-submit input {
    padding: 10px 40px;
    text-transform: uppercase;
    line-height: 30px;
    width: auto;
    color: #fff;
    border-width: 0;
    border-radius: 3em;
    ont-weight: bold;
  }
  
  .comments-container {
    margin-bottom: 30px;
  }
  
  .comments-container .comments-title {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  
  .comments-container .comments-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
  }
  
  .comment_container + .comment-respond .comment-reply-title a {
    text-transform: none;
    font-weight: normal;
  }
  
  .woocommerce-Reviews {
    max-width: 820px;
    margin: 0 auto;
  }
  
  .woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
  }
  
  .woocommerce-Reviews span#reply-title {
    margin: 10px 0;
    display: block;
  }
  
  .woocommerce-Reviews .comment_container .comment-text {
    position: relative;
    padding-bottom: 30px;
  }
  
  .woocommerce-Reviews .comment_container .meta {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  
  .woocommerce-Reviews .comment_container .meta > * {
    display: none;
  }
  
  .woocommerce-Reviews .comment_container .meta .woocommerce-review__author {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    line-height: normal;
  }
  
  .woocommerce-Reviews .comment_container .meta .woocommerce-review__author:before {
    content: "";
    width: 40px;
    display: block;
    border-top: 1px solid;
    margin-bottom: 15px;
  }
  
  .woocommerce-Reviews .comment_container .star-rating {
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  
  /*--------------------------------------------------------------
      14. Portfolio
  ---------------------------------------------------------------*/
  .portfolio-nav {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .portfolio-nav .col-xs-4:last-child {
    text-align: right;
  }
  
  .portfolio-nav .nav-parents {
    text-align: center;
  }
  
  .portfolio-nav a {
    display: block;
  }
  
  .portfolio-nav a span {
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
  }
  
  .portfolio-nav i {
    vertical-align: middle;
    line-height: 30px;
    display: inline-block;
    font-size: 20px;
  }
  
  .portfolio-single-page .la-carousel-wrapper {
    background: #fff;
  }
  
  .portfolio-single-page .slick-slider .slick-prev {
    left: 40px;
  }
  
  .portfolio-single-page .slick-slider .slick-next {
    right: 40px;
  }
  
  .pf-info-wrapper ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
  }
  
  .pf-info-wrapper ul li {
    margin-bottom: 15px;
  }
  
  .pf-info-wrapper ul .pf-info-label {
    width: 35%;
    display: inline-block;
  }
  
  .pf-info-wrapper .la-sharing-single-portfolio .pf-info-label {
    display: inline-block;
    min-width: 15%;
  }
  
  .pf-info-wrapper .la-sharing-single-portfolio .social--sharing {
    display: inline-block;
  }
  
  .pf-info-wrapper .la-sharing-single-portfolio .social--sharing a {
    margin: 0;
    background-color: transparent !important;
  }
  
  /*--------------------------------------------------------------
      15. Shortcodes
  ---------------------------------------------------------------*/
  .la-animation-block.la-animate-viewport {
    -webkit-transition: opacity .9s linear;
    transition: opacity .9s linear;
  }
  
  .compose-mode .vc_vc_row > .vc_parallax,
  .compose-mode .vc_vc_row > [data-vc-full-width=true],
  .compose-mode .vc_vc_row_inner,
  .compose-mode .vc_vc_section > .vc_parallax,
  .compose-mode .vc_vc_section > [data-vc-full-width=true],
  .compose-mode .vc_vc_video {
    padding-top: 0 !important;
  }
  
  .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
  }
  
  .la_parallax_inner {
    min-height: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .vc_row[data-vc-full-width] {
    position: relative;
  }
  
  .la-parent-parallax-row.vc_row-o-full-height {
    min-height: 100vh !important;
  }
  
  .not-active-fullpage > .vc_row.vc_row-o-full-height:first-child {
    min-height: 100vh !important;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .la_parallax_inner.fixed {
      background-attachment: scroll !important;
    }
  }
  
  @media screen and (max-width: 980px) {
    .la_parallax_inner.fixed {
      background-attachment: scroll !important;
    }
  }
  
  .la-carousel-wrapper > div {
    opacity: 0;
  }
  
  .la-carousel-wrapper > div.slick-initialized {
    opacity: 1;
  }
  
  .la-carousel-wrapper > div > .la-item-wrap:not(.slick-slide) {
    float: left;
  }
  
  .la-carousel-wrapper > div > .la-item-wrap:not(.slick-slide):not(:first-child) {
    display: none;
  }
  
  .la-carousel-wrapper .la-item-wrap > .wpb_content_element {
    margin-bottom: 0;
  }
  
  .vc_row[class*="vc_custom_"] {
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .vc_column-inner[class*="vc_custom_"] {
    background-position: center top;
    background-repeat: no-repeat;
  }
  
  .vc_row.row-space-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .vc_row.row-space-5 .vc_column_container > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .vc_row.ui-sortable[data-vc-full-width] {
    overflow: visible;
  }
  
  .la-lists-icon .la-sc-icon-item {
    margin-bottom: 15px;
  }
  
  .la-lists-icon .la-sc-icon-item > span {
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .la-lists-icon .la-sc-icon-item > span i {
    display: inline-block;
    vertical-align: middle;
  }
  
  .la-lists-icon .la-sc-icon-item div {
    display: inline;
  }
  
  .icon-small.la-lists-icon .la-sc-icon-item span {
    padding-right: 15px;
  }
  
  .icon-small.la-lists-icon .la-sc-icon-item i {
    font-size: 6px;
  }
  
  .la-blockquote.style-1 {
    margin-top: 8px;
    color: #fff;
    border-width: 0;
    background-color: #91d4c0;
    font-size: 28px;
    line-height: normal;
    font-style: normal;
    padding: 40px;
    position: relative;
  }
  
  .la-blockquote.style-1:before {
    content: "";
    border-left: 47px solid transparent;
    border-bottom: 47px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .la-blockquote.style-1 footer {
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .la-blockquote.style-1 footer:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  
  .la-blockquote.style-2 {
    font-size: 24px;
    line-height: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 40px;
    position: relative;
    font-style: normal;
  }
  
  .la-blockquote.style-2 footer {
    position: absolute;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    padding: 14px 20px;
    background: #fff;
    top: 100%;
    margin-top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    text-transform: uppercase;
    line-height: 20px;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  
  .la-blockquote.style-2 footer:before {
    display: none;
  }
  
  .la-blockquote.style-2 footer cite {
    font-style: inherit;
  }
  
  .wpb_single_image.size-full * {
    width: 100%;
  }
  
  .social-media-link a {
    margin: 0 5px;
  }
  
  .social-media-link a:first-child {
    margin-left: 0 !important;
  }
  
  .social-media-link a:last-child {
    margin-right: 0 !important;
  }
  
  .social-media-link.style-default a {
    margin: 0 15px;
  }
  
  .social-media-link.style-default a:not(:hover) {
    color: inherit;
  }
  
  .social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
  }
  
  .social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover {
    color: #fff;
  }
  
  .social-media-link.style-outline a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
  }
  
  .social-media-link.style-outline a:hover {
    color: #fff;
  }
  
  .social-media-link.style-circle-outline a, .social-media-link.style-circle-hover a, .social-media-link.style-outline a, .social-media-link.style-circle a {
    border-radius: 50%;
  }
  
  .social-media-link.style-round a {
    border-radius: 4px;
  }
  
  .social-media-link.style-circle-hover a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
  }
  
  .social-media-link.style-circle-hover a:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .social-media-link.style-circle-outline a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    line-height: 58px;
    text-align: center;
  }
  
  .social-media-link.style-circle-outline a:hover {
    color: #fff;
  }
  
  .vc_separator.heading-doubleline {
    width: 100px;
    display: block;
  }
  
  .vc_separator.heading-doubleline .vc_sep_holder {
    display: block;
  }
  
  .vc_separator.heading-doubleline .vc_sep_holder.vc_sep_holder_r {
    display: block;
    margin-top: 5px;
    width: 70%;
    margin-left: 15%;
  }
  
  .vc_separator.heading-doubleline.vc_sep_pos_align_left .vc_sep_holder.vc_sep_holder_r {
    margin-left: 0;
  }
  
  .la-divider {
    position: relative;
    border-top: 1px solid transparent;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  
  .la-dropcap {
    position: relative;
    top: 0;
    float: left;
    margin-right: 15px;
    padding: 0;
    line-height: 50px;
    font-size: 60px;
    text-transform: uppercase;
  }
  
  .la-tweets-feed .tweet-feed-item:not(.slick-slide) {
    margin-bottom: 30px;
  }
  
  .la-tweets-feed .tweet-content {
    margin-bottom: 10px;
  }
  
  .la-tweets-feed .tweet-content a:hover {
    text-decoration: underline;
  }
  
  .la-tweets-feed .tweet-infos {
    line-height: normal;
  }
  
  .la-tweets-feed .tweet-infos .TweetAuthor-avatar {
    float: left;
    width: 40px;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .la-tweets-feed .tweet-infos .TweetAuthor-screenName {
    display: none;
  }
  
  .la-tweets-feed .tweet-link {
    line-height: normal;
  }
  
  .la-tweets-feed .tweet-link a {
    font-size: 12px;
  }
  
  .la-tweets-feed .tweet-link a .fa-twitter {
    font-size: 14px;
    color: #5ab3ff;
  }
  
  .vc_separator.vc_separator_no_text {
    display: block;
  }
  
  .vc_separator.vc_separator_no_text .vc_sep_holder .vc_sep_line {
    height: 0;
    top: 0;
  }
  
  ul.list-checked {
    list-style: none;
    padding-left: 0;
  }
  
  ul.list-checked > li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
  }
  
  ul.list-checked > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 8px;
    padding-top: 0;
  }
  
  ul.list-dots {
    list-style: none;
    padding-left: 0;
  }
  
  ul.list-dots > li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
  }
  
  ul.list-dots > li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 6px;
  }
  
  body .vc_toggle {
    margin-bottom: 20px;
  }
  
  body .vc_toggle .vc_toggle_title > h4 {
    font-family: inherit;
  }
  
  body .vc_toggle.vc_toggle_default {
    border-width: 1px;
    border-style: solid;
    padding: 15px 30px;
    border-radius: 2px;
  }
  
  body .vc_toggle.vc_toggle_default.vc_toggle_active {
    -webkit-box-shadow: 0px 0px 87px 0px rgba(41, 44, 58, 0.1);
    box-shadow: 0px 0px 87px 0px rgba(41, 44, 58, 0.1);
  }
  
  body .vc_toggle.vc_toggle_default .vc_toggle_content {
    padding: 0;
    margin: 10px 0 15px;
  }
  
  body .vc_toggle.vc_toggle_default .vc_toggle_title {
    padding-left: 0;
  }
  
  body .vc_toggle.vc_toggle_default .vc_toggle_icon {
    display: none;
  }
  
  .la-shortcode-loading {
    min-height: 60px;
    position: relative;
    display: none;
  }
  
  .elm-pagination-ajax.is-loading .la-shortcode-loading,
  .elm-ajax-loader.is-loading .la-shortcode-loading {
    display: block;
  }
  
  .la-shortcode-loading .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .hide-item-role .item--role,
  .hide-item-rating .item--rating {
    display: none !important;
  }
  
  .grid-space-0 .instagram-item {
    margin-bottom: 0;
  }
  
  .instagram-item {
    position: relative;
    color: #fff;
    overflow: hidden;
  }
  
  .la-instagram-slider .instagram-item {
    margin-bottom: 0;
  }
  
  .instagram-item .instagram-info,
  .instagram-item .instagram-date {
    display: none;
  }
  
  .instagram-item .item--overlay {
    z-index: 2;
    background-color: rgba(52, 53, 56, 0.4);
  }
  
  .instagram-item .item--overlay i {
    position: absolute;
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: -webkit-gradient(radial, 33% 100%, 0, 33% 100%, 221, color-stop(1, #515ECF), color-stop(0.81, #9B36B7), color-stop(0.63, #D92E7F), color-stop(0.32, #F15245), color-stop(0.04, #FED373));
    background: -webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
    background: radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .instagram-item:hover .item--overlay {
    visibility: visible;
    opacity: 1;
  }
  
  .instagram-item a.thumbnail {
    padding-bottom: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
  }
  
  .instagram-item a.thumbnail {
    padding-bottom: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
  }
  
  .la-instagram-title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background: #232324;
    margin: 0;
    line-height: 20px;
    padding: 5px 20px;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 12px;
  }
  
  .la-instagram-feeds {
    position: relative;
  }
  
  .la-instagram-feeds:not(.loaded) .la-shortcode-loading {
    display: block;
  }
  
  .la-instagram-feeds.instagram-grayscale .instagram-item .item--overlay {
    background: transparent;
  }
  
  .la-instagram-feeds.instagram-grayscale .instagram-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }
  
  .la-instagram-feeds.instagram-grayscale .instagram-item:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
  
  .footer-column .instagram-item .item--overlay i {
    font-size: 24px;
  }
  
  .vc_message_box .close-button {
    position: absolute;
    right: 10px;
    height: 20px;
    padding: 0;
    width: 20px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  
  .vc_message_box.vc_message_box-rounded {
    border-radius: 2px;
  }
  
  .vc_message_box.vc_message_box-standard.vc_color-info {
    padding-top: 18px;
    padding-bottom: 18px;
    border-color: #b8dee8;
    background: #daf1f7 url(assets/images/info-pattern.png) repeat 0 0;
  }
  
  .vc_message_box.vc_message_box-standard.vc_message_box-no-icon {
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .vc_row.vc_column-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .vc_row[class*="vc_column-gap-"] > .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  
  .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
  }
  
  .woocommerce.add_to_cart_inline .amount {
    font-size: 24px;
    display: block;
    color: #232324;
    margin: 25px 0;
  }
  
  .woocommerce.add_to_cart_inline a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    padding: 15px 50px;
    border-radius: 30px;
    transition: all 250ms ease-out;
  }
  
  .wpb_gallery .wpb_image_grid .wpb_image_grid_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 5px;
  }
  
  .InfiniteBounce, .InfiniteDangle, .InfiniteFlash, .InfiniteHorizontalFlip, .InfiniteHorizontalScaleFlip, .InfiniteHorizontalShake, .InfinitePulse, .InfiniteRotate, .InfiniteRotateCounter, .InfiniteRubberBand, .InfiniteSwing, .InfiniteTADA, .InfiniteVericalFlip, .InfiniteVericalShake, .InfiniteVerticalScaleFlip {
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  @-webkit-keyframes InfiniteRotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }
  
  @keyframes InfiniteRotate {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  .InfiniteRotate {
    -webkit-animation: InfiniteRotate;
    animation: InfiniteRotate;
  }
  
  @-webkit-keyframes InfiniteRotateCounter {
    from {
      -webkit-transform: rotate(359deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes InfiniteRotateCounter {
    from {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  .InfiniteRotateCounter {
    -webkit-animation: InfiniteRotateCounter;
    animation: InfiniteRotateCounter;
  }
  
  @-webkit-keyframes InfiniteDangle {
    0%, 100% {
      -webkit-transform: rotate(-4deg);
    }
    50% {
      -webkit-transform: rotate(4deg);
    }
  }
  
  @keyframes InfiniteDangle {
    0%, 100% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
    }
    50% {
      -webkit-transform: rotate(4deg);
      transform: rotate(4deg);
    }
  }
  
  .InfiniteDangle {
    -webkit-animation: InfiniteDangle;
    animation: InfiniteDangle;
  }
  
  @-webkit-keyframes InfinitePulse {
    0%, 100% {
      -webkit-transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.85);
    }
  }
  
  @keyframes InfinitePulse {
    0%, 100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
    }
  }
  
  .InfinitePulse {
    -webkit-animation: InfinitePulse;
    animation: InfinitePulse;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  
  @-webkit-keyframes InfiniteHorizontalShake {
    0%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  @keyframes InfiniteHorizontalShake {
    0%, 100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  .InfiniteHorizontalShake {
    -webkit-animation-name: InfiniteHorizontalShake;
    animation-name: InfiniteHorizontalShake;
  }
  
  @-webkit-keyframes InfiniteBounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  @keyframes InfiniteBounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  .InfiniteBounce {
    -webkit-animation-name: InfiniteBounce;
    animation-name: InfiniteBounce;
  }
  
  @-webkit-keyframes InfiniteFlash {
    0%, 100%, 50% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  
  @keyframes InfiniteFlash {
    0%, 100%, 50% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  
  .InfiniteFlash {
    -webkit-animation-name: InfiniteFlash;
    animation-name: InfiniteFlash;
  }
  
  @-webkit-keyframes InfiniteTADA {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
    }
  }
  
  @keyframes InfiniteTADA {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
    }
  }
  
  .InfiniteTADA {
    -webkit-animation-name: InfiniteTADA;
    animation-name: InfiniteTADA;
  }
  
  @-webkit-keyframes InfiniteSwing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  @keyframes InfiniteSwing {
    20% {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  .InfiniteSwing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: InfiniteSwing;
    animation-name: InfiniteSwing;
  }
  
  @-webkit-keyframes InfiniteVericalShake {
    0%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
  }
  
  @keyframes InfiniteVericalShake {
    0%, 100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
    }
  }
  
  .InfiniteVericalShake {
    -webkit-animation-name: InfiniteVericalShake;
    animation-name: InfiniteVericalShake;
  }
  
  @-webkit-keyframes InfiniteRubberBand {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    30% {
      -webkit-transform: scaleX(1.25) scaleY(0.75);
      transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
      -webkit-transform: scaleX(0.75) scaleY(1.25);
      transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
      -webkit-transform: scaleX(1.15) scaleY(0.85);
      transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes InfiniteRubberBand {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    30% {
      -webkit-transform: scaleX(1.25) scaleY(0.75);
      -ms-transform: scaleX(1.25) scaleY(0.75);
      transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
      -webkit-transform: scaleX(0.75) scaleY(1.25);
      -ms-transform: scaleX(0.75) scaleY(1.25);
      transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
      -webkit-transform: scaleX(1.15) scaleY(0.85);
      -ms-transform: scaleX(1.15) scaleY(0.85);
      transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .InfiniteRubberBand {
    -webkit-animation-name: InfiniteRubberBand;
    animation-name: InfiniteRubberBand;
  }
  
  @-webkit-keyframes InfiniteHorizontalFlip {
    from {
      -webkit-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(359deg);
      transform: perspective(400px) rotateY(359deg);
    }
  }
  
  @keyframes InfiniteHorizontalFlip {
    from {
      -webkit-transform: perspective(400px) rotateY(0deg);
      -ms-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(359deg);
      -ms-transform: perspective(400px) rotateY(359deg);
      transform: perspective(400px) rotateY(359deg);
    }
  }
  
  .InfiniteHorizontalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalFlip;
    animation-name: InfiniteHorizontalFlip;
  }
  
  @-webkit-keyframes InfiniteVericalFlip {
    from {
      -webkit-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateY(0deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(359deg);
      transform: perspective(400px) rotateY(359deg);
    }
  }
  
  @keyframes InfiniteVericalFlip {
    from {
      -webkit-transform: perspective(400px) rotateX(0deg);
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(359deg);
      -ms-transform: perspective(400px) rotateX(359deg);
      transform: perspective(400px) rotateX(359deg);
    }
  }
  
  .InfiniteVericalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVericalFlip;
    animation-name: InfiniteVericalFlip;
  }
  
  @-webkit-keyframes InfiniteHorizontalScaleFlip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  @keyframes InfiniteHorizontalScaleFlip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  .InfiniteHorizontalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalScaleFlip;
    animation-name: InfiniteHorizontalScaleFlip;
  }
  
  @-webkit-keyframes InfiniteVerticalScaleFlip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateX(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  @keyframes InfiniteVerticalScaleFlip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(0.95);
      -ms-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateX(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  
  .InfiniteVerticalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVerticalScaleFlip;
    animation-name: InfiniteVerticalScaleFlip;
  }
  
  .vc_btn3-container .vc_btn3.vc_btn3-shape-round {
    border-radius: 3em;
  }
  
  .vc_btn3-container .vc_btn3.vc_btn3-size-md {
    padding: 15px 30px;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    min-width: 180px;
  }
  
  .btn {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding: 12px 40px;
    transition: all 300ms ease;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  
  .btn.btn-style-outline {
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    line-height: 28px;
  }
  
  .btn.btn-style-outline.btn-brw-2 {
    border-width: 2px;
    line-height: 26px;
  }
  
  .btn.btn-style-outline.btn-brw-3 {
    border-width: 3px;
    line-height: 24px;
  }
  
  .btn.btn-shape-rounded {
    border-radius: 5px;
  }
  
  .btn.btn-shape-round {
    border-radius: 2.5em;
  }
  
  .btn.btn-size-lg {
    padding: 15px 60px;
    font-size: 14px;
  }
  
  .btn.btn-size-md {
    min-width: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .btn.btn-size-sm {
    padding: 9px 40px;
  }
  
  .btn.btn-size-xs {
    padding: 5px 20px;
  }
  
  .btn.btn-style-outline-bottom {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding: 0;
  }
  
  button.btn.btn-brw-0 {
    border: none;
  }
  
  button.btn.btn-brw-1 {
    border-width: 1px;
    border-style: solid;
  }
  
  button.btn.btn-brw-3 {
    border-width: 2px;
    border-style: solid;
  }
  
  button.btn.btn-brw-3 {
    border-width: 3px;
    border-style: solid;
  }
  
  .btn-wrapper.btn-align-left {
    text-align: left;
    display: inline-block;
  }
  
  .btn-wrapper.btn-align-right {
    text-align: right;
  }
  
  .btn-wrapper.btn-align-center {
    text-align: center;
  }
  
  .btn-wrapper.btn-align-inline {
    display: inline-block;
  }
  
  .widget_shopping_cart_content .button,
  .woocommerce-MyAccount-content form .button,
  .lost_reset_password .button,
  form.register .button,
  .checkout_coupon .button,
  .woocomerce-form .button {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .shop_table.cart td.actions .button {
    font-size: 12px;
    border-width: 1px;
    text-transform: uppercase;
    font-weight: bold;
    height: 54px;
  }
  
  .place-order .button,
  .wc-proceed-to-checkout .button {
    font-size: 12px;
    display: block;
    cursor: pointer;
    padding: 15px 30px;
    transition: all 300ms ease;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    border-width: 0;
    border-radius: 3em;
  }
  
  .widget_shopping_cart_content .button {
    display: inline-block;
    padding: 9px 25px;
    margin: 0 10px 0 0;
  }
  
  .widget_shopping_cart_content .button + .button {
    margin-right: 0;
  }
  
  .widget_price_filter .button {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 7px 30px;
    transition: all 300ms ease;
    border: none;
  }
  
  .widget_price_filter .button:hover {
    color: #fff;
  }
  
  .btn.btn-outline-bigger {
    border-width: 3px;
    width: 100%;
    max-width: 520px;
    font-size: 24px;
    padding: 30px;
    letter-spacing: 3px;
  }
  
  a.btn-in-message {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
  }
  
  .la-separator {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  .la-separator .la-line {
    display: block;
    max-width: 100%;
    width: 100px;
  }
  
  .text-center .la-separator .la-line {
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-right .la-separator .la-line {
    margin-right: 0;
    margin-left: auto;
  }
  
  .la-headings {
    margin-bottom: 15px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .la-headings .heading-tag {
    margin-bottom: 13px;
  }
  
  .la-headings p.heading-tag,
  .la-headings div.heading-tag {
    margin-bottom: 0;
  }
  
  .la-headings .la-separator {
    margin-top: 20px;
  }
  
  .la-headings .la-line {
    border-style: solid;
    border-width: 1px;
    width: 30px;
  }
  
  .la-headings.text-inline .heading-tag,
  .la-headings.text-inline .subheading-tag {
    display: inline-block;
    margin: 0;
  }
  
  .la-headings .heading-with-line + .subheading-tag {
    margin-top: 20px;
  }
  
  .spacer-position-separator .heading-with-line,
  .spacer-position-separator .heading-with-line .subheading-tag,
  .spacer-position-separator .la-separator,
  .spacer-position-separator .heading-tag {
    display: inline-block;
    vertical-align: middle;
  }
  
  .spacer-position-separator .heading-with-line .subheading-tag,
  .spacer-position-separator .heading-tag {
    margin: 0 20px;
  }
  
  .spacer-position-separator.sp_at-left .heading-with-line .heading-tag {
    margin-right: 0;
  }
  
  .spacer-position-separator.sp_at-left .heading-with-line .heading-tag + .la-separator {
    display: none;
  }
  
  .spacer-position-separator.sp_at-right .heading-with-line .heading-tag {
    margin-left: 0;
  }
  
  .spacer-position-separator.sp_at-right .heading-with-line .la-separator:first-child {
    display: none;
  }
  
  .subheading-tag sup,
  .subheading-tag sub {
    font-size: 100%;
  }
  
  .la-headings.spacer-position-middle .la-separator {
    margin-top: 15px;
    margin-bottom: 14px;
  }
  
  .la-member__inner {
    overflow: hidden;
  }
  
  .la-member__image {
    position: relative;
    overflow: hidden;
  }
  
  .la-member__image img {
    width: 100%;
    transition: all 250ms ease-out;
  }
  
  .la-member__info {
    position: relative;
    text-align: center;
  }
  
  .la-member__info-title {
    font-size: inherit;
    text-transform: uppercase;
    margin: 15px 0 5px;
  }
  
  .la-member__info-role {
    transition: all 250ms ease-out;
  }
  
  .la-members--style-8 .la-member__image img,
  .la-members--style-3 .la-member__image img,
  .la-members--style-2 .la-member__image img,
  .la-members--style-1 .la-member__image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .la-members--style-8 .la-member:hover .la-member__image img,
  .la-members--style-3 .la-member:hover .la-member__image img,
  .la-members--style-2 .la-member:hover .la-member__image img,
  .la-members--style-1 .la-member:hover .la-member__image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  
  .la-members--style-4 .la-member__info-title,
  .la-members--style-3 .la-member__info-title,
  .la-members--style-1 .la-member__info-title {
    font-size: 14px;
    margin: 17px 0 7px;
  }
  
  .la-members--style-4 .member-social,
  .la-members--style-3 .member-social,
  .la-members--style-1 .member-social {
    font-size: inherit;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-out;
  }
  
  .la-members--style-4 .la-member:hover .la-member__info-role,
  .la-members--style-3 .la-member:hover .la-member__info-role,
  .la-members--style-1 .la-member:hover .la-member__info-role {
    transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    opacity: 0;
    visibility: hidden;
  }
  
  .la-members--style-4 .la-member:hover .member-social,
  .la-members--style-3 .la-member:hover .member-social,
  .la-members--style-1 .la-member:hover .member-social {
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  
  .la-members--style-4 .entry-excerpt,
  .la-members--style-3 .entry-excerpt,
  .la-members--style-1 .entry-excerpt {
    display: none;
  }
  
  .la-members--style-1 .la-member__image {
    border-radius: 5em 5em 0;
  }
  
  .la-members--style-8 .entry-excerpt,
  .la-members--style-2 .entry-excerpt {
    margin-bottom: 20px;
    padding-top: 5px;
  }
  
  .la-members--style-4 .la-member__image {
    border-radius: 50%;
    width: 135px;
    margin: 0 auto;
  }
  
  .la-members--style-4 .la-member__image .item--overlay {
    border-radius: 50%;
  }
  
  .la-members--style-4 .la-member__info {
    padding-top: 15px;
  }
  
  .la-members--style-4 .la-member__info-title {
    font-size: inherit;
  }
  
  .la-members--style-4 .la-member:hover .la-member__image .item--overlay {
    visibility: visible;
    opacity: 0.9;
  }
  
  .la-members--style-5 .item--overlay {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .la-members--style-5 .la-member__info {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .la-members--style-5 .la-member__info-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  
  .la-members--style-5 .la-member__info-title,
  .la-members--style-5 .la-member__info-title a:not(:hover) {
    color: inherit;
  }
  
  .la-members--style-5 .la-member__info-role {
    margin: 0 0 5px;
  }
  
  .la-members--style-5 .item--social,
  .la-members--style-5 .la-member__info-role,
  .la-members--style-5 .la-member__info-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  
  .la-members--style-5 .la-member:hover .item--overlay,
  .la-members--style-5 .la-member:hover .la-member__info,
  .la-members--style-5 .la-member:hover .item--social,
  .la-members--style-5 .la-member:hover .la-member__info-role,
  .la-members--style-5 .la-member:hover .la-member__info-title {
    opacity: 1;
    visibility: visible;
  }
  
  .la-members--style-5 .la-member:hover .item--social,
  .la-members--style-5 .la-member:hover .la-member__info-role,
  .la-members--style-5 .la-member:hover .la-member__info-title {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .la-members--style-5 .la-member:hover .la-member__info-role {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
  }
  
  .la-members--style-5 .la-member:hover .item--social {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
  }
  
  .la-members--style-6 .la-member__info {
    text-align: left;
  }
  
  .la-members--style-6 .la-member__info-title-role {
    margin-bottom: 15px;
  }
  
  .la-members--style-6 .la-member__info-title-role:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 15px;
  }
  
  .la-members--style-6 .la-member__info-title {
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    margin: 20px 0 5px;
  }
  
  .la-members--style-6 .la-member__info-role {
    font-size: 16px;
    font-weight: 300;
  }
  
  .la-members--style-7 .la-member__image {
    border-radius: 50%;
    margin: 0 auto;
    width: 180px;
    max-width: 100%;
  }
  
  .la-members--style-7 .la-member__image .item--overlay {
    border-radius: 50%;
  }
  
  .la-members--style-7 .la-member__image .item--social {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0.2s;
    -webkit-transition: all .3s ease 0.2s;
  }
  
  .la-members--style-7 .la-member__image .item--social a {
    padding: 0 8px;
    color: #fff;
  }
  
  .la-members--style-7 .la-member__info {
    padding-top: 10px;
  }
  
  .la-members--style-7 .la-member:hover .la-member__image .item--overlay {
    visibility: visible;
    opacity: 0.9;
  }
  
  .la-members--style-7 .la-member:hover .item--social {
    opacity: 1;
    visibility: visible;
    margin-top: -10px;
  }
  
  .la-members--style-8 .la-member__info-title {
    text-transform: none;
    font-size: 18px;
    margin-top: 20px;
  }
  
  .la-members--style-8 .la-member__info-title a:before {
    content: "+";
    width: 28px;
    height: 28px;
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-family: serif;
    line-height: 27px;
    top: -33px;
    left: 50%;
    margin-left: -14px;
    border-radius: 50%;
  }
  
  .la-banner-box .banner--link-overlay:after,
  .la-banner-box img {
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    transition: opacity 0.35s, transform 1s;
  }
  
  .la-banner-box img {
    width: 100%;
  }
  
  .la-banner-box .box-inner {
    position: relative;
    overflow: hidden;
  }
  
  .la-banner-box .banner--link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .la-banner-box .banner--info {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 5%;
    transition: all 450ms ease-out;
    z-index: 2;
  }
  
  .la-banner-box .banner--image .item--overlay {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    transition: all 450ms ease-out;
  }
  
  .banner-type-default .banner--info {
    top: 10%;
    bottom: auto;
  }
  
  .banner-type-1:hover .banner--image img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .banner-type-1:hover .banner--info {
    bottom: 10%;
  }
  
  .banner-type-2 .banner--info {
    left: 35px;
    bottom: auto;
    top: 50%;
    width: auto;
    max-width: 90%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .banner-type-2:hover .banner--image img {
    transform: scale(1.05) translate(2%,0);
    -ms-transform: scale(1.05) translate(2%,0);
    -webkit-transform: scale(1.05) translate(2%,0);
  }
  
  .banner-type-2:hover .banner--info {
    left: 12%;
  }
  
  .banner-type-3 .banner--info {
    bottom: auto;
    top: 50%;
    right: 25px;
    width: auto;
    left: auto;
    max-width: 90%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .banner-type-3:hover .banner--image img {
    transform: scale(1.05) translate(2%,0);
    -ms-transform: scale(1.05) translate(2%,0);
    -webkit-transform: scale(1.05) translate(2%,0);
  }
  
  .banner-type-hover_effect .banner--info {
    width: 90%;
    left: 5%;
    z-index: 9;
    bottom: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 50%) scale(2);
    -ms-transform: translate(0, 50%) scale(2);
    -webkit-transform: translate(0, 50%) scale(2);
  }
  
  .banner-type-hover_effect .banner--link-overlay:after {
    border: none;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  
  .banner-type-hover_effect:hover .banner--info {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 50%) scale(1);
    -ms-transform: translate(0, 50%) scale(1);
    -webkit-transform: translate(0, 50%) scale(1);
  }
  
  .banner-type-hover_effect:hover .banner--link-overlay:after {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    opacity: 0.9;
  }
  
  .banner-type-centered .banner--info {
    padding: 10px;
    top: 50%;
    left: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .banner-type-centered .banner--link-overlay:after {
    display: none;
  }
  
  .banner-type-centered:hover .banner--image img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .la-banner-box.banner-hover-show-button .btn {
    opacity: 0;
    visibility: hidden;
  }
  
  .la-banner-box.banner-hover-show-button.banner-type-2 .banner--info {
    left: 6%;
  }
  
  .la-banner-box.banner-hover-show-button.banner-type-3 .banner--info {
    right: 6%;
  }
  
  .la-banner-box.banner-hover-show-button .banner--info {
    margin-top: 20px;
  }
  
  .la-banner-box.banner-hover-show-button:hover .btn {
    opacity: 1;
    visibility: visible;
  }
  
  .la-banner-box.banner-hover-show-button:hover .banner--info {
    margin-top: 0;
  }
  
  .wpb-js-composer .vc_tta-panel-body .products {
    padding-top: 30px;
  }
  
  .wpb-js-composer [class*="vc_tta-la-"] .vc_tta-panel .vc_tta-panel-body {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: padding .2s ease-in-out;
  }
  
  .wpb-js-composer [class*="vc_tta-la-"] .vc_active .vc_tta-panel-body {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto !important;
    animation: in-bottom50 450ms ease 0ms 1 forwards;
    -webkit-animation: in-bottom50 450ms ease 0ms 1 forwards;
  }
  
  .wpb-js-composer [class*="vc_tta-la-"] .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
  }
  
  .wpb-js-composer [class*="vc_tta-la-"] .vc_tta-panel-heading {
    margin: 10px 0;
  }
  
  .wpb-js-composer [class*="vc_tta-la-"] .vc_tta-panel-heading .vc_tta-panel-title {
    margin: 0;
    line-height: normal;
  }
  
  [class*="vc_tta-la-"] > h2 {
    display: none;
  }
  
  [class*="vc_tta-la-"] .vc_tta-tabs-list {
    list-style: none;
    margin: 15px 0 30px;
    padding: 0;
    line-height: 24px;
  }
  
  [class*="vc_tta-la-"] .vc_tta-tabs-list li {
    display: inline-block;
    margin: 0 12px;
    padding: 0 10px;
    vertical-align: middle;
  }
  
  [class*="vc_tta-la-"] .vc_tta-tabs-list a {
    padding: 0;
    position: relative;
    display: block;
    color: inherit;
  }
  
  [class*="vc_tta-la-"] .tabs-la-1 .vc_tta-tabs-list li a:after {
    content: "";
    height: 2px;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    position: absolute;
    transition: width 300ms ease-out;
  }
  
  [class*="vc_tta-la-"] .tabs-la-1 .vc_tta-tabs-list li:hover > a:after,
  [class*="vc_tta-la-"] .tabs-la-1 .vc_tta-tabs-list li.vc_active > a:after {
    left: 0;
    right: auto;
    width: 100%;
    transition: width 300ms ease-in;
  }
  
  [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list {
    font-size: 14px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list li {
    margin: 0 5px;
    padding: 5px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list li a:after {
    content: "";
    bottom: -15px;
    left: 50%;
    width: 0;
    margin-left: -5px;
    position: absolute;
    border-width: 4px 5px 0;
    border-style: solid;
    border-color: transparent;
    transition: all 250ms ease-out;
  }
  
  [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list li:hover > a:after,
  [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list li.vc_active > a:after {
    border-top-color: inherit;
  }
  
  [class*="vc_tta-la-"] .tabs-la-1 .vc_tta-tabs-list li a {
    font-weight: bold;
  }
  
  [class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list,
  [class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list {
    margin-bottom: 30px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li,
  [class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li {
    padding: 0;
    margin: 0 5px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li a,
  [class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li a {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 10px 15px;
    min-width: 80px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-3.vc_tta-controls-align-right .vc_tta-tabs-list li,
  [class*="vc_tta-la-"] .tabs-la-4.vc_tta-controls-align-right .vc_tta-tabs-list li {
    margin-right: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-3.vc_tta-controls-align-left .vc_tta-tabs-list li,
  [class*="vc_tta-la-"] .tabs-la-4.vc_tta-controls-align-left .vc_tta-tabs-list li {
    margin-left: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5.vc_tta-controls-align-left .vc_tta-tabs-list li {
    padding-left: 0;
    padding-right: 10px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5.vc_tta-controls-align-right .vc_tta-tabs-list li {
    padding-left: 0;
    padding-right: 10px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5.vc_tta-controls-align-right .vc_tta-tabs-list li:last-child {
    padding-right: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5.vc_tta-controls-align-center .vc_tta-tabs-list li:last-child {
    padding-right: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5.vc_tta-controls-align-center .vc_tta-tabs-list li:first-child {
    padding-left: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li {
    margin: 0;
    padding: 0 5px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li a {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 35px;
    line-height: 22px;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li:not(.vc_active) a {
    font-weight: 500;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li.vc_active a {
    font-weight: bold;
    background-color: #fff;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .wpb_content_element:last-child {
    margin-bottom: 0;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 35px;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  
  [class*="vc_tta-la-"] .tabs-la-5 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block;
  }
  
  [class*="vc_tta-la-"] .tour-la-1 .vc_tta-tabs-list li {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 0;
  }
  
  .wpb-js-composer .vc_tta-container .elm-ajax-container-wrapper {
    display: none;
  }
  
  .wpb-js-composer .vc_tta-container .vc_active .elm-ajax-container-wrapper {
    display: block;
  }
  
  .testimonial_item {
    text-align: center;
  }
  
  .testimonial_item .testimonial_item--inner {
    margin-bottom: 20px;
  }
  
  .testimonial_item--excerpt {
    font-size: 12px;
    line-height: 24px;
  }
  
  .la_testimonials--style-1 .testimonial_item--excerpt {
    max-width: 750px;
    margin: 0 auto;
    font-size: 55px;
    line-height: normal;
  }
  
  .la_testimonials--style-1 .testimonial_item--title-role {
    margin-top: 45px;
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .la_testimonials--style-1 .testimonial_item--title {
    display: inline-block;
  }
  
  .la_testimonials--style-1 .testimonial_item--role {
    display: inline-block;
  }
  
  .la_testimonials--style-1 .testimonial_item--role:before {
    content: "\f111";
    display: inline-block;
    padding: 0 5px;
    font-family: FontAwesome;
    font-size: 5px;
    vertical-align: top;
  }
  
  .la_testimonials--style-2 .testimonial_item--excerpt {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  
  .la_testimonials--style-2 .testimonial_item--title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .la_testimonials--style-2 .slick-dots {
    margin-top: 5px;
  }
  
  .la_testimonials--style-3 .testimonial_item--inner {
    margin-top: 40px;
    padding: 60px 35px 30px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
  }
  
  .la_testimonials--style-3 .testimonial_item--image {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
  }
  
  .la_testimonials--style-3 .testimonial_item--image img {
    border-radius: 50%;
  }
  
  .la_testimonials--style-3 .testimonial_item--title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 5px;
  }
  
  .la_testimonials--style-3 .testimonial_item--title:before {
    content: "";
    width: 25px;
    display: block;
    height: 3px;
    margin: 20px auto 11px;
  }
  
  .la_testimonials--style-3 .slick-dots {
    margin-top: 0;
  }
  
  .la_testimonials--style-4 .testimonial_item--excerpt {
    font-size: 24px;
    line-height: 1.5;
  }
  
  .la_testimonials--style-4 .testimonial_item--title-role {
    padding-top: 10px;
  }
  
  .la_testimonials--style-4 .testimonial_item--title-role:before {
    content: "";
    width: 50px;
    border-top-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    display: block;
    margin: 20px auto;
  }
  
  .la_testimonials--style-4 .testimonial_item--title-role .testimonial_item--role,
  .la_testimonials--style-4 .testimonial_item--title-role .testimonial_item--title {
    display: inline-block;
    font-size: 18px;
  }
  
  .la_testimonials--style-4 .testimonial_item--title-role .testimonial_item--role:before {
    content: "";
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px;
  }
  
  .la_testimonials--style-5 .item-inner {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 40px 40px 30px;
    text-align: left;
  }
  
  .la_testimonials--style-5 .item-inner:before {
    content: "";
    background: url(assets/images/quote.png) no-repeat center top;
    height: 23px;
    position: absolute;
    top: -12px;
    left: 40px;
    width: 60px;
  }
  
  .la_testimonials--style-5 .testimonial_item--image {
    display: none;
  }
  
  .la_testimonials--style-5 .testimonial_item--excerpt {
    font-size: 20px;
    line-height: 30px;
  }
  
  .la_testimonials--style-5 .testimonial_item--excerpt:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    width: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  
  .la_testimonials--style-5 .testimonial_item--title {
    display: inline-block;
  }
  
  .la_testimonials--style-5 .testimonial_item--role {
    display: inline-block;
  }
  
  .la_testimonials--style-5 .testimonial_item--role:before {
    content: "";
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
  }
  
  .la_testimonials--style-5.slick-vertical {
    padding-right: 60px;
  }
  
  .la_testimonials--style-5.slick-vertical .slick-list {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  
  .la_testimonials--style-5.slick-vertical .slick-dots {
    margin: 0;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .la_testimonials--style-5.slick-vertical .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 0;
  }
  
  .la_testimonials--style-5.slick-vertical .slick-slide:not(.slick-active) {
    opacity: 0.5;
  }
  
  .la_testimonials--style-6 .testimonial_item--inner {
    padding: 40px 40px 40px 140px;
    background-color: #fff;
    margin-bottom: 0;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  }
  
  .la_testimonials--style-6 .testimonial_item--info {
    margin-bottom: 15px;
  }
  
  .la_testimonials--style-6 .testimonial_item--image {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 30px;
    background-color: #fcfcfc;
    border-radius: 50%;
  }
  
  .la_testimonials--style-6 .testimonial_item--image img {
    border-radius: 50%;
  }
  
  .la_testimonials--style-6 .testimonial_item--title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    margin-right: 5px;
  }
  
  .la_testimonials--style-6 .testimonial_item--role {
    display: inline-block;
  }
  
  .la_testimonials--style-7 .testimonial_item--image {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
  }
  
  .la_testimonials--style-7 .testimonial_item--image img {
    border-radius: 50%;
  }
  
  .la_testimonials--style-7 .testimonial_item--excerpt {
    font-size: 18px;
    margin-top: 25px;
  }
  
  .la_testimonials--style-7 .testimonial_item--bottom {
    display: none;
  }
  
  .la-sc-icon-boxes .icon-heading {
    margin: 0;
  }
  
  .la-sc-icon-boxes .box-description {
    padding-top: 5px;
  }
  
  .la-sc-icon-boxes .box-icon {
    display: inline-block;
  }
  
  .la-sc-icon-boxes .box-icon img {
    vertical-align: top;
  }
  
  .la-sc-icon-boxes .box-icon-style-circle {
    border-radius: 50%;
  }
  
  .la-sc-icon-boxes .box-icon-style-round {
    border-radius: 4px;
  }
  
  .la-sc-icon-boxes .wrap-icon .box-icon {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%;
  }
  
  .la-sc-icon-boxes .wrap-icon .box-icon,
  .la-sc-icon-boxes .wrap-icon .box-icon span {
    transition: all 250ms ease-out;
  }
  
  .la-sc-icon-boxes .wrap-icon .box-icon span {
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
  }
  
  .la-sc-icon-boxes .wrap-icon .box-icon span i {
    display: block;
  }
  
  .la-sc-icon-boxes .box-heading-top .box-heading,
  .la-sc-icon-boxes .box-heading-top .box-icon-heading {
    display: table-cell;
    vertical-align: middle;
  }
  
  .la-sc-icon-boxes .box-icon-left,
  .la-sc-icon-boxes .box-icon-right {
    display: table-cell;
    line-height: 0;
    vertical-align: top;
    padding-top: 5px;
  }
  
  .la-sc-icon-boxes.icon-pos-left .box-contents, .la-sc-icon-boxes.icon-pos-right .box-contents {
    display: table-cell;
    vertical-align: top;
  }
  
  .la-sc-icon-boxes.icon-pos-left .box-description, .la-sc-icon-boxes.icon-pos-right .box-description {
    padding-top: 10px;
  }
  
  .la-sc-icon-boxes.icon-pos-default .box-icon-heading,
  .la-sc-icon-boxes .box-icon-left {
    padding-right: 30px;
  }
  
  .la-sc-icon-boxes.icon-pos-heading-right .box-icon-heading,
  .la-sc-icon-boxes .box-icon-right {
    padding-left: 30px;
  }
  
  .la-sc-icon-boxes.icon-pos-top .icon-heading {
    margin-top: 15px;
  }
  
  .la-sc-icon-boxes.list-icon {
    margin-bottom: 10px;
  }
  
  .la-sc-icon-boxes.list-icon .box-icon-heading {
    padding-right: 15px;
  }
  
  .la-sc-icon-boxes.list-icon .icon-heading {
    color: inherit;
    font-family: inherit;
  }
  
  .la-sc-icon-boxes.icon-type-img .wrap-icon .box-icon span {
    height: auto !important;
    line-height: 0 !important;
    text-align: center;
    max-width: 100%;
  }
  
  .la-sc-icon-boxes.icon-type-img .wrap-icon .box-icon span img {
    width: auto;
  }
  
  .la-sc-icon-boxes.iconbg-gradient .wrap-icon .box-icon,
  .la-sc-icon-boxes.icontext-gradient .wrap-icon .box-icon span {
    background-size: 200% 100%;
  }
  
  .list-icon-check ul {
    list-style: none;
    padding-left: 0;
  }
  
  .list-icon-check ul > li {
    margin-bottom: 10px;
  }
  
  .list-icon-check ul > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 15px;
  }
  
  .vc_row-o-equal-height .la-shortcode-maps {
    height: 100%;
  }
  
  .la-shortcode-maps .la-maps-inner {
    min-height: 100%;
  }
  
  .map_info_text {
    padding: 10px 0 0 10px;
  }
  
  .map_info_text h4 {
    margin-top: 0;
  }
  
  .map_info_text .la-contact-info {
    margin-bottom: 15px;
  }
  
  .map_info_text .la-contact-info .la-contact-item {
    padding-left: 30px;
  }
  
  .gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(1) {
    display: none;
  }
  
  .gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(2) {
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(3) > div > div {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .la-gmap .gm-style > div:first-child > div:nth-child(3) {
    background: #000;
    opacity: 0.5;
  }
  
  .la-gmap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child {
    display: none;
  }
  
  .la-gmap .gm-style .gm-style-iw {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: center;
    margin-top: 30px;
  }
  
  .la-gmap .gm-style .gm-style-iw + div {
    display: none;
  }
  
  .la-gmap .map_info_text {
    padding: 0;
  }
  
  .la-gmap .map_info_text img {
    margin: 0;
    float: none;
  }
  
  .la-gmap-overlay .gm-style > div:first-child > div:nth-child(3) {
    background: #232324;
    opacity: 0.2;
  }
  
  .listicon-in-maps {
    text-transform: uppercase;
    font-size: 11px;
    color: #b8b8b8;
  }
  
  .listicon-in-maps .la-sc-icon-item {
    max-width: 190px;
  }
  
  .listicon-in-maps .la-sc-icon-item > span {
    width: 20px;
    vertical-align: top;
  }
  
  .listicon-in-maps .la-sc-icon-item > span,
  .listicon-in-maps .la-sc-icon-item > div {
    display: table-cell;
  }
  
  .social-lie-on-maps {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  
  .la-contact-info .la-contact-item {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
  }
  
  .la-contact-info .la-contact-item:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 1.15em;
    top: -0.1em;
  }
  
  .la-contact-info .la-contact-phone:before {
    content: "\f095";
  }
  
  .la-contact-info .la-contact-email:before {
    content: "\f0e0";
  }
  
  .la-contact-info .la-contact-address:before {
    content: "\f041";
  }
  
  .la-contact-info .la-contact-working-hours:before {
    content: "\f017";
  }
  
  .la-contact-info.inline-item .la-contact-item {
    padding-left: 30px;
    display: inline-block;
    margin: 0 20px 0;
  }
  
  .la-contact-info.inline-item .la-contact-item:first-child {
    margin-left: 0;
  }
  
  .la-contact-info.inline-item .la-contact-item:last-child {
    margin-right: 0;
  }
  
  .wpcf7-response-output {
    font-size: 12px;
  }
  
  .wpcf7-form-control-wrap {
    margin-bottom: 30px;
  }
  
  .wpcf7-form-control-wrap,
  .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%;
  }
  
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  
  .wpcf7-form-control-wrap .wpcf7-select,
  .wpcf7-form-control-wrap .wpcf7-text,
  .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 12px 30px;
  }
  
  .wpcf7-form-control-wrap .wpcf7-select {
    height: 54px;
  }
  
  .wpcf7-form .contact-form label {
    padding-bottom: 10px;
    display: block;
  }
  
  .cf7-style-default {
    font-size: 11px;
  }
  
  .cf7-style-default .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  
  .cf7-style-default .wpcf7-form-control-wrap .wpcf7-select,
  .cf7-style-default .wpcf7-form-control-wrap .wpcf7-text,
  .cf7-style-default .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 14px 30px;
  }
  
  .cf7-style-01 .wpcf7-form-control-wrap {
    margin-bottom: 40px;
  }
  
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-select,
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-text,
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 5px 0;
    border-width: 0 0 1px;
  }
  
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-select:not(:focus),
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-text:not(:focus),
  .cf7-style-01 .wpcf7-form-control-wrap .wpcf7-textarea:not(:focus) {
    color: inherit;
  }
  
  .cf7-style-02 .wpcf7-form-control-wrap .wpcf7-select,
  .cf7-style-02 .wpcf7-form-control-wrap .wpcf7-text,
  .cf7-style-02 .wpcf7-form-control-wrap .wpcf7-textarea {
    background-color: rgba(35, 35, 36, 0.6);
    border-color: rgba(138, 138, 138, 0.3);
    font-size: 14px;
    color: #fff;
    padding: 14px 30px;
    border-radius: 2px;
  }
  
  .cf7-style-02 .wpcf7-submit {
    border-width: 0;
  }
  
  .cf7-style-02 + .wpcf7-response-output {
    color: #fff;
  }
  
  .cf7-style-03 .wpcf7-form-control-wrap .wpcf7-select,
  .cf7-style-03 .wpcf7-form-control-wrap .wpcf7-text,
  .cf7-style-03 .wpcf7-form-control-wrap .wpcf7-textarea {
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 12px;
    color: #fff;
    padding: 15px 20px;
    border-width: 0;
  }
  
  .cf7-style-03 .wpcf7-submit {
    border-width: 0;
  }
  
  .cf7-style-03 + .wpcf7-response-output {
    color: #fff;
  }
  
  .cf7-style-newsletter .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  
  .cf7-style-newsletter .wpcf7-form-control-wrap .wpcf7-select,
  .cf7-style-newsletter .wpcf7-form-control-wrap .wpcf7-text,
  .cf7-style-newsletter .wpcf7-form-control-wrap .wpcf7-textarea {
    background-color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 2.5em;
  }
  
  .cf7-style-newsletter .wpcf7-submit {
    border: none;
    border-radius: 2.5em;
  }
  
  .yikes-mailchimp-container .edit-link {
    display: none;
  }
  
  .la-newsletter-popup {
    display: none;
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
    margin-left: 35%;
  }
  
  #lightcase-case .la-newsletter-popup {
    display: block;
  }
  
  .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    outline: none !important;
    width: 100%;
    line-height: 32px;
    padding: 8px 15px;
    margin: 20px 0 5px;
  }
  
  .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 0 20px !important;
    width: 100%;
    padding: 10px 15px;
    line-height: 30px;
    color: #fff;
  }
  
  .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    color: #fff;
  }
  
  .la-newsletter-popup .lbl-dont-show-popup {
    display: block;
    text-align: left;
    margin-top: 30px;
  }
  
  .la-newsletter-popup .lbl-dont-show-popup input {
    margin-right: 5px;
  }
  
  .open-newsletter-popup .lightcase-inlineWrap {
    background-image: url(../images/popup.jpg);
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  
  .open-newsletter-popup #lightcase-case #lightcase-content {
    overflow: visible;
  }
  
  .open-newsletter-popup .btn-close-newsletter-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
  }
  
  .yikes-mailchimp-container .yikes-easy-mc-success-message {
    padding: 0;
    background: none;
    margin-bottom: 0;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form {
    font-size: 14px;
    position: relative;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form::before, .subscribe-style-01 .yikes-easy-mc-form::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form::after {
    clear: both;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form label {
    margin-bottom: 0;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form label span {
    display: none;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form .EMAIL-label:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 20px;
    line-height: 20px;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-email {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    outline: none !important;
    width: 100%;
    line-height: 30px;
    padding: 19px 120px 19px 50px;
    margin: 0;
  }
  
  .subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 !important;
    width: 120px;
    padding: 13px 0;
    line-height: 30px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form {
    font-size: 14px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form::before, .subscribe-style-02 .yikes-easy-mc-form::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form::after {
    clear: both;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form label {
    margin-bottom: 0;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form label span {
    display: none;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form .yikes-easy-mc-email {
    background: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    outline: none !important;
    width: 100%;
    line-height: 32px;
    padding: 10px 100px 10px 0;
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #fff;
  }
  
  .subscribe-style-02 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 !important;
    width: 100px;
    padding: 13px 0;
    line-height: 30px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .subscribe-style-03 .yikes-easy-mc-form {
    border-width: 0 0 1px;
    border-style: solid;
    position: relative;
  }
  
  .subscribe-style-03 .yikes-easy-mc-form label {
    margin-bottom: 0;
  }
  
  .subscribe-style-03 .yikes-easy-mc-form label span {
    display: none;
  }
  
  .subscribe-style-03 .yikes-easy-mc-form .yikes-easy-mc-email {
    background: transparent;
    border-width: 0;
    outline: none !important;
    width: 100%;
    line-height: 25px;
    padding: 10px 100px 10px 0;
    margin: 0;
    color: inherit;
  }
  
  .subscribe-style-03 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 !important;
    width: 100px;
    padding: 10px 0;
    line-height: 25px;
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    color: inherit !important;
    text-align: right;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form {
    position: relative;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form::before, .subscribe-style-04 .yikes-easy-mc-form::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form::after {
    clear: both;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form label {
    margin-bottom: 0;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form label span {
    display: none;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form .EMAIL-label:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form .yikes-easy-mc-email {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    outline: none !important;
    width: 100%;
    line-height: 30px;
    padding: 22px 100px 22px 60px;
    color: #fff;
    font-size: 14px;
  }
  
  .subscribe-style-04 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 !important;
    width: auto;
    padding: 0;
    line-height: 30px;
    background-color: transparent !important;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 19px;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form {
    position: relative;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form::before, .subscribe-style-05 .yikes-easy-mc-form::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form::after {
    clear: both;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form label {
    margin-bottom: 0;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form label span {
    display: none;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form .yikes-easy-mc-email {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    outline: none !important;
    width: 100%;
    line-height: 30px;
    padding: 5px 100px 5px 15px;
    border-color: inherit;
    margin-bottom: 0;
  }
  
  .subscribe-style-05 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    margin: 0 !important;
    width: auto;
    padding: 0;
    line-height: 30px;
    background-color: transparent !important;
    position: absolute;
    right: 25px;
    top: 1px;
    text-transform: none;
    font-weight: normal;
  }
  
  .la-portfolio-listing + .la-pagination {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .la-portfolio-masonry .elm-loadmore-ajax {
    margin-top: 4%;
    margin-bottom: 20px;
  }
  
  .pf-masonry .portfolio-item:not(.showmenow) {
    opacity: 0;
  }
  
  .portfolios-loop .item--thumbnail img {
    width: 100%;
  }
  
  .portfolios-loop .item-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  
  .portfolios-loop .portfolio-item {
    float: left;
  }
  
  .portfolios-loop .portfolio-item .item-thumb-cover {
    display: block;
    position: relative;
    height: 100%;
  }
  
  .portfolios-loop .portfolio-item .cover-img a {
    display: block;
    height: 100%;
  }
  
  .portfolios-loop .portfolio-item .cover-img img {
    width: 100%;
    display: block;
  }
  
  .portfolios-loop .portfolio-item .item--action a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #272727;
    font-size: 16px;
    margin: 5px;
    border-radius: 50%;
  }
  
  .portfolios-loop .portfolio-item .item--action a:hover {
    background-color: #272727;
    color: #fff;
  }
  
  .portfolios-loop.cover-img-bg .portfolio-item .cover-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .portfolios-loop.cover-img-bg .portfolio-item .cover-img img {
    display: none;
  }
  
  .portfolios-loop.grid-items .item-inner {
    margin-bottom: 0;
  }
  
  .portfolios-loop.grid-items .cover-img {
    background-position: 0 0;
    background-size: cover;
  }
  
  .portfolios-loop.grid-items .cover-img img {
    opacity: 0;
    visibility: hidden;
  }
  
  .portfolios-loop.pf-style-1 .item--holder {
    z-index: 4;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 30px 25px;
  }
  
  .portfolios-loop.pf-style-1 .item--holder a:hover {
    text-decoration: underline;
  }
  
  .portfolios-loop.pf-style-1 .item--link-overlay {
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .portfolios-loop.pf-style-1 .item--link-overlay:before, .portfolios-loop.pf-style-1 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-1 .entry-title {
    color: inherit;
    margin: 0 0 10px;
  }
  
  .portfolios-loop.pf-style-1 a {
    color: inherit;
  }
  
  .portfolios-loop.pf-style-1 .entry-header,
  .portfolios-loop.pf-style-1 .entry-tax-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  
  .portfolios-loop.pf-style-1 .item-inner:hover .item--link-overlay {
    opacity: 1;
    visibility: visible;
  }
  
  .portfolios-loop.pf-style-1 .item-inner:hover .entry-header,
  .portfolios-loop.pf-style-1 .item-inner:hover .entry-tax-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
  }
  
  .portfolios-loop.pf-style-1 .item-inner:hover .entry-tax-list {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
  }
  
  .portfolios-loop.pf-style-2 .item--info {
    display: none;
  }
  
  .portfolios-loop.pf-style-2 .item--link-overlay {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  
  .portfolios-loop.pf-style-2 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-2 .item--link-overlay .icon-plus {
    height: 2px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
  }
  
  .portfolios-loop.pf-style-2 .item--link-overlay .icon-plus:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: inherit;
    position: absolute;
    left: 14px;
    top: -14px;
  }
  
  .portfolios-loop.pf-style-2 .item-inner:hover .item--link-overlay {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .portfolios-loop.pf-style-2 .item-inner:hover .item--link-overlay:before {
    visibility: visible;
    opacity: 0.9;
  }
  
  .portfolios-loop.pf-style-2 .item-inner:hover .item--link-overlay .icon-plus {
    visibility: visible;
    opacity: 1;
  }
  
  .portfolios-loop.pf-style-3 .item--holder {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .portfolios-loop.pf-style-3 .item--holder a:hover {
    text-decoration: underline;
  }
  
  .portfolios-loop.pf-style-3 .item--link-overlay {
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .portfolios-loop.pf-style-3 .item--link-overlay:before, .portfolios-loop.pf-style-3 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-3 .entry-title {
    color: inherit;
    margin: 0 0 10px;
  }
  
  .portfolios-loop.pf-style-3 a {
    color: inherit;
  }
  
  .portfolios-loop.pf-style-3 .entry-header,
  .portfolios-loop.pf-style-3 .entry-tax-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  
  .portfolios-loop.pf-style-3 .item-inner:hover .item--link-overlay {
    opacity: 0.9;
    visibility: visible;
  }
  
  .portfolios-loop.pf-style-3 .item-inner:hover .entry-header,
  .portfolios-loop.pf-style-3 .item-inner:hover .entry-tax-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
  }
  
  .portfolios-loop.pf-style-3 .item-inner:hover .entry-tax-list {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
  }
  
  .portfolios-loop.pf-style-4 .item--info {
    display: none;
  }
  
  .portfolios-loop.pf-style-4 .item--link-overlay {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  
  .portfolios-loop.pf-style-4 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-4 .item--link-overlay .icon-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    transition: all 250ms ease-out;
  }
  
  .portfolios-loop.pf-style-4 .item--link-overlay .icon-plus:after {
    content: "\64";
    font-family: "pisces";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .portfolios-loop.pf-style-4 .item-inner:hover .item--link-overlay {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .portfolios-loop.pf-style-4 .item-inner:hover .item--link-overlay:before {
    visibility: visible;
    opacity: 0.9;
  }
  
  .portfolios-loop.pf-style-4 .item-inner:hover .item--link-overlay .icon-plus {
    visibility: visible;
    opacity: 1;
  }
  
  .portfolios-loop.pf-style-5 .item--holder {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .portfolios-loop.pf-style-5 .item--holder a:hover {
    text-decoration: underline;
  }
  
  .portfolios-loop.pf-style-5 .item--link-overlay {
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: #232324;
  }
  
  .portfolios-loop.pf-style-5 .item--link-overlay:before, .portfolios-loop.pf-style-5 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-5 .entry-title {
    color: inherit;
    margin: 0 0 10px;
  }
  
  .portfolios-loop.pf-style-5 a {
    color: inherit;
  }
  
  .portfolios-loop.pf-style-5 .entry-header,
  .portfolios-loop.pf-style-5 .entry-tax-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  
  .portfolios-loop.pf-style-5 .item-inner:hover .item--link-overlay {
    opacity: 0.9;
    visibility: visible;
  }
  
  .portfolios-loop.pf-style-5 .item-inner:hover .entry-header,
  .portfolios-loop.pf-style-5 .item-inner:hover .entry-tax-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
  }
  
  .portfolios-loop.pf-style-5 .item-inner:hover .entry-tax-list {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
  }
  
  .portfolios-loop.pf-style-7.grid-space-default .item-inner, .portfolios-loop.pf-style-6.grid-space-default .item-inner {
    margin-bottom: 30px;
  }
  
  .portfolios-loop.pf-style-7 .item-thumb-cover a:before, .portfolios-loop.pf-style-6 .item-thumb-cover a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: #232324;
  }
  
  .portfolios-loop.pf-style-7 .item-inner:hover .item-thumb-cover a:before, .portfolios-loop.pf-style-6 .item-inner:hover .item-thumb-cover a:before {
    opacity: 0.9;
    visibility: visible;
  }
  
  .portfolios-loop.pf-style-7 .item--info, .portfolios-loop.pf-style-6 .item--info {
    padding-bottom: 20px;
  }
  
  .portfolios-loop.pf-style-7 .entry-title, .portfolios-loop.pf-style-6 .entry-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .portfolios-loop.pf-style-7 .item--link-overlay, .portfolios-loop.pf-style-6 .item--link-overlay {
    display: none;
  }
  
  .portfolios-loop.pf-style-7 .item--info {
    text-align: center;
  }
  
  .portfolios-loop.pf-style-8.grid-space-default .item-inner {
    margin-bottom: 6.5%;
  }
  
  .portfolios-loop.pf-style-8 .item--holder {
    z-index: 4;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 30px 25px;
  }
  
  .portfolios-loop.pf-style-8 .item--holder a:hover {
    text-decoration: underline;
  }
  
  .portfolios-loop.pf-style-8 .item--link-overlay {
    transition: all .4s ease;
    visibility: visible;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0%, #000 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0%, #000 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0%, #000 100%);
  }
  
  .portfolios-loop.pf-style-8 .item--link-overlay:before, .portfolios-loop.pf-style-8 .item--link-overlay:after {
    display: none;
  }
  
  .portfolios-loop.pf-style-8 .entry-title {
    color: inherit;
    margin: 0 0 10px;
  }
  
  .portfolios-loop.pf-style-8 a {
    color: inherit;
  }
  
  .portfolios-loop.pf-style-8 .item-inner:hover .item--link-overlay {
    opacity: 0.8;
    visibility: visible;
  }
  
  @media (max-width: 1199px) {
    .portfolios-loop.cover-img-bg .portfolio-item .cover-img {
      position: static;
    }
    .portfolios-loop.cover-img-bg .portfolio-item .cover-img img {
      display: block;
    }
  }
  
  .vc_general.vc_cta3.vc_cta3-style-custom {
    background-color: transparent;
    border: none;
  }
  
  .vc_cta3-container .la-cta-01.vc_cta3 {
    padding: 15px 15px 10px;
  }
  
  .vc_cta3-container .la-cta-01.vc_cta3 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  
  .vc_cta3-container .la-cta-01.vc_cta3 h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  
  .vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-content {
    display: inline-block;
  }
  
  .vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-actions {
    display: inline-block;
    float: right;
    margin-top: 7px;
  }
  
  .elm-countdown .countdown-row {
    display: block;
    margin: 0 auto;
  }
  
  .elm-countdown .countdown-section {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
  }
  
  .elm-countdown .countdown-section .countdown-amount {
    font-size: 36px;
    padding: 0;
    margin: 0 auto;
  }
  
  .elm-countdown .countdown-section .countdown-period {
    padding: 0 4px;
  }
  
  .elm-countdown .countdown-show1 .countdown-section {
    width: 100%;
  }
  
  .elm-countdown .countdown-show2 .countdown-section {
    width: 50%;
  }
  
  .elm-countdown .countdown-show3 .countdown-section {
    width: 33.33333%;
  }
  
  .elm-countdown .countdown-show4 .countdown-section {
    width: 25%;
  }
  
  .elm-countdown .countdown-show5 .countdown-section {
    width: 20%;
  }
  
  .elm-countdown .countdown-show6 .countdown-section {
    width: 16.66667%;
  }
  
  .elm-countdown .countdown-show7 .countdown-section {
    width: 14.28571%;
  }
  
  .elm-countdown.elm-countdown-style-1 {
    text-align: center;
  }
  
  .elm-countdown.elm-countdown-style-1 .countdown-section .countdown-amount {
    display: block;
    line-height: 1;
    font-size: 48px;
    font-weight: bold;
  }
  
  .elm-countdown.elm-countdown-style-1 .countdown-section .countdown-period {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  
  .vc_progress_bar {
    font-size: 14px;
  }
  
  .vc_progress_bar .vc_label {
    color: inherit;
    font-size: inherit;
    display: block;
  }
  
  .vc_progress_bar .vc_general.vc_single_bar {
    height: 6px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: inherit;
    color: inherit;
    background-color: #cfcfcf;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .vc_progress_bar .vc_general.vc_single_bar,
  .vc_progress_bar .vc_general.vc_single_bar .vc_bar {
    border-radius: 0;
  }
  
  .vc_progress_bar .vc_general.vc_single_bar .vc_bar:after {
    content: attr(data-text);
    position: absolute;
    bottom: 20px;
    right: -1em;
    opacity: 0;
    transition: all 500ms ease-out;
  }
  
  .vc_progress_bar .vc_general.vc_single_bar .vc_bar[style]:after {
    opacity: 1;
  }
  
  .vc_progress_bar.vc_progress-bar-color-black .vc_general.vc_single_bar {
    background-color: #cfcfcf;
  }
  
  .vc_progress_bar.vc_progress-bar-color-black .vc_general.vc_single_bar .vc_bar {
    background-color: #232324;
  }
  
  .la-circle-progress {
    text-align: center;
    min-width: 100px;
    width: 200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .la-circle-progress .sc-cp-canvas {
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }
  
  .la-circle-progress canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
  }
  
  .la-circle-progress .la-circle-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  
  .la-circle-progress .la-circle-wrapper {
    width: 100%;
  }
  
  .la-circle-progress .sc-cp-t,
  .la-circle-progress .sc-cp-v {
    display: block;
    line-height: 1;
  }
  
  .la-circle-progress.la-progress-2 {
    font-weight: 300;
  }
  
  .la-circle-progress.la-progress-2 .sc-cp-v {
    font-size: 30px;
    font-weight: bold;
  }
  
  .la-circle-progress.la-progress-2 .sc-cp-t {
    font-size: 16px;
    margin-top: 12px;
  }
  
  .la-stats-counter .wrap-icon .box-icon {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%;
  }
  
  .la-stats-counter .wrap-icon .box-icon,
  .la-stats-counter .wrap-icon .box-icon span {
    transition: all 250ms ease-out;
  }
  
  .la-stats-counter .wrap-icon .box-icon span {
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
  }
  
  .la-stats-counter .wrap-icon .box-icon span i {
    display: block;
  }
  
  .la-stats-counter .wrap-icon img {
    vertical-align: top;
  }
  
  .la-stats-counter .stats-value {
    font-size: 24px;
  }
  
  .la-stats-counter .stats-value:before {
    content: attr(data-value-prefix);
  }
  
  .la-stats-counter .stats-value:after {
    content: attr(data-value-suffix);
  }
  
  .la-stats-counter .stats-heading {
    font-size: 14px;
  }
  
  .la-stats-counter .la-separator {
    margin-top: 20px;
  }
  
  .la-stats-counter .la-line {
    width: 50px;
  }
  
  .la-stats-counter .box-icon-style-circle {
    border-radius: 50%;
  }
  
  .la-stats-counter .box-icon-style-round {
    border-radius: 4px;
  }
  
  .la-stats-counter.icon-pos-none, .la-stats-counter.icon-pos-top {
    text-align: center;
  }
  
  .la-stats-counter.icon-pos-none .la-line, .la-stats-counter.icon-pos-top .la-line {
    margin-left: auto;
    margin-right: auto;
  }
  
  .la-stats-counter.icon-pos-none.text-left, .la-stats-counter.icon-pos-top.text-left {
    text-align: left;
  }
  
  .la-stats-counter.icon-pos-none.text-left .la-line, .la-stats-counter.icon-pos-top.text-left .la-line {
    margin-left: 0;
  }
  
  .la-stats-counter.icon-pos-none.text-right, .la-stats-counter.icon-pos-top.text-right {
    text-align: right;
  }
  
  .la-stats-counter.icon-pos-none.text-right .la-line, .la-stats-counter.icon-pos-top.text-right .la-line {
    margin-right: 0;
  }
  
  .la-stats-counter.icon-pos-none .stats-value, .la-stats-counter.icon-pos-top .stats-value {
    font-size: 50px;
    line-height: 1.3;
  }
  
  .la-stats-counter.icon-pos-right .box-icon-des, .la-stats-counter.icon-pos-left .box-icon-des {
    display: table-cell;
  }
  
  .la-stats-counter .box-icon-left {
    padding-right: 30px;
  }
  
  .la-stats-counter .box-icon-right {
    padding-left: 30px;
  }
  
  .la-stats-counter .box-icon-right,
  .la-stats-counter .box-icon-left {
    display: table-cell;
    vertical-align: middle;
  }
  
  .la-stats-counter.spacer-position-middle .la-separator {
    margin-bottom: 20px;
  }
  
  .la-stats-counter.iconbg-gradient .wrap-icon .box-icon,
  .la-stats-counter.icontext-gradient .wrap-icon .box-icon span {
    background-size: 200% 100%;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-heading {
    margin: 0;
    border: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    border-width: 0 0 1px;
    border-style: solid;
    padding: 10px 0;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title a {
    padding: 0;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 0;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle {
    top: 4px;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:before {
    display: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:after {
    content: "\f107";
    font-family: FontAwesome;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_active .vc_tta-panel-title {
    border-bottom-width: 0;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_active .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:after {
    content: "\f106";
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-controls-icon {
    font-style: normal;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-body {
    padding: 10px 0 20px;
    border: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel .vc_tta-panel-title {
    line-height: inherit;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel-heading {
    border: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel-body {
    margin: 0;
    border: none;
    padding-top: 5px;
    font-size: 15px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-panel-title > a {
    padding-left: 40px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-controls-icon {
    left: 0;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-panel-body {
    padding-left: 40px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel.vc_active {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(102, 200, 247, 0.14);
    box-shadow: 0px 0px 38px 0px rgba(102, 200, 247, 0.14);
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    padding-top: 20px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel .vc_tta-panel-title {
    line-height: inherit;
    font-size: 14px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel .vc_tta-panel-title > a {
    padding: 16px 30px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon {
    width: 10px;
    height: 10px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 12px;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel-heading {
    border: none;
  }
  
  .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel-body {
    margin: 0;
    border: none;
    padding: 0 30px 40px;
  }
  
  .la-pricing-box-wrap .pricing-badge {
    position: absolute;
    background: #066ab0;
    color: #fff;
    font-size: 12px;
    left: -10px;
    top: 55px;
    padding: 8px 10px 8px 15px;
    line-height: normal;
    min-height: 30px;
  }
  
  .la-pricing-box-wrap .pricing-badge:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top: 13px solid #066ab0;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0.7;
  }
  
  .la-pricing-box {
    position: relative;
    background-color: #fff;
  }
  
  .la-pricing-box .pricing-heading {
    font-size: 16px;
    font-weight: bold;
  }
  
  .la-pricing-box .desc-features {
    padding: 20px 30px;
  }
  
  .la-pricing-box .wrap-icon .icon-inner {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    margin: 0 auto;
    border-radius: 50%;
  }
  
  .la-pricing-box .wrap-icon .icon-inner img {
    width: auto;
  }
  
  .la-pricing-box .wrap-icon .icon-inner i {
    vertical-align: middle;
  }
  
  .la-pricing-box .price-box .price-value {
    display: inline-block;
    font-size: 30px;
    line-height: 100%;
    position: relative;
    font-weight: bold;
    margin-right: 5px;
  }
  
  .la-pricing-box .price-box .price-value sup {
    font-size: 50%;
    vertical-align: top;
    top: 0.3em;
    line-height: 100%;
  }
  
  .la-pricing-box .price-box .price-unit {
    display: inline-block;
  }
  
  .la-pricing-box .package-features {
    padding: 0;
  }
  
  .la-pricing-box .package-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .la-pricing-box .package-features li {
    padding: 15px;
  }
  
  .la-pricing-box .package-features i {
    padding: 0 5px;
  }
  
  .la-pricing-box .pricing-action a {
    display: inline-block;
    transition: all 250ms ease-out;
  }
  
  .la-pricing-box-wrap.style-1 .la-pricing-box {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(52, 64, 83, 0.1);
    box-shadow: 0px 0px 38px 0px rgba(52, 64, 83, 0.1);
  }
  
  .la-pricing-box-wrap.style-1 .pricing-heading-wrap {
    margin-top: 25px;
  }
  
  .la-pricing-box-wrap.style-1 .wrap-icon {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .la-pricing-box-wrap.style-1 .price-box {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  
  .la-pricing-box-wrap.style-1 .pricing-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }
  
  .la-pricing-box-wrap.style-1 .before-features {
    padding-top: 0;
  }
  
  .la-pricing-box-wrap.style-1 .pricing-action {
    margin-top: 20px;
  }
  
  .la-pricing-box-wrap.style-1 .pricing-action a {
    color: #fff;
    background-color: #6b56e2;
    padding: 10px 40px;
    border-radius: 3em;
    transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
  }
  
  .la-pricing-box-wrap.style-1 .la-pricing-box:hover .pricing-action a {
    color: #fff;
    background-color: #351fb3;
  }
  
  .la-pricing-box-wrap.style-2 .la-pricing-box {
    border: 1px solid #dedede;
    padding: 30px 30px 0;
  }
  
  .la-pricing-box-wrap.style-2 .la-pricing-box:before {
    content: "";
    width: 5px;
    height: 35px;
    left: 0;
    position: absolute;
    top: 35px;
    background-color: #232324;
  }
  
  .la-pricing-box-wrap.style-2 .price-box .price-value sup {
    font-size: inherit;
    top: 0;
    line-height: inherit;
  }
  
  .la-pricing-box-wrap.style-2 .pricing-badge {
    display: none;
  }
  
  .la-pricing-box-wrap.style-2 .package-features {
    border-top: 1px solid #dedede;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .la-pricing-box-wrap.style-2 .package-features li,
  .la-pricing-box-wrap.style-2 .desc-features {
    padding-left: 0;
    padding-right: 0;
  }
  
  .la-pricing-box-wrap.style-2 .pricing-heading {
    margin-bottom: 10px;
  }
  
  .la-pricing-box-wrap.style-2 .before-features {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  
  .la-pricing-box-wrap.style-2 .pricing-action {
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: -1px;
    margin-top: 30px;
  }
  
  .la-pricing-box-wrap.style-2 .pricing-action a {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 13px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background-color: #232324;
  }
  
  .la-pricing-box-wrap.style-2.is_box_featured .la-pricing-box,
  .la-pricing-box-wrap.style-2 .la-pricing-box:hover {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(52, 64, 83, 0.1);
    box-shadow: 0px 0px 38px 0px rgba(52, 64, 83, 0.1);
  }
  
  .la-pricing-box-wrap.style-2.is_box_featured .la-pricing-box:before,
  .la-pricing-box-wrap.style-2 .la-pricing-box:hover:before {
    background-color: #6b56e2;
  }
  
  .la-pricing-box-wrap.style-2.is_box_featured .la-pricing-box .pricing-action a,
  .la-pricing-box-wrap.style-2 .la-pricing-box:hover .pricing-action a {
    color: #fff;
    background-color: #6b56e2;
  }
  
  .la-pricing-box-wrap.style-3 .la-pricing-box {
    border: 1px solid #dedede;
    text-align: center;
  }
  
  .la-pricing-box-wrap.style-3 .price-box .price-value {
    font-weight: normal;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-heading-wrap {
    position: relative;
    background-color: #f7f7f7;
    margin: -1px;
    padding: 20px;
    transition: all 250ms ease-out;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-heading-wrap:before {
    content: "";
    border-width: 12px 10px 0;
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    transition: all 250ms ease-out;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-badge {
    display: none;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-heading {
    font-size: 18px;
    font-weight: normal;
  }
  
  .la-pricing-box-wrap.style-3 .package-features {
    padding: 20px 0;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-action {
    margin-bottom: 45px;
  }
  
  .la-pricing-box-wrap.style-3 .pricing-action a {
    font-weight: bold;
    color: #232324;
    border: 2px solid #e7e7e7;
    padding: 14px 40px;
    border-radius: 3em;
  }
  
  .la-pricing-box-wrap.style-3 .la-pricing-box:hover .pricing-heading-wrap * {
    color: #fff !important;
  }
  
  .timeline-block {
    padding-bottom: 50px;
    position: relative;
  }
  
  .timeline-block .timeline-title {
    margin-top: 0;
  }
  
  .la-timeline-wrap {
    position: relative;
  }
  
  .la-timeline-wrap.style-1 .timeline-line {
    position: absolute;
    height: 97%;
    border-width: 0 0 0 2px;
    border-style: solid;
    top: 10px;
    left: 50%;
    margin-left: -1px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block {
    padding-left: 50px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block:last-child {
    padding-bottom: 0;
  }
  
  .la-timeline-wrap.style-1 .timeline-block .timeline-dot {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  
  .la-timeline-wrap.style-1 .timeline-block .timeline-subtitle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block .timeline-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block {
    float: right;
    width: 50%;
    clear: both;
    padding-left: 40px;
    padding-bottom: 35px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block .timeline-dot {
    left: -10px;
  }
  
  .la-timeline-wrap.style-1 .timeline-block:nth-child(2n) {
    float: left;
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
  }
  
  .la-timeline-wrap.style-1 .timeline-block:nth-child(2n) .timeline-dot {
    right: -10px;
    left: auto;
  }
  
  .la-timeline-wrap.style-2 {
    min-height: 300px;
    overflow: hidden;
  }
  
  .la-timeline-wrap.style-2 .slick-list {
    min-height: 100%;
  }
  
  .la-timeline-wrap.style-2 .timeline-block {
    width: 330px;
    padding: 40px 15px;
    float: left;
  }
  
  .la-timeline-wrap.style-2 .timeline-block:nth-child(2n+1) .timeline-dot {
    top: auto;
    bottom: -8px;
  }
  
  .la-timeline-wrap.style-2 .timeline-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .la-timeline-wrap.style-2 .timeline-title:after {
    content: "";
    display: block;
    width: 70px;
    padding-top: 15px;
    border-width: 0 0 1px;
    border-style: solid;
  }
  
  .la-timeline-wrap.style-2 .timeline-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
  }
  
  .la-timeline-wrap.style-2 .timeline-line {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    left: 0;
  }
  
  .la-timeline-wrap.style-2 .timeline-line span {
    display: block;
    border-top: 2px solid #e6e6e6;
  }
  
  .la-timeline-wrap .slick-slider button.slick-prev {
    left: -50px;
  }
  
  .la-timeline-wrap .slick-slider button.slick-next {
    right: -50px;
  }
  
  .vc_row[data-vc-stretch-content="true"] .la-timeline-wrap.style-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .la-image-with-hotspots {
    position: relative;
    line-height: 0;
  }
  
  .la-image-with-hotspots.no-img {
    background-color: #333;
    width: 75%;
    height: 400px;
  }
  
  .la-image-with-hotspots img {
    max-width: none;
    width: 100%;
    margin-bottom: 0;
  }
  
  .la-image-with-hotspots .la_hotspot_wrap {
    position: absolute;
    width: 30px;
    height: 30px;
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip {
    position: relative;
    display: block;
    opacity: 0;
    cursor: default;
    background-color: #fff;
    padding: 23px;
    max-width: 250px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    color: #666666;
    pointer-events: none;
    border-radius: 4px;
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip h4,
  .la-image-with-hotspots .la_hotspot_wrap .nttip h3 {
    margin-bottom: 4px;
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip[data-tooltip-position="bottom"] {
    margin-top: 42px;
    margin-left: 6px;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip[data-tooltip-position="top"] {
    margin-top: -20px;
    margin-left: 6px;
    transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip[data-tooltip-position="left"] {
    margin-left: -20px;
    margin-top: 6px;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip[data-tooltip-position="right"] {
    margin-left: 42px;
    margin-top: 6px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip.force-top {
    margin-top: -20px;
    margin-left: 6px;
    transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip.force-left {
    margin-left: -20px;
    margin-top: 6px;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  
  .la-image-with-hotspots .la_hotspot_wrap .nttip.force-right {
    margin-left: 42px !important;
    margin-top: 6px !important;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .la-image-with-hotspots[data-tooltip-func="click"] .la_hotspot_wrap .nttip {
    transition: opacity 0.2s ease-out;
  }
  
  .la-image-with-hotspots[data-tooltip_shadow="small_depth"] .la_hotspot_wrap .nttip {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  }
  
  .la-image-with-hotspots[data-tooltip_shadow="medium_depth"] .la_hotspot_wrap .nttip {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16), 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16), 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .la-image-with-hotspots[data-tooltip_shadow="large_depth"] .la_hotspot_wrap .nttip {
    -webkit-box-shadow: 0 30px 102px rgba(0, 0, 0, 0.33), 0 20px 51px rgba(0, 0, 0, 0.18);
    box-shadow: 0 30px 102px rgba(0, 0, 0, 0.33), 0 20px 51px rgba(0, 0, 0, 0.18);
  }
  
  .nttip.empty-tip {
    display: none !important;
  }
  
  @media (min-width: 768px) {
    .la-image-with-hotspots[data-tooltip-func="hover"] .la_hotspot:hover + .nttip {
      opacity: 1;
    }
    .la-image-with-hotspots[data-tooltip-func="hover"] .la_hotspot:hover span {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }
    .la-image-with-hotspots[data-tooltip-func="click"] .la_hotspot.open span {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .la-image-with-hotspots[data-animation="true"] .la_hotspot_wrap {
      opacity: 0;
      transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
      -webkit-transform: translate(0, 80px);
    }
    .la-image-with-hotspots[data-animation="true"] .la_hotspot_wrap.animated-in {
      -webkit-animation: LaHotSpotBounceIn .8s ease-out forwards;
      animation: LaHotSpotBounceIn .8s ease-out forwards;
    }
    .la-image-with-hotspots[data-tooltip-func="always_show"] .la_hotspot_wrap .nttip {
      opacity: 1;
    }
  }
  
  .la-image-with-hotspots .nttip.open {
    opacity: 1 !important;
  }
  
  .la-image-with-hotspots[data-hotspot-icon="plus_sign"] .la_hotspot span {
    display: block;
    pointer-events: none;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease-out;
  }
  
  .la-image-with-hotspots[data-hotspot-icon="plus_sign"] .la_hotspot span:after {
    position: absolute;
    display: block;
    height: 10px;
    width: 2px;
    left: 10px;
    top: 6px;
    content: ' ';
    background-color: #fff;
  }
  
  .la-image-with-hotspots[data-hotspot-icon="plus_sign"] .la_hotspot span:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 10px;
    left: 6px;
    top: 10px;
    content: ' ';
    background-color: #fff;
  }
  
  .la-image-with-hotspots[data-hotspot-icon="plus_sign"][data-tooltip-func="click"] .la_hotspot span {
    transition: transform 0.2s ease-out;
  }
  
  .la-image-with-hotspots .la_hotspot {
    height: 22px;
    width: 22px;
    border-radius: 100px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    display: block;
  }
  
  .la-image-with-hotspots[data-style="color_pulse"] .la_hotspot {
    background-color: #27CFC3;
  }
  
  .la-image-with-hotspots[data-style="color_pulse"] .la_hotspot:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 22px;
    height: 22px;
    margin: -11px auto auto -11px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background-color: inherit;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }
  
  .la-image-with-hotspots[data-style="color_pulse"][data-hotspot-icon="numerical"] .la_hotspot.pulse:before,
  .la-image-with-hotspots[data-style="color_pulse"][data-hotspot-icon="plus_sign"] .la_hotspot:before {
    -webkit-animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
    animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
  }
  
  @-webkit-keyframes pulsate {
    from {
      opacity: 1;
      transform: scale(1);
    }
    to {
      opacity: 0;
      transform: scale(3);
    }
  }
  
  @keyframes pulsate {
    from {
      opacity: 1;
      transform: scale(1);
    }
    to {
      opacity: 0;
      transform: scale(3);
    }
  }
  
  @keyframes LaHotSpotBounceIn {
    0% {
      transform: translateY(80px);
      opacity: 0;
    }
    33% {
      transform: translateY(-13px);
      opacity: 1;
    }
    66% {
      transform: translateY(4px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes LaHotSpotBounceIn {
    0% {
      transform: translateY(80px);
      opacity: 0;
    }
    33% {
      transform: translateY(-13px);
      opacity: 1;
    }
    66% {
      transform: translateY(4px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
  @media (min-width: 768px) {
    .la-image-with-hotspots[data-size="medium"] .la_hotspot {
      height: 30px;
      width: 30px;
      line-height: 30px;
      font-size: 14px;
    }
    .la-image-with-hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .la_hotspot span {
      height: 30px;
      width: 30px;
    }
    .la-image-with-hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .la_hotspot span:before {
      height: 2px;
      width: 12px;
      left: 9px;
      top: 14px;
    }
    .la-image-with-hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .la_hotspot span:after {
      height: 12px;
      width: 2px;
      left: 14px;
      top: 9px;
    }
    .la-image-with-hotspots[data-size="medium"] .la_hotspot_wrap .nttip[data-tooltip-position="bottom"] {
      margin-top: 60px;
      margin-left: 15px;
    }
    .la-image-with-hotspots[data-size="medium"] .la_hotspot_wrap .nttip[data-tooltip-position="top"] {
      margin-top: -30px;
      margin-left: 15px;
    }
    .la-image-with-hotspots[data-size="medium"] .la_hotspot_wrap .nttip[data-tooltip-position="left"] {
      margin-left: -30px;
      margin-top: 15px;
    }
    .la-image-with-hotspots[data-size="medium"] .la_hotspot_wrap .nttip[data-tooltip-position="right"] {
      margin-left: 60px;
      margin-top: 15px;
    }
  }
  
  /*--------------------------------------------------------------
      16. WooCommerce
  ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
      16.1 Category Product
  ---------------------------------------------------------------*/
  .products {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  
  .products .product-category img {
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    transition: opacity 0.35s, transform 1s;
  }
  
  .products .product-category .count {
    display: none;
  }
  
  .onsale .save-total,
  .onsale .save-sale-price {
    display: none;
  }
  
  .catalog-grid-1.grid-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .catalog-grid-1 .product-category {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .catalog-grid-1 .product-category .cat-information {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    text-align: center;
  }
  
  .catalog-grid-1 .product-category .woocommerce-loop-category__title {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    margin: 0;
    padding: 20px 30px;
    line-height: 20px;
    min-width: 160px;
    text-align: center;
  }
  
  .catalog-grid-1 .product-category .item--overlay {
    visibility: visible;
    opacity: 0.9;
    background-color: transparent;
    transition: all 450ms ease-out;
  }
  
  .catalog-grid-1 .product-category a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .catalog-grid-1 .product-category a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  
  .catalog-grid-1 .product-category a:hover .item--overlay {
    background-color: rgba(52, 53, 56, 0.2);
  }
  
  .products.slick-slider .slick-list {
    padding-top: 10px;
  }
  
  .product_item--thumbnail .elm-countdown {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
  }
  
  .product_item--thumbnail .elm-countdown .countdown-section {
    max-width: 24%;
    max-width: calc(24% - 2px);
    max-width: -webkit-calc(24% - 2px);
    background-color: #fff;
    margin: 2px;
    padding: 10px 0;
    width: 55px;
  }
  
  .product_item--thumbnail .elm-countdown .countdown-section:before {
    display: none;
  }
  
  .product_item--thumbnail .elm-countdown .countdown-section .countdown-amount {
    font-size: 16px;
    font-weight: bold;
  }
  
  .product_item--thumbnail .elm-countdown .countdown-section .countdown-period {
    font-size: 12px;
    line-height: normal;
  }
  
  .products-grid.grid-space-default .product_item .product_item--inner {
    margin-bottom: 25px;
  }
  
  .products-grid.grid-space-default .product_item .product_item--info-inner {
    padding-bottom: 20px;
  }
  
  .product_item .product_item--thumbnail {
    position: relative;
    z-index: 2;
  }
  
  .product_item .product_item--thumbnail .wrap-addto {
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
  }
  
  .product_item .product_item--thumbnail .wrap-addto .button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
    display: block;
    border-radius: 50%;
    transition: all 250ms ease-out;
    margin: 0 5px 10px;
  }
  
  .product_item .product_item--thumbnail .wrap-addto .button:before {
    content: "\72";
    font-family: "pisces";
    font-size: 13px;
    display: block;
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 38px;
    text-transform: none;
  }
  
  .product_item .product_item--thumbnail .wrap-addto .quickview:before {
    content: "\64";
  }
  
  .product_item .product_item--thumbnail .wrap-addto .add_compare:before {
    content: "\76";
  }
  
  .product_item .product_item--thumbnail .add_to_cart_button {
    position: absolute;
    bottom: -50px;
    z-index: 3;
    width: 100%;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 15px;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-out;
  }
  
  .product_item .product_item--thumbnail .add_to_cart_button span {
    position: relative;
    padding-left: 20px;
  }
  
  .product_item .product_item--thumbnail .add_to_cart_button span:before {
    content: "\7a";
    font-family: pisces;
    text-transform: none;
    position: absolute;
    left: -5px;
    font-size: 14px;
    line-height: 1;
    top: 0;
  }
  
  .product_item .product_item--thumbnail-holder {
    text-align: center;
  }
  
  .product_item .product_item--thumbnail-holder a {
    display: block;
  }
  
  .product_item .product_item--thumbnail-holder a img {
    width: 100%;
    display: block;
  }
  
  .product_item .product_item--title {
    font-size: 14px;
    margin: 22px 0 8px;
    font-weight: normal;
    line-height: normal;
  }
  
  .product_item .product_item--info {
    position: relative;
    z-index: 2;
  }
  
  .product_item .added_to_cart {
    display: none;
  }
  
  .product_item .product_item--category-link,
  .product_item .item--excerpt {
    display: none;
  }
  
  .product_item .star-rating {
    display: block;
    margin-bottom: 10px;
  }
  
  .product_item.prod-rating-off .star-rating {
    display: none !important;
  }
  
  .product_item .price {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
  }
  
  .product_item .price * {
    line-height: inherit;
  }
  
  .product_item .price del {
    font-size: 85%;
    color: inherit;
  }
  
  .product_item .swatch-wrapper {
    float: none;
    display: inline-block;
    padding: 0;
    border-width: 0;
    margin: 0 5px 5px;
  }
  
  .product_item .swatch-wrapper:not(.swatch-only-label) {
    border-radius: 50%;
  }
  
  .product_item .swatch-wrapper:not(.swatch-only-label) .swatch-anchor {
    max-width: 12px;
    max-height: 12px;
    border-radius: 50%;
  }
  
  .product_item .swatch-wrapper.swatch-only-label .swatch-anchor {
    line-height: normal !important;
    min-height: 0 !important;
    min-width: 0 !important;
  }
  
  .products-list .product_item {
    width: 100%;
  }
  
  .products-list .product_item .product_item--inner {
    margin-bottom: 70px;
    overflow: hidden;
  }
  
  .products-list .product_item .product_item--thumbnail {
    float: left;
    width: 32%;
  }
  
  .products-list .product_item .product_item--title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  
  .products-list .product_item .price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .products-list .product_item .price .amount {
    font-weight: 300;
  }
  
  .products-list .product_item .product_item--info {
    text-align: left;
    padding-left: 30px;
    float: left;
    width: 68%;
  }
  
  .products-list .product_item .product_item--info .add_to_cart_button {
    border: none;
    padding: 15px 50px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    border-radius: 3em;
    transition: all 250ms ease-out;
  }
  
  .products-list .product_item .product_item--info .add_compare,
  .products-list .product_item .product_item--info .add_wishlist {
    float: left;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  
  .products-list .product_item .product_item--info .add_compare:before,
  .products-list .product_item .product_item--info .add_wishlist:before {
    content: "\72";
    font-family: "pisces";
    text-transform: none;
    display: block;
    padding: 0;
    font-size: 16px;
    width: 40px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: inherit;
  }
  
  .products-list .product_item .product_item--info .add_compare:hover:after,
  .products-list .product_item .product_item--info .add_wishlist:hover:after {
    content: attr(title);
    font-size: 12px;
    white-space: pre;
    position: absolute;
    top: -20px;
    font-weight: normal;
    text-transform: none;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  
  .products-list .product_item .product_item--info .add_compare:hover, .products-list .product_item .product_item--info .add_compare.added,
  .products-list .product_item .product_item--info .add_wishlist:hover,
  .products-list .product_item .product_item--info .add_wishlist.added {
    color: #6b56e2;
  }
  
  .products-list .product_item .product_item--info .add_wishlist.added:before {
    content: "\67";
  }
  
  .products-list .product_item .product_item--info .add_compare:before {
    content: "\76";
  }
  
  .products-list .product_item .item--excerpt {
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
    padding-top: 10px;
  }
  
  .products-list-mini .product_item .onsale {
    left: -15px;
    padding: 3px 14px;
    font-size: 12px;
    top: 15px;
  }
  
  .products-list-mini .product_item .product_item--inner {
    margin-bottom: 20px;
    overflow: visible;
  }
  
  .products-list-mini .product_item .product_item--thumbnail {
    width: 100px;
    float: left;
    margin-right: 20px;
    overflow: visible !important;
  }
  
  .products-list-mini .product_item .product_item--info {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  
  .products-list-mini .product_item .product_item--title {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 18px;
  }
  
  .products-list-mini .product_item .price {
    margin-bottom: 10px;
    font-size: 1em;
  }
  
  .products-list-mini .product_item .star-rating {
    margin: 0;
    float: none;
  }
  
  /** Color & Effect **/
  .product_item .product_item--thumbnail .wrap-addto .button {
    color: #232324;
    background-color: #fff;
  }
  
  .product_item .product_item--thumbnail .wrap-addto .button.added, .product_item .product_item--thumbnail .wrap-addto .button:hover {
    color: #fff;
    background-color: #6b56e2;
  }
  
  .product_item .product_item--thumbnail .add_to_cart_button {
    color: #fff;
    background-color: rgba(35, 35, 36, 0.9);
    transition: all 250ms ease-out;
  }
  
  .product_item .product_item--thumbnail .add_to_cart_button:hover {
    color: #fff;
    background-color: #6b56e2;
  }
  
  .products-grid .product_item {
    text-align: center;
  }
  
  .products-grid .product_item .product_item--thumbnail:hover .wrap-addto {
    right: 15px;
    visibility: visible;
    opacity: 1;
  }
  
  .products-grid .product_item .product_item--thumbnail:hover .add_to_cart_button {
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  
  .products-grid .product_item .product_item--info .product_item--action {
    display: none;
  }
  
  .products-grid .product_item .product_item--info .la-swatch-control {
    margin-top: 10px;
    line-height: 0;
  }
  
  .products-grid .product_item .star-rating {
    margin-left: auto;
    margin-right: auto;
  }
  
  .products-grid.products-grid-2 .item--overlay {
    background-color: #232324;
  }
  
  .products-grid.products-grid-2 .product_item--inner {
    position: relative;
  }
  
  .products-grid.products-grid-2 .product_item--inner:hover .item--overlay {
    opacity: 0.8;
    visibility: visible;
  }
  
  .products-grid.products-grid-2 .product_item--inner:hover .product_item--thumbnail .wrap-addto {
    right: 15px;
    visibility: visible;
    opacity: 1;
  }
  
  .products-grid.products-grid-2 .product_item--inner:hover .product_item--thumbnail .add_to_cart_button {
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  
  .products-grid.products-grid-2 .product_item--inner:hover .product_item--info {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  
  .products-grid.products-grid-2 .product_item--info {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  }
  
  .products-grid.products-grid-2 .product_item--title {
    color: inherit;
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail {
    overflow: hidden;
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail img {
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail .wp-alt-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    opacity: 0;
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail .item--overlay {
    z-index: 2;
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail:hover .wp-post-image {
    opacity: 1;
  }
  
  .product_item.thumb-has-effect .product_item--thumbnail:hover .wp-alt-image {
    opacity: 1;
  }
  
  .product_item.thumb-no-effect .product_item--thumbnail {
    overflow: hidden;
  }
  
  .product_item.thumb-no-effect .item--overlay {
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }
  
  .la-shop-products .la-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .products-grid.la-isotope-container .product_item:not(.showmenow) {
    opacity: 0;
  }
  
  /*--------------------------------------------------------------
      16.2. Search Product
  ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
      16.3. Single Product
  ---------------------------------------------------------------*/
  .stock {
    font-size: 0.875em;
  }
  
  .stock.in-stock {
    background-color: #35d56a;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    padding: 2px 15px;
  }
  
  .stock.out-of-stock {
    background-color: #b5b7c4;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    padding: 2px 15px;
  }
  
  .woocommerce-product-gallery__wrapper embed,
  .woocommerce-product-gallery__wrapper iframe,
  .woocommerce-product-gallery__wrapper object,
  .woocommerce-product-gallery__wrapper video {
    width: 100%;
    max-width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  
  .woocommerce-product-gallery__wrapper a[data-videolink^="http"] {
    display: block;
    position: relative;
    width: 100%;
    z-index: 9;
  }
  
  .la-woo-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 30px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
  }
  
  .la-woo-product-gallery .woocommerce-product-gallery__trigger:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: inherit;
    text-indent: 0;
  }
  
  .la-woo-thumbs .la-thumb-inner {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .la-woo-thumbs .la-thumb {
    width: 70px;
    float: left;
    margin: 5px;
    border: none;
  }
  
  .la-woo-thumbs .la-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  
  .la-woo-thumbs .la-thumb div {
    position: relative;
  }
  
  .la-woo-thumbs .la-thumb div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 53, 56, 0.4);
  }
  
  .la-woo-thumbs .la-thumb .play-overlay {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  .la-woo-thumbs .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    position: absolute;
  }
  
  .la-woo-thumbs .slick-arrow > span {
    display: block;
    line-height: 20px;
  }
  
  .la-woo-thumbs .slick-arrow.slick-disabled {
    opacity: 0;
  }
  
  .la-woo-thumbs .la-thumb-inner:not(.slick-vertical) .slick-prev {
    left: -20px;
  }
  
  .la-woo-thumbs .la-thumb-inner:not(.slick-vertical) .slick-next {
    right: -20px;
  }
  
  .la-woo-thumbs .slick-vertical .slick-arrow {
    left: 50%;
    margin-left: -10px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .la-woo-thumbs .slick-vertical .slick-prev {
    top: -20px;
  }
  
  .la-woo-thumbs .slick-vertical .slick-next {
    bottom: -20px;
  }
  
  .product-main-image {
    margin-bottom: 30px;
  }
  
  .product-main-image img {
    width: 100%;
  }
  
  .product-main-image .la_woo_loading {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  .product-main-image .la-woo-product-gallery {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  
  .product-main-image img.zoomImg {
    display: none;
  }
  
  .product-main-image .swatch-loading {
    pointer-events: none;
    position: relative;
    overflow: hidden;
  }
  
  .product-main-image .swatch-loading .la_woo_loading {
    opacity: 1;
    visibility: visible;
  }
  
  .product-main-image .swatch-loading .la-woo-product-gallery {
    position: static !important;
  }
  
  .product-main-image .swatch-loading .la-woo-product-gallery .woocommerce-product-gallery__wrapper,
  .product-main-image .swatch-loading .la-woo-thumbs .la-thumb-inner {
    opacity: 0.3;
  }
  
  .product-main-image .no-gallery .la-woo-thumbs {
    display: none;
  }
  
  @media (min-width: 991px) {
    .la-p-single-2 .product-main-image .la-woo-product-gallery {
      float: right;
      position: relative;
      width: 85%;
      width: calc(100% - 85px);
      width: -webkit-calc(100% - 85px);
    }
    .la-p-single-2 .product-main-image .la-woo-thumbs {
      position: relative;
      float: left;
      width: 80px;
    }
    .la-p-single-2 .no-gallery .la-woo-product-gallery {
      width: 100%;
    }
  }
  
  .product--summary {
    margin-bottom: 30px;
  }
  
  .product--summary .product_title {
    font-size: 24px;
    margin: 0;
  }
  
  .product--summary .entry-summary > .stock {
    float: right;
    background: none;
    text-transform: uppercase;
    font-size: 10px;
    color: #343538;
    margin: 0;
    padding: 0;
    line-height: 14px;
    position: relative;
    padding-left: 20px;
  }
  
  .product--summary .woocommerce-product-rating {
    display: block;
    line-height: 14px;
    margin-top: 20px;
  }
  
  .product--summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: top;
  }
  
  .product--summary .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
  }
  
  .product--summary .single-price-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .product--summary .single-price-wrapper .price {
    font-size: 24px;
    line-height: 1;
  }
  
  .product--summary .single-price-wrapper .price:first-child:not(:last-child) {
    display: none;
  }
  
  .product--summary .single-price-wrapper .price .amount {
    font-weight: 300;
  }
  
  .product--summary .product_meta-top {
    margin-bottom: 35px;
  }
  
  .product--summary .product_meta-top .sku_wrapper {
    font-size: 11px;
    text-transform: uppercase;
  }
  
  .product--summary .product_meta-top .sku_wrapper .sku {
    text-transform: none;
  }
  
  .product--summary .product_meta {
    margin-top: 35px;
    line-height: 2;
  }
  
  .product--summary .product_meta > span {
    display: block;
  }
  
  .product--summary .product_meta .sku_wrapper {
    display: none;
  }
  
  .product--summary .product_meta_sku_wrapper {
    margin-bottom: 40px;
    font-size: 0.875em;
  }
  
  .product--summary .product_meta_sku_wrapper .sku_wrapper {
    display: block;
  }
  
  .product--summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
  }
  
  .product--summary .woocommerce-product-details__short-description ul,
  .product--summary .woocommerce-product-details__short-description ol {
    padding-left: 15px;
  }
  
  .product--summary .social--sharing {
    display: inline-block;
    font-size: 12px;
    margin-left: -10px;
    margin-top: 35px;
  }
  
  .product--summary .social--sharing a {
    margin: 0;
    background: none !important;
  }
  
  .product--summary .single_add_to_cart_button {
    border: none;
    padding: 15px 50px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    border-radius: 3em;
    transition: all 250ms ease-out;
  }
  
  .product--summary .single_add_to_cart_button.disabled {
    cursor: not-allowed;
  }
  
  .product--summary .group_table,
  .product--summary .group_table td {
    border: none;
    padding: 0;
  }
  
  .product--summary .group_table tr {
    float: left;
    width: 100%;
    padding-left: 130px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
  }
  
  .product--summary .group_table td {
    float: left;
    width: 100%;
  }
  
  .product--summary .group_table td:first-child {
    position: absolute;
    left: 0;
    width: auto;
  }
  
  .product--summary .group_table td.label {
    margin-bottom: 7px;
  }
  
  .product--summary .group_table label {
    font-size: 14px;
    font-weight: bold;
  }
  
  .product--summary .group_table .price {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
  }
  
  .product--summary .group_table .stock {
    background: none;
    color: inherit;
    padding: 0 0 0 10px;
    display: inline;
    margin: 0 0 0 10px;
  }
  
  .product--summary .variations,
  .product--summary .variations td {
    border: none;
  }
  
  .product--summary .variations td {
    padding: 5px 0;
    display: block;
    max-width: 340px;
  }
  
  .product--summary .variations td.label {
    font-size: 0.875em;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0;
  }
  
  .product--summary .variations select {
    height: 52px;
    width: 100%;
    font-weight: bold;
  }
  
  .product--summary .variations .label .swatch-label {
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
  }
  
  .product--summary .variations .label .swatch-label:not(:empty):before {
    content: ":";
    margin-left: 5px;
    padding-right: 5px;
  }
  
  .product--summary .la-init-swatches .variations td {
    width: 100%;
  }
  
  .product--summary .variations_button {
    margin-top: 30px;
  }
  
  .product--summary .quantity {
    float: left;
    margin-right: 10px;
  }
  
  .product--summary .add_compare,
  .product--summary .add_wishlist {
    float: left;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  
  .product--summary .add_compare:before,
  .product--summary .add_wishlist:before {
    font-family: "pisces";
    text-transform: none;
    display: block;
    padding: 0;
    font-size: 16px;
    width: 40px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: inherit;
  }
  
  .product--summary .add_compare:hover:after,
  .product--summary .add_wishlist:hover:after {
    content: attr(title);
    font-size: 11px;
    white-space: pre;
    position: absolute;
    top: -20px;
    font-weight: normal;
    text-transform: none;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  
  .product--summary .add_compare:before {
    content: "\76";
  }
  
  .product--summary .add_wishlist:before {
    content: "\72";
  }
  
  .variations_form .swatch-control {
    display: block;
    float: left;
    width: 100%;
  }
  
  .variations_form.la-init-swatches .variations {
    margin-bottom: 0;
  }
  
  .woocommerce-tabs {
    margin: 30px 0;
  }
  
  .wc-tabs {
    padding: 0;
    margin: 8% 0;
    text-align: center;
  }
  
  .wc-tabs li {
    display: inline-block;
    margin: 0 10px;
  }
  
  .wc-tabs li a {
    position: relative;
    display: block;
    padding: 5px 0;
    line-height: 20px;
  }
  
  .wc-tabs li a:after {
    content: "";
    height: 2px;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    position: absolute;
    transition: width 300ms ease-out;
  }
  
  .wc-tabs li:hover > a:after,
  .wc-tabs li.active > a:after {
    left: 0;
    right: auto;
    width: 100%;
    transition: width 300ms ease-in;
  }
  
  .wc-tabs li.active > a {
    font-weight: bold;
  }
  
  .wc-tabs + .line-fullwidth {
    display: none;
  }
  
  .wc-tab .wc-tab-title {
    display: none;
    font-size: 16px;
    padding-top: 20px;
    position: relative;
  }
  
  .wc-tab .wc-tab-title:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
  }
  
  .wc-tab .wc-tab-title a {
    display: block;
  }
  
  .wc-tab.active {
    margin-bottom: 40px;
  }
  
  .wc-tab.active .wc-tab-title {
    padding-bottom: 20px;
  }
  
  .wc-tab.active .wc-tab-title:after {
    content: "\f068";
  }
  
  #tab-description .tab-content li {
    margin-bottom: 5px;
  }
  
  #tab-description .tab-content img.alignright {
    margin-top: 0;
  }
  
  #tab-additional_information table,
  #tab-additional_information table th,
  #tab-additional_information table td {
    border: none;
  }
  
  #tab-additional_information table th,
  #tab-additional_information table td {
    padding: 2px 0;
  }
  
  #tab-additional_information p {
    margin: 0;
  }
  
  .la-custom-pright:before, .la-custom-pright:after {
    content: '';
    display: table;
  }
  
  .la-custom-pright .stock ~ .stock {
    display: none;
  }
  
  .la-custom-pright .wc-tabs {
    text-align: left;
    margin-left: -15px;
  }
  
  .custom-product-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .custom-product-wrap .block_heading {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .line-fullwidth {
    position: relative;
    border-width: 1px 0 0;
    border-style: solid;
  }
  
  .la-p-single-3 .woocommerce-product-gallery__image {
    margin-top: 30px;
  }
  
  .la-p-single-3 .woocommerce-product-gallery__image:first-child {
    margin-top: 0;
  }
  
  .la-p-single-3 .la-single-product-page .p-right.product--summary {
    position: static;
    margin-bottom: 0;
  }
  
  .la-p-single-wrap .wc-tabs li {
    font-size: 14px;
    width: 260px;
  }
  
  .la-p-single-wrap .wc-tabs li a {
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    padding: 18px 40px;
    line-height: 24px;
  }
  
  .la-p-single-wrap .wc-tabs li a:after {
    display: none;
  }
  
  .la-p-single-wrap .wc-tabs li:hover a, .la-p-single-wrap .wc-tabs li.active a {
    font-weight: normal;
    border-color: inherit;
  }
  
  @media (max-width: 767px) {
    .woocommerce-Reviews .comment_container {
      padding-left: 60px;
    }
    .woocommerce-Reviews .comment_container img.avatar {
      width: 50px;
      height: 50px;
    }
    .woocommerce-Reviews .comment_container .meta {
      bottom: 15px;
    }
    .woocommerce-Reviews .comment_container .meta .woocommerce-review__author:before {
      margin-bottom: 10px;
    }
    .woocommerce-Reviews .comment_container .star-rating {
      bottom: 0;
      right: auto;
      left: 0;
    }
    .comment-form-rating p.stars {
      min-width: 260px;
    }
  }
  
  .pisces-body:not(.body-col-1c) .line-fullwidth {
    left: 15px !important;
    max-width: 95%;
    max-width: calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
  }
  
  /**
  Quick View
  **/
  .lightcase-inlineWrap .la-p-single-wrap .product-main-image {
    margin-bottom: 0;
    padding-right: 15px;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product-main-image .la-woo-product-gallery {
    margin-bottom: 0;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product-main-image .no-gallery .la-woo-product-gallery {
    margin-bottom: 0;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product--summary {
    margin-bottom: 0;
    padding-left: 15px;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta {
    display: none;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product--summary .woocommerce-product-details__short-description,
  .lightcase-inlineWrap .la-p-single-wrap .product--summary .product_meta-top {
    margin-bottom: 15px;
  }
  
  .lightcase-inlineWrap .la-p-single-wrap .product--summary .social--sharing {
    margin-top: 15px;
  }
  
  @media (min-width: 1441px) {
    .pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth) .wc-tab .tab-content {
      width: 820px;
      margin: 0 auto;
    }
    .pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs {
      margin-left: -105px;
      width: 100px;
      top: -5px;
    }
    .pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-product-gallery {
      min-width: 100%;
      margin-bottom: 0;
    }
  }
  
  .pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth) .la-p-single-wrap:not(.la-p-single-3) .la-wc-tabs-wrapper:not(.active-sidebar-p-s-block) .wc-tabs + .line-fullwidth {
    margin-top: -1px;
    display: block;
    z-index: -1;
  }
  
  /*--------------------------------------------------------------
      16.4. Cart Page
  ---------------------------------------------------------------*/
  .cart-flyout {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  }
  
  .cart-flyout .cart-flyout--inner {
    display: block;
    height: 100%;
    position: relative;
  }
  
  .cart-flyout .btn-close-cart {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 30px;
  }
  
  .cart-flyout .btn-close-cart i {
    vertical-align: middle;
  }
  
  .cart-flyout .cart-flyout__content {
    padding-top: 50px;
  }
  
  .cart-flyout .cart_list {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    max-height: -webkit-calc(100vh - 430px);
    overflow: auto;
  }
  
  .cart-flyout .cart_list li.empty {
    padding: 50px 0;
  }
  
  .cart-flyout .cart_list .quantity .amount {
    font-size: inherit;
    color: inherit;
  }
  
  .cart-flyout .cart-flyout__heading {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 18px;
  }
  
  .cart-flyout .widget_shopping_cart_content {
    overflow: hidden;
    opacity: 1;
  }
  
  .cart-flyout .widget_shopping_cart_content .total {
    border: none;
    text-transform: none;
    margin-bottom: 35px;
  }
  
  .cart-flyout .widget_shopping_cart_content .total .amount {
    font-size: 18px;
  }
  
  .cart-flyout .widget_shopping_cart_content .button {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 20px 20px;
    transition: all 250ms ease-out;
  }
  
  .cart-flyout .cart-flyout__loading {
    text-align: center;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  
  .cart-flyout.cart-flyout--loading .cart-flyout__loading {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  
  .cart-flyout.cart-flyout--loading .widget_shopping_cart_content {
    opacity: 0;
    transition: opacity 400ms ease-out;
  }
  
  .open-cart-aside.pisces-body {
    overflow: hidden;
  }
  
  .open-cart-aside .cart-flyout {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .open-cart-aside .la-overlay-global {
    visibility: visible;
    opacity: 0.7;
  }
  
  .shop_table th, .shop_table td {
    vertical-align: middle;
  }
  
  .shop_table.cart {
    border: none;
  }
  
  .shop_table.cart thead {
    background-color: #f7f7f7;
  }
  
  .shop_table.cart th {
    border: none;
    padding: 13px 0;
    font-size: inherit;
  }
  
  .shop_table.cart td {
    border-width: 0 0 1px 0;
    padding: 29px 0;
  }
  
  .shop_table.cart td.actions {
    padding-top: 20px;
    border-width: 0;
  }
  
  .shop_table.cart td.actions .button {
    float: right;
    min-width: 180px;
    cursor: pointer;
  }
  
  .shop_table.cart td.actions .button,
  .shop_table.cart td.actions .btn {
    border-radius: 3em;
  }
  
  .shop_table.woocommerce-cart-form__contents .product-price,
  .shop_table.woocommerce-cart-form__contents .product-quantity,
  .shop_table.woocommerce-cart-form__contents .product-subtotal {
    text-align: center;
  }
  
  .shop_table td.product-price,
  .shop_table td.product-subtotal {
    font-size: 16px;
  }
  
  .shop_table .product-quantity {
    width: 100px;
  }
  
  .shop_table .product-remove {
    width: 30px;
    font-size: 30px;
    line-height: normal;
    font-weight: 100;
  }
  
  .shop_table .product-remove .remove {
    font-size: 0;
  }
  
  .shop_table .product-remove .remove:before {
    content: "\68";
    font-family: "pisces";
    font-size: 16px;
  }
  
  .shop_table .product-thumbnail {
    width: 90px;
  }
  
  .shop_table dl {
    margin-bottom: 0;
  }
  
  .shop_table dl p {
    display: inline;
  }
  
  .shop_table dl dt, .shop_table dl dd {
    float: left;
  }
  
  .shop_table dl dt {
    clear: both;
    font-weight: normal;
  }
  
  td.actions .coupon {
    display: none;
  }
  
  .cart-collaterals {
    padding-top: 30px;
  }
  
  .cart-collaterals .cart_totals {
    width: 32%;
    float: right;
    margin-bottom: 50px;
  }
  
  .cart-collaterals .cart_totals .checkout-button {
    width: 100%;
    text-align: center;
  }
  
  .cart-collaterals .shop_table {
    background-color: #f7f7f7;
    border-width: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .cart-collaterals .shop_table td,
  .cart-collaterals .shop_table th {
    border-width: 0;
    padding: 5px 10px;
  }
  
  .cart-collaterals .shop_table th {
    vertical-align: top;
    padding-left: 30px;
  }
  
  .cart-collaterals .shop_table .amount {
    font-size: 14px;
    font-weight: normal;
  }
  
  .cart-collaterals .shop_table .cart-subtotal td,
  .cart-collaterals .shop_table .cart-subtotal th {
    padding-top: 25px;
  }
  
  .cart-collaterals .shop_table .order-total td,
  .cart-collaterals .shop_table .order-total th {
    padding-bottom: 25px;
  }
  
  .cart-collaterals .shipping li {
    margin-bottom: 10px;
  }
  
  .cart-collaterals .shipping label {
    text-transform: uppercase;
    padding-left: 10px;
  }
  
  .cart-collaterals .la-coupon-form,
  .cart-collaterals .la-shipping-form {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  
  .cart-collaterals .shipping-calculator-form {
    display: block !important;
  }
  
  .cart-collaterals .woocommerce-shipping-calculator,
  .cart-collaterals .la-coupon {
    max-width: 370px;
    padding-top: 10px;
  }
  
  .cart-collaterals .woocommerce-shipping-calculator .button,
  .cart-collaterals .la-coupon .button {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    padding: 5px 0;
    float: right;
    margin-top: 10px;
  }
  
  .cart-collaterals .woocommerce-shipping-calculator .input-text:placeholder-shown,
  .cart-collaterals .la-coupon .input-text:placeholder-shown {
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .cart-collaterals h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  
  .cart-collaterals h2 + p {
    font-size: 12px;
  }
  
  .cart-collaterals .form-row {
    margin-bottom: 10px;
  }
  
  .btn-clear-cart {
    margin-right: 10px;
  }
  
  .woocommerce > .return-to-shop,
  .woocommerce > p.cart-empty {
    text-align: center;
  }
  
  .woocommerce > p.cart-empty {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 300;
  }
  
  .woocommerce > p.cart-empty:before {
    content: "\65";
    font-family: "pisces";
    display: block;
    font-size: 100px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  
  .woocommerce > .return-to-shop {
    margin-bottom: 50px;
    padding-top: 10px;
  }
  
  .cart-collaterals .cart_totals .la-shipping-form {
    width: 100%;
    display: none !important;
  }
  
  /*--------------------------------------------------------------
      16.5. Checkout Page
  ---------------------------------------------------------------*/
  .woocommerce-checkout form.login,
  .woocommerce-checkout form.checkout_coupon {
    margin-bottom: 40px;
    overflow: hidden;
  }
  
  .checkout_coupon .button {
    padding: 15px 30px;
    border: none;
    line-height: 20px;
  }
  
  .woocommerce form.checkout.woocommerce-checkout {
    position: relative;
  }
  
  .woocommerce form.checkout.woocommerce-checkout .woocommerce-error {
    margin-bottom: 30px;
  }
  
  .woocommerce form.checkout.woocommerce-checkout h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  
  .woocommerce form.checkout.woocommerce-checkout h3:after {
    content: "";
    width: 50px;
    display: block;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: inherit;
  }
  
  .woocommerce #customer_details {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  
  .woocommerce #customer_details .col-1,
  .woocommerce #customer_details .col-2 {
    width: 100%;
  }
  
  .woocommerce #order_review_heading,
  .woocommerce #order_review {
    float: right;
    width: 41.66667%;
  }
  
  .woocommerce #order_review {
    padding: 100px 50px 30px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    margin-bottom: 50px;
    border-color: rgba(52, 53, 56, 0.1);
  }
  
  .woocommerce #order_review_heading {
    position: absolute;
    right: 0;
    padding: 40px 0 0 50px;
    margin: 0;
  }
  
  .woocommerce #ship-to-different-address {
    margin: 0 0 10px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  
  .woocommerce #ship-to-different-address .input-checkbox {
    float: left;
    margin: 6px 10px 0 0;
  }
  
  .woocommerce #order_comments {
    min-height: 120px;
    line-height: inherit;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 20px;
  }
  
  table.woocommerce-checkout-review-order-table {
    border: none;
  }
  
  table.woocommerce-checkout-review-order-table th {
    border-width: 0 0 1px 0;
    padding: 8px 0;
  }
  
  table.woocommerce-checkout-review-order-table td {
    border-width: 0;
    padding: 8px 0;
  }
  
  table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
  }
  
  table.woocommerce-checkout-review-order-table .variation,
  table.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: normal;
  }
  
  table.woocommerce-checkout-review-order-table .variation {
    font-size: 12px;
  }
  
  table.woocommerce-checkout-review-order-table .cart_item {
    line-height: 20px;
  }
  
  table.woocommerce-checkout-review-order-table .cart_item th,
  table.woocommerce-checkout-review-order-table .cart_item td {
    vertical-align: top;
  }
  
  table.woocommerce-checkout-review-order-table .cart_item:first-child td {
    padding-top: 27px;
  }
  
  table.woocommerce-checkout-review-order-table .cart_item:last-child td {
    padding-bottom: 27px;
    border-bottom-width: 1px;
  }
  
  table.woocommerce-checkout-review-order-table tfoot td,
  table.woocommerce-checkout-review-order-table tfoot th {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  
  table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
  }
  
  table.woocommerce-checkout-review-order-table .shipping td {
    text-align: left;
  }
  
  table.woocommerce-checkout-review-order-table .shipping th {
    vertical-align: top;
  }
  
  table.woocommerce-checkout-review-order-table .shipping label {
    text-transform: uppercase;
  }
  
  table.woocommerce-checkout-review-order-table .shipping label .amount {
    font-size: inherit;
  }
  
  table.woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 18px;
    font-weight: normal;
  }
  
  .wc_payment_methods {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  
  .wc_payment_methods .wc_payment_method {
    margin-bottom: 10px;
  }
  
  .wc_payment_methods .wc_payment_method label {
    text-transform: uppercase;
    margin-left: 5px;
  }
  
  .wc_payment_methods .payment_box {
    padding: 10px 0;
    line-height: 24px;
    font-size: 12px;
  }
  
  .wc_payment_methods .payment_box p:last-child {
    margin-bottom: 0;
  }
  
  .wc_payment_methods .payment_method_paypal img {
    display: inline-block;
    max-width: 140px;
  }
  
  .wc_payment_methods .about_paypal {
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
  }
  
  .woocommerce-order-received #section_page_header {
    display: none;
  }
  
  .woocommerce-order h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .woocommerce-order h3,
  .woocommerce-order h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px;
  }
  
  .woocommerce-order .woocommerce-table {
    margin-bottom: 40px;
  }
  
  .woocommerce-order ul {
    padding: 0;
    margin-bottom: 30px;
  }
  
  .woocommerce-MyAccount-content h3,
  .woocommerce-MyAccount-content h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px;
  }
  
  .woocommerce-MyAccount-content .woocommerce-table {
    margin-bottom: 40px;
  }
  
  /*--------------------------------------------------------------
      16.6. My Account Page
  ---------------------------------------------------------------*/
  .la-myaccount-page {
    max-width: 570px;
    margin: 0 auto 50px;
  }
  
  .la-myaccount-page .la_tab_control {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    font-size: 24px;
    text-align: center;
  }
  
  .la-myaccount-page .la_tab_control li {
    display: inline-block;
  }
  
  .la-myaccount-page .la_tab_control li.active {
    font-weight: bold;
  }
  
  .la-myaccount-page form .button {
    width: 100%;
    margin: 0 !important;
    display: block;
    line-height: 30px;
    padding: 15px 20px !important;
    border-width: 0;
  }
  
  .la-myaccount-page .form-row {
    margin-bottom: 20px;
  }
  
  .la-myaccount-page .form-row .input-text {
    height: 60px;
  }
  
  .la-myaccount-page .form-row label {
    margin: 5px 0 10px;
  }
  
  .la-myaccount-page .la-tab-panel {
    display: none;
  }
  
  .la-myaccount-page #la_tab--login {
    display: block;
  }
  
  .la-myaccount-page .la-checkbox {
    margin-top: 15px;
  }
  
  .la-myaccount-page .la-checkbox .lost_password {
    float: right;
  }
  
  .la-myaccount-page .la-checkbox input {
    display: none;
  }
  
  .la-myaccount-page .la-checkbox label {
    float: left;
    text-transform: none;
    color: inherit;
    position: relative;
    padding-left: 38px;
    line-height: 20px;
  }
  
  .la-myaccount-page .la-checkbox label:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 2px solid;
    position: absolute;
    left: 0;
    color: #e4e4e4;
  }
  
  .la-myaccount-page .la-checkbox input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    color: #4fb3ec;
  }
  
  .la-myaccount-page .wc-social-login {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .la-myaccount-page .ywsl-label {
    text-transform: uppercase;
  }
  
  .la-myaccount-page .btn-create-account {
    display: block;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 20px;
    font-weight: bold;
    border-color: #e4e4e4;
  }
  
  .socials-list {
    text-align: center;
  }
  
  .socials-list::before, .socials-list::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .socials-list::after {
    clear: both;
  }
  
  .socials-list .social_login {
    background-color: #f5f5f5;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 11px;
    padding: 20px 20px;
    line-height: 20px;
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  
  .socials-list .social_login:nth-child(4) {
    margin-right: 0;
  }
  
  .socials-list .social_login:hover {
    color: #fff;
    background-color: #4fb3ec;
  }
  
  .lost_reset_password {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  
  form.login .button {
    padding: 10px 30px;
    margin-right: 20px;
  }
  
  form.login .clear + p.form-row {
    margin-top: 10px;
  }
  
  form.lost_reset_password .form-row {
    width: 100%;
  }
  
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 190px;
    background: #f7f7f7;
  }
  
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
  }
  
  .woocommerce-MyAccount-navigation li {
    display: block;
  }
  
  .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 30px;
  }
  
  .woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
  }
  
  .woocommerce-MyAccount-content {
    float: right;
    width: 80%;
    width: calc( 100% - 220px);
    width: -webkit-calc( 100% - 220px);
  }
  
  .woocommerce-address-fields__field-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .registration-form {
    margin-bottom: 30px;
  }
  
  .registration-form .form-row {
    margin-bottom: 40px;
  }
  
  .registration-form label {
    display: none;
  }
  
  .registration-form input {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    width: 100%;
    color: #fff;
  }
  
  .registration-form .input-text {
    background-color: #134f8a;
    padding: 15px 40px;
    color: #487eb4;
  }
  
  .registration-form .input-text:focus {
    color: #fff;
  }
  
  .registration-form .button {
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .registration-horizonal .registration-form {
    margin: 0 -15px;
  }
  
  .registration-horizonal .registration-form .form-row {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  .registration-horizonal .registration-form .form-row-wide {
    float: left;
    width: 40%;
  }
  
  /*--------------------------------------------------------------
      17. Extra class
  ---------------------------------------------------------------*/
  .la-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin: 5px;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
    animation: la-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  
  .la-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: la-scaleout 1.0s infinite ease-in-out;
    animation: la-scaleout 1.0s infinite ease-in-out;
  }
  
  .la-loader.spinner3 {
    margin: 15px 0 0 -10px;
    width: 70px;
    text-align: center;
  }
  
  .la-loader.spinner3 [class*="bounce"] {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: la-bouncedelay 1.4s infinite ease-in-out;
    animation: la-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .la-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
  }
  
  .la-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
  }
  
  .la-loader.spinner4 {
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: la-rotate 2.0s infinite linear;
    animation: la-rotate 2.0s infinite linear;
  }
  
  .la-loader.spinner4 [class*="dot"] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: la-bounce 2.0s infinite ease-in-out;
    animation: la-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
  
  .la-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .la-loader.spinner5 {
    margin: 5px;
    width: 40px;
    height: 40px;
  }
  
  .la-loader.spinner5 div {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  
  .la-loader.spinner5 div:nth-child(1), .la-loader.spinner5 div:nth-child(5), .la-loader.spinner5 div:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }
  
  .la-loader.spinner5 div:nth-child(2), .la-loader.spinner5 div:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  
  .la-loader.spinner5 div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .la-loader.spinner5 div:nth-child(4), .la-loader.spinner5 div:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
  
  .la-loader.spinner5 div:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  @-webkit-keyframes la-rotateplane {
    0% {
      -webkit-transform: perspective(120px);
    }
    50% {
      -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
      -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
  }
  
  @keyframes la-rotateplane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }
  
  @-webkit-keyframes la-scaleout {
    0% {
      -webkit-transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes la-scaleout {
    0% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes la-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes la-bouncedelay {
    0%, 80%, 100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes la-rotate {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes la-rotate {
    100% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes la-bounce {
    0%, 100% {
      -webkit-transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes la-bounce {
    0%, 100% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes la-cubeGridScaleDelay {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
    }
    35% {
      -webkit-transform: scale3d(0, 0, 1);
    }
    70% {
      -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes la-cubeGridScaleDelay {
    0% {
      transform: scale3d(1, 1, 1);
    }
    35% {
      transform: scale3d(0, 0, 1);
    }
    70% {
      transform: scale3d(1, 1, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .item--overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
  }
  
  .item--social {
    font-size: 16px;
  }
  
  .item--social a {
    display: inline-block;
    padding: 0 10px;
  }
  
  .margin-0 {
    margin: 0px !important;
  }
  
  .padding-0 {
    padding: 0px !important;
  }
  
  .margin-top-0 {
    margin-top: 0px !important;
  }
  
  .padding-top-0 {
    padding-top: 0px !important;
  }
  
  .margin-left-0 {
    margin-left: 0px !important;
  }
  
  .padding-left-0 {
    padding-left: 0px !important;
  }
  
  .margin-right-0 {
    margin-right: 0px !important;
  }
  
  .padding-right-0 {
    padding-right: 0px !important;
  }
  
  .margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  
  .padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  
  .margin-5 {
    margin: 5px !important;
  }
  
  .padding-5 {
    padding: 5px !important;
  }
  
  .margin-top-5 {
    margin-top: 5px !important;
  }
  
  .padding-top-5 {
    padding-top: 5px !important;
  }
  
  .margin-left-5 {
    margin-left: 5px !important;
  }
  
  .padding-left-5 {
    padding-left: 5px !important;
  }
  
  .margin-right-5 {
    margin-right: 5px !important;
  }
  
  .padding-right-5 {
    padding-right: 5px !important;
  }
  
  .margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  
  .padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  
  .margin-10 {
    margin: 10px !important;
  }
  
  .padding-10 {
    padding: 10px !important;
  }
  
  .margin-top-10 {
    margin-top: 10px !important;
  }
  
  .padding-top-10 {
    padding-top: 10px !important;
  }
  
  .margin-left-10 {
    margin-left: 10px !important;
  }
  
  .padding-left-10 {
    padding-left: 10px !important;
  }
  
  .margin-right-10 {
    margin-right: 10px !important;
  }
  
  .padding-right-10 {
    padding-right: 10px !important;
  }
  
  .margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  
  .padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  
  .margin-15 {
    margin: 15px !important;
  }
  
  .padding-15 {
    padding: 15px !important;
  }
  
  .margin-top-15 {
    margin-top: 15px !important;
  }
  
  .padding-top-15 {
    padding-top: 15px !important;
  }
  
  .margin-left-15 {
    margin-left: 15px !important;
  }
  
  .padding-left-15 {
    padding-left: 15px !important;
  }
  
  .margin-right-15 {
    margin-right: 15px !important;
  }
  
  .padding-right-15 {
    padding-right: 15px !important;
  }
  
  .margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  
  .padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  
  .margin-20 {
    margin: 20px !important;
  }
  
  .padding-20 {
    padding: 20px !important;
  }
  
  .margin-top-20 {
    margin-top: 20px !important;
  }
  
  .padding-top-20 {
    padding-top: 20px !important;
  }
  
  .margin-left-20 {
    margin-left: 20px !important;
  }
  
  .padding-left-20 {
    padding-left: 20px !important;
  }
  
  .margin-right-20 {
    margin-right: 20px !important;
  }
  
  .padding-right-20 {
    padding-right: 20px !important;
  }
  
  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  
  .padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  
  .margin-25 {
    margin: 25px !important;
  }
  
  .padding-25 {
    padding: 25px !important;
  }
  
  .margin-top-25 {
    margin-top: 25px !important;
  }
  
  .padding-top-25 {
    padding-top: 25px !important;
  }
  
  .margin-left-25 {
    margin-left: 25px !important;
  }
  
  .padding-left-25 {
    padding-left: 25px !important;
  }
  
  .margin-right-25 {
    margin-right: 25px !important;
  }
  
  .padding-right-25 {
    padding-right: 25px !important;
  }
  
  .margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  
  .padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  
  .margin-30 {
    margin: 30px !important;
  }
  
  .padding-30 {
    padding: 30px !important;
  }
  
  .margin-top-30 {
    margin-top: 30px !important;
  }
  
  .padding-top-30 {
    padding-top: 30px !important;
  }
  
  .margin-left-30 {
    margin-left: 30px !important;
  }
  
  .padding-left-30 {
    padding-left: 30px !important;
  }
  
  .margin-right-30 {
    margin-right: 30px !important;
  }
  
  .padding-right-30 {
    padding-right: 30px !important;
  }
  
  .margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  
  .padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  
  .margin-35 {
    margin: 35px !important;
  }
  
  .padding-35 {
    padding: 35px !important;
  }
  
  .margin-top-35 {
    margin-top: 35px !important;
  }
  
  .padding-top-35 {
    padding-top: 35px !important;
  }
  
  .margin-left-35 {
    margin-left: 35px !important;
  }
  
  .padding-left-35 {
    padding-left: 35px !important;
  }
  
  .margin-right-35 {
    margin-right: 35px !important;
  }
  
  .padding-right-35 {
    padding-right: 35px !important;
  }
  
  .margin-bottom-35 {
    margin-bottom: 35px !important;
  }
  
  .padding-bottom-35 {
    padding-bottom: 35px !important;
  }
  
  .margin-40 {
    margin: 40px !important;
  }
  
  .padding-40 {
    padding: 40px !important;
  }
  
  .margin-top-40 {
    margin-top: 40px !important;
  }
  
  .padding-top-40 {
    padding-top: 40px !important;
  }
  
  .margin-left-40 {
    margin-left: 40px !important;
  }
  
  .padding-left-40 {
    padding-left: 40px !important;
  }
  
  .margin-right-40 {
    margin-right: 40px !important;
  }
  
  .padding-right-40 {
    padding-right: 40px !important;
  }
  
  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  
  .padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  
  .margin-45 {
    margin: 45px !important;
  }
  
  .padding-45 {
    padding: 45px !important;
  }
  
  .margin-top-45 {
    margin-top: 45px !important;
  }
  
  .padding-top-45 {
    padding-top: 45px !important;
  }
  
  .margin-left-45 {
    margin-left: 45px !important;
  }
  
  .padding-left-45 {
    padding-left: 45px !important;
  }
  
  .margin-right-45 {
    margin-right: 45px !important;
  }
  
  .padding-right-45 {
    padding-right: 45px !important;
  }
  
  .margin-bottom-45 {
    margin-bottom: 45px !important;
  }
  
  .padding-bottom-45 {
    padding-bottom: 45px !important;
  }
  
  .margin-50 {
    margin: 50px !important;
  }
  
  .padding-50 {
    padding: 50px !important;
  }
  
  .margin-top-50 {
    margin-top: 50px !important;
  }
  
  .padding-top-50 {
    padding-top: 50px !important;
  }
  
  .margin-left-50 {
    margin-left: 50px !important;
  }
  
  .padding-left-50 {
    padding-left: 50px !important;
  }
  
  .margin-right-50 {
    margin-right: 50px !important;
  }
  
  .padding-right-50 {
    padding-right: 50px !important;
  }
  
  .margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  
  .padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  
  .three-font-family .h1, .three-font-family .h2, .three-font-family .h3, .three-font-family .h4, .three-font-family .h5, .three-font-family .h6,
  .three-font-family h1, .three-font-family h2, .three-font-family h3, .three-font-family h4, .three-font-family h5, .three-font-family h6,
  .highlight-font-family .h1,
  .highlight-font-family .h2,
  .highlight-font-family .h3,
  .highlight-font-family .h4,
  .highlight-font-family .h5,
  .highlight-font-family .h6,
  .highlight-font-family h1,
  .highlight-font-family h2,
  .highlight-font-family h3,
  .highlight-font-family h4,
  .highlight-font-family h5,
  .highlight-font-family h6 {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-style: inherit;
  }
  
  .socials-color .facebook {
    background-color: #5678bf;
  }
  
  .socials-color .facebook:hover {
    background-color: #3b5999;
  }
  
  .socials-color .twitter {
    background-color: #73c2fd;
  }
  
  .socials-color .twitter:hover {
    background-color: #55acee;
  }
  
  .socials-color .linkedin {
    background-color: #007bb6;
  }
  
  .socials-color .linkedin:hover {
    background-color: #0173a9;
  }
  
  .socials-color .pinterest {
    background-color: #c32026;
  }
  
  .socials-color .pinterest:hover {
    background-color: #b90f16;
  }
  
  .socials-color .youtube,
  .socials-color .google-plus {
    background-color: #dd4b39;
  }
  
  .socials-color .youtube:hover,
  .socials-color .google-plus:hover {
    background-color: #dd4b39;
  }
  
  .socials-color .email {
    background-color: #808080;
  }
  
  .socials-color .email:hover {
    background-color: #555;
  }
  
  .social--sharing a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 10px;
  }
  
  .social--sharing a:first-child {
    margin-left: 0;
  }
  
  .social--sharing a:last-child {
    margin-right: 0;
  }
  
  .social--sharing a:focus, .social--sharing a:hover {
    color: #fff;
  }
  
  .social--sharing .facebook {
    background-color: #5678bf;
  }
  
  .social--sharing .facebook:hover {
    background-color: #3b5999;
  }
  
  .social--sharing .twitter {
    background-color: #73c2fd;
  }
  
  .social--sharing .twitter:hover {
    background-color: #55acee;
  }
  
  .social--sharing .linkedin {
    background-color: #007bb6;
  }
  
  .social--sharing .linkedin:hover {
    background-color: #0173a9;
  }
  
  .social--sharing .pinterest {
    background-color: #c32026;
  }
  
  .social--sharing .pinterest:hover {
    background-color: #b90f16;
  }
  
  .social--sharing .youtube,
  .social--sharing .google-plus {
    background-color: #dd4b39;
  }
  
  .social--sharing .youtube:hover,
  .social--sharing .google-plus:hover {
    background-color: #dd4b39;
  }
  
  .social--sharing .email {
    background-color: #808080;
  }
  
  .social--sharing .email:hover {
    background-color: #555;
  }
  
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .left-0 {
    left: 0 !important;
    right: auto !important;
  }
  
  .right-0 {
    right: 0 !important;
    left: auto !important;
  }
  
  .top-0 {
    top: 0 !important;
  }
  
  .clearboth {
    clear: both;
  }
  
  .size-full {
    width: 100%;
  }
  
  .size-full.aligncenter, .size-full.alignleft, .size-full.alignnone, .size-full.alignright {
    width: auto;
  }
  
  .light {
    font-weight: 300;
  }
  
  .text-color-white {
    color: white !important;
  }
  
  .la-infinite-loading {
    clear: both;
    width: 100px;
    margin: 0 auto;
  }
  
  .la-isotope-container .la-infinite-loading {
    bottom: -30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }
  
  html.fp-enabled,
  .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  
  html.fp-enabled {
    margin-top: 0 !important;
  }
  
  #superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .fp-slide {
    float: left;
  }
  
  .fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
  }
  
  .fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  
  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  
  .fp-slidesContainer {
    float: left;
    position: relative;
  }
  
  .fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
  }
  
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
  }
  
  .fp-scrollable {
    overflow: hidden;
    position: relative;
  }
  
  .fp-scroller {
    overflow: hidden;
  }
  
  .iScrollIndicator {
    border: 0 !important;
  }
  
  .fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
  }
  
  #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  #fp-nav.right {
    right: 17px;
  }
  
  #fp-nav.left {
    left: 17px;
  }
  
  .fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .fp-slidesNav.bottom {
    bottom: 17px;
  }
  
  .fp-slidesNav.top {
    top: 17px;
  }
  
  #fp-nav ul,
  .fp-slidesNav ul {
    margin: 0;
    padding: 0;
  }
  
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
  }
  
  .fp-slidesNav ul li {
    display: inline-block;
  }
  
  #fp-nav ul li a,
  .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
  }
  
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
  }
  
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
  }
  
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
  }
  
  #fp-nav ul li:hover .fp-tooltip,
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    width: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  
  #fp-nav ul li .fp-tooltip.right {
    right: 20px;
  }
  
  #fp-nav ul li .fp-tooltip.left {
    left: 20px;
  }
  
  .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell {
    height: auto !important;
  }
  
  .fp-responsive .fp-auto-height-responsive.fp-section,
  .fp-responsive .fp-auto-height-responsive .fp-slide,
  .fp-responsive .fp-auto-height-responsive .fp-tableCell,
  .fp-responsive .fp-auto-height-responsive .fp-scrollable {
    height: auto !important;
  }
  
  .fp-responsive .fp-auto-height-responsive .fp-scrollable .fp-scroller {
    transform: none !important;
    -webkit-transform: none !important;
    will-change: none !important;
  }
  
  #la_full_page .la_fp_fixed_top {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
  }
  
  #la_full_page .la_fp_fixed_bottom {
    position: fixed !important;
    z-index: 999999;
    bottom: 0;
    width: 100%;
  }
  
  .animated .animated {
    animation-delay: 350ms;
  }
  
  .animated .animated .animated {
    animation-delay: 550ms;
  }
  
  .la-enable-fullpage .la_fp_section {
    padding-left: 0;
    padding-right: 0;
    /*full height mode */
  }
  
  .la-enable-fullpage .la_fp_section,
  .la-enable-fullpage .la_fp_section .la_fp_child_section {
    margin-left: 0;
    margin-right: 0;
  }
  
  .la-enable-fullpage .la_fp_section .la_fp_child_section.vc_row-o-full-height {
    min-height: 100vh !important;
  }
  
  .la-enable-fullpage .la_fp_section .fp-scroller .vc_row-o-full-height {
    min-height: 0 !important;
  }
  
  .la-enable-fullpage .la_fp_section .wpb_start_animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .la-enable-fullpage .la_fp_section .wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .la-enable-fullpage .la_fp_section.la-section-type-off > .vc_row,
  .la-enable-fullpage .la_fp_section.la-section-type-off .fp-scroller > .vc_row,
  .la-enable-fullpage .la_fp_section.la-section-type-off > .fp-tableCell > .vc_row {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  .la-enable-fullpage .la_fp_section.la-section-type-off > .vc_row:after, .la-enable-fullpage .la_fp_section.la-section-type-off > .vc_row:before,
  .la-enable-fullpage .la_fp_section.la-section-type-off .fp-scroller > .vc_row:after,
  .la-enable-fullpage .la_fp_section.la-section-type-off .fp-scroller > .vc_row:before,
  .la-enable-fullpage .la_fp_section.la-section-type-off > .fp-tableCell > .vc_row:after,
  .la-enable-fullpage .la_fp_section.la-section-type-off > .fp-tableCell > .vc_row:before {
    display: none;
  }
  
  .la-enable-fullpage .la_fp_section.la-section-type-off > .vc_row > .vc_column_container,
  .la-enable-fullpage .la_fp_section.la-section-type-off .fp-scroller > .vc_row > .vc_column_container,
  .la-enable-fullpage .la_fp_section.la-section-type-off > .fp-tableCell > .vc_row > .vc_column_container {
    display: flex;
    display: -webkit-flex;
  }
  
  .la-enable-fullpage .la_fp_section.la-section-type-off > .vc_row > .vc_column_container > .vc_column-inner,
  .la-enable-fullpage .la_fp_section.la-section-type-off .fp-scroller > .vc_row > .vc_column_container > .vc_column-inner,
  .la-enable-fullpage .la_fp_section.la-section-type-off > .fp-tableCell > .vc_row > .vc_column_container > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .la-enable-fullpage #site-content {
    padding-left: 0;
    padding-right: 0;
  }
  
  .la-enable-fullpage:not(.enable-header-transparency) .site-main {
    min-height: 85vh;
  }
  
  .la-enable-fullpage.enable-header-transparency .site-main {
    min-height: 100vh;
  }
  
  .la-enable-fullpage .site-main > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .la-enable-fullpage .site-main > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .la-enable-fullpage .site-main .fp-slidesContainer > .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .la-enable-fullpage .site-main .vc_row-o-equal-height > .fp-tableCell {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .la-enable-fullpage .site-main .vc_row-o-equal-height > .fp-tableCell > .vc_column_container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .la-enable-fullpage .site-main .vc_row-o-equal-height > .fp-tableCell > .vc_column_container > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section {
    transition: transform 350ms ease;
    -webkit-transition: -webkit-transform 350ms ease;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
  }
  
  @media (min-width: 1200px) {
    .la-enable-fullpage.fp-section-effect-default .la_fp_section {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
    }
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: all 350ms ease;
    pointer-events: none;
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section.fp-completely.active {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section.fp-completely.active:after {
    transform: scale(2);
    opacity: 0;
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section.fp-completely:not(#colophon):not(.active):after {
    opacity: 0;
    transition: all 400ms ease;
    background-color: #dcdcdc;
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section.last-before-footer:after {
    opacity: 0 !important;
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section:not(.active):not(.fp-completely) + .last-before-footer {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage.fp-section-effect-default .la_fp_section#colophon {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage.fp-section-effect-style-1 .la_fp_section.dont-need-bg {
    background: none !important;
  }
  
  .la-enable-fullpage.fp-section-effect-style-1 .la_fp_section .fp-bg {
    z-index: -1;
    background-size: cover !important;
  }
  
  .fp-responsive .fp-section:after {
    display: none;
  }
  
  .fp-nav-control-type-1 .la-fp-arrows {
    display: none;
  }
  
  .fp-nav-control-type-2 #fp-nav {
    display: none;
  }
  
  .fp-nav-control-type-2.fp-nav-control-position-right .la-fp-arrows {
    right: 40px;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  
  .fp-nav-control-type-2 .la-fp-arrows .total {
    display: none;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows li {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #343538;
    opacity: 0.4;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows li i {
    font-family: "pisces";
    font-style: normal;
    font-size: 32px;
    font-weight: normal;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows li:hover {
    opacity: 1;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows .num {
    font-weight: bold;
    opacity: 1;
  }
  
  .fp-nav-control-type-2 .la-fp-arrows .prev i:before {
    content: "\42";
  }
  
  .fp-nav-control-type-2 .la-fp-arrows .next i:before {
    content: "\43";
  }
  
  .fp-nav-control-type-2 .la-fp-arrows ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #la_full_page .vc_parallax > .fp-tableCell,
  #la_full_page .vc_parallax > .fp-tableCell > .fp-scrollable,
  #la_full_page .vc_parallax > .fp-tableCell > .fp-scrollable > .fp-scroller {
    background-image: inherit;
  }
  
  #la_full_page .vc_parallax > .fp-tableCell > .vc_parallax-inner {
    z-index: -1;
  }
  
  #la_full_page #colophon {
    display: block;
    width: 100%;
    height: auto !important;
  }
  
  #la_full_page #colophon .fp-tableCell {
    display: block;
  }
  
  #la_full_page #colophon .footer-top > .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  #la_full_page #colophon .footer-top > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  #la_full_page:not(.fullpage-wrapper) .la_fp_section {
    opacity: 0;
  }
  
  .site-header.fp-header-is-transparency {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section {
    -webkit-transition: inherit;
    transition: inherit;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section > .fp-tableCell {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transition: inherit;
    transition: inherit;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section.fp-completely.active > .fp-tableCell {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section.fp-completely:not(.active) > .fp-tableCell {
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section.no-effect {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] .la_fp_section.no-effect > .fp-tableCell {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="gallery"] #colophon > .fp-tableCell {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    min-height: 100vh;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: inherit;
    transition: inherit;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section > .fp-tableCell {
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section > .fp-tableCell.is-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section > .fp-tableCell.go-up {
    transform: translateY(100%) scale(1);
    opacity: 1;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section > .fp-tableCell.go-down {
    transform: translateY(0px) scale(0.7);
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section.active.fp-completely {
    z-index: 3;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] .la_fp_section.no-effect > .fp-tableCell {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="scaledown"] #colophon {
    top: auto;
    bottom: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    min-height: 100vh;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
    -webkit-transition: inherit;
    transition: inherit;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section > .fp-tableCell {
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section > .fp-tableCell.is-active {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section > .fp-tableCell.go-up {
    transform: translateY(100%) scale(1);
    opacity: 1;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section > .fp-tableCell.go-down {
    transform: translateY(-100%) scale(1) rotateX(90deg);
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section.active.fp-completely {
    z-index: 3;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] .la_fp_section.no-effect > .fp-tableCell {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="rotate"] #colophon {
    top: auto;
    bottom: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    min-height: 100vh;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: inherit;
    transition: inherit;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section > .fp-tableCell {
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section > .fp-tableCell.is-active {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section > .fp-tableCell.go-up {
    transform: scale(0.8) translateY(0px);
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section > .fp-tableCell.go-down {
    transform: scale(1.2) translateY(0px);
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section.active.fp-completely {
    z-index: 3;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] .la_fp_section.no-effect > .fp-tableCell {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] #colophon {
    top: auto;
    bottom: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] #colophon > .fp-tableCell {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="opacity"] #colophon:not(.active) {
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation="default"] .la_fp_section.no-effect {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
  }
  
  .la-enable-fullpage.fp-responsive .fullpage-wrapper .la_fp_section.no-effect {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
  }
  
  .la-enable-fullpage.fp-responsive .fullpage-wrapper[data-fp-animation="default"] .last-before-footer {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
  }
  
  .la-enable-fullpage:not(.enable-header-sticky):not(.fp-active-firstsection) .site-header-mobile,
  .la-enable-fullpage:not(.enable-header-sticky):not(.fp-active-firstsection) .site-header {
    opacity: 0;
  }
  
  .la-enable-fullpage:not(.enable-header-sticky):not(.fp-active-firstsection) .la-header-sticky-height,
  .la-enable-fullpage:not(.enable-header-sticky):not(.fp-active-firstsection) .la-header-sticky-height-mb {
    display: none;
  }
  
  .la-enable-fullpage .site-header-mobile:not(.is-sticky) .site-header-inner,
  .la-enable-fullpage .site-header:not(.is-sticky) .site-header-inner {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
    transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
  }
  
  .la-fp-arrows {
    display: none;
  }
  
  .la-enable-fullpage #fp-nav .num {
    display: none !important;
  }
  
  .fp-nav-control-type-number #fp-nav li {
    height: auto;
    text-align: center;
    width: auto;
    margin: 0 10px 20px;
  }
  
  .fp-nav-control-type-number #fp-nav li .fp-tooltip {
    top: 0;
  }
  
  .fp-nav-control-type-number #fp-nav a {
    width: auto;
    height: auto;
  }
  
  .fp-nav-control-type-number #fp-nav a > span:first-child {
    display: none !important;
  }
  
  .fp-nav-control-type-number #fp-nav a.active .num, .fp-nav-control-type-number #fp-nav a:hover .num {
    color: #232324;
  }
  
  .fp-nav-control-type-number #fp-nav .num {
    display: block !important;
    color: #b8b8b8;
    font-size: 18px;
    margin: 8px;
    font-weight: 500;
  }
  
  /*--------------------------------------------------------------
      18. Responsive
  ---------------------------------------------------------------*/
  .pisces-body .snptwdgt-container .snptwdgt__ftr {
    display: none;
  }
  
  .pisces-body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
    font-size: 16px;
    padding: 20px;
    background-color: #000;
  }
  
  .pisces-body .snptwdgt-container .snptwdgt__item .fauximg-bin:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #6b56e2;
    background-image: -moz-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -ms-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
  }
  
  .pisces-body .snptwdgt-container .snptwdgt__item:hover .fauximg-bin:after {
    opacity: 0.9;
  }
  
  .max-width-350 {
    max-width: 350px;
  }
  
  .la_row_gap_80[data-vc-stretch-content="true"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 1300px) {
    .la_row_gap_80[data-vc-stretch-content="true"] {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  @media (min-width: 1400px) {
    .la_row_gap_80[data-vc-stretch-content="true"] {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  
  @media (min-width: 1500px) {
    .la_row_gap_80[data-vc-stretch-content="true"] {
      padding-left: 80px;
      padding-right: 80px;
    }
  }
  
  .la_background_gradient, .la-members--style-4 .la-member__image .item--overlay, .la-members--style-5 .item--overlay, .portfolios-loop.pf-style-7 .item-thumb-cover a:before,
  .portfolios-loop.pf-style-6 .item-thumb-cover a:before,
  .portfolios-loop.pf-style-1 .item--link-overlay, .wpb_single_image.image-shadow-gradient .vc_single_image-wrapper:before, .heading-tag.heading-with-gradient-line-center:after, .vc_progress_bar.vc_progress-bar-color-gradient .vc_single_bar .vc_bar, .la_testimonials--style-1 .testimonial_item--title-role {
    background-color: #6b56e2;
    background-image: -moz-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -ms-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
  }
  
  .la_text_gradient {
    color: #6b56e2;
    background-image: -moz-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    background-image: -ms-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .row--maxwidth-1440 {
    max-width: 1470px;
  }
  
  .row--maxwidth-500 {
    max-width: 530px;
  }
  
  .wrapper--maxwidth--800 {
    max-width: 830px;
  }
  
  .column-wrapper--maxwidth--800 > .vc_column-inner > .wpb_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .column-wrapper--maxwidth--500 > .vc_column-inner > .wpb_wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .column-wrapper--maxwidth--570 > .vc_column-inner > .wpb_wrapper {
    max-width: 570px;
  }
  
  /** Demo 01
  ****************************************/
  .iconboxes_demo_1_style_1.la-sc-icon-boxes {
    margin-bottom: 50px;
  }
  
  .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-icon-left {
    padding-right: 70px;
    vertical-align: top;
    padding-top: 10px;
  }
  
  .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-icon-right {
    padding-left: 70px;
    vertical-align: top;
    padding-top: 10px;
  }
  
  .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-description {
    margin-top: 25px;
    padding-top: 0;
    max-width: 340px;
  }
  
  .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-description:before {
    content: "";
    width: 30px;
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    opacity: 0.8;
    margin-bottom: 23px;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .icon-boxes-inner {
    width: 500px;
    max-width: 100%;
    display: inline-block;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .icon-boxes-inner:hover .box-icon img {
    -webkit-filter: grayscale(0%) opacity(100%);
    filter: grayscale(0%) opacity(100%);
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .icon-boxes-inner:hover .btn {
    color: #fff;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .box-icon img {
    -webkit-filter: grayscale(100%) opacity(30%);
    filter: grayscale(100%) opacity(30%);
    transition: all 250ms ease-out;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .box-heading {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .box-description {
    line-height: 30px;
  }
  
  .iconboxes_demo_1_style_2.la-sc-icon-boxes .box-description .btn {
    margin-top: 5px;
  }
  
  /** Demo 02
  ****************************************/
  .wpb_single_image.image-shadow-gradient .vc_single_image-wrapper {
    position: relative;
  }
  
  .wpb_single_image.image-shadow-gradient .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -25px;
    height: 90%;
    width: 90%;
    z-index: -1;
  }
  
  .heading-tag.heading-with-gradient-line-center {
    display: inline-block;
  }
  
  .heading-tag.heading-with-gradient-line-center:after {
    content: "";
    width: 120px;
    height: 6px;
    display: block;
    margin: 5px auto 25px;
  }
  
  .btn.btn-shadow {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(107, 86, 226, 0.39);
    box-shadow: 0px 0px 29px 0px rgba(107, 86, 226, 0.39);
  }
  
  /** Demo 03
  ****************************************/
  .iconboxes_demo_3_style_1.la-sc-icon-boxes {
    text-align: center;
  }
  
  .iconboxes_demo_3_style_1.la-sc-icon-boxes .icon-boxes-inner {
    transition: all 250ms ease-out;
    border-width: 1px;
    border-style: solid;
    padding: 40px 30px 30px;
    position: relative;
    margin-top: 45px;
  }
  
  .iconboxes_demo_3_style_1.la-sc-icon-boxes .box-icon-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: -34px;
  }
  
  .iconboxes_demo_3_style_1.la-sc-icon-boxes .icon-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .iconboxes_demo_3_style_1.la-sc-icon-boxes .box-description a {
    font-size: 15px;
    border-top: 1px solid #e3e3e3;
    font-weight: 300;
    margin-top: 9px;
    display: inline-block;
  }
  
  .iconboxes_demo_3_style_1.la-sc-icon-boxes:hover .icon-boxes-inner {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(82, 109, 249, 0.17);
    box-shadow: 0px 0px 38px 0px rgba(82, 109, 249, 0.17);
  }
  
  /** Demo 05
  ****************************************/
  .la_background_gradient_1 {
    background-color: #f0fe73;
    background-image: -moz-linear-gradient(180deg, #49d7d9 0%, #f0fe73 100%);
    background-image: -webkit-linear-gradient(180deg, #49d7d9 0%, #f0fe73 100%);
    background-image: -ms-linear-gradient(180deg, #49d7d9 0%, #f0fe73 100%);
  }
  
  .la_background_gradient_2 {
    background-color: #70c5fe;
    background-image: -moz-linear-gradient(180deg, #42d4df 0%, #70c5fe 100%);
    background-image: -webkit-linear-gradient(180deg, #42d4df 0%, #70c5fe 100%);
    background-image: -ms-linear-gradient(180deg, #42d4df 0%, #70c5fe 100%);
  }
  
  .la_background_gradient_3 {
    background-color: #f673b0;
    background-image: -moz-linear-gradient(180deg, #f673b0 0%, #feebe3 100%);
    background-image: -webkit-linear-gradient(180deg, #f673b0 0%, #feebe3 100%);
    background-image: -ms-linear-gradient(180deg, #f673b0 0%, #feebe3 100%);
  }
  
  .la_background_gradient_4 {
    background-color: #efc4f4;
    background-image: -moz-linear-gradient(180deg, #a36ff7 0%, #efc4f4 100%);
    background-image: -webkit-linear-gradient(180deg, #a36ff7 0%, #efc4f4 100%);
    background-image: -ms-linear-gradient(180deg, #a36ff7 0%, #efc4f4 100%);
  }
  
  .la_background_gradient_5 {
    background-color: #fcaf6a;
    background-image: -moz-linear-gradient(180deg, #fdcb62 0%, #fcaf6a 100%);
    background-image: -webkit-linear-gradient(180deg, #fdcb62 0%, #fcaf6a 100%);
    background-image: -ms-linear-gradient(180deg, #fdcb62 0%, #fcaf6a 100%);
  }
  
  .la_background_gradient_6 {
    background-color: #879fa5;
    background-image: -moz-linear-gradient(180deg, #e24d66 0%, #879fa5 100%);
    background-image: -webkit-linear-gradient(180deg, #e24d66 0%, #879fa5 100%);
    background-image: -ms-linear-gradient(180deg, #e24d66 0%, #879fa5 100%);
  }
  
  .iconboxes_demo_5_style_1.la-sc-icon-boxes {
    text-align: center;
    padding: 70px 10px 80px;
    margin-bottom: 30px;
    border-radius: 120px 120px 0 120px;
  }
  
  .iconboxes_demo_5_style_1.la-sc-icon-boxes .icon-heading {
    margin-top: 20px;
  }
  
  .demo_5_stats_counter.la-stats-counter {
    margin-bottom: 12px;
  }
  
  .demo_5_stats_counter.la-stats-counter .box-icon-des {
    font-weight: bold;
  }
  
  .demo_5_stats_counter.la-stats-counter .stats-value {
    margin: 20px 0 15px;
  }
  
  #demo_05_section_intro {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #6b56e2;
  }
  
  #demo_05_section_intro_row_2 {
    position: relative;
    bottom: -2px;
  }
  
  #demo_05_section_intro_row_2:before {
    content: "";
    display: block;
    position: absolute;
    height: 25%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  
  #demo_05_section_intro_row_2 svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
  }
  
  #demo_05_section_intro_row_2 svg polygon {
    fill: white;
  }
  
  @media (max-width: 1500px) {
    #demo_05_section_intro_row_2 .wpb_single_image {
      width: 500px;
      max-width: 100%;
    }
  }
  
  /** Demo 06
  ****************************************/
  .service_demo_6 .wpb_single_image {
    position: relative;
    margin-bottom: 0;
  }
  
  .service_demo_6 .wpb_single_image .wpb_singleimage_heading {
    position: absolute;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 250ms ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    letter-spacing: 1px;
  }
  
  .service_demo_6 .wpb_single_image a:before {
    content: "";
    background-color: #232324;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 250ms ease-out;
    visibility: hidden;
    width: 100%;
    height: 100%;
  }
  
  .service_demo_6 .vc_custom_heading {
    margin-top: 17px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .service_demo_6 .wpb_text_column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
  }
  
  .service_demo_6 .la-item-wrap:hover .wpb_single_image .wpb_singleimage_heading {
    opacity: 1;
    visibility: visible;
  }
  
  .service_demo_6 .la-item-wrap:hover .wpb_single_image a:before {
    opacity: 0.5;
    visibility: visible;
  }
  
  /** Demo 08
  ****************************************/
  @media (min-width: 1350px) {
    .demo_07_testimonials {
      width: 1600px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      padding-top: 120px;
    }
    .demo_07_testimonials .loop-item {
      clear: none !important;
      padding: 30px;
      transition: all 250ms ease-out;
    }
    .demo_07_testimonials .loop-item:nth-child(1) {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.5;
      position: absolute;
      left: -100px;
      top: 15%;
    }
    .demo_07_testimonials .loop-item:nth-child(2) {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      position: absolute;
      left: 37%;
      opacity: 0.5;
      top: 15%;
    }
    .demo_07_testimonials .loop-item:nth-child(3) {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.7;
      right: 4%;
      position: absolute;
      top: 1%;
    }
    .demo_07_testimonials .loop-item:nth-child(4) {
      position: relative;
      margin-top: 13%;
    }
    .demo_07_testimonials .loop-item:nth-child(5) {
      position: relative;
      top: -80px;
      left: -10%;
    }
    .demo_07_testimonials .loop-item:nth-child(6) {
      top: 33px;
      z-index: 2;
      position: relative;
      left: -10%;
    }
    .demo_07_testimonials .loop-item:nth-child(8) {
      position: relative;
      top: -50px;
      left: 40px;
    }
    .demo_07_testimonials .loop-item:hover {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 1;
      z-index: 4;
    }
  }
  
  /** Demo 08
  ****************************************/
  .service_demo_8 > .wpb_column > .vc_column-inner {
    padding: 20% 20px;
  }
  
  .service_demo_8 > .wpb_column > .vc_column-inner:after {
    content: "";
    background-color: #171d3d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0.8;
    transition: all 250ms ease-out;
  }
  
  .service_demo_8 > .wpb_column > .vc_column-inner:before {
    content: "";
    display: block;
    height: 12px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 250ms ease-out;
  }
  
  .service_demo_8 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
  }
  
  .service_demo_8 > .wpb_column > .vc_column-inner .la-headings {
    margin-bottom: 55px;
  }
  
  .service_demo_8 > .wpb_column > .vc_column-inner .heading-tag {
    font-size: 30px;
  }
  
  .service_demo_8 > .wpb_column:hover > .vc_column-inner:after {
    opacity: 0.7;
  }
  
  .service_demo_8 > .wpb_column:hover > .vc_column-inner:before {
    width: 100%;
  }
  
  .service_demo_8 > .wpb_column:hover > .vc_column-inner .btn {
    color: #fff;
  }
  
  /** Demo 09
  ****************************************/
  .circle-icon-lists.la-lists-icon .la-sc-icon-item {
    margin-bottom: 30px;
  }
  
  .circle-icon-lists.la-lists-icon .la-sc-icon-item > span {
    height: 26px;
    width: 26px;
    text-align: center;
    color: #fff;
    padding-right: 0;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 12px;
    line-height: 28px;
  }
  
  .demo_9_column_radius .vc_column-inner {
    border-radius: 60px 0;
    overflow: hidden;
    position: relative;
  }
  
  .demo_9_column_radius .vc_column-inner .wpb_single_image img {
    transition: all 250ms ease-out;
  }
  
  .demo_9_column_radius .vc_column-inner .wpb_single_image a.vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .demo_9_column_radius .vc_column-inner:hover .wpb_single_image img {
    transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
  }
  
  /** Demo 14
  ****************************************/
  .demo_14_portfolio .portfolios-loop .item-inner .cover-img {
    min-height: 300px;
    height: 80vh;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .demo_14_portfolio .portfolios-loop .item-inner .cover-img img {
    display: none;
  }
  
  /** Demo 17
  ****************************************/
  .iconboxes_demo_17_style_1.la-sc-icon-boxes {
    text-align: center;
  }
  
  .iconboxes_demo_17_style_1.la-sc-icon-boxes .box-icon-inner img {
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    opacity: 0.6;
    transition: all 250ms ease-out;
  }
  
  .iconboxes_demo_17_style_1.la-sc-icon-boxes .icon-heading {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 25px;
  }
  
  .iconboxes_demo_17_style_1.la-sc-icon-boxes .box-description a {
    padding-top: 15px;
  }
  
  .iconboxes_demo_17_style_1.la-sc-icon-boxes .box-description a:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 7px;
  }
  
  .iconboxes_demo_17_style_1.la-sc-icon-boxes:hover .box-icon-inner img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
  
  /** Demo 18
  ****************************************/
  .wpb_content_element.demo_18_column_banner {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    max-width: 380px;
    padding: 20px 30px 5px;
    font-size: 14px;
    color: #9d9d9d;
  }
  
  .wpb_content_element.demo_18_column_banner a:after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  
  .wpb_content_element.demo_18_column_banner h3 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
  }
  
  .wpb_content_element.demo_18_column_banner span:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 8px;
  }
  
  .slider-image-overlay .slick-slide img {
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    opacity: 0.6;
    transition: all 250ms ease-out;
  }
  
  .slider-image-overlay .slick-slide:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
  }
  
  /** Demo 19
  ****************************************/
  .coffee-menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .coffee-menu .coffee-menu-item {
    color: #fff;
    display: table;
    width: 100%;
    padding: 20px 10% 25px;
    position: relative;
  }
  
  .coffee-menu .coffee-menu-item:after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 0;
    z-index: 0;
  }
  
  .coffee-menu .coffee-menu-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
    transition: all 250ms ease-out;
  }
  
  .coffee-menu .coffee-menu-item:hover .item--sub {
    opacity: 1;
  }
  
  .coffee-menu .coffee-menu-item .item--name {
    display: table-cell;
    position: relative;
    z-index: 2;
  }
  
  .coffee-menu .coffee-menu-item .item--title {
    font-size: 24px;
    line-height: normal;
    padding-bottom: 10px;
  }
  
  .coffee-menu .coffee-menu-item .item--sub {
    opacity: 0.4;
    line-height: normal;
  }
  
  .coffee-menu .coffee-menu-item .item--price {
    display: table-cell;
    text-align: right;
    position: relative;
    z-index: 2;
    font-size: 18px;
    vertical-align: bottom;
  }
  
  .coffee-menu .coffee-menu-item:last-child:after {
    display: none;
  }
  
  .opening-hours-widget {
    background-color: #322e2d;
    color: #fff;
  }
  
  .opening-hours-widget .widget-title {
    color: inherit !important;
    margin: 0 !important;
    text-align: center;
    padding: 30px 0 10px;
    line-height: normal;
  }
  
  .opening-hours-widget .open-hours {
    padding: 30px;
  }
  
  .opening-hours-widget .open-hours::before, .opening-hours-widget .open-hours::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  
  .opening-hours-widget .open-hours::after {
    clear: both;
  }
  
  .opening-hours-widget .open-hours .open_hour-item {
    opacity: 0.5;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    float: left;
  }
  
  .opening-hours-widget .open-hours .open_hour-item:before {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    position: absolute;
    bottom: 7px;
    width: 100%;
    left: 0;
    opacity: 0.5;
  }
  
  .opening-hours-widget .open-hours .item-title {
    float: left;
    background-color: #322e2d;
    padding-right: 10px;
    position: relative;
  }
  
  .opening-hours-widget .open-hours .item-value {
    float: right;
    background-color: #322e2d;
    padding-left: 10px;
    position: relative;
  }
  
  .wpb_widgetised_column .powered-by-open-table {
    display: none;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-input-wrap {
    width: 33.33%;
    float: left;
    padding: 0 15px 15px;
    position: relative;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-input-wrap:after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: 35px;
    top: 15px;
    height: 30px;
    line-height: 30px;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-input-wrap input {
    width: 100%;
    border: none;
    padding: 20px 40px 20px 20px;
    line-height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.9);
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-input-wrap select {
    width: 100%;
    height: 60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 40px 10px 20px;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-date-li:after {
    content: "\f073";
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-time-wrap:after {
    content: "\f017";
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-party-size-wrap:after {
    content: "\f2c0";
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-button-wrap {
    padding: 15px;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  
  .wpb_widgetised_column .otw-widget-form .otw-submit {
    border: none;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 23px;
  }
  
  .vc_row.row_with_arrow_top {
    position: relative;
  }
  
  .vc_row.row_with_arrow_top:before {
    content: "";
    position: absolute;
    border-width: 45px 45px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    display: block !important;
    left: 50%;
    top: 0;
    margin-left: -45px;
    z-index: 2;
  }
  
  body.open-burger-menu, body.open-search-form, body.open-header-aside {
    overflow: hidden;
  }
  
  .blog_item--category-link a {
    margin-right: 5px;
  }
  
  .home.blog:not(.paged) .blog_item.sticky .blog_item--inner {
    background-color: #f3f3f7;
    padding: 30px;
    color: #000;
  }
  
  .shop_table .product-thumbnail img {
    max-width: 70px;
  }
  
  .home.blog .la-breadcrumbs {
    display: none;
  }
  
  .single_post_item--category-link + .single_post_item--meta {
    margin-top: 5px;
  }
  
  .single_post_item--category-link:first-child {
    margin-top: 0;
  }
  
  .page-links > a,
  .page-links > span:not(.screen-reader-text) {
    margin-right: 10px;
    display: inline-block;
  }
  
  body:not(.isLaWebRoot) .single-post-content > .entry-thumbnail a {
    display: inline-block;
  }
  
  .commentlist li[id*="pingback-comment"] {
    margin-bottom: 15px;
  }
  
  .commentlist li[id*="pingback-comment"] + .comment {
    padding-top: 30px;
  }
  
  .commentlist li[id*="pingback-comment"] a.url {
    margin: 0 5px;
    color: #dcb86c;
  }
  
  .commentlist li[id*="pingback-comment"] a.url:hover {
    text-decoration: underline;
  }
  
  #blog_content_container .blog-list_1 .blog_item--inner {
    margin-bottom: 40px;
  }
  
  #blog_content_container .blog-list_1 .blog_item--thumbnail {
    display: inline-block;
  }
  
  .single-post-detail .comments-area .comment-text table {
    font-size: 12px;
  }
  
  .site-header-top.use-custom-html .header-top-left {
    float: left;
  }
  
  .site-header-top.use-custom-html .header-top-right {
    float: right;
  }
  
  .header_component .social-media-link {
    line-height: 20px;
    margin-top: 10px;
  }
  
  @media (min-width: 1500px) {
    .la-single-product-page .product-main-image {
      padding-right: 30px;
    }
    .la-single-product-page .product--summary {
      padding-left: 30px;
    }
  }
  
  @media (max-width: 1500px) {
    .header--menu-burger .menu > li > a {
      font-size: 50px;
    }
    .header--menu-burger .menu > li ul {
      padding: 10px 0;
    }
    .header--aside:not(#masthead_aside) {
      width: 330px;
    }
    .header--aside:not(#masthead_aside) .header-aside-inner {
      padding: 50px 30px;
    }
    .header--aside:not(#masthead_aside) .btn-aside-toggle {
      right: 20px;
    }
    .header-v7 #masthead_aside {
      width: 330px;
    }
    .header-v7 #masthead_aside .site-header-inner {
      padding: 80px 30px 80px 30px;
    }
    .header-v7 #masthead_aside .header-left {
      margin-bottom: 30px;
    }
    .header-v7 #masthead_aside .header-middle {
      margin-bottom: 30px;
    }
    .header-v7 #masthead_aside .header-bottom {
      padding-top: 30px;
    }
    .header-v7:not(.rtl) #masthead_aside {
      left: 0;
    }
    .header-v7:not(.rtl) #page.site {
      padding-left: 330px;
    }
    .header-v7.rtl #masthead_aside {
      right: 0;
    }
    .header-v7.rtl #page.site {
      padding-right: 330px;
    }
    .la_testimonials--style-1 .testimonial_item--excerpt {
      font-size: 30px;
    }
  }
  
  @media (max-width: 1400px) {
    .site-main-nav .main-menu > li > a {
      font-size: 16px;
    }
    .mega-menu > li > a {
      padding-left: 10px;
      padding-right: 10px;
    }
    .site-header .header_component.header-custom-btn > .component-target {
      padding: 10px 35px;
      height: 50px;
      line-height: 30px;
      margin-top: -5px;
      margin-bottom: -5px;
    }
    .header-v2 .site-header .header-middle {
      float: right;
      width: auto;
    }
    .header-v2 .site-header .header-right {
      max-width: none;
    }
    .header-v7 #masthead_aside,
    .header-v5 #masthead_aside {
      width: 300px;
    }
    .header-v7 #masthead_aside .site-header-inner,
    .header-v5 #masthead_aside .site-header-inner {
      padding: 50px 15px;
    }
    .header-v7:not(.rtl) #page.site,
    .header-v5:not(.rtl) #page.site {
      padding-left: 300px;
    }
    .header-v7.rtl #page.site,
    .header-v5.rtl #page.site {
      padding-right: 300px;
    }
    .header-v7 .header--aside .mega-menu {
      margin-left: -15px;
      margin-right: -15px;
    }
    .header-v7 .header--aside .mega-menu > li > a {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  /* Large devices (large desktops, 1200px and up) */
  /* Large devices (large desktops, 1200px only) */
  /* Medium devices (old desktop, less than 1199px) */
  @media (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 30px;
    }
    h2,
    .h2 {
      font-size: 24px;
    }
    h3,
    .h3 {
      font-size: 20px;
    }
    h4,
    .h4 {
      font-size: 18px;
    }
    h5,
    .h5 {
      font-size: 16px;
    }
    h6,
    .h6 {
      font-size: 16px;
    }
    .backtotop-container .btn-backtotop {
      bottom: 80px;
    }
    .backtotop-container.show .btn-backtotop {
      right: 30px;
    }
    .page-title-v1 .use-custom-text .page-title {
      font-size: 60px;
      letter-spacing: 0;
    }
    .page-title-v1 .use-custom-text .page-title:after {
      margin: 15px auto;
    }
    .la-headings .heading-tag {
      margin-bottom: 10px;
    }
    .blog_item--title .entry-title {
      font-size: 18px;
    }
    .iconboxes_demo_1_style_1.la-sc-icon-boxes .wrap-icon {
      width: 60px;
    }
    .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-icon-left {
      padding-right: 50px;
    }
    .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-description {
      margin-top: 20px;
    }
    .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-description:before {
      margin-bottom: 15px;
    }
    .la-circle-progress.la-progress-2 .sc-cp-v {
      font-size: 20px;
    }
    .la-members--style-6 .la-member__info-title {
      font-size: 20px;
    }
    .la-members--style-6 .la-member__info-role {
      font-size: 14px;
    }
    .la-members--style-6 .la-member__info-title-role:after {
      width: 40px;
      margin-top: 10px;
    }
  }
  
  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .admin-bar #header_aside {
      top: 32px;
    }
    .header-v7 #colophon,
    .header-v6 #colophon,
    .header-v5 #colophon {
      display: none;
    }
  }
  
  /* Medium devices (desktops, 992px only) */
  @media (min-width: 992px) and (max-width: 1199px) {
    .site-header .container {
      width: 100%;
    }
  }
  
  /* Medium devices (tablet, less than 991px) */
  @media (max-width: 991px) {
    #header_aside,
    #masthead_aside,
    header#masthead .site-header-outer {
      display: none;
    }
    .site-header-mobile {
      display: block;
    }
    .site-header-mobile .container {
      width: 100%;
    }
    .header-v6:not(.rtl) #page.site,
    .header-v7:not(.rtl) #page.site,
    .header-v5:not(.rtl) #page.site {
      padding-left: 0;
    }
    .header-v6.rtl #page.site,
    .header-v7.rtl #page.site,
    .header-v5.rtl #page.site {
      padding-right: 0;
    }
    .site-main {
      padding-top: 30px;
    }
    .la-advanced-product-filters .sidebar-inner {
      padding: 30px  30px 0;
    }
    .woocommerce #customer_details {
      width: 55%;
    }
    .woocommerce #order_review {
      width: 45%;
      padding: 80px 20px 10px;
    }
    .woocommerce #order_review_heading {
      width: 45%;
      padding: 30px 0 0 20px;
    }
    .iconboxes_demo_1_style_1.la-sc-icon-boxes .box-icon-left {
      padding-right: 40px;
    }
    .iconboxes_demo_1_style_2.la-sc-icon-boxes .box-description {
      line-height: 24px;
    }
    .la_testimonials--style-2 .testimonial_item--excerpt {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px;
    }
    .main--loop-container .la-pagination {
      margin-top: 30px;
    }
    .widget_recent_entries .pr-item {
      margin-bottom: 10px;
    }
    .showposts-loop.blog-2 .blog_item--info, .showposts-loop.blog-3 .blog_item--info {
      padding: 25px 20px;
    }
    .showposts-loop.blog-4 .blog_item--info {
      margin-bottom: 40px;
    }
    .showposts-loop.blog-4 .blog_item--title .entry-title {
      font-size: 22px;
      line-height: normal;
      margin-top: 0;
    }
    .showposts-loop.blog-4 .blog_item--meta {
      margin-bottom: 20px;
    }
    .showposts-loop.blog-4 .blog_item--excerpt {
      padding: 0;
      margin-bottom: 20px;
    }
    .showposts-loop.blog-4 .blog_item--meta-footer .btn {
      padding: 10px 30px;
      min-width: 160px;
    }
    .showposts-loop.blog-5 .blog_item--title .entry-title {
      font-size: 22px;
      margin-top: 10px;
    }
    .showposts-loop.blog-5 .blog_item--excerpt {
      margin-bottom: 10px;
    }
    .showposts-loop.blog-6 .blog_item--title .entry-title {
      font-size: 22px;
    }
    .showposts-loop.blog-6 .blog_item--info {
      padding: 30px 20px 40px;
    }
  }
  
  @media (max-width: 800px) {
    .filter-style-3 ul {
      font-size: 20px;
    }
    .filter-style-3 ul li {
      margin: 0 10px;
    }
    .woocommerce.add_to_cart_inline .amount {
      margin: 15px 0;
    }
    .product_item .la-quickview-button {
      display: none !important;
    }
    .products-list .product_item .product_item--inner {
      margin-bottom: 40px;
    }
    .products-list .product_item .product_item--info {
      padding-left: 20px;
    }
    .products-list .product_item .product_item--title {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .products-list .product_item .price {
      margin-bottom: 0;
    }
    /**
    * Single Product
    */
    .la-p-single-3 .product-main-image {
      margin-bottom: 10px;
    }
    .product--summary .product_meta-top {
      margin-bottom: 15px;
    }
    .product--summary .social--sharing,
    .product--summary .product_meta {
      margin-top: 15px;
    }
    .product--summary .woocommerce-product-details__short-description {
      margin-bottom: 20px;
      line-height: inherit;
    }
    .product--summary a.add_wishlist.button {
      clear: both;
    }
    .wc-tabs {
      margin: 5% 0;
    }
    .la-p-single-wrap .wc-tabs li {
      width: auto;
    }
    .la-p-single-wrap .wc-tabs li a {
      padding: 15px 30px;
    }
    .cart-flyout {
      padding: 30px;
    }
    .cart-flyout .cart-flyout__heading {
      margin-bottom: 30px;
    }
    .showposts-loop.blog-7 .blog_item--inner2 .blog_item--info,
    .showposts-loop.blog-7 .blog_item--inner2 .blog_item--thumbnail {
      width: 100%;
    }
  }
  
  /* Small devices (tablets, 768px only) */
  /* Small devices (phones, less than 767px) */
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
      width: 100%;
    }
    .woocommerce-MyAccount-navigation {
      margin-bottom: 20px;
    }
    .woocommerce-MyAccount-navigation ul {
      padding: 0 10px;
    }
    .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
    }
    .woocommerce-MyAccount-navigation ul li a {
      padding: 10px;
    }
    .letter-spacing--1 {
      letter-spacing: 0;
    }
    .letter-spacing--2 {
      letter-spacing: 0;
    }
    .letter-spacing--3 {
      letter-spacing: 0;
    }
    .letter-spacing--4 {
      letter-spacing: 0;
    }
    .letter-spacing--5 {
      letter-spacing: 0;
    }
    .page-title-v1 .use-custom-text .page-title {
      font-size: 40px;
      border-bottom-width: 2px;
    }
    .blog_item--thumbnail .format-content {
      padding: 30px;
    }
    .blog_item--thumbnail.format-quote .format-quote-content {
      font-size: 20px;
    }
    .blog_item--thumbnail.format-quote .format-quote-content .quote-author:before {
      margin: 0 0 10px;
    }
    .woocommerce.add_to_cart_inline a {
      padding: 10px 30px;
    }
    .btn.btn-size-sm,
    .btn {
      padding: 7px 30px;
    }
    .wpb_column[class*="column-width-"] {
      width: 100%;
    }
    .site-content + #sidebar_primary {
      margin-top: 30px;
    }
    .slick-slider button.slick-prev {
      left: 0;
    }
    .slick-slider button.slick-next {
      right: 0;
    }
    .elm-countdown .countdown-section {
      width: 50%;
    }
    .vc_row[data-vc-stretch-content="true"] .la-timeline-wrap.style-2 {
      padding-left: 20px;
      padding-right: 20px;
      height: auto !important;
      min-height: 0;
    }
    .la-timeline-wrap.style-2 .timeline-block {
      width: 260px !important;
    }
    .la-timeline-wrap .slick-slider button.slick-prev {
      left: -30px;
    }
    .la-timeline-wrap .slick-slider button.slick-next {
      right: -30px;
    }
    .la-timeline-wrap.style-2 .slick-slider {
      height: auto !important;
    }
    .la-timeline-wrap.style-2 .timeline-block {
      top: 0 !important;
    }
    .la-timeline-wrap.style-2 .timeline-line {
      top: auto !important;
      bottom: 5px;
    }
    .la-timeline-wrap.style-2 .timeline-dot {
      top: auto !important;
      bottom: 0 !important;
    }
    .site-footer .menu-inline-item .menu li {
      margin: 0 0 15px;
      display: block;
    }
    .spacer-position-separator .heading-with-line .la-separator {
      display: none;
    }
    .la-advanced-product-filters {
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      display: block !important;
      z-index: 100;
      height: 100%;
      overflow: auto;
      min-height: 100vh;
      visibility: hidden !important;
      opacity: 0 !important;
      -webkit-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      transform: translate(-200px, 0);
      -ms-transform: translate(-200px, 0);
      -webkit-transform: translate(-200px, 0);
    }
    .la-advanced-product-filters .sidebar-inner {
      padding: 70px 20px;
    }
    .la-advanced-product-filters .sidebar-inner .widget {
      width: 100% !important;
    }
    .open-advanced-shop-filter .la-advanced-product-filters {
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      visibility: visible !important;
      opacity: 1 !important;
    }
    .open-advanced-shop-filter .la-overlay-global {
      opacity: 0.7;
      visibility: visible;
    }
    .commentlist img.avatar {
      width: 50px;
      height: 50px;
      margin-right: 20px;
    }
    .commentlist .comment-text {
      width: calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
    }
    .commentlist .depth-1 > .comment_container {
      margin-bottom: 25px;
      padding-bottom: 25px;
    }
    .post-navigation .nav-next,
    .post-navigation .nav-previous {
      width: 100%;
    }
    .product--summary .product_meta_sku_wrapper {
      margin-bottom: 0;
    }
    .woocommerce-tabs ul.wc-tabs {
      display: none !important;
    }
    .woocommerce-tabs .wc-tab {
      display: block !important;
      margin: 0 !important;
    }
    .woocommerce-tabs .wc-tab .wc-tab-title {
      display: block;
    }
    .woocommerce-tabs .wc-tab .tab-content {
      display: none;
    }
    .woocommerce-tabs .wc-tab.active .tab-content {
      display: block;
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .la-coupon-form,
    .cart-collaterals .la-shipping-form {
      width: 100%;
    }
    .site-header-mobile .site-header-inner,
    .site-header .site-header-inner {
      z-index: 10;
    }
    .la_testimonials--style-5 .item-inner {
      padding: 30px;
    }
    .la_testimonials--style-6 .testimonial_item--inner {
      padding: 30px 30px 30px 100px;
    }
    .la_testimonials--style-6 .testimonial_item--image {
      width: 60px;
      height: 60px;
      left: 20px;
    }
    .la_testimonials--style-6 .testimonial_item--title {
      font-size: 16px;
    }
    .showposts-loop.showposts-special .blog-special-right {
      padding-top: 15px;
    }
    .showposts-loop.showposts-special .blog-special-right .entry-title {
      font-size: 16px;
    }
    .showposts-loop.showposts-special .blog-special-right .blog_item--inner {
      padding-top: 10px;
    }
    .showposts-loop.showposts-special .blog-special-right .blog_item--thumbnail {
      padding-right: 15px;
    }
    .showposts-loop.showposts-special .blog-special-right .blog_item--info {
      margin-bottom: 20px;
    }
    .showposts-loop.showposts-special .blog-special-right .blog_item--excerpt,
    .showposts-loop.showposts-special .blog-special-right .blog_item--meta-footer {
      display: none;
    }
    .coffee-menu .coffee-menu-item {
      padding: 10px 10% 15px;
    }
    .coffee-menu .coffee-menu-item .item--title {
      font-size: 20px;
    }
    .wpb_widgetised_column .otw-widget-form .otw-input-wrap {
      width: 100%;
    }
    .wpb_widgetised_column .otw-widget-form .otw-input-wrap:after {
      top: 10px;
    }
    .wpb_widgetised_column .otw-widget-form .otw-input-wrap input {
      padding: 15px 40px 15px 20px;
    }
    .wpb_widgetised_column .otw-widget-form .otw-input-wrap select {
      height: 50px;
    }
    .wpb_widgetised_column .otw-widget-form .otw-button-wrap {
      margin-top: 0;
      padding-top: 0;
    }
    .wpb_widgetised_column .otw-widget-form .otw-submit {
      padding: 16px;
      font-size: 16px;
    }
    .subscribe-style-04 .yikes-easy-mc-form .EMAIL-label:before {
      display: none;
    }
    .subscribe-style-04 .yikes-easy-mc-form .yikes-easy-mc-email {
      padding: 15px 100px 15px 30px;
    }
    .subscribe-style-04 .yikes-easy-mc-form .yikes-easy-mc-submit-button {
      font-size: 14px;
      right: 20px;
      top: 11px;
    }
  }
  
  @media (max-width: 767px) and (max-width: 767px) {
    .cart-collaterals > .la-shipping-form {
      display: none !important;
    }
    .cart-collaterals .cart_totals .la-shipping-form {
      display: block !important;
    }
    .cart-collaterals .cart_totals .la-shipping-form .woocommerce-shipping-calculator {
      max-width: 100% !important;
    }
  }
  
  @media (max-width: 600px) {
    body.pisces-body.enable-footer-bars {
      padding-bottom: 56px;
    }
    body.open-mobile-menu,
    body.open-advanced-shop-filter {
      overflow: hidden;
    }
    body.open-mobile-menu .footer-handheld-footer-bar,
    body.open-advanced-shop-filter .footer-handheld-footer-bar {
      bottom: -60px;
    }
    .enable-footer-bars .footer-handheld-footer-bar {
      display: block;
    }
    .cart-flyout {
      width: 300px;
      padding: 15px;
    }
    .cart-flyout .cart-flyout__content {
      padding-top: 10px;
    }
    .cart-flyout .widget_shopping_cart_content .button {
      padding: 13px 20px;
    }
    .woocommerce-cart-form div.quantity .qty {
      height: 50px;
    }
    .woocommerce-cart-form div.quantity > span {
      height: 50px;
      line-height: 50px;
    }
    .woocommerce table.wishlist_table .product-name,
    .shop_table.woocommerce-cart-form__contents .product-price,
    .shop_table.woocommerce-cart-form__contents .product-quantity,
    .shop_table.woocommerce-cart-form__contents .product-subtotal {
      text-align: right;
    }
    table.shop_table_responsive tbody th,
    table.shop_table_responsive thead {
      display: none;
    }
    table.shop_table_responsive tr td {
      display: block;
      text-align: right;
      clear: both;
      min-width: 100%;
    }
    table.shop_table_responsive tr td[data-title]:before {
      content: attr(data-title) ": ";
      font-weight: bold;
      float: left;
      font-size: 13px;
      color: #343538;
    }
    table.shop_table_responsive dl dt, table.shop_table_responsive dl dd {
      display: inline-block;
      float: none;
    }
    .shop_table.cart.shop_table_responsive tr td.product-thumbnail {
      text-align: center;
    }
    .shop_table.cart.shop_table_responsive tr td.product-thumbnail img {
      max-width: 50px;
    }
    table.shop_table.shop_table_responsive tr td.product-remove {
      border-width: 0;
      padding: 0;
      text-align: left;
      position: relative;
    }
    .shop_table_responsive tbody tr:nth-child(2n) {
      background-color: #fbfbfb;
    }
    table.cart.shop_table_responsive tr td {
      padding: 10px;
    }
    table.shop_table.shop_table_responsive tr td.product-remove a.remove {
      position: absolute;
      left: 10px;
      top: 21px;
    }
    table.cart.shop_table_responsive tr td.actions {
      overflow: hidden;
      padding: 10px 0;
    }
    table.cart.shop_table_responsive tr td.actions input#coupon_code {
      width: 100%;
      margin-bottom: 10px;
    }
    .shop_table.cart td.actions .btn {
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .shop_table.cart td.actions .button {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 10px;
      width: 100%;
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .la-coupon-form,
    .cart-collaterals .la-shipping-form {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .cart-collaterals .woocommerce-shipping-calculator,
    .cart-collaterals .la-coupon {
      max-width: none;
    }
    .woocommerce #customer_details {
      width: auto;
    }
    .woocommerce #order_review {
      width: 100%;
      padding: 20px 15px 0;
    }
    .woocommerce #order_review_heading {
      position: static;
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
    .commentlist ul.children {
      margin-left: 20px;
    }
    .commentlist .depth-3 ul.children {
      margin-left: 10px;
    }
    .products-list .product_item .product_item--thumbnail {
      width: 100%;
      margin-bottom: 15px;
    }
    .products-list .product_item .product_item--info {
      width: 100%;
      padding: 0;
    }
  }
  
  /* Extra small devices (phones, less than 479px) */
  @media (max-width: 479px) {
    .wc-toolbar .wc-view-count {
      margin: 0;
    }
    .wc-toolbar p.woocommerce-result-count {
      display: none;
    }
  }
  
  /* RTL Styling */
  body.rtl {
    direction: rtl;
  }
  
  .rtl {
    /** Cart Flyout **/
    /** Product Grid **/
    /** Product List **/
    /** Product Detail **/
    /** Cart Page **/
    /** Checkout **/
    /** Mobile Header Style **/
  }
  
  .rtl .header-left,
  .rtl .header-middle,
  .rtl .header-right,
  .rtl .site-branding,
  .rtl .site-main-nav,
  .rtl .la_compt_iem {
    float: right;
  }
  
  .rtl.header-v1 .site-header .header-right {
    float: left;
  }
  
  .rtl.header-v2 .site-header .header-middle,
  .rtl.header-v2 .site-header .header-left {
    float: right;
  }
  
  .rtl.header-v2 .site-header .header-right {
    float: left;
  }
  
  .rtl.header-v3 .site-header .header-right {
    float: left;
  }
  
  .rtl.header-v4 .site-header .header-right {
    float: left;
  }
  
  .rtl .la_com_action--dropdownmenu-text,
  .rtl .la_com_action--linktext,
  .rtl .la_com_action--link,
  .rtl .la_com_action--text {
    margin-left: 0;
    margin-right: 20px;
  }
  
  .rtl .la_com_action--dropdownmenu-text .component-target i,
  .rtl .la_com_action--linktext .component-target i,
  .rtl .la_com_action--link .component-target i,
  .rtl .la_com_action--text .component-target i {
    margin-right: 0;
    margin-left: 5px;
  }
  
  .rtl .header--menu-burger .btn-aside-toggle {
    right: auto;
    left: 20%;
  }
  
  .rtl .header--aside:not(#masthead_aside) {
    left: 0;
    right: auto;
    transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
  }
  
  .rtl.open-header-aside #header_aside {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  .rtl #header_aside .btn-aside-toggle {
    left: 50px;
    right: auto;
  }
  
  .rtl .search-form .search-button {
    left: 15px;
  }
  
  .rtl .searchform-fly-overlay .btn-close-search {
    right: auto;
    left: 20%;
  }
  
  .rtl .mega-menu .popup {
    text-align: right;
  }
  
  .rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
  .rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after {
    padding-right: 10px;
    padding-left: 0;
    content: "\f104";
  }
  
  .rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
  .rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu {
    right: 100%;
    left: auto;
    margin-left: 0;
    margin-right: -20px;
  }
  
  .rtl .mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
  .rtl .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu {
    margin-right: 0;
  }
  
  .rtl .dl-menu .mm-icon,
  .rtl .mega-menu .mm-icon,
  .rtl .menu .mm-icon {
    padding-right: 0;
    padding-left: 5px;
  }
  
  .rtl .accordion-menu ul {
    padding-right: 0;
  }
  
  .rtl .accordion-menu li > .narrow {
    right: auto;
    left: 0;
  }
  
  .rtl .accordion-menu li > ul {
    margin-left: 0;
    margin-right: 35px;
  }
  
  .rtl .backtotop-container .btn-backtotop {
    right: auto;
    left: 0;
  }
  
  .rtl .backtotop-container.show .btn-backtotop {
    left: 50px;
    right: auto;
  }
  
  .rtl .widget_recent_comments li.recentcomments {
    padding-left: 0;
    padding-right: 30px;
  }
  
  .rtl .widget_recent_comments li.recentcomments:before {
    right: 0;
    left: auto;
  }
  
  .rtl .widget_recent_entries .pr-item .pr-item--left {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  
  .rtl .wc-toolbar .wc-toolbar-right {
    float: left;
  }
  
  .rtl .wc-toolbar .btn-advanced-shop-filter {
    float: left;
    margin-right: 0;
    margin-left: 15px;
  }
  
  .rtl .wc-toolbar .wc-ordering,
  .rtl .wc-toolbar .wc-view-toggle,
  .rtl .wc-toolbar .woocommerce-result-count {
    float: right;
  }
  
  .rtl .wc-toolbar .wc-view-toggle span {
    margin-left: 0;
    margin-right: 10px;
  }
  
  .rtl .wc-toolbar .wc-view-count {
    float: right;
  }
  
  @media (min-width: 480px) {
    .rtl .wc-toolbar .wc-view-count {
      margin: 0 40px 0 20px;
    }
  }
  
  .rtl .wc-toolbar .wc-ordering {
    margin-left: 0;
    margin-right: 20px;
  }
  
  .rtl .wc-toolbar .wc-ordering p:after {
    padding-left: 0;
    padding-right: 10px;
  }
  
  .rtl .wc-toolbar .wc-ordering ul {
    left: -1px;
    right: auto;
  }
  
  .rtl .la-advanced-product-filters .sidebar-inner .widget {
    float: right;
  }
  
  .rtl .woocommerce-message,
  .rtl .woocommerce-error,
  .rtl .woocommerce-info {
    padding-left: 30px;
    padding-right: 60px;
  }
  
  .rtl .woocommerce-message:before,
  .rtl .woocommerce-error:before,
  .rtl .woocommerce-info:before {
    right: 30px;
  }
  
  .rtl .woocommerce-message .button,
  .rtl .woocommerce-error .button,
  .rtl .woocommerce-info .button {
    float: left;
  }
  
  .rtl .cart-flyout {
    right: auto;
    left: 0;
  }
  
  .rtl .cart-flyout .cart_list {
    margin-left: -30px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 0;
  }
  
  .rtl .cart-flyout .btn-close-cart {
    right: auto;
    left: 0;
  }
  
  .rtl .widget_shopping_cart_content .total .amount {
    float: left;
  }
  
  .rtl .product_list_widget a.remove {
    right: auto;
    left: 0;
  }
  
  .rtl .product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  
  .rtl .product_item .product_item--thumbnail .wrap-addto {
    left: 0;
    right: auto;
  }
  
  .rtl .product_item .product_item--thumbnail .add_to_cart_button span {
    padding-left: 0;
    padding-right: 20px;
  }
  
  .rtl .product_item .product_item--thumbnail .add_to_cart_button span:before {
    right: -5px;
    left: auto;
  }
  
  .rtl .products-grid .product_item .product_item--thumbnail:hover .wrap-addto {
    left: 15px;
    right: auto;
  }
  
  .rtl .products-list .product_item .product_item--thumbnail {
    float: right;
  }
  
  .rtl .products-list .product_item .product_item--info {
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
  }
  
  @media (max-width: 800px) {
    .rtl .products-list .product_item .product_item--info {
      padding-right: 20px;
    }
  }
  
  @media (max-width: 600px) {
    .rtl .products-list .product_item .product_item--info {
      padding-right: 0;
    }
  }
  
  .rtl .products-list .product_item .product_item--info .add_wishlist,
  .rtl .products-list .product_item .product_item--info .add_compare {
    float: right;
  }
  
  .rtl .products-list .product_item .product_item--info .add_to_cart_button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  
  .rtl .la-single-product-page .product-main-image {
    float: right;
    padding-right: 15px;
  }
  
  @media (min-width: 1500px) {
    .rtl .la-single-product-page .product-main-image {
      padding-left: 30px;
    }
  }
  
  .rtl .la-single-product-page .product--summary {
    padding-left: 15px;
  }
  
  @media (min-width: 1500px) {
    .rtl .la-single-product-page .product--summary {
      padding-right: 30px;
    }
  }
  
  .rtl .product--summary .add_compare,
  .rtl .product--summary .add_wishlist {
    float: right;
  }
  
  .rtl .product--summary .quantity {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  
  .rtl .product--summary .single_add_to_cart_button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  
  .rtl .btn-clear-cart {
    margin-left: 10px;
    margin-right: auto;
  }
  
  .rtl .shop_table.cart td.actions .button {
    float: left;
  }
  
  .rtl .shop_table.cart td.actions .btn {
    float: right;
  }
  
  .rtl .cart-collaterals > .la-shipping-form,
  .rtl .cart-collaterals > .la-coupon-form,
  .rtl .cart-collaterals > .cart_totals {
    float: right;
  }
  
  .rtl .cart-collaterals > .la-shipping-form,
  .rtl .cart-collaterals > .la-coupon-form {
    margin-right: 0;
    margin-left: 2%;
  }
  
  .rtl .cart-collaterals .shipping label {
    padding-right: 10px;
    padding-left: 0;
  }
  
  @media (max-width: 600px) {
    .rtl table.shop_table.shop_table_responsive tr td.product-remove a.remove {
      right: 10px;
      left: auto;
    }
    .rtl table.shop_table_responsive tr td,
    .rtl .woocommerce table.wishlist_table .product-name,
    .rtl .shop_table.woocommerce-cart-form__contents .product-price,
    .rtl .shop_table.woocommerce-cart-form__contents .product-quantity,
    .rtl .shop_table.woocommerce-cart-form__contents .product-subtotal {
      text-align: left;
    }
    .rtl table.shop_table_responsive tr td[data-title]:before {
      float: right;
    }
  }
  
  .rtl .woocommerce #customer_details {
    float: right;
  }
  
  .rtl .woocommerce #order_review {
    float: left;
  }
  
  .rtl .woocommerce #order_review_heading {
    left: 0;
    right: auto;
    padding-right: 50px;
    padding-left: 0;
  }
  
  @media (max-width: 991px) {
    .rtl .woocommerce #order_review_heading {
      padding-right: 20px;
    }
  }
  
  @media (max-width: 600px) {
    .rtl .woocommerce #order_review_heading {
      padding-right: 0;
    }
  }
  
  .rtl table.woocommerce-checkout-review-order-table tfoot td,
  .rtl table.woocommerce-checkout-review-order-table .product-total {
    text-align: left;
  }
  
  .rtl table.woocommerce-checkout-review-order-table .cart_item td.product-name,
  .rtl table.woocommerce-checkout-review-order-table th {
    text-align: right;
  }
  
  .rtl .woocommerce #ship-to-different-address .input-checkbox {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  
  .rtl .dl-menuwrapper li.dl-back > a {
    text-align: left;
  }
  
  .rtl .dl-menuwrapper li.dl-back > a:before {
    float: right;
  }
  
  .rtl .dl-menuwrapper li a .mm-icon {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  
  .rtl .dl-menuwrapper li > a:not(:only-child):after {
    right: auto;
    left: 20px;
    content: "\f104";
  }
  
  .rtl.header-mb-v1 .site-header-mobile .header-component-outer_1 {
    float: right;
    left: auto;
  }
  
  .rtl.header-mb-v1 .site-header-mobile .header-component-outer_2 {
    left: -40%;
    position: relative;
    float: left;
  }
  
  .rtl.header-mb-v2 .site-header-mobile .header-component-outer {
    float: right;
  }
  
  .rtl.header-mb-v2 .site-header-mobile .header-component-outer_1 {
    float: left;
  }
  
  .rtl.header-mb-v3 .site-header-mobile .header-component-outer {
    float: left;
  }
  
  .rtl.header-mb-v3 .site-header-mobile .header-component-outer .site-branding img {
    right: auto;
    left: 0;
  }
  
  .rtl.header-mb-v3 .site-header-mobile .header-component-outer_1 {
    float: right;
  }
  
  table.woocommerce-checkout-review-order-table .shipping td {
    min-width: 140px;
    text-align: right;
  }
  
  .rtl table.woocommerce-checkout-review-order-table .shipping td {
    text-align: left;
  }
  
  body.rtl:not(.open-cart-aside) .cart-flyout {
    transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
  }
  
  @media (max-width: 767px) {
    body.rtl .la-advanced-product-filters {
      right: 0;
      left: auto;
    }
    body.rtl:not(.open-advanced-shop-filter) .la-advanced-product-filters {
      transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
      -webkit-transform: translate(200px, 0);
    }
  }
  
  @media (min-width: 991px) {
    .rtl .la-p-single-2 .product-main-image .la-woo-product-gallery {
      float: left;
    }
    .rtl .la-p-single-2 .product-main-image .la-woo-thumbs {
      float: right;
    }
  }
  
  @media (min-width: 1441px) {
    .rtl.pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth):not(.body-boxed) .site-main .la-p-single-2 .product-main-image .la-woo-thumbs {
      margin-left: auto;
      margin-right: -105px;
    }
  }
  
  .no-backgroundcliptext .la-stats-counter.icontext-gradient .wrap-icon .box-icon span,
  .no-backgroundcliptext .la-sc-icon-boxes.icontext-gradient .wrap-icon .box-icon span {
    background-image: none !important;
  }
  .about h1{
    color: black !important;
  }
  .fontweight a{
   font-weight: bolder;
  }
  .zoom a{
    transition: transform .2s; 
    margin: 0 auto;
  }
  
  .zoom a:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
  }
  .img-hover-zoom {
 /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.2);
  }
  .textdisplay{
    padding: 40px 20px;
    font-family: 'Poppins';
    font-size: larger;
    text-align: justify;
  }