/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @media print {
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    pre {
      white-space: pre-wrap !important;
    }
    blockquote,
    pre {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    img,
    tr {
      page-break-inside: avoid;
    }
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .tag {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #ddd !important;
    }
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-family: Fira Sans, Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #091f49;
  }
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.25rem;
  }
  .h3,
  h3 {
    font-size: 18px;
  }
  .h4,
  h4 {
    font-size: 1.75rem;
  }
  .h5,
  h5 {
    font-size: 1.5rem;
  }
  .h6,
  .lead,
  h6 {
    font-size: 1.25rem;
  }
  .display-1,
  .lead {
    font-weight: 300;
  }
  .display-1 {
    font-size: 6rem;
  }
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
  }
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .small,
  small {
    font-size: 80%;
    font-weight: 400;
  }
  .mark,
  mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .list-inline,
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  .blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
  }
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91;
  }
  .blockquote-footer:before {
    content: "\2014   \A0";
  }
  .blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
  }
  .blockquote-reverse .blockquote-footer:before {
    content: "";
  }
  .blockquote-reverse .blockquote-footer:after {
    content: "\A0   \2014";
  }
  dl.row > dd + dt {
    clear: left;
  }
  .carousel-inner > .carousel-item > a > img,
  .carousel-inner > .carousel-item > img,
  .img-fluid,
  .img-thumbnail {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 90%;
    color: #ebebeb;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }
  code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
  }
  code,
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
  }
  kbd {
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  pre {
    display: block;
    font-size: 90%;
    color: #373a3c;
  }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .table td,
  .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
  }
  .table tbody + tbody {
    border-top: 2px solid #eceeef;
  }
  .table .table {
    background-color: #f2f8fc;
  }
  .table-sm td,
  .table-sm th {
    padding: 0.3rem;
  }
  .table-bordered,
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #eceeef;
  }
  .table-bordered thead td,
  .table-bordered thead th {
    border-bottom-width: 2px;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-active,
  .table-active > td,
  .table-active > th,
  .table-hover .table-active:hover,
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th,
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-success,
  .table-success > td,
  .table-success > th {
    background-color: #dff0d8;
  }
  .table-hover .table-success:hover,
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
  }
  .table-info,
  .table-info > td,
  .table-info > th {
    background-color: #d9edf7;
  }
  .table-hover .table-info:hover,
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
  }
  .table-warning,
  .table-warning > td,
  .table-warning > th {
    background-color: #fcf8e3;
  }
  .table-hover .table-warning:hover,
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
  }
  .table-danger,
  .table-danger > td,
  .table-danger > th {
    background-color: #f2dede;
  }
  .table-hover .table-danger:hover,
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
  }
  .thead-inverse th {
    color: #fff;
    background-color: #878787;
  }
  .thead-default th {
    color: #d6d6d6;
    background-color: #f6f6f6;
  }
  .table-inverse {
    color: #f6f6f6;
    background-color: #878787;
  }
  .table-inverse td,
  .table-inverse th,
  .table-inverse thead th {
    border-color: #d6d6d6;
  }
  .table-inverse.table-bordered {
    border: 0;
  }
  .table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
  }
  .table-reflow thead {
    float: left;
  }
  .table-reflow tbody {
    display: block;
    white-space: nowrap;
  }
  .table-reflow td,
  .table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
  }
  .table-reflow td:last-child,
  .table-reflow th:last-child {
    border-right: 1px solid #eceeef;
  }
  .table-reflow tbody:last-child tr:last-child td,
  .table-reflow tbody:last-child tr:last-child th,
  .table-reflow tfoot:last-child tr:last-child td,
  .table-reflow tfoot:last-child tr:last-child th,
  .table-reflow thead:last-child tr:last-child td,
  .table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef;
  }
  .table-reflow tr {
    float: left;
  }
  .table-reflow tr td,
  .table-reflow tr th {
    display: block !important;
    border: 1px solid #eceeef;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control::placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
  }
  .form-control:disabled {
    cursor: not-allowed;
  }
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
  }
  select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff;
  }
  .form-control-file,
  .form-control-range {
    display: block;
  }
  .col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 14px;
  }
  .col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
  }
  .col-form-legend {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .col-form-legend,
  .form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-static.form-control-lg,
  .form-control-static.form-control-sm,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.2rem;
  }
  .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
  .input-group-sm > select.form-control:not([size]):not([multiple]),
  .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem;
  }
  .form-control-lg,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    border-radius: 0.3rem;
  }
  .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
  .input-group-lg > select.form-control:not([size]):not([multiple]),
  .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  select.form-control-lg:not([size]):not([multiple]) {
    height: 3.16667rem;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
  }
  .form-check + .form-check {
    margin-top: -0.25rem;
  }
  .form-check.disabled .form-check-label {
    color: #d6d6d6;
    cursor: not-allowed;
  }
  .form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
  }
  .form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
  }
  .form-check-input:only-child {
    position: static;
  }
  .form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
  }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
  }
  .form-check-inline.disabled {
    color: #d6d6d6;
    cursor: not-allowed;
  }
  .form-control-feedback {
    margin-top: 0.25rem;
  }
  .form-control-danger,
  .form-control-success,
  .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
  }
  .has-success .custom-control,
  .has-success .form-check-inline,
  .has-success .form-check-label,
  .has-success .form-control-feedback,
  .has-success .form-control-label {
    color: #4cbb6c;
  }
  .has-success .form-control {
    border-color: #4cbb6c;
  }
  .has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  }
  .has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5;
  }
  .has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  }
  .has-warning .custom-control,
  .has-warning .form-check-inline,
  .has-warning .form-check-label,
  .has-warning .form-control-feedback,
  .has-warning .form-control-label {
    color: #ff9a52;
  }
  .has-warning .form-control {
    border-color: #ff9a52;
  }
  .has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  }
  .has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff;
  }
  .has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  }
  .has-danger .custom-control,
  .has-danger .form-check-inline,
  .has-danger .form-check-label,
  .has-danger .form-control-feedback,
  .has-danger .form-control-label {
    color: #ff4c4c;
  }
  .has-danger .form-control {
    border-color: #ff4c4c;
  }
  .has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  }
  .has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff;
  }
  .has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  }
  @media (min-width: 576px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .form-check,
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-check {
      display: inline-block;
      margin-top: 0;
    }
    .form-inline .form-check-label {
      padding-left: 0;
    }
    .form-inline .form-check-input {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn.focus,
  .btn:focus,
  .btn:hover {
    text-decoration: none;
  }
  .btn.active,
  .btn:active {
    background-image: none;
    outline: 0;
  }
  .btn.disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-primary {
    color: #fff;
    background-color: #f26233;
    border-color: transparent;
  }
  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:hover {
    color: #fff;
    background-color: #e4430e;
    border-color: transparent;
  }
  .btn-primary.active,
  .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e4430e;
    border-color: transparent;
    background-image: none;
  }
  .btn-primary.active.focus,
  .btn-primary.active:focus,
  .btn-primary.active:hover,
  .btn-primary:active.focus,
  .btn-primary:active:focus,
  .btn-primary:active:hover,
  .open > .btn-primary.dropdown-toggle.focus,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #c2390c;
    border-color: transparent;
  }
  .btn-primary.disabled.focus,
  .btn-primary.disabled:focus,
  .btn-primary.disabled:hover,
  .btn-primary:disabled.focus,
  .btn-primary:disabled:focus,
  .btn-primary:disabled:hover {
    background-color: #f26233;
    border-color: transparent;
  }
  .btn-secondary,
  .btn-tertiary {
    color: #091f49;
    background-color: #fff;
    border-color: transparent;
  }
  .btn-secondary.focus,
  .btn-secondary:focus,
  .btn-secondary:hover,
  .btn-tertiary:focus,
  .btn-tertiary:hover,
  .focus.btn-tertiary {
    color: #091f49;
    background-color: #e6e6e6;
    border-color: transparent;
  }
  .active.btn-tertiary,
  .btn-secondary.active,
  .btn-secondary:active,
  .btn-tertiary:active,
  .open > .btn-secondary.dropdown-toggle,
  .open > .dropdown-toggle.btn-tertiary {
    color: #091f49;
    background-color: #e6e6e6;
    border-color: transparent;
    background-image: none;
  }
  .active.btn-tertiary:focus,
  .active.btn-tertiary:hover,
  .active.focus.btn-tertiary,
  .btn-secondary.active.focus,
  .btn-secondary.active:focus,
  .btn-secondary.active:hover,
  .btn-secondary:active.focus,
  .btn-secondary:active:focus,
  .btn-secondary:active:hover,
  .btn-tertiary:active.focus,
  .btn-tertiary:active:focus,
  .btn-tertiary:active:hover,
  .open > .btn-secondary.dropdown-toggle.focus,
  .open > .btn-secondary.dropdown-toggle:focus,
  .open > .btn-secondary.dropdown-toggle:hover,
  .open > .dropdown-toggle.btn-tertiary:focus,
  .open > .dropdown-toggle.btn-tertiary:hover,
  .open > .dropdown-toggle.focus.btn-tertiary {
    color: #091f49;
    background-color: #d4d4d4;
    border-color: transparent;
  }
  .btn-secondary.disabled.focus,
  .btn-secondary.disabled:focus,
  .btn-secondary.disabled:hover,
  .btn-secondary:disabled.focus,
  .btn-secondary:disabled:focus,
  .btn-secondary:disabled:hover,
  .btn-tertiary:disabled.focus,
  .btn-tertiary:disabled:focus,
  .btn-tertiary:disabled:hover,
  .disabled.btn-tertiary:focus,
  .disabled.btn-tertiary:hover,
  .disabled.focus.btn-tertiary {
    background-color: #fff;
    border-color: transparent;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .btn-info.focus,
  .btn-info:focus,
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
  }
  .btn-info.active,
  .btn-info:active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
  }
  .btn-info.active.focus,
  .btn-info.active:focus,
  .btn-info.active:hover,
  .btn-info:active.focus,
  .btn-info:active:focus,
  .btn-info:active:hover,
  .open > .btn-info.dropdown-toggle.focus,
  .open > .btn-info.dropdown-toggle:focus,
  .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
  }
  .btn-info.disabled.focus,
  .btn-info.disabled:focus,
  .btn-info.disabled:hover,
  .btn-info:disabled.focus,
  .btn-info:disabled:focus,
  .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  .btn-success.focus,
  .btn-success:focus,
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
  }
  .btn-success.active,
  .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
  }
  .btn-success.active.focus,
  .btn-success.active:focus,
  .btn-success.active:hover,
  .btn-success:active.focus,
  .btn-success:active:focus,
  .btn-success:active:hover,
  .open > .btn-success.dropdown-toggle.focus,
  .open > .btn-success.dropdown-toggle:focus,
  .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
  }
  .btn-success.disabled.focus,
  .btn-success.disabled:focus,
  .btn-success.disabled:hover,
  .btn-success:disabled.focus,
  .btn-success:disabled:focus,
  .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  .btn-warning {
    color: #fff;
    background-color: #ff9a52;
    border-color: #f0ad4e;
  }
  .btn-warning.focus,
  .btn-warning:focus,
  .btn-warning:hover {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #eb9316;
  }
  .btn-warning.active,
  .btn-warning:active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #eb9316;
    background-image: none;
  }
  .btn-warning.active.focus,
  .btn-warning.active:focus,
  .btn-warning.active:hover,
  .btn-warning:active.focus,
  .btn-warning:active:focus,
  .btn-warning:active:hover,
  .open > .btn-warning.dropdown-toggle.focus,
  .open > .btn-warning.dropdown-toggle:focus,
  .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #b06d0f;
  }
  .btn-warning.disabled.focus,
  .btn-warning.disabled:focus,
  .btn-warning.disabled:hover,
  .btn-warning:disabled.focus,
  .btn-warning:disabled:focus,
  .btn-warning:disabled:hover {
    background-color: #ff9a52;
    border-color: #f0ad4e;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
  }
  .btn-danger.focus,
  .btn-danger:focus,
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
  }
  .btn-danger.active,
  .btn-danger:active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
  }
  .btn-danger.active.focus,
  .btn-danger.active:focus,
  .btn-danger.active:hover,
  .btn-danger:active.focus,
  .btn-danger:active:focus,
  .btn-danger:active:hover,
  .open > .btn-danger.dropdown-toggle.focus,
  .open > .btn-danger.dropdown-toggle:focus,
  .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
  }
  .btn-danger.disabled.focus,
  .btn-danger.disabled:focus,
  .btn-danger.disabled:hover,
  .btn-danger:disabled.focus,
  .btn-danger:disabled:focus,
  .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  .btn-outline-primary {
    color: #f26233;
    background-image: none;
    background-color: transparent;
    border-color: #f26233;
  }
  .btn-outline-primary.active,
  .btn-outline-primary.focus,
  .btn-outline-primary:active,
  .btn-outline-primary:focus,
  .btn-outline-primary:hover,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f26233;
    border-color: #f26233;
  }
  .btn-outline-primary.active.focus,
  .btn-outline-primary.active:focus,
  .btn-outline-primary.active:hover,
  .btn-outline-primary:active.focus,
  .btn-outline-primary:active:focus,
  .btn-outline-primary:active:hover,
  .open > .btn-outline-primary.dropdown-toggle.focus,
  .open > .btn-outline-primary.dropdown-toggle:focus,
  .open > .btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #c2390c;
    border-color: #9c2e0a;
  }
  .btn-outline-primary.disabled.focus,
  .btn-outline-primary.disabled:focus,
  .btn-outline-primary.disabled:hover,
  .btn-outline-primary:disabled.focus,
  .btn-outline-primary:disabled:focus,
  .btn-outline-primary:disabled:hover {
    border-color: #f8ac93;
  }
  .btn-outline-secondary {
    color: transparent;
    background-image: none;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-outline-secondary.active,
  .btn-outline-secondary.active.focus,
  .btn-outline-secondary.active:focus,
  .btn-outline-secondary.active:hover,
  .btn-outline-secondary.focus,
  .btn-outline-secondary:active,
  .btn-outline-secondary:active.focus,
  .btn-outline-secondary:active:focus,
  .btn-outline-secondary:active:hover,
  .btn-outline-secondary:focus,
  .btn-outline-secondary:hover,
  .open > .btn-outline-secondary.dropdown-toggle,
  .open > .btn-outline-secondary.dropdown-toggle.focus,
  .open > .btn-outline-secondary.dropdown-toggle:focus,
  .open > .btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-outline-secondary.disabled.focus,
  .btn-outline-secondary.disabled:focus,
  .btn-outline-secondary.disabled:hover,
  .btn-outline-secondary:disabled.focus,
  .btn-outline-secondary:disabled:focus,
  .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0);
  }
  .btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
  }
  .btn-outline-info.active,
  .btn-outline-info.focus,
  .btn-outline-info:active,
  .btn-outline-info:focus,
  .btn-outline-info:hover,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .btn-outline-info.active.focus,
  .btn-outline-info.active:focus,
  .btn-outline-info.active:hover,
  .btn-outline-info:active.focus,
  .btn-outline-info:active:focus,
  .btn-outline-info:active:hover,
  .open > .btn-outline-info.dropdown-toggle.focus,
  .open > .btn-outline-info.dropdown-toggle:focus,
  .open > .btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
  }
  .btn-outline-info.disabled.focus,
  .btn-outline-info.disabled:focus,
  .btn-outline-info.disabled:hover,
  .btn-outline-info:disabled.focus,
  .btn-outline-info:disabled:focus,
  .btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
  }
  .btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
  }
  .btn-outline-success.active,
  .btn-outline-success.focus,
  .btn-outline-success:active,
  .btn-outline-success:focus,
  .btn-outline-success:hover,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  .btn-outline-success.active.focus,
  .btn-outline-success.active:focus,
  .btn-outline-success.active:hover,
  .btn-outline-success:active.focus,
  .btn-outline-success:active:focus,
  .btn-outline-success:active:hover,
  .open > .btn-outline-success.dropdown-toggle.focus,
  .open > .btn-outline-success.dropdown-toggle:focus,
  .open > .btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
  }
  .btn-outline-success.disabled.focus,
  .btn-outline-success.disabled:focus,
  .btn-outline-success.disabled:hover,
  .btn-outline-success:disabled.focus,
  .btn-outline-success:disabled:focus,
  .btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
  }
  .btn-outline-warning {
    color: #ff9a52;
    background-image: none;
    background-color: transparent;
    border-color: #ff9a52;
  }
  .btn-outline-warning.active,
  .btn-outline-warning.focus,
  .btn-outline-warning:active,
  .btn-outline-warning:focus,
  .btn-outline-warning:hover,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52;
  }
  .btn-outline-warning.active.focus,
  .btn-outline-warning.active:focus,
  .btn-outline-warning.active:hover,
  .btn-outline-warning:active.focus,
  .btn-outline-warning:active:focus,
  .btn-outline-warning:active:hover,
  .open > .btn-outline-warning.dropdown-toggle.focus,
  .open > .btn-outline-warning.dropdown-toggle:focus,
  .open > .btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700;
  }
  .btn-outline-warning.disabled.focus,
  .btn-outline-warning.disabled:focus,
  .btn-outline-warning.disabled:hover,
  .btn-outline-warning:disabled.focus,
  .btn-outline-warning:disabled:focus,
  .btn-outline-warning:disabled:hover {
    border-color: #ffd6b8;
  }
  .btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
  }
  .btn-outline-danger.active,
  .btn-outline-danger.focus,
  .btn-outline-danger:active,
  .btn-outline-danger:focus,
  .btn-outline-danger:hover,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
  }
  .btn-outline-danger.active.focus,
  .btn-outline-danger.active:focus,
  .btn-outline-danger.active:hover,
  .btn-outline-danger:active.focus,
  .btn-outline-danger:active:focus,
  .btn-outline-danger:active:hover,
  .open > .btn-outline-danger.dropdown-toggle.focus,
  .open > .btn-outline-danger.dropdown-toggle:focus,
  .open > .btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
  }
  .btn-outline-danger.disabled.focus,
  .btn-outline-danger.disabled:focus,
  .btn-outline-danger.disabled:hover,
  .btn-outline-danger:disabled.focus,
  .btn-outline-danger:disabled:focus,
  .btn-outline-danger:disabled:hover {
    border-color: #eba5a3;
  }
  .btn-link {
    font-weight: 400;
    color: #0075c9;
    border-radius: 0;
  }
  .btn-link,
  .btn-link.active,
  .btn-link:active,
  .btn-link:disabled {
    background-color: transparent;
  }
  .btn-link,
  .btn-link:active,
  .btn-link:focus,
  .btn-link:hover {
    border-color: transparent;
  }
  .btn-link:focus,
  .btn-link:hover {
    color: #f26233;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link:disabled:focus,
  .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    border-radius: 0.3rem;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.2rem;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  input[type="button"].btn-block,
  input[type="reset"].btn-block,
  input[type="submit"].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height;
  }
  .collapsing,
  .dropdown,
  .dropup {
    position: relative;
  }
  .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #091f49;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #2b2d2f;
    background-color: #f5f5f5;
  }
  .dropdown-item.active,
  .dropdown-item.active:focus,
  .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
  }
  .dropdown-item.disabled,
  .dropdown-item.disabled:focus,
  .dropdown-item.disabled:hover {
    color: #818a91;
  }
  .dropdown-item.disabled:focus,
  .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #818a91;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group-vertical > .btn,
  .btn-group > .btn {
    position: relative;
    float: left;
    margin-bottom: 0;
  }
  .btn-group-vertical > .btn.active,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn.active,
  .btn-group > .btn:active,
  .btn-group > .btn:focus,
  .btn-group > .btn:hover {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -0.5rem;
  }
  .btn-toolbar:after {
    content: "";
    display: table;
    clear: both;
  }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn + .dropdown-toggle-split:after {
    margin-left: 0;
  }
  .btn-group-sm > .btn + .dropdown-toggle-split,
  .btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .btn-group-lg > .btn + .dropdown-toggle-split,
  .btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-group-lg > .btn .caret,
  .btn-lg .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
  }
  .dropup .btn-group-lg > .btn .caret,
  .dropup .btn-lg .caret {
    border-width: 0 0.3em 0.3em;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group .form-control:active,
  .input-group .form-control:focus,
  .input-group .form-control:hover {
    z-index: 3;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.2rem;
  }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    border-radius: 0.3rem;
  }
  .input-group-addon input[type="checkbox"],
  .input-group-addon input[type="radio"] {
    margin-top: 0;
  }
  .input-group-addon:not(:last-child),
  .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
  .input-group-btn:not(:first-child)
    > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group > .btn,
  .input-group-btn:not(:last-child) > .dropdown-toggle,
  .input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:not(:last-child) {
    border-right: 0;
  }
  .input-group-addon:not(:first-child),
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group > .btn,
  .input-group-btn:not(:first-child) > .dropdown-toggle,
  .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
  .input-group-btn:not(:last-child) > .btn:not(:first-child),
  .input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
  }
  .input-group-btn {
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn,
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:active,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:hover {
    z-index: 3;
  }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .input-group-btn:not(:first-child) > .btn-group:active,
  .input-group-btn:not(:first-child) > .btn-group:focus,
  .input-group-btn:not(:first-child) > .btn-group:hover,
  .input-group-btn:not(:first-child) > .btn:active,
  .input-group-btn:not(:first-child) > .btn:focus,
  .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3;
  }
  .custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
  }
  .custom-control + .custom-control {
    margin-left: 1rem;
  }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
  }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
  }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
  }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
  }
  .custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
  }
  .custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  }
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
  }
  .custom-radio .custom-control-indicator {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
  }
  .custom-controls-stacked .custom-control {
    float: left;
    clear: left;
  }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
  }
  .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: #fff
      url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center;
    background-image: none\9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none;
  }
  .custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff;
  }
  .custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
  }
  .custom-select::-ms-expand {
    opacity: 0;
  }
  .custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }
  .custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
  }
  .custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
  }
  .custom-file-control:lang(en):after {
    content: "Choose file...";
  }
  .custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .custom-file-control:lang(en):before {
    content: "Browse";
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: inline-block;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  .nav-link.disabled {
    color: #818a91;
  }
  .nav-link.disabled,
  .nav-link.disabled:focus,
  .nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav-inline .nav-item {
    display: inline-block;
  }
  .nav-inline .nav-item + .nav-item,
  .nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
  }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
  }
  .nav-tabs .nav-link.disabled,
  .nav-tabs .nav-link.disabled:focus,
  .nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover,
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link.active:focus,
  .nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .nav-pills:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-pills .nav-item {
    float: left;
  }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
  }
  .nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
  }
  .nav-pills .nav-item.open .nav-link,
  .nav-pills .nav-item.open .nav-link:focus,
  .nav-pills .nav-item.open .nav-link:hover,
  .nav-pills .nav-link.active,
  .nav-pills .nav-link.active:focus,
  .nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
  }
  .nav-stacked .nav-item {
    display: block;
    float: none;
  }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    position: relative;
    padding: 0.5rem 1rem;
  }
  .navbar:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (min-width: 576px) {
    .navbar {
      border-radius: 0.25rem;
    }
  }
  .navbar-full {
    z-index: 1000;
  }
  @media (min-width: 576px) {
    .navbar-full {
      border-radius: 0;
    }
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 576px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-fixed-bottom {
    bottom: 0;
  }
  .navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
  }
  @media (min-width: 576px) {
    .navbar-sticky-top {
      border-radius: 0;
    }
  }
  .navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 14px;
    line-height: inherit;
  }
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  .navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
  }
  .navbar-divider:before {
    content: "\A0";
  }
  .navbar-text {
    display: inline-block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
  }
  .navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
  }
  @media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-brand {
      display: block;
      float: none;
      margin-top: 0.5rem;
      margin-right: 0;
    }
    .navbar-toggleable-xs .navbar-nav {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none;
    }
  }
  @media (min-width: 576px) {
    .navbar-toggleable-xs {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-brand {
      display: block;
      float: none;
      margin-top: 0.5rem;
      margin-right: 0;
    }
    .navbar-toggleable-sm .navbar-nav {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-toggleable-sm {
      display: block;
    }
  }
  @media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
      display: block;
      float: none;
      margin-top: 0.5rem;
      margin-right: 0;
    }
    .navbar-toggleable-md .navbar-nav {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none;
    }
  }
  @media (min-width: 992px) {
    .navbar-toggleable-md {
      display: block;
    }
  }
  .navbar-toggleable-lg:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
      display: block;
      float: none;
      margin-top: 0.5rem;
      margin-right: 0;
    }
    .navbar-toggleable-lg .navbar-nav {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none;
    }
  }
  @media (min-width: 1200px) {
    .navbar-toggleable-lg {
      display: block;
    }
  }
  .navbar-toggleable-xl {
    display: block;
  }
  .navbar-toggleable-xl:after {
    content: "";
    display: table;
    clear: both;
  }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-nav .nav-item {
    float: left;
  }
  .navbar-nav .nav-link {
    display: block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
  }
  .navbar-nav .nav-item + .nav-item,
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  .navbar-light .navbar-brand,
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link:focus,
  .navbar-light .navbar-nav .active > .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.active:focus,
  .navbar-light .navbar-nav .nav-link.active:hover,
  .navbar-light .navbar-nav .nav-link.open,
  .navbar-light .navbar-nav .nav-link.open:focus,
  .navbar-light .navbar-nav .nav-link.open:hover,
  .navbar-light .navbar-nav .open > .nav-link,
  .navbar-light .navbar-nav .open > .nav-link:focus,
  .navbar-light .navbar-nav .open > .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .navbar-dark .navbar-brand,
  .navbar-dark .navbar-brand:focus,
  .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-toggler,
  .navbar-dark .navbar-toggler:focus,
  .navbar-dark .navbar-toggler:hover {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link:focus,
  .navbar-dark .navbar-nav .active > .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.active:focus,
  .navbar-dark .navbar-nav .nav-link.active:hover,
  .navbar-dark .navbar-nav .nav-link.open,
  .navbar-dark .navbar-nav .nav-link.open:focus,
  .navbar-dark .navbar-nav .nav-link.open:hover,
  .navbar-dark .navbar-nav .open > .nav-link,
  .navbar-dark .navbar-nav .open > .nav-link:focus,
  .navbar-dark .navbar-nav .open > .nav-link:hover {
    color: #fff;
  }
  .navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: hsla(0, 0%, 100%, 0.1);
  }
  .navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, 0.075);
  }
  .navbar-toggleable-xs:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
      float: none;
      margin-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-toggleable-xs {
      display: block !important;
    }
  }
  .navbar-toggleable-sm:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
      float: none;
      margin-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-toggleable-sm {
      display: block !important;
    }
  }
  .navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
      float: none;
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-toggleable-md {
      display: block !important;
    }
  }
  .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-block {
    padding: 1.25rem;
  }
  .card-block:after {
    content: "";
    display: table;
    clear: both;
  }
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-subtitle {
    margin-top: -0.375rem;
  }
  .card-subtitle,
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
  }
  .card-header-pills,
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-primary {
    background-color: #f12c2c;
    border-color: #f12c2c;
  }
  .card-primary .card-footer,
  .card-primary .card-header {
    background-color: transparent;
  }
  .card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
  }
  .card-success .card-footer,
  .card-success .card-header {
    background-color: transparent;
  }
  .card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .card-info .card-footer,
  .card-info .card-header {
    background-color: transparent;
  }
  .card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
  }
  .card-warning .card-footer,
  .card-warning .card-header {
    background-color: transparent;
  }
  .card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
  }
  .card-danger .card-footer,
  .card-danger .card-header,
  .card-outline-primary {
    background-color: transparent;
  }
  .card-outline-primary {
    border-color: #f26233;
  }
  .card-outline-secondary {
    background-color: transparent;
    border-color: transparent;
  }
  .card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
  }
  .card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
  }
  .card-outline-warning {
    background-color: transparent;
    border-color: #ff9a52;
  }
  .card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
  }
  .card-inverse .card-footer,
  .card-inverse .card-header {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .card-inverse .card-blockquote,
  .card-inverse .card-footer,
  .card-inverse .card-header,
  .card-inverse .card-title {
    color: #fff;
  }
  .card-inverse .card-blockquote .blockquote-footer,
  .card-inverse .card-link,
  .card-inverse .card-subtitle,
  .card-inverse .card-text {
    color: hsla(0, 0%, 100%, 0.65);
  }
  .card-inverse .card-link:focus,
  .card-inverse .card-link:hover {
    color: #fff;
  }
  .card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
  }
  .card-img {
    border-radius: calc(0.25rem - 1px);
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  .card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
  }
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  @media (min-width: 576px) {
    .card-deck {
      display: table;
      width: 100%;
      margin-bottom: 0.75rem;
      table-layout: fixed;
      border-spacing: 1.25rem 0;
    }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top;
    }
    .card-deck-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem;
    }
  }
  @media (min-width: 576px) {
    .card-group {
      display: table;
      width: 100%;
      table-layout: fixed;
    }
    .card-group .card {
      display: table-cell;
      vertical-align: top;
    }
    .card-group .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group .card:first-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
      border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
      border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
      border-radius: 0;
    }
  }
  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      column-gap: 1.25rem;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #0c0c0e;
    border-radius: 0.25rem;
  }
  .breadcrumb:after {
    content: "";
    display: table;
    clear: both;
  }
  .breadcrumb-item {
    float: left;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    content: "\F0DA";
  }
  .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: #fff;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
  }
  .page-item {
    display: inline;
  }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .page-item.active .page-link,
  .page-item.active .page-link:focus,
  .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
  }
  .page-item.disabled .page-link,
  .page-item.disabled .page-link:focus,
  .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .page-link:focus,
  .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
  }
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
  }
  .pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
  }
  .pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 1rem;
  }
  .pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
  }
  .pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
  }
  .tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  .tag:empty {
    display: none;
  }
  .btn .tag {
    position: relative;
    top: -1px;
  }
  a.tag:focus,
  a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  .tag-default {
    background-color: #818a91;
  }
  .tag-default[href]:focus,
  .tag-default[href]:hover {
    background-color: #687077;
  }
  .tag-primary {
    background-color: #0275d8;
  }
  .tag-primary[href]:focus,
  .tag-primary[href]:hover {
    background-color: #025aa5;
  }
  .tag-success {
    background-color: #5cb85c;
  }
  .tag-success[href]:focus,
  .tag-success[href]:hover {
    background-color: #449d44;
  }
  .tag-info {
    background-color: #5bc0de;
  }
  .tag-info[href]:focus,
  .tag-info[href]:hover {
    background-color: #31b0d5;
  }
  .tag-warning {
    background-color: #f0ad4e;
  }
  .tag-warning[href]:focus,
  .tag-warning[href]:hover {
    background-color: #ec971f;
  }
  .tag-danger {
    background-color: #d9534f;
  }
  .tag-danger[href]:focus,
  .tag-danger[href]:hover {
    background-color: #c9302c;
  }
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
  }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  .jumbotron-hr {
    border-top-color: #d0d5d8;
  }
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  .alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible {
    padding-right: 2.5rem;
  }
  .alert-dismissible .close {
    position: relative;
    top: -0.125rem;
    right: -1.25rem;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c1e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
  }
  .alert-info hr {
    border-top-color: #a6d5ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #ff9a52;
    color: #d6d6d6;
  }
  .alert-warning hr {
    border-top-color: #ff8b39;
  }
  .alert-warning .alert-link {
    color: #bdbdbd;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
  }
  .alert-danger hr {
    border-top-color: #e4b9b9;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
  }
  .progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
  }
  .progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
  }
  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress[value],
  base::-moz-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  @media screen and (min-width: 0\0) {
    .progress {
      background-color: #eee;
      border-radius: 0.25rem;
    }
    .progress-bar {
      display: inline-block;
      height: 1rem;
      text-indent: -999rem;
      background-color: #0074d9;
      border-bottom-left-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
    }
    .progress[width="100%"] {
      border-bottom-right-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }
  }
  .progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-size: 1rem 1rem;
  }
  .progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-size: 1rem 1rem;
  }
  .progress-striped[value]::-ms-fill {
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-size: 1rem 1rem;
  }
  @media screen and (min-width: 0\0) {
    .progress-bar-striped {
      background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
      );
      background-size: 1rem 1rem;
    }
  }
  .progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
  }
  @media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
      -webkit-animation: progress-bar-stripes 2s linear infinite;
      animation: progress-bar-stripes 2s linear infinite;
    }
  }
  .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
  }
  .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
  }
  .progress-success[value]::-ms-fill {
    background-color: #5cb85c;
  }
  @media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
      background-color: #5cb85c;
    }
  }
  .progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
  }
  .progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
  }
  .progress-info[value]::-ms-fill {
    background-color: #5bc0de;
  }
  @media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
      background-color: #5bc0de;
    }
  }
  .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
  }
  .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
  }
  .progress-warning[value]::-ms-fill {
    background-color: #f0ad4e;
  }
  @media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
      background-color: #f0ad4e;
    }
  }
  .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
  }
  .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
  }
  .progress-danger[value]::-ms-fill {
    background-color: #d9534f;
  }
  @media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
      background-color: #d9534f;
    }
  }
  .media,
  .media-body {
    overflow: hidden;
  }
  .media-body {
    width: 10000px;
  }
  .media-body,
  .media-left,
  .media-right {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-object {
    display: block;
  }
  .media-object.img-thumbnail {
    max-width: none;
  }
  .media-right {
    padding-left: 10px;
  }
  .media-left {
    padding-right: 10px;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    padding-left: 0;
    margin-bottom: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:focus,
  .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
  }
  .list-group-item.active,
  .list-group-item.active:focus,
  .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
  }
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
  }
  .list-group-item-action .list-group-item-heading {
    color: #333;
  }
  .list-group-item-action:focus,
  .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:focus,
  a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:focus,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:focus,
  a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:focus,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:focus,
  a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:focus,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:focus,
  a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:focus,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-21by9 {
    padding-bottom: 42.85714%;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .embed-responsive-1by1 {
    padding-bottom: 100%;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
  }
  .close:focus,
  .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal,
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.in {
    opacity: 0.5;
  }
  .modal-header {
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 600px;
      margin: 30px auto;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Fira Sans, Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 1rem;
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.in {
    opacity: 0.9;
  }
  .tooltip.bs-tether-element-attached-bottom,
  .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
  .tooltip.tooltip-top .tooltip-inner:before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.bs-tether-element-attached-left,
  .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bs-tether-element-attached-left .tooltip-inner:before,
  .tooltip.tooltip-right .tooltip-inner:before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.bs-tether-element-attached-top,
  .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.bs-tether-element-attached-top .tooltip-inner:before,
  .tooltip.tooltip-bottom .tooltip-inner:before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bs-tether-element-attached-right,
  .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip.bs-tether-element-attached-right .tooltip-inner:before,
  .tooltip.tooltip-left .tooltip-inner:before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  .tooltip-inner:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: Fira Sans, Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  .popover.bs-tether-element-attached-bottom,
  .popover.popover-top {
    margin-top: -10px;
  }
  .popover.bs-tether-element-attached-bottom:after,
  .popover.bs-tether-element-attached-bottom:before,
  .popover.popover-top:after,
  .popover.popover-top:before {
    left: 50%;
    border-bottom-width: 0;
  }
  .popover.bs-tether-element-attached-bottom:before,
  .popover.popover-top:before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bs-tether-element-attached-bottom:after,
  .popover.popover-top:after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
  }
  .popover.bs-tether-element-attached-left,
  .popover.popover-right {
    margin-left: 10px;
  }
  .popover.bs-tether-element-attached-left:after,
  .popover.bs-tether-element-attached-left:before,
  .popover.popover-right:after,
  .popover.popover-right:before {
    top: 50%;
    border-left-width: 0;
  }
  .popover.bs-tether-element-attached-left:before,
  .popover.popover-right:before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bs-tether-element-attached-left:after,
  .popover.popover-right:after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
  }
  .popover.bs-tether-element-attached-top,
  .popover.popover-bottom {
    margin-top: 10px;
  }
  .popover.bs-tether-element-attached-top:after,
  .popover.bs-tether-element-attached-top:before,
  .popover.popover-bottom:after,
  .popover.popover-bottom:before {
    left: 50%;
    border-top-width: 0;
  }
  .popover.bs-tether-element-attached-top:before,
  .popover.popover-bottom:before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bs-tether-element-attached-top:after,
  .popover.popover-bottom:after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
  }
  .popover.bs-tether-element-attached-top .popover-title:before,
  .popover.popover-bottom .popover-title:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  .popover.bs-tether-element-attached-right,
  .popover.popover-left {
    margin-left: -10px;
  }
  .popover.bs-tether-element-attached-right:after,
  .popover.bs-tether-element-attached-right:before,
  .popover.popover-left:after,
  .popover.popover-left:before {
    top: 50%;
    border-right-width: 0;
  }
  .popover.bs-tether-element-attached-right:before,
  .popover.popover-left:before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bs-tether-element-attached-right:after,
  .popover.popover-left:after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
  }
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
  }
  .popover-title:empty {
    display: none;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover:after,
  .popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover:before {
    content: "";
    border-width: 11px;
  }
  .popover:after {
    content: "";
    border-width: 10px;
  }
  .carousel,
  .carousel-inner {
    position: relative;
  }
  .carousel-inner {
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: left 0.6s ease-in-out;
  }
  .carousel-inner > .carousel-item > a > img,
  .carousel-inner > .carousel-item > img {
    line-height: 1;
  }
  @media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner > .carousel-item {
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .carousel-item.active.right,
    .carousel-inner > .carousel-item.next {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.active.left,
    .carousel-inner > .carousel-item.prev {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.active,
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right {
      left: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    font-size: 16px;
    color: #999;
    text-align: center;
    text-shadow: none;
    opacity: 1;
  }
  .carousel-control.left {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  }
  .carousel-control:focus,
  .carousel-control:hover {
    color: #999;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
  }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel-control .icon-next:before {
    content: "\203A";
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media (min-width: 576px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
    }
    .carousel-control .icon-prev {
      margin-left: -15px;
    }
    .carousel-control .icon-next {
      margin-right: -15px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .align-baseline {
    vertical-align: baseline !important;
  }
  .align-top {
    vertical-align: top !important;
  }
  .align-middle {
    vertical-align: middle !important;
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-text-top {
    vertical-align: text-top !important;
  }
  .bg-faded {
    background-color: #f7f7f9;
  }
  .bg-primary {
    background-color: #f12c2c !important;
  }
  a.bg-primary:focus,
  a.bg-primary:hover {
    background-color: #db0f0f !important;
  }
  .bg-success {
    background-color: #4cbb6c !important;
  }
  a.bg-success:focus,
  a.bg-success:hover {
    background-color: #3a9a56 !important;
  }
  .bg-info {
    background-color: #5bc0de !important;
  }
  a.bg-info:focus,
  a.bg-info:hover {
    background-color: #31b0d5 !important;
  }
  .bg-warning {
    background-color: #ff9a52 !important;
  }
  a.bg-warning:focus,
  a.bg-warning:hover {
    background-color: #ff7c1f !important;
  }
  .bg-danger {
    background-color: #ff4c4c !important;
  }
  a.bg-danger:focus,
  a.bg-danger:hover {
    background-color: #ff1919 !important;
  }
  .bg-inverse {
    background-color: #373a3c !important;
  }
  a.bg-inverse:focus,
  a.bg-inverse:hover {
    background-color: #1f2021 !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-top {
    border-top-left-radius: 0.25rem;
  }
  .rounded-right,
  .rounded-top {
    border-top-right-radius: 0.25rem;
  }
  .rounded-bottom,
  .rounded-right {
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-bottom,
  .rounded-left {
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-left {
    border-top-left-radius: 0.25rem;
  }
  .rounded-circle {
    border-radius: 50%;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .d-block {
    display: block !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-inline {
    display: inline !important;
  }
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
    .float-sm-right {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
    .float-lg-right {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
    .float-xl-right {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
  }
  .w-100 {
    width: 100% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .mx-0 {
    margin-right: 0 !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-1 {
    margin: 1rem !important;
  }
  .mt-1 {
    margin-top: 1rem !important;
  }
  .mr-1 {
    margin-right: 1rem !important;
  }
  .mb-1 {
    margin-bottom: 1rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 1rem !important;
  }
  .mx-1 {
    margin-right: 1rem !important;
  }
  .my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-2 {
    margin: 1.5rem !important;
  }
  .mt-2 {
    margin-top: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 1.5rem !important;
  }
  .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 1.5rem !important;
  }
  .mx-2 {
    margin-right: 1.5rem !important;
  }
  .my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-3 {
    margin: 3rem !important;
  }
  .mt-3 {
    margin-top: 3rem !important;
  }
  .mr-3 {
    margin-right: 3rem !important;
  }
  .mb-3 {
    margin-bottom: 3rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 3rem !important;
  }
  .mx-3 {
    margin-right: 3rem !important;
  }
  .my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .px-0 {
    padding-right: 0 !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-1 {
    padding: 1rem !important;
  }
  .pt-1 {
    padding-top: 1rem !important;
  }
  .pr-1 {
    padding-right: 1rem !important;
  }
  .pb-1 {
    padding-bottom: 1rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 1rem !important;
  }
  .px-1 {
    padding-right: 1rem !important;
  }
  .py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-2 {
    padding: 1.5rem !important;
  }
  .pt-2 {
    padding-top: 1.5rem !important;
  }
  .pr-2 {
    padding-right: 1.5rem !important;
  }
  .pb-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 1.5rem !important;
  }
  .px-2 {
    padding-right: 1.5rem !important;
  }
  .py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-3 {
    padding: 3rem !important;
  }
  .pt-3 {
    padding-top: 3rem !important;
  }
  .pr-3 {
    padding-right: 3rem !important;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 3rem !important;
  }
  .px-3 {
    padding-right: 3rem !important;
  }
  .py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .text-justify {
    text-align: justify !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
    .text-sm-right {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
    .text-md-right {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
    .text-lg-right {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
    .text-xl-right {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .font-weight-normal {
    font-weight: 400;
  }
  .font-weight-bold {
    font-weight: 700;
  }
  .font-italic {
    font-style: italic;
  }
  .text-white {
    color: #fff !important;
  }
  .text-muted {
    color: #d6d6d6 !important;
  }
  a.text-muted:focus,
  a.text-muted:hover {
    color: #bdbdbd !important;
  }
  .text-primary {
    color: #f12c2c !important;
  }
  a.text-primary:focus,
  a.text-primary:hover {
    color: #db0f0f !important;
  }
  .text-success {
    color: #4cbb6c !important;
  }
  a.text-success:focus,
  a.text-success:hover {
    color: #3a9a56 !important;
  }
  .text-info {
    color: #5bc0de !important;
  }
  a.text-info:focus,
  a.text-info:hover {
    color: #31b0d5 !important;
  }
  .text-warning {
    color: #ff9a52 !important;
  }
  a.text-warning:focus,
  a.text-warning:hover {
    color: #ff7c1f !important;
  }
  .text-danger {
    color: #ff4c4c !important;
  }
  a.text-danger:focus,
  a.text-danger:hover {
    color: #ff1919 !important;
  }
  .text-gray-dark {
    color: #878787 !important;
  }
  a.text-gray-dark:focus,
  a.text-gray-dark:hover {
    color: #6e6e6e !important;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .invisible {
    visibility: hidden !important;
  }
  .hidden-xs-up {
    display: none !important;
  }
  @media (max-width: 575px) {
    .hidden-xs-down {
      display: none !important;
    }
  }
  @media (min-width: 576px) {
    .hidden-sm-up {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-sm-down {
      display: none !important;
    }
  }
  @media (min-width: 768px) {
    .hidden-md-up {
      display: none !important;
    }
  }
  @media (max-width: 991px) {
    .hidden-md-down {
      display: none !important;
    }
  }
  @media (min-width: 992px) {
    .hidden-lg-up {
      display: none !important;
    }
  }
  @media (max-width: 1199px) {
    .hidden-lg-down {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-xl-up {
      display: none !important;
    }
  }
  .hidden-xl-down,
  .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;
    }
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      max-width: 100%;
    }
  }
  .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid:after {
    content: "";
    display: table;
    clear: both;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  .col-lg,
  .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,
  .col-md,
  .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,
  .col-sm,
  .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,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xs,
  .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  @media (min-width: 576px) {
    .col-lg,
    .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,
    .col-md,
    .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,
    .col-sm,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .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 {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media (min-width: 768px) {
    .col-lg,
    .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,
    .col-md,
    .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,
    .col-sm,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .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 {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media (min-width: 992px) {
    .col-lg,
    .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,
    .col-md,
    .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,
    .col-sm,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .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 {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media (min-width: 1200px) {
    .col-lg,
    .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,
    .col-md,
    .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,
    .col-sm,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xs,
    .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 {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  .col-xs-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xs-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xs-3 {
    float: left;
    width: 25%;
  }
  .col-xs-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xs-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xs-6 {
    float: left;
    width: 50%;
  }
  .col-xs-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xs-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xs-9 {
    float: left;
    width: 75%;
  }
  .col-xs-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xs-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xs-12 {
    float: left;
    width: 100%;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.33333%;
  }
  .pull-xs-2 {
    right: 16.66667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.33333%;
  }
  .pull-xs-5 {
    right: 41.66667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.33333%;
  }
  .pull-xs-8 {
    right: 66.66667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.33333%;
  }
  .pull-xs-11 {
    right: 91.66667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.33333%;
  }
  .push-xs-2 {
    left: 16.66667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.33333%;
  }
  .push-xs-5 {
    left: 41.66667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.33333%;
  }
  .push-xs-8 {
    left: 66.66667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.33333%;
  }
  .push-xs-11 {
    left: 91.66667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  @media (min-width: 576px) {
    .col-sm-1 {
      float: left;
      width: 8.33333%;
    }
    .col-sm-2 {
      float: left;
      width: 16.66667%;
    }
    .col-sm-3 {
      float: left;
      width: 25%;
    }
    .col-sm-4 {
      float: left;
      width: 33.33333%;
    }
    .col-sm-5 {
      float: left;
      width: 41.66667%;
    }
    .col-sm-6 {
      float: left;
      width: 50%;
    }
    .col-sm-7 {
      float: left;
      width: 58.33333%;
    }
    .col-sm-8 {
      float: left;
      width: 66.66667%;
    }
    .col-sm-9 {
      float: left;
      width: 75%;
    }
    .col-sm-10 {
      float: left;
      width: 83.33333%;
    }
    .col-sm-11 {
      float: left;
      width: 91.66667%;
    }
    .col-sm-12 {
      float: left;
      width: 100%;
    }
    .pull-sm-0 {
      right: auto;
    }
    .pull-sm-1 {
      right: 8.33333%;
    }
    .pull-sm-2 {
      right: 16.66667%;
    }
    .pull-sm-3 {
      right: 25%;
    }
    .pull-sm-4 {
      right: 33.33333%;
    }
    .pull-sm-5 {
      right: 41.66667%;
    }
    .pull-sm-6 {
      right: 50%;
    }
    .pull-sm-7 {
      right: 58.33333%;
    }
    .pull-sm-8 {
      right: 66.66667%;
    }
    .pull-sm-9 {
      right: 75%;
    }
    .pull-sm-10 {
      right: 83.33333%;
    }
    .pull-sm-11 {
      right: 91.66667%;
    }
    .pull-sm-12 {
      right: 100%;
    }
    .push-sm-0 {
      left: auto;
    }
    .push-sm-1 {
      left: 8.33333%;
    }
    .push-sm-2 {
      left: 16.66667%;
    }
    .push-sm-3 {
      left: 25%;
    }
    .push-sm-4 {
      left: 33.33333%;
    }
    .push-sm-5 {
      left: 41.66667%;
    }
    .push-sm-6 {
      left: 50%;
    }
    .push-sm-7 {
      left: 58.33333%;
    }
    .push-sm-8 {
      left: 66.66667%;
    }
    .push-sm-9 {
      left: 75%;
    }
    .push-sm-10 {
      left: 83.33333%;
    }
    .push-sm-11 {
      left: 91.66667%;
    }
    .push-sm-12 {
      left: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333%;
    }
    .offset-sm-2 {
      margin-left: 16.66667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333%;
    }
    .offset-sm-5 {
      margin-left: 41.66667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333%;
    }
    .offset-sm-8 {
      margin-left: 66.66667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333%;
    }
    .offset-sm-11 {
      margin-left: 91.66667%;
    }
  }
  @media (min-width: 768px) {
    .col-md-1 {
      float: left;
      width: 8.33333%;
    }
    .col-md-2 {
      float: left;
      width: 16.66667%;
    }
    .col-md-3 {
      float: left;
      width: 25%;
    }
    .col-md-4 {
      float: left;
      width: 33.33333%;
    }
    .col-md-5 {
      float: left;
      width: 41.66667%;
    }
    .col-md-6 {
      float: left;
      width: 50%;
    }
    .col-md-7 {
      float: left;
      width: 58.33333%;
    }
    .col-md-8 {
      float: left;
      width: 66.66667%;
    }
    .col-md-9 {
      float: left;
      width: 75%;
    }
    .col-md-10 {
      float: left;
      width: 83.33333%;
    }
    .col-md-11 {
      float: left;
      width: 91.66667%;
    }
    .col-md-12 {
      float: left;
      width: 100%;
    }
    .pull-md-0 {
      right: auto;
    }
    .pull-md-1 {
      right: 8.33333%;
    }
    .pull-md-2 {
      right: 16.66667%;
    }
    .pull-md-3 {
      right: 25%;
    }
    .pull-md-4 {
      right: 33.33333%;
    }
    .pull-md-5 {
      right: 41.66667%;
    }
    .pull-md-6 {
      right: 50%;
    }
    .pull-md-7 {
      right: 58.33333%;
    }
    .pull-md-8 {
      right: 66.66667%;
    }
    .pull-md-9 {
      right: 75%;
    }
    .pull-md-10 {
      right: 83.33333%;
    }
    .pull-md-11 {
      right: 91.66667%;
    }
    .pull-md-12 {
      right: 100%;
    }
    .push-md-0 {
      left: auto;
    }
    .push-md-1 {
      left: 8.33333%;
    }
    .push-md-2 {
      left: 16.66667%;
    }
    .push-md-3 {
      left: 25%;
    }
    .push-md-4 {
      left: 33.33333%;
    }
    .push-md-5 {
      left: 41.66667%;
    }
    .push-md-6 {
      left: 50%;
    }
    .push-md-7 {
      left: 58.33333%;
    }
    .push-md-8 {
      left: 66.66667%;
    }
    .push-md-9 {
      left: 75%;
    }
    .push-md-10 {
      left: 83.33333%;
    }
    .push-md-11 {
      left: 91.66667%;
    }
    .push-md-12 {
      left: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333%;
    }
    .offset-md-2 {
      margin-left: 16.66667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333%;
    }
    .offset-md-5 {
      margin-left: 41.66667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333%;
    }
    .offset-md-8 {
      margin-left: 66.66667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333%;
    }
    .offset-md-11 {
      margin-left: 91.66667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-1 {
      float: left;
      width: 8.33333%;
    }
    .col-lg-2 {
      float: left;
      width: 16.66667%;
    }
    .col-lg-3 {
      float: left;
      width: 25%;
    }
    .col-lg-4 {
      float: left;
      width: 33.33333%;
    }
    .col-lg-5 {
      float: left;
      width: 41.66667%;
    }
    .col-lg-6 {
      float: left;
      width: 50%;
    }
    .col-lg-7 {
      float: left;
      width: 58.33333%;
    }
    .col-lg-8 {
      float: left;
      width: 66.66667%;
    }
    .col-lg-9 {
      float: left;
      width: 75%;
    }
    .col-lg-10 {
      float: left;
      width: 83.33333%;
    }
    .col-lg-11 {
      float: left;
      width: 91.66667%;
    }
    .col-lg-12 {
      float: left;
      width: 100%;
    }
    .pull-lg-0 {
      right: auto;
    }
    .pull-lg-1 {
      right: 8.33333%;
    }
    .pull-lg-2 {
      right: 16.66667%;
    }
    .pull-lg-3 {
      right: 25%;
    }
    .pull-lg-4 {
      right: 33.33333%;
    }
    .pull-lg-5 {
      right: 41.66667%;
    }
    .pull-lg-6 {
      right: 50%;
    }
    .pull-lg-7 {
      right: 58.33333%;
    }
    .pull-lg-8 {
      right: 66.66667%;
    }
    .pull-lg-9 {
      right: 75%;
    }
    .pull-lg-10 {
      right: 83.33333%;
    }
    .pull-lg-11 {
      right: 91.66667%;
    }
    .pull-lg-12 {
      right: 100%;
    }
    .push-lg-0 {
      left: auto;
    }
    .push-lg-1 {
      left: 8.33333%;
    }
    .push-lg-2 {
      left: 16.66667%;
    }
    .push-lg-3 {
      left: 25%;
    }
    .push-lg-4 {
      left: 33.33333%;
    }
    .push-lg-5 {
      left: 41.66667%;
    }
    .push-lg-6 {
      left: 50%;
    }
    .push-lg-7 {
      left: 58.33333%;
    }
    .push-lg-8 {
      left: 66.66667%;
    }
    .push-lg-9 {
      left: 75%;
    }
    .push-lg-10 {
      left: 83.33333%;
    }
    .push-lg-11 {
      left: 91.66667%;
    }
    .push-lg-12 {
      left: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333%;
    }
    .offset-lg-2 {
      margin-left: 16.66667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333%;
    }
    .offset-lg-5 {
      margin-left: 41.66667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333%;
    }
    .offset-lg-8 {
      margin-left: 66.66667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333%;
    }
    .offset-lg-11 {
      margin-left: 91.66667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl-1 {
      float: left;
      width: 8.33333%;
    }
    .col-xl-2 {
      float: left;
      width: 16.66667%;
    }
    .col-xl-3 {
      float: left;
      width: 25%;
    }
    .col-xl-4 {
      float: left;
      width: 33.33333%;
    }
    .col-xl-5 {
      float: left;
      width: 41.66667%;
    }
    .col-xl-6 {
      float: left;
      width: 50%;
    }
    .col-xl-7 {
      float: left;
      width: 58.33333%;
    }
    .col-xl-8 {
      float: left;
      width: 66.66667%;
    }
    .col-xl-9 {
      float: left;
      width: 75%;
    }
    .col-xl-10 {
      float: left;
      width: 83.33333%;
    }
    .col-xl-11 {
      float: left;
      width: 91.66667%;
    }
    .col-xl-12 {
      float: left;
      width: 100%;
    }
    .pull-xl-0 {
      right: auto;
    }
    .pull-xl-1 {
      right: 8.33333%;
    }
    .pull-xl-2 {
      right: 16.66667%;
    }
    .pull-xl-3 {
      right: 25%;
    }
    .pull-xl-4 {
      right: 33.33333%;
    }
    .pull-xl-5 {
      right: 41.66667%;
    }
    .pull-xl-6 {
      right: 50%;
    }
    .pull-xl-7 {
      right: 58.33333%;
    }
    .pull-xl-8 {
      right: 66.66667%;
    }
    .pull-xl-9 {
      right: 75%;
    }
    .pull-xl-10 {
      right: 83.33333%;
    }
    .pull-xl-11 {
      right: 91.66667%;
    }
    .pull-xl-12 {
      right: 100%;
    }
    .push-xl-0 {
      left: auto;
    }
    .push-xl-1 {
      left: 8.33333%;
    }
    .push-xl-2 {
      left: 16.66667%;
    }
    .push-xl-3 {
      left: 25%;
    }
    .push-xl-4 {
      left: 33.33333%;
    }
    .push-xl-5 {
      left: 41.66667%;
    }
    .push-xl-6 {
      left: 50%;
    }
    .push-xl-7 {
      left: 58.33333%;
    }
    .push-xl-8 {
      left: 66.66667%;
    }
    .push-xl-9 {
      left: 75%;
    }
    .push-xl-10 {
      left: 83.33333%;
    }
    .push-xl-11 {
      left: 91.66667%;
    }
    .push-xl-12 {
      left: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333%;
    }
    .offset-xl-2 {
      margin-left: 16.66667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333%;
    }
    .offset-xl-5 {
      margin-left: 41.66667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333%;
    }
    .offset-xl-8 {
      margin-left: 66.66667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333%;
    }
    .offset-xl-11 {
      margin-left: 91.66667%;
    }
  }
  /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:active,
  a:hover {
    outline-width: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: inherit;
    font-weight: bolder;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background-color: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
    margin: 0;
  }
  optgroup {
    font-weight: 700;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="reset"],
  [type="submit"],
  button,
  html [type="button"] {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  html {
    box-sizing: border-box;
  }
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  @-ms-viewport {
    width: device-width;
  }
  html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f2f8fc;
  }
  [tabindex="-1"]:focus {
    outline: none !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[data-original-title],
  abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
  }
  address {
    font-style: normal;
    line-height: inherit;
  }
  address,
  dl,
  ol,
  ul {
    margin-bottom: 1rem;
  }
  dl,
  ol,
  ul {
    margin-top: 0;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  a {
    color: #0075c9;
    text-decoration: none;
  }
  a:focus,
  a:hover {
    color: #f26233;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  a:not([href]):not([tabindex]),
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: none;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
  }
  [role="button"] {
    cursor: pointer;
  }
  [role="button"],
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  table {
    border-collapse: collapse;
    background-color: transparent;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #d6d6d6;
    caption-side: bottom;
  }
  caption,
  th {
    text-align: left;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  button,
  input,
  select,
  textarea {
    line-height: inherit;
  }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    cursor: not-allowed;
  }
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    -webkit-appearance: listbox;
  }
  textarea {
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }
  output {
    display: inline-block;
  }
  [hidden] {
    display: none !important;
  }
  .bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
  }
  .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
  }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-top-right-radius: 4px;
  }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
  }
  .bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
  }
  @font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"),
      url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"),
      url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff");
  }
  .material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }
  @font-face {
    font-family: fira sans;
    src: local("Fira Sans Lighter"), local("FiraSans-Lighter"),
      url(../css/0f19f0442f72c7316f7a88ed2b48095a.woff),
      url(../css/20161a557e36034d7255f22dadab5f58.ttf);
    font-weight: 300;
  }
  @font-face {
    font-family: fira sans;
    src: local("Fira Sans Regular"), local("FiraSans-Regular"),
      url(../css/f781f7effab443462f31a4e39763d5f1.woff),
      url(../css/50e780b45678ae34cef52d3e5112bd0d.ttf);
    font-weight: 400;
  }
  @font-face {
    font-family: fira sans;
    src: local("Fira Sans Medium"), local("FiraSans-Medium"),
      url(../css/3fc9484911864fda7e7ec0f83e256bac.woff),
      url(../css/f97963c595e8acb87013c1d4e1c3c9f9.ttf);
    font-weight: 500;
  }
  @font-face {
    font-family: fira sans;
    src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"),
      url(../css/60b6a9ae6b2f9f134357c5a213200157.woff),
      url(../css/eb5e811f2fe0408c9d0a552fcf1fb390.ttf);
    font-weight: 600;
  }

  /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 9, 2019 */
  @font-face {
    font-family: poppins;
    src: url(../css/4604b2568c7a88dec387ce83094de762.woff2) format("woff2"),
      url(../css/daad974203bf59b8092fb509621dea19.woff) format("woff");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: poppins;
    src: url(../css/e6c8c83558fd558b10e6a80d761327c4.woff2) format("woff2"),
      url(../css/c5d75f36e12929bf2a5b682c48a9e517.woff) format("woff");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: poppins;
    src: url(../css/c847f713753d60e22d56e8c1a613e0aa.woff2) format("woff2"),
      url(../css/70be00bd9f13903e0ff0c5ac8dd4db6a.woff) format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: poppins;
    src: url(../css/03c089d68a3422ca6f7ca38fcf1eaaeb.woff2) format("woff2"),
      url(../css/8fe547586448963fcf29b94b1d354547.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: poppins;
    src: url(../css/0bc5ae18ecd1992aa6c1724f80d5b190.woff2) format("woff2"),
      url(../css/fc33d2232b6be65ae9a377846ca97538.woff) format("woff");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: themify;
    src: url(../css/a1ecc3b826d01251edddf29c3e4e1e97.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  .material-icons,
  [class*=" ti-"],
  [class^="ti-"] {
    line-height: 1;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
  }
  [class*=" ti-"],
  [class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
  }
  .ti-wand:before {
    content: "\E600";
  }
  .ti-volume:before {
    content: "\E601";
  }
  .ti-user:before {
    content: "\E602";
  }
  .ti-unlock:before {
    content: "\E603";
  }
  .ti-unlink:before {
    content: "\E604";
  }
  .ti-trash:before {
    content: "\E605";
  }
  .ti-thought:before {
    content: "\E606";
  }
  .ti-target:before {
    content: "\E607";
  }
  .ti-tag:before {
    content: "\E608";
  }
  .ti-tablet:before {
    content: "\E609";
  }
  .ti-star:before {
    content: "\E60A";
  }
  .ti-spray:before {
    content: "\E60B";
  }
  .ti-signal:before {
    content: "\E60C";
  }
  .ti-shopping-cart:before {
    content: "\E60D";
  }
  .ti-shopping-cart-full:before {
    content: "\E60E";
  }
  .ti-settings:before {
    content: "\E60F";
  }
  .ti-search:before {
    content: "\E610";
  }
  .ti-zoom-in:before {
    content: "\E611";
  }
  .ti-zoom-out:before {
    content: "\E612";
  }
  .ti-cut:before {
    content: "\E613";
  }
  .ti-ruler:before {
    content: "\E614";
  }
  .ti-ruler-pencil:before {
    content: "\E615";
  }
  .ti-ruler-alt:before {
    content: "\E616";
  }
  .ti-bookmark:before {
    content: "\E617";
  }
  .ti-bookmark-alt:before {
    content: "\E618";
  }
  .ti-reload:before {
    content: "\E619";
  }
  .ti-plus:before {
    content: "\E61A";
  }
  .ti-pin:before {
    content: "\E61B";
  }
  .ti-pencil:before {
    content: "\E61C";
  }
  .ti-pencil-alt:before {
    content: "\E61D";
  }
  .ti-paint-roller:before {
    content: "\E61E";
  }
  .ti-paint-bucket:before {
    content: "\E61F";
  }
  .ti-na:before {
    content: "\E620";
  }
  .ti-mobile:before {
    content: "\E621";
  }
  .ti-minus:before {
    content: "\E622";
  }
  .ti-medall:before {
    content: "\E623";
  }
  .ti-medall-alt:before {
    content: "\E624";
  }
  .ti-marker:before {
    content: "\E625";
  }
  .ti-marker-alt:before {
    content: "\E626";
  }
  .ti-arrow-up:before {
    content: "\E627";
  }
  .ti-arrow-right:before {
    content: "\E628";
  }
  .ti-arrow-left:before {
    content: "\E629";
  }
  .ti-arrow-down:before {
    content: "\E62A";
  }
  .ti-lock:before {
    content: "\E62B";
  }
  .ti-location-arrow:before {
    content: "\E62C";
  }
  .ti-link:before {
    content: "\E62D";
  }
  .ti-layout:before {
    content: "\E62E";
  }
  .ti-layers:before {
    content: "\E62F";
  }
  .ti-layers-alt:before {
    content: "\E630";
  }
  .ti-key:before {
    content: "\E631";
  }
  .ti-import:before {
    content: "\E632";
  }
  .ti-image:before {
    content: "\E633";
  }
  .ti-heart:before {
    content: "\E634";
  }
  .ti-heart-broken:before {
    content: "\E635";
  }
  .ti-hand-stop:before {
    content: "\E636";
  }
  .ti-hand-open:before {
    content: "\E637";
  }
  .ti-hand-drag:before {
    content: "\E638";
  }
  .ti-folder:before {
    content: "\E639";
  }
  .ti-flag:before {
    content: "\E63A";
  }
  .ti-flag-alt:before {
    content: "\E63B";
  }
  .ti-flag-alt-2:before {
    content: "\E63C";
  }
  .ti-eye:before {
    content: "\E63D";
  }
  .ti-export:before {
    content: "\E63E";
  }
  .ti-exchange-vertical:before {
    content: "\E63F";
  }
  .ti-desktop:before {
    content: "\E640";
  }
  .ti-cup:before {
    content: "\E641";
  }
  .ti-crown:before {
    content: "\E642";
  }
  .ti-comments:before {
    content: "\E643";
  }
  .ti-comment:before {
    content: "\E644";
  }
  .ti-comment-alt:before {
    content: "\E645";
  }
  .ti-close:before {
    content: "\E646";
  }
  .ti-clip:before {
    content: "\E647";
  }
  .ti-angle-up:before {
    content: "\E648";
  }
  .ti-angle-right:before {
    content: "\E649";
  }
  .ti-angle-left:before {
    content: "\E64A";
  }
  .ti-angle-down:before {
    content: "\E64B";
  }
  .ti-check:before {
    content: "\E64C";
  }
  .ti-check-box:before {
    content: "\E64D";
  }
  .ti-camera:before {
    content: "\E64E";
  }
  .ti-announcement:before {
    content: "\E64F";
  }
  .ti-brush:before {
    content: "\E650";
  }
  .ti-briefcase:before {
    content: "\E651";
  }
  .ti-bolt:before {
    content: "\E652";
  }
  .ti-bolt-alt:before {
    content: "\E653";
  }
  .ti-blackboard:before {
    content: "\E654";
  }
  .ti-bag:before {
    content: "\E655";
  }
  .ti-move:before {
    content: "\E656";
  }
  .ti-arrows-vertical:before {
    content: "\E657";
  }
  .ti-arrows-horizontal:before {
    content: "\E658";
  }
  .ti-fullscreen:before {
    content: "\E659";
  }
  .ti-arrow-top-right:before {
    content: "\E65A";
  }
  .ti-arrow-top-left:before {
    content: "\E65B";
  }
  .ti-arrow-circle-up:before {
    content: "\E65C";
  }
  .ti-arrow-circle-right:before {
    content: "\E65D";
  }
  .ti-arrow-circle-left:before {
    content: "\E65E";
  }
  .ti-arrow-circle-down:before {
    content: "\E65F";
  }
  .ti-angle-double-up:before {
    content: "\E660";
  }
  .ti-angle-double-right:before {
    content: "\E661";
  }
  .ti-angle-double-left:before {
    content: "\E662";
  }
  .ti-angle-double-down:before {
    content: "\E663";
  }
  .ti-zip:before {
    content: "\E664";
  }
  .ti-world:before {
    content: "\E665";
  }
  .ti-wheelchair:before {
    content: "\E666";
  }
  .ti-view-list:before {
    content: "\E667";
  }
  .ti-view-list-alt:before {
    content: "\E668";
  }
  .ti-view-grid:before {
    content: "\E669";
  }
  .ti-uppercase:before {
    content: "\E66A";
  }
  .ti-upload:before {
    content: "\E66B";
  }
  .ti-underline:before {
    content: "\E66C";
  }
  .ti-truck:before {
    content: "\E66D";
  }
  .ti-timer:before {
    content: "\E66E";
  }
  .ti-ticket:before {
    content: "\E66F";
  }
  .ti-thumb-up:before {
    content: "\E670";
  }
  .ti-thumb-down:before {
    content: "\E671";
  }
  .ti-text:before {
    content: "\E672";
  }
  .ti-stats-up:before {
    content: "\E673";
  }
  .ti-stats-down:before {
    content: "\E674";
  }
  .ti-split-v:before {
    content: "\E675";
  }
  .ti-split-h:before {
    content: "\E676";
  }
  .ti-smallcap:before {
    content: "\E677";
  }
  .ti-shine:before {
    content: "\E678";
  }
  .ti-shift-right:before {
    content: "\E679";
  }
  .ti-shift-left:before {
    content: "\E67A";
  }
  .ti-shield:before {
    content: "\E67B";
  }
  .ti-notepad:before {
    content: "\E67C";
  }
  .ti-server:before {
    content: "\E67D";
  }
  .ti-quote-right:before {
    content: "\E67E";
  }
  .ti-quote-left:before {
    content: "\E67F";
  }
  .ti-pulse:before {
    content: "\E680";
  }
  .ti-printer:before {
    content: "\E681";
  }
  .ti-power-off:before {
    content: "\E682";
  }
  .ti-plug:before {
    content: "\E683";
  }
  .ti-pie-chart:before {
    content: "\E684";
  }
  .ti-paragraph:before {
    content: "\E685";
  }
  .ti-panel:before {
    content: "\E686";
  }
  .ti-package:before {
    content: "\E687";
  }
  .ti-music:before {
    content: "\E688";
  }
  .ti-music-alt:before {
    content: "\E689";
  }
  .ti-mouse:before {
    content: "\E68A";
  }
  .ti-mouse-alt:before {
    content: "\E68B";
  }
  .ti-money:before {
    content: "\E68C";
  }
  .ti-microphone:before {
    content: "\E68D";
  }
  .ti-menu:before {
    content: "\E68E";
  }
  .ti-menu-alt:before {
    content: "\E68F";
  }
  .ti-map:before {
    content: "\E690";
  }
  .ti-map-alt:before {
    content: "\E691";
  }
  .ti-loop:before {
    content: "\E692";
  }
  .ti-location-pin:before {
    content: "\E693";
  }
  .ti-list:before {
    content: "\E694";
  }
  .ti-light-bulb:before {
    content: "\E695";
  }
  .ti-Italic:before {
    content: "\E696";
  }
  .ti-info:before {
    content: "\E697";
  }
  .ti-infinite:before {
    content: "\E698";
  }
  .ti-id-badge:before {
    content: "\E699";
  }
  .ti-hummer:before {
    content: "\E69A";
  }
  .ti-home:before {
    content: "\E69B";
  }
  .ti-help:before {
    content: "\E69C";
  }
  .ti-headphone:before {
    content: "\E69D";
  }
  .ti-harddrives:before {
    content: "\E69E";
  }
  .ti-harddrive:before {
    content: "\E69F";
  }
  .ti-gift:before {
    content: "\E6A0";
  }
  .ti-game:before {
    content: "\E6A1";
  }
  .ti-filter:before {
    content: "\E6A2";
  }
  .ti-files:before {
    content: "\E6A3";
  }
  .ti-file:before {
    content: "\E6A4";
  }
  .ti-eraser:before {
    content: "\E6A5";
  }
  .ti-envelope:before {
    content: "\E6A6";
  }
  .ti-download:before {
    content: "\E6A7";
  }
  .ti-direction:before {
    content: "\E6A8";
  }
  .ti-direction-alt:before {
    content: "\E6A9";
  }
  .ti-dashboard:before {
    content: "\E6AA";
  }
  .ti-control-stop:before {
    content: "\E6AB";
  }
  .ti-control-shuffle:before {
    content: "\E6AC";
  }
  .ti-control-play:before {
    content: "\E6AD";
  }
  .ti-control-pause:before {
    content: "\E6AE";
  }
  .ti-control-forward:before {
    content: "\E6AF";
  }
  .ti-control-backward:before {
    content: "\E6B0";
  }
  .ti-cloud:before {
    content: "\E6B1";
  }
  .ti-cloud-up:before {
    content: "\E6B2";
  }
  .ti-cloud-down:before {
    content: "\E6B3";
  }
  .ti-clipboard:before {
    content: "\E6B4";
  }
  .ti-car:before {
    content: "\E6B5";
  }
  .ti-calendar:before {
    content: "\E6B6";
  }
  .ti-book:before {
    content: "\E6B7";
  }
  .ti-bell:before {
    content: "\E6B8";
  }
  .ti-basketball:before {
    content: "\E6B9";
  }
  .ti-bar-chart:before {
    content: "\E6BA";
  }
  .ti-bar-chart-alt:before {
    content: "\E6BB";
  }
  .ti-back-right:before {
    content: "\E6BC";
  }
  .ti-back-left:before {
    content: "\E6BD";
  }
  .ti-arrows-corner:before {
    content: "\E6BE";
  }
  .ti-archive:before {
    content: "\E6BF";
  }
  .ti-anchor:before {
    content: "\E6C0";
  }
  .ti-align-right:before {
    content: "\E6C1";
  }
  .ti-align-left:before {
    content: "\E6C2";
  }
  .ti-align-justify:before {
    content: "\E6C3";
  }
  .ti-align-center:before {
    content: "\E6C4";
  }
  .ti-alert:before {
    content: "\E6C5";
  }
  .ti-alarm-clock:before {
    content: "\E6C6";
  }
  .ti-agenda:before {
    content: "\E6C7";
  }
  .ti-write:before {
    content: "\E6C8";
  }
  .ti-window:before {
    content: "\E6C9";
  }
  .ti-widgetized:before {
    content: "\E6CA";
  }
  .ti-widget:before {
    content: "\E6CB";
  }
  .ti-widget-alt:before {
    content: "\E6CC";
  }
  .ti-wallet:before {
    content: "\E6CD";
  }
  .ti-video-clapper:before {
    content: "\E6CE";
  }
  .ti-video-camera:before {
    content: "\E6CF";
  }
  .ti-vector:before {
    content: "\E6D0";
  }
  .ti-themify-logo:before {
    content: "\E6D1";
  }
  .ti-themify-favicon:before {
    content: "\E6D2";
  }
  .ti-themify-favicon-alt:before {
    content: "\E6D3";
  }
  .ti-support:before {
    content: "\E6D4";
  }
  .ti-stamp:before {
    content: "\E6D5";
  }
  .ti-split-v-alt:before {
    content: "\E6D6";
  }
  .ti-slice:before {
    content: "\E6D7";
  }
  .ti-shortcode:before {
    content: "\E6D8";
  }
  .ti-shift-right-alt:before {
    content: "\E6D9";
  }
  .ti-shift-left-alt:before {
    content: "\E6DA";
  }
  .ti-ruler-alt-2:before {
    content: "\E6DB";
  }
  .ti-receipt:before {
    content: "\E6DC";
  }
  .ti-pin2:before {
    content: "\E6DD";
  }
  .ti-pin-alt:before {
    content: "\E6DE";
  }
  .ti-pencil-alt2:before {
    content: "\E6DF";
  }
  .ti-palette:before {
    content: "\E6E0";
  }
  .ti-more:before {
    content: "\E6E1";
  }
  .ti-more-alt:before {
    content: "\E6E2";
  }
  .ti-microphone-alt:before {
    content: "\E6E3";
  }
  .ti-magnet:before {
    content: "\E6E4";
  }
  .ti-line-double:before {
    content: "\E6E5";
  }
  .ti-line-dotted:before {
    content: "\E6E6";
  }
  .ti-line-dashed:before {
    content: "\E6E7";
  }
  .ti-layout-width-full:before {
    content: "\E6E8";
  }
  .ti-layout-width-default:before {
    content: "\E6E9";
  }
  .ti-layout-width-default-alt:before {
    content: "\E6EA";
  }
  .ti-layout-tab:before {
    content: "\E6EB";
  }
  .ti-layout-tab-window:before {
    content: "\E6EC";
  }
  .ti-layout-tab-v:before {
    content: "\E6ED";
  }
  .ti-layout-tab-min:before {
    content: "\E6EE";
  }
  .ti-layout-slider:before {
    content: "\E6EF";
  }
  .ti-layout-slider-alt:before {
    content: "\E6F0";
  }
  .ti-layout-sidebar-right:before {
    content: "\E6F1";
  }
  .ti-layout-sidebar-none:before {
    content: "\E6F2";
  }
  .ti-layout-sidebar-left:before {
    content: "\E6F3";
  }
  .ti-layout-placeholder:before {
    content: "\E6F4";
  }
  .ti-layout-menu:before {
    content: "\E6F5";
  }
  .ti-layout-menu-v:before {
    content: "\E6F6";
  }
  .ti-layout-menu-separated:before {
    content: "\E6F7";
  }
  .ti-layout-menu-full:before {
    content: "\E6F8";
  }
  .ti-layout-media-right-alt:before {
    content: "\E6F9";
  }
  .ti-layout-media-right:before {
    content: "\E6FA";
  }
  .ti-layout-media-overlay:before {
    content: "\E6FB";
  }
  .ti-layout-media-overlay-alt:before {
    content: "\E6FC";
  }
  .ti-layout-media-overlay-alt-2:before {
    content: "\E6FD";
  }
  .ti-layout-media-left-alt:before {
    content: "\E6FE";
  }
  .ti-layout-media-left:before {
    content: "\E6FF";
  }
  .ti-layout-media-center-alt:before {
    content: "\E700";
  }
  .ti-layout-media-center:before {
    content: "\E701";
  }
  .ti-layout-list-thumb:before {
    content: "\E702";
  }
  .ti-layout-list-thumb-alt:before {
    content: "\E703";
  }
  .ti-layout-list-post:before {
    content: "\E704";
  }
  .ti-layout-list-large-image:before {
    content: "\E705";
  }
  .ti-layout-line-solid:before {
    content: "\E706";
  }
  .ti-layout-grid4:before {
    content: "\E707";
  }
  .ti-layout-grid3:before {
    content: "\E708";
  }
  .ti-layout-grid2:before {
    content: "\E709";
  }
  .ti-layout-grid2-thumb:before {
    content: "\E70A";
  }
  .ti-layout-cta-right:before {
    content: "\E70B";
  }
  .ti-layout-cta-left:before {
    content: "\E70C";
  }
  .ti-layout-cta-center:before {
    content: "\E70D";
  }
  .ti-layout-cta-btn-right:before {
    content: "\E70E";
  }
  .ti-layout-cta-btn-left:before {
    content: "\E70F";
  }
  .ti-layout-column4:before {
    content: "\E710";
  }
  .ti-layout-column3:before {
    content: "\E711";
  }
  .ti-layout-column2:before {
    content: "\E712";
  }
  .ti-layout-accordion-separated:before {
    content: "\E713";
  }
  .ti-layout-accordion-merged:before {
    content: "\E714";
  }
  .ti-layout-accordion-list:before {
    content: "\E715";
  }
  .ti-ink-pen:before {
    content: "\E716";
  }
  .ti-info-alt:before {
    content: "\E717";
  }
  .ti-help-alt:before {
    content: "\E718";
  }
  .ti-headphone-alt:before {
    content: "\E719";
  }
  .ti-hand-point-up:before {
    content: "\E71A";
  }
  .ti-hand-point-right:before {
    content: "\E71B";
  }
  .ti-hand-point-left:before {
    content: "\E71C";
  }
  .ti-hand-point-down:before {
    content: "\E71D";
  }
  .ti-gallery:before {
    content: "\E71E";
  }
  .ti-face-smile:before {
    content: "\E71F";
  }
  .ti-face-sad:before {
    content: "\E720";
  }
  .ti-credit-card:before {
    content: "\E721";
  }
  .ti-control-skip-forward:before {
    content: "\E722";
  }
  .ti-control-skip-backward:before {
    content: "\E723";
  }
  .ti-control-record:before {
    content: "\E724";
  }
  .ti-control-eject:before {
    content: "\E725";
  }
  .ti-comments-smiley:before {
    content: "\E726";
  }
  .ti-brush-alt:before {
    content: "\E727";
  }
  .ti-youtube:before {
    content: "\E728";
  }
  .ti-vimeo:before {
    content: "\E729";
  }
  .ti-twitter:before {
    content: "\E72A";
  }
  .ti-time:before {
    content: "\E72B";
  }
  .ti-tumblr:before {
    content: "\E72C";
  }
  .ti-skype:before {
    content: "\E72D";
  }
  .ti-share:before {
    content: "\E72E";
  }
  .ti-share-alt:before {
    content: "\E72F";
  }
  .ti-rocket:before {
    content: "\E730";
  }
  .ti-pinterest:before {
    content: "\E731";
  }
  .ti-new-window:before {
    content: "\E732";
  }
  .ti-microsoft:before {
    content: "\E733";
  }
  .ti-list-ol:before {
    content: "\E734";
  }
  .ti-linkedin:before {
    content: "\E735";
  }
  .ti-layout-sidebar-2:before {
    content: "\E736";
  }
  .ti-layout-grid4-alt:before {
    content: "\E737";
  }
  .ti-layout-grid3-alt:before {
    content: "\E738";
  }
  .ti-layout-grid2-alt:before {
    content: "\E739";
  }
  .ti-layout-column4-alt:before {
    content: "\E73A";
  }
  .ti-layout-column3-alt:before {
    content: "\E73B";
  }
  .ti-layout-column2-alt:before {
    content: "\E73C";
  }
  .ti-instagram:before {
    content: "\E73D";
  }
  .ti-google:before {
    content: "\E73E";
  }
  .ti-github:before {
    content: "\E73F";
  }
  .ti-flickr:before {
    content: "\E740";
  }
  .ti-facebook:before {
    content: "\E741";
  }
  .ti-dropbox:before {
    content: "\E742";
  }
  .ti-dribbble:before {
    content: "\E743";
  }
  .ti-apple:before {
    content: "\E744";
  }
  .ti-android:before {
    content: "\E745";
  }
  .ti-save:before {
    content: "\E746";
  }
  .ti-save-alt:before {
    content: "\E747";
  }
  .ti-yahoo:before {
    content: "\E748";
  }
  .ti-wordpress:before {
    content: "\E749";
  }
  .ti-vimeo-alt:before {
    content: "\E74A";
  }
  .ti-twitter-alt:before {
    content: "\E74B";
  }
  .ti-tumblr-alt:before {
    content: "\E74C";
  }
  .ti-trello:before {
    content: "\E74D";
  }
  .ti-stack-overflow:before {
    content: "\E74E";
  }
  .ti-soundcloud:before {
    content: "\E74F";
  }
  .ti-sharethis:before {
    content: "\E750";
  }
  .ti-sharethis-alt:before {
    content: "\E751";
  }
  .ti-reddit:before {
    content: "\E752";
  }
  .ti-pinterest-alt:before {
    content: "\E753";
  }
  .ti-microsoft-alt:before {
    content: "\E754";
  }
  .ti-linux:before {
    content: "\E755";
  }
  .ti-jsfiddle:before {
    content: "\E756";
  }
  .ti-joomla:before {
    content: "\E757";
  }
  .ti-html5:before {
    content: "\E758";
  }
  .ti-flickr-alt:before {
    content: "\E759";
  }
  .ti-email:before {
    content: "\E75A";
  }
  .ti-drupal:before {
    content: "\E75B";
  }
  .ti-dropbox-alt:before {
    content: "\E75C";
  }
  .ti-css3:before {
    content: "\E75D";
  }
  .ti-rss:before {
    content: "\E75E";
  }
  .ti-rss-alt:before {
    content: "\E75F";
  }

  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  @font-face {
    font-family: FontAwesome;
    src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot);
    src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0)
        format("embedded-opentype"),
      url(../css/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),
      url(../css/fee66e712a8a08eef5805a46892932ad.woff) format("woff"),
      url(../css/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),
      url(../css/912ec66d7572ff821749319396470bde.svg#fontawesomeregular)
        format("svg");
    font-weight: 400;
    font-style: normal;
  }
  .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;
  }
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  .fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
  }
  .fa-pull-left {
    float: left;
  }
  .fa-pull-right {
    float: right;
  }
  .fa.fa-pull-left {
    margin-right: 0.3em;
  }
  .fa.fa-pull-right {
    margin-left: 0.3em;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .fa.pull-left {
    margin-right: 0.3em;
  }
  .fa.pull-right {
    margin-left: 0.3em;
  }
  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical,
  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
  }
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  .fa-stack-1x,
  .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: #fff;
  }
  .fa-glass:before {
    content: "\F000";
  }
  .fa-music:before {
    content: "\F001";
  }
  .fa-search:before {
    content: "\F002";
  }
  .fa-envelope-o:before {
    content: "\F003";
  }
  .fa-heart:before {
    content: "\F004";
  }
  .fa-star:before {
    content: "\F005";
  }
  .fa-star-o:before {
    content: "\F006";
  }
  .fa-user:before {
    content: "\F007";
  }
  .fa-film:before {
    content: "\F008";
  }
  .fa-th-large:before {
    content: "\F009";
  }
  .fa-th:before {
    content: "\F00A";
  }
  .fa-th-list:before {
    content: "\F00B";
  }
  .fa-check:before {
    content: "\F00C";
  }
  .fa-close:before,
  .fa-remove:before,
  .fa-times:before {
    content: "\F00D";
  }
  .fa-search-plus:before {
    content: "\F00E";
  }
  .fa-search-minus:before {
    content: "\F010";
  }
  .fa-power-off:before {
    content: "\F011";
  }
  .fa-signal:before {
    content: "\F012";
  }
  .fa-cog:before,
  .fa-gear:before {
    content: "\F013";
  }
  .fa-trash-o:before {
    content: "\F014";
  }
  .fa-home:before {
    content: "\F015";
  }
  .fa-file-o:before {
    content: "\F016";
  }
  .fa-clock-o:before {
    content: "\F017";
  }
  .fa-road:before {
    content: "\F018";
  }
  .fa-download:before {
    content: "\F019";
  }
  .fa-arrow-circle-o-down:before {
    content: "\F01A";
  }
  .fa-arrow-circle-o-up:before {
    content: "\F01B";
  }
  .fa-inbox:before {
    content: "\F01C";
  }
  .fa-play-circle-o:before {
    content: "\F01D";
  }
  .fa-repeat:before,
  .fa-rotate-right:before {
    content: "\F01E";
  }
  .fa-refresh:before {
    content: "\F021";
  }
  .fa-list-alt:before {
    content: "\F022";
  }
  .fa-lock:before {
    content: "\F023";
  }
  .fa-flag:before {
    content: "\F024";
  }
  .fa-headphones:before {
    content: "\F025";
  }
  .fa-volume-off:before {
    content: "\F026";
  }
  .fa-volume-down:before {
    content: "\F027";
  }
  .fa-volume-up:before {
    content: "\F028";
  }
  .fa-qrcode:before {
    content: "\F029";
  }
  .fa-barcode:before {
    content: "\F02A";
  }
  .fa-tag:before {
    content: "\F02B";
  }
  .fa-tags:before {
    content: "\F02C";
  }
  .fa-book:before {
    content: "\F02D";
  }
  .fa-bookmark:before {
    content: "\F02E";
  }
  .fa-print:before {
    content: "\F02F";
  }
  .fa-camera:before {
    content: "\F030";
  }
  .fa-font:before {
    content: "\F031";
  }
  .fa-600:before {
    content: "\F032";
  }
  .fa-italic:before {
    content: "\F033";
  }
  .fa-text-height:before {
    content: "\F034";
  }
  .fa-text-width:before {
    content: "\F035";
  }
  .fa-align-left:before {
    content: "\F036";
  }
  .fa-align-center:before {
    content: "\F037";
  }
  .fa-align-right:before {
    content: "\F038";
  }
  .fa-align-justify:before {
    content: "\F039";
  }
  .fa-list:before {
    content: "\F03A";
  }
  .fa-dedent:before,
  .fa-outdent:before {
    content: "\F03B";
  }
  .fa-indent:before {
    content: "\F03C";
  }
  .fa-video-camera:before {
    content: "\F03D";
  }
  .fa-image:before,
  .fa-photo:before,
  .fa-picture-o:before {
    content: "\F03E";
  }
  .fa-pencil:before {
    content: "\F040";
  }
  .fa-map-marker:before {
    content: "\F041";
  }
  .fa-adjust:before {
    content: "\F042";
  }
  .fa-tint:before {
    content: "\F043";
  }
  .fa-edit:before,
  .fa-pencil-square-o:before {
    content: "\F044";
  }
  .fa-share-square-o:before {
    content: "\F045";
  }
  .fa-check-square-o:before {
    content: "\F046";
  }
  .fa-arrows:before {
    content: "\F047";
  }
  .fa-step-backward:before {
    content: "\F048";
  }
  .fa-fast-backward:before {
    content: "\F049";
  }
  .fa-backward:before {
    content: "\F04A";
  }
  .fa-play:before {
    content: "\F04B";
  }
  .fa-pause:before {
    content: "\F04C";
  }
  .fa-stop:before {
    content: "\F04D";
  }
  .fa-forward:before {
    content: "\F04E";
  }
  .fa-fast-forward:before {
    content: "\F050";
  }
  .fa-step-forward:before {
    content: "\F051";
  }
  .fa-eject:before {
    content: "\F052";
  }
  .fa-chevron-left:before {
    content: "\F053";
  }
  .fa-chevron-right:before {
    content: "\F054";
  }
  .fa-plus-circle:before {
    content: "\F055";
  }
  .fa-minus-circle:before {
    content: "\F056";
  }
  .fa-times-circle:before {
    content: "\F057";
  }
  .fa-check-circle:before {
    content: "\F058";
  }
  .fa-question-circle:before {
    content: "\F059";
  }
  .fa-info-circle:before {
    content: "\F05A";
  }
  .fa-crosshairs:before {
    content: "\F05B";
  }
  .fa-times-circle-o:before {
    content: "\F05C";
  }
  .fa-check-circle-o:before {
    content: "\F05D";
  }
  .fa-ban:before {
    content: "\F05E";
  }
  .fa-arrow-left:before {
    content: "\F060";
  }
  .fa-arrow-right:before {
    content: "\F061";
  }
  .fa-arrow-up:before {
    content: "\F062";
  }
  .fa-arrow-down:before {
    content: "\F063";
  }
  .fa-mail-forward:before,
  .fa-share:before {
    content: "\F064";
  }
  .fa-expand:before {
    content: "\F065";
  }
  .fa-compress:before {
    content: "\F066";
  }
  .fa-plus:before {
    content: "\F067";
  }
  .fa-minus:before {
    content: "\F068";
  }
  .fa-asterisk:before {
    content: "\F069";
  }
  .fa-exclamation-circle:before {
    content: "\F06A";
  }
  .fa-gift:before {
    content: "\F06B";
  }
  .fa-leaf:before {
    content: "\F06C";
  }
  .fa-fire:before {
    content: "\F06D";
  }
  .fa-eye:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.82 9-5.391 0-9.877-3.88-10.818-9C2.12 6.88 6.608 3 12 3zm0 16a9.005 9.005 0 0 0 8.777-7 9.005 9.005 0 0 0-17.554 0A9.005 9.005 0 0 0 12 19zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z' fill='%23002F87'/%3E%3C/svg%3E");
  }
  .fa-eye-slash:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.882 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.82-9a10.982 10.982 0 0 1 3.34-6.066L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31zM5.935 7.35A8.965 8.965 0 0 0 3.223 12a9.006 9.006 0 0 0 13.2 5.838l-2.027-2.028A4.5 4.5 0 0 1 8.19 9.604L5.935 7.35zm6.979 6.978l-3.242-3.242a2.5 2.5 0 0 0 3.24 3.241l.002.001zm7.893 2.264l-1.431-1.43a8.934 8.934 0 0 0 1.4-3.162A9.006 9.006 0 0 0 9.553 5.338L7.974 3.76C9.22 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.77l-4.77-4.77z' fill='%23002F87'/%3E%3C/svg%3E");
  }
  .fa-exclamation-triangle:before,
  .fa-warning:before {
    content: "\F071";
  }
  .fa-plane:before {
    content: "\F072";
  }
  .fa-calendar:before {
    content: "\F073";
  }
  .fa-random:before {
    content: "\F074";
  }
  .fa-comment:before {
    content: "\F075";
  }
  .fa-magnet:before {
    content: "\F076";
  }
  .fa-chevron-up:before {
    content: "\F077";
  }
  .fa-chevron-down:before {
    content: "\F078";
  }
  .fa-retweet:before {
    content: "\F079";
  }
  .fa-shopping-cart:before {
    content: "\F07A";
  }
  .fa-folder:before {
    content: "\F07B";
  }
  .fa-folder-open:before {
    content: "\F07C";
  }
  .fa-arrows-v:before {
    content: "\F07D";
  }
  .fa-arrows-h:before {
    content: "\F07E";
  }
  .fa-bar-chart-o:before,
  .fa-bar-chart:before {
    content: "\F080";
  }
  .fa-twitter-square:before {
    content: "\F081";
  }
  .fa-facebook-square:before {
    content: "\F082";
  }
  .fa-camera-retro:before {
    content: "\F083";
  }
  .fa-key:before {
    content: "\F084";
  }
  .fa-cogs:before,
  .fa-gears:before {
    content: "\F085";
  }
  .fa-comments:before {
    content: "\F086";
  }
  .fa-thumbs-o-up:before {
    content: "\F087";
  }
  .fa-thumbs-o-down:before {
    content: "\F088";
  }
  .fa-star-half:before {
    content: "\F089";
  }
  .fa-heart-o:before {
    content: "\F08A";
  }
  .fa-sign-out:before {
    content: "\F08B";
  }
  .fa-linkedin-square:before {
    content: "\F08C";
  }
  .fa-thumb-tack:before {
    content: "\F08D";
  }
  .fa-external-link:before {
    content: "\F08E";
  }
  .fa-sign-in:before {
    content: "\F090";
  }
  .fa-trophy:before {
    content: "\F091";
  }
  .fa-github-square:before {
    content: "\F092";
  }
  .fa-upload:before {
    content: "\F093";
  }
  .fa-lemon-o:before {
    content: "\F094";
  }
  .fa-phone:before {
    content: "\F095";
  }
  .fa-square-o:before {
    content: "\F096";
  }
  .fa-bookmark-o:before {
    content: "\F097";
  }
  .fa-phone-square:before {
    content: "\F098";
  }
  .fa-twitter:before {
    content: "\F099";
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    content: "\F09A";
  }
  .fa-github:before {
    content: "\F09B";
  }
  .fa-unlock:before {
    content: "\F09C";
  }
  .fa-credit-card:before {
    content: "\F09D";
  }
  .fa-feed:before,
  .fa-rss:before {
    content: "\F09E";
  }
  .fa-hdd-o:before {
    content: "\F0A0";
  }
  .fa-bullhorn:before {
    content: "\F0A1";
  }
  .fa-bell:before {
    content: "\F0F3";
  }
  .fa-certificate:before {
    content: "\F0A3";
  }
  .fa-hand-o-right:before {
    content: "\F0A4";
  }
  .fa-hand-o-left:before {
    content: "\F0A5";
  }
  .fa-hand-o-up:before {
    content: "\F0A6";
  }
  .fa-hand-o-down:before {
    content: "\F0A7";
  }
  .fa-arrow-circle-left:before {
    content: "\F0A8";
  }
  .fa-arrow-circle-right:before {
    content: "\F0A9";
  }
  .fa-arrow-circle-up:before {
    content: "\F0AA";
  }
  .fa-arrow-circle-down:before {
    content: "\F0AB";
  }
  .fa-globe:before {
    content: "\F0AC";
  }
  .fa-wrench:before {
    content: "\F0AD";
  }
  .fa-tasks:before {
    content: "\F0AE";
  }
  .fa-filter:before {
    content: "\F0B0";
  }
  .fa-briefcase:before {
    content: "\F0B1";
  }
  .fa-arrows-alt:before {
    content: "\F0B2";
  }
  .fa-group:before,
  .fa-users:before {
    content: "\F0C0";
  }
  .fa-chain:before,
  .fa-link:before {
    content: "\F0C1";
  }
  .fa-cloud:before {
    content: "\F0C2";
  }
  .fa-flask:before {
    content: "\F0C3";
  }
  .fa-cut:before,
  .fa-scissors:before {
    content: "\F0C4";
  }
  .fa-copy:before,
  .fa-files-o:before {
    content: "\F0C5";
  }
  .fa-paperclip:before {
    content: "\F0C6";
  }
  .fa-floppy-o:before,
  .fa-save:before {
    content: "\F0C7";
  }
  .fa-square:before {
    content: "\F0C8";
  }
  .fa-bars:before,
  .fa-navicon:before,
  .fa-reorder:before {
    content: "\F0C9";
  }
  .fa-list-ul:before {
    content: "\F0CA";
  }
  .fa-list-ol:before {
    content: "\F0CB";
  }
  .fa-strikethrough:before {
    content: "\F0CC";
  }
  .fa-underline:before {
    content: "\F0CD";
  }
  .fa-table:before {
    content: "\F0CE";
  }
  .fa-magic:before {
    content: "\F0D0";
  }
  .fa-truck:before {
    content: "\F0D1";
  }
  .fa-pinterest:before {
    content: "\F0D2";
  }
  .fa-pinterest-square:before {
    content: "\F0D3";
  }
  .fa-google-plus-square:before {
    content: "\F0D4";
  }
  .fa-google-plus:before {
    content: "\F0D5";
  }
  .fa-money:before {
    content: "\F0D6";
  }
  .fa-caret-down:before {
    content: "\F0D7";
  }
  .fa-caret-up:before {
    content: "\F0D8";
  }
  .fa-caret-left:before {
    content: "\F0D9";
  }
  .fa-caret-right:before {
    content: "\F0DA";
  }
  .fa-columns:before {
    content: "\F0DB";
  }
  .fa-sort:before,
  .fa-unsorted:before {
    content: "\F0DC";
  }
  .fa-sort-desc:before,
  .fa-sort-down:before {
    content: "\F0DD";
  }
  .fa-sort-asc:before,
  .fa-sort-up:before {
    content: "\F0DE";
  }
  .fa-envelope:before {
    content: "\F0E0";
  }
  .fa-linkedin:before {
    content: "\F0E1";
  }
  .fa-rotate-left:before,
  .fa-undo:before {
    content: "\F0E2";
  }
  .fa-gavel:before,
  .fa-legal:before {
    content: "\F0E3";
  }
  .fa-dashboard:before,
  .fa-tachometer:before {
    content: "\F0E4";
  }
  .fa-comment-o:before {
    content: "\F0E5";
  }
  .fa-comments-o:before {
    content: "\F0E6";
  }
  .fa-bolt:before,
  .fa-flash:before {
    content: "\F0E7";
  }
  .fa-sitemap:before {
    content: "\F0E8";
  }
  .fa-umbrella:before {
    content: "\F0E9";
  }
  .fa-clipboard:before,
  .fa-paste:before {
    content: "\F0EA";
  }
  .fa-lightbulb-o:before {
    content: "\F0EB";
  }
  .fa-exchange:before {
    content: "\F0EC";
  }
  .fa-cloud-download:before {
    content: "\F0ED";
  }
  .fa-cloud-upload:before {
    content: "\F0EE";
  }
  .fa-user-md:before {
    content: "\F0F0";
  }
  .fa-stethoscope:before {
    content: "\F0F1";
  }
  .fa-suitcase:before {
    content: "\F0F2";
  }
  .fa-bell-o:before {
    content: "\F0A2";
  }
  .fa-coffee:before {
    content: "\F0F4";
  }
  .fa-cutlery:before {
    content: "\F0F5";
  }
  .fa-file-text-o:before {
    content: "\F0F6";
  }
  .fa-building-o:before {
    content: "\F0F7";
  }
  .fa-hospital-o:before {
    content: "\F0F8";
  }
  .fa-ambulance:before {
    content: "\F0F9";
  }
  .fa-medkit:before {
    content: "\F0FA";
  }
  .fa-fighter-jet:before {
    content: "\F0FB";
  }
  .fa-beer:before {
    content: "\F0FC";
  }
  .fa-h-square:before {
    content: "\F0FD";
  }
  .fa-plus-square:before {
    content: "\F0FE";
  }
  .fa-angle-double-left:before {
    content: "\F100";
  }
  .fa-angle-double-right:before {
    content: "\F101";
  }
  .fa-angle-double-up:before {
    content: "\F102";
  }
  .fa-angle-double-down:before {
    content: "\F103";
  }
  .fa-angle-left:before {
    content: "\F104";
  }
  .fa-angle-right:before {
    content: "\F105";
  }
  .fa-angle-up:before {
    content: "\F106";
  }
  .fa-angle-down:before {
    content: "\F107";
  }
  .fa-desktop:before {
    content: "\F108";
  }
  .fa-laptop:before {
    content: "\F109";
  }
  .fa-tablet:before {
    content: "\F10A";
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
    content: "\F10B";
  }
  .fa-circle-o:before {
    content: "\F10C";
  }
  .fa-quote-left:before {
    content: "\F10D";
  }
  .fa-quote-right:before {
    content: "\F10E";
  }
  .fa-spinner:before {
    content: "\F110";
  }
  .fa-circle:before {
    content: "\F111";
  }
  .fa-mail-reply:before,
  .fa-reply:before {
    content: "\F112";
  }
  .fa-github-alt:before {
    content: "\F113";
  }
  .fa-folder-o:before {
    content: "\F114";
  }
  .fa-folder-open-o:before {
    content: "\F115";
  }
  .fa-smile-o:before {
    content: "\F118";
  }
  .fa-frown-o:before {
    content: "\F119";
  }
  .fa-meh-o:before {
    content: "\F11A";
  }
  .fa-gamepad:before {
    content: "\F11B";
  }
  .fa-keyboard-o:before {
    content: "\F11C";
  }
  .fa-flag-o:before {
    content: "\F11D";
  }
  .fa-flag-checkered:before {
    content: "\F11E";
  }
  .fa-terminal:before {
    content: "\F120";
  }
  .fa-code:before {
    content: "\F121";
  }
  .fa-mail-reply-all:before,
  .fa-reply-all:before {
    content: "\F122";
  }
  .fa-star-half-empty:before,
  .fa-star-half-full:before,
  .fa-star-half-o:before {
    content: "\F123";
  }
  .fa-location-arrow:before {
    content: "\F124";
  }
  .fa-crop:before {
    content: "\F125";
  }
  .fa-code-fork:before {
    content: "\F126";
  }
  .fa-chain-broken:before,
  .fa-unlink:before {
    content: "\F127";
  }
  .fa-question:before {
    content: "\F128";
  }
  .fa-info:before {
    content: "\F129";
  }
  .fa-exclamation:before {
    content: "\F12A";
  }
  .fa-superscript:before {
    content: "\F12B";
  }
  .fa-subscript:before {
    content: "\F12C";
  }
  .fa-eraser:before {
    content: "\F12D";
  }
  .fa-puzzle-piece:before {
    content: "\F12E";
  }
  .fa-microphone:before {
    content: "\F130";
  }
  .fa-microphone-slash:before {
    content: "\F131";
  }
  .fa-shield:before {
    content: "\F132";
  }
  .fa-calendar-o:before {
    content: "\F133";
  }
  .fa-fire-extinguisher:before {
    content: "\F134";
  }
  .fa-rocket:before {
    content: "\F135";
  }
  .fa-maxcdn:before {
    content: "\F136";
  }
  .fa-chevron-circle-left:before {
    content: "\F137";
  }
  .fa-chevron-circle-right:before {
    content: "\F138";
  }
  .fa-chevron-circle-up:before {
    content: "\F139";
  }
  .fa-chevron-circle-down:before {
    content: "\F13A";
  }
  .fa-html5:before {
    content: "\F13B";
  }
  .fa-css3:before {
    content: "\F13C";
  }
  .fa-anchor:before {
    content: "\F13D";
  }
  .fa-unlock-alt:before {
    content: "\F13E";
  }
  .fa-bullseye:before {
    content: "\F140";
  }
  .fa-ellipsis-h:before {
    content: "\F141";
  }
  .fa-ellipsis-v:before {
    content: "\F142";
  }
  .fa-rss-square:before {
    content: "\F143";
  }
  .fa-play-circle:before {
    content: "\F144";
  }
  .fa-ticket:before {
    content: "\F145";
  }
  .fa-minus-square:before {
    content: "\F146";
  }
  .fa-minus-square-o:before {
    content: "\F147";
  }
  .fa-level-up:before {
    content: "\F148";
  }
  .fa-level-down:before {
    content: "\F149";
  }
  .fa-check-square:before {
    content: "\F14A";
  }
  .fa-pencil-square:before {
    content: "\F14B";
  }
  .fa-external-link-square:before {
    content: "\F14C";
  }
  .fa-share-square:before {
    content: "\F14D";
  }
  .fa-compass:before {
    content: "\F14E";
  }
  .fa-caret-square-o-down:before,
  .fa-toggle-down:before {
    content: "\F150";
  }
  .fa-caret-square-o-up:before,
  .fa-toggle-up:before {
    content: "\F151";
  }
  .fa-caret-square-o-right:before,
  .fa-toggle-right:before {
    content: "\F152";
  }
  .fa-eur:before,
  .fa-euro:before {
    content: "\F153";
  }
  .fa-gbp:before {
    content: "\F154";
  }
  .fa-dollar:before,
  .fa-usd:before {
    content: "\F155";
  }
  .fa-inr:before,
  .fa-rupee:before {
    content: "\F156";
  }
  .fa-cny:before,
  .fa-jpy:before,
  .fa-rmb:before,
  .fa-yen:before {
    content: "\F157";
  }
  .fa-rouble:before,
  .fa-rub:before,
  .fa-ruble:before {
    content: "\F158";
  }
  .fa-krw:before,
  .fa-won:before {
    content: "\F159";
  }
  .fa-bitcoin:before,
  .fa-btc:before {
    content: "\F15A";
  }
  .fa-file:before {
    content: "\F15B";
  }
  .fa-file-text:before {
    content: "\F15C";
  }
  .fa-sort-alpha-asc:before {
    content: "\F15D";
  }
  .fa-sort-alpha-desc:before {
    content: "\F15E";
  }
  .fa-sort-amount-asc:before {
    content: "\F160";
  }
  .fa-sort-amount-desc:before {
    content: "\F161";
  }
  .fa-sort-numeric-asc:before {
    content: "\F162";
  }
  .fa-sort-numeric-desc:before {
    content: "\F163";
  }
  .fa-thumbs-up:before {
    content: "\F164";
  }
  .fa-thumbs-down:before {
    content: "\F165";
  }
  .fa-youtube-square:before {
    content: "\F166";
  }
  .fa-youtube:before {
    content: "\F167";
  }
  .fa-xing:before {
    content: "\F168";
  }
  .fa-xing-square:before {
    content: "\F169";
  }
  .fa-youtube-play:before {
    content: "\F16A";
  }
  .fa-dropbox:before {
    content: "\F16B";
  }
  .fa-stack-overflow:before {
    content: "\F16C";
  }
  .fa-instagram:before {
    content: "\F16D";
  }
  .fa-flickr:before {
    content: "\F16E";
  }
  .fa-adn:before {
    content: "\F170";
  }
  .fa-bitbucket:before {
    content: "\F171";
  }
  .fa-bitbucket-square:before {
    content: "\F172";
  }
  .fa-tumblr:before {
    content: "\F173";
  }
  .fa-tumblr-square:before {
    content: "\F174";
  }
  .fa-long-arrow-down:before {
    content: "\F175";
  }
  .fa-long-arrow-up:before {
    content: "\F176";
  }
  .fa-long-arrow-left:before {
    content: "\F177";
  }
  .fa-long-arrow-right:before {
    content: "\F178";
  }
  .fa-apple:before {
    content: "\F179";
  }
  .fa-windows:before {
    content: "\F17A";
  }
  .fa-android:before {
    content: "\F17B";
  }
  .fa-linux:before {
    content: "\F17C";
  }
  .fa-dribbble:before {
    content: "\F17D";
  }
  .fa-skype:before {
    content: "\F17E";
  }
  .fa-foursquare:before {
    content: "\F180";
  }
  .fa-trello:before {
    content: "\F181";
  }
  .fa-female:before {
    content: "\F182";
  }
  .fa-male:before {
    content: "\F183";
  }
  .fa-gittip:before,
  .fa-gratipay:before {
    content: "\F184";
  }
  .fa-sun-o:before {
    content: "\F185";
  }
  .fa-moon-o:before {
    content: "\F186";
  }
  .fa-archive:before {
    content: "\F187";
  }
  .fa-bug:before {
    content: "\F188";
  }
  .fa-vk:before {
    content: "\F189";
  }
  .fa-weibo:before {
    content: "\F18A";
  }
  .fa-renren:before {
    content: "\F18B";
  }
  .fa-pagelines:before {
    content: "\F18C";
  }
  .fa-stack-exchange:before {
    content: "\F18D";
  }
  .fa-arrow-circle-o-right:before {
    content: "\F18E";
  }
  .fa-arrow-circle-o-left:before {
    content: "\F190";
  }
  .fa-caret-square-o-left:before,
  .fa-toggle-left:before {
    content: "\F191";
  }
  .fa-dot-circle-o:before {
    content: "\F192";
  }
  .fa-wheelchair:before {
    content: "\F193";
  }
  .fa-vimeo-square:before {
    content: "\F194";
  }
  .fa-try:before,
  .fa-turkish-lira:before {
    content: "\F195";
  }
  .fa-plus-square-o:before {
    content: "\F196";
  }
  .fa-space-shuttle:before {
    content: "\F197";
  }
  .fa-slack:before {
    content: "\F198";
  }
  .fa-envelope-square:before {
    content: "\F199";
  }
  .fa-wordpress:before {
    content: "\F19A";
  }
  .fa-openid:before {
    content: "\F19B";
  }
  .fa-bank:before,
  .fa-institution:before,
  .fa-university:before {
    content: "\F19C";
  }
  .fa-graduation-cap:before,
  .fa-mortar-board:before {
    content: "\F19D";
  }
  .fa-yahoo:before {
    content: "\F19E";
  }
  .fa-google:before {
    content: "\F1A0";
  }
  .fa-reddit:before {
    content: "\F1A1";
  }
  .fa-reddit-square:before {
    content: "\F1A2";
  }
  .fa-stumbleupon-circle:before {
    content: "\F1A3";
  }
  .fa-stumbleupon:before {
    content: "\F1A4";
  }
  .fa-delicious:before {
    content: "\F1A5";
  }
  .fa-digg:before {
    content: "\F1A6";
  }
  .fa-pied-piper-pp:before {
    content: "\F1A7";
  }
  .fa-pied-piper-alt:before {
    content: "\F1A8";
  }
  .fa-drupal:before {
    content: "\F1A9";
  }
  .fa-joomla:before {
    content: "\F1AA";
  }
  .fa-language:before {
    content: "\F1AB";
  }
  .fa-fax:before {
    content: "\F1AC";
  }
  .fa-building:before {
    content: "\F1AD";
  }
  .fa-child:before {
    content: "\F1AE";
  }
  .fa-paw:before {
    content: "\F1B0";
  }
  .fa-spoon:before {
    content: "\F1B1";
  }
  .fa-cube:before {
    content: "\F1B2";
  }
  .fa-cubes:before {
    content: "\F1B3";
  }
  .fa-behance:before {
    content: "\F1B4";
  }
  .fa-behance-square:before {
    content: "\F1B5";
  }
  .fa-steam:before {
    content: "\F1B6";
  }
  .fa-steam-square:before {
    content: "\F1B7";
  }
  .fa-recycle:before {
    content: "\F1B8";
  }
  .fa-automobile:before,
  .fa-car:before {
    content: "\F1B9";
  }
  .fa-cab:before,
  .fa-taxi:before {
    content: "\F1BA";
  }
  .fa-tree:before {
    content: "\F1BB";
  }
  .fa-spotify:before {
    content: "\F1BC";
  }
  .fa-deviantart:before {
    content: "\F1BD";
  }
  .fa-soundcloud:before {
    content: "\F1BE";
  }
  .fa-database:before {
    content: "\F1C0";
  }
  .fa-file-pdf-o:before {
    content: "\F1C1";
  }
  .fa-file-word-o:before {
    content: "\F1C2";
  }
  .fa-file-excel-o:before {
    content: "\F1C3";
  }
  .fa-file-powerpoint-o:before {
    content: "\F1C4";
  }
  .fa-file-image-o:before,
  .fa-file-photo-o:before,
  .fa-file-picture-o:before {
    content: "\F1C5";
  }
  .fa-file-archive-o:before,
  .fa-file-zip-o:before {
    content: "\F1C6";
  }
  .fa-file-audio-o:before,
  .fa-file-sound-o:before {
    content: "\F1C7";
  }
  .fa-file-movie-o:before,
  .fa-file-video-o:before {
    content: "\F1C8";
  }
  .fa-file-code-o:before {
    content: "\F1C9";
  }
  .fa-vine:before {
    content: "\F1CA";
  }
  .fa-codepen:before {
    content: "\F1CB";
  }
  .fa-jsfiddle:before {
    content: "\F1CC";
  }
  .fa-life-bouy:before,
  .fa-life-buoy:before,
  .fa-life-ring:before,
  .fa-life-saver:before,
  .fa-support:before {
    content: "\F1CD";
  }
  .fa-circle-o-notch:before {
    content: "\F1CE";
  }
  .fa-ra:before,
  .fa-rebel:before,
  .fa-resistance:before {
    content: "\F1D0";
  }
  .fa-empire:before,
  .fa-ge:before {
    content: "\F1D1";
  }
  .fa-git-square:before {
    content: "\F1D2";
  }
  .fa-git:before {
    content: "\F1D3";
  }
  .fa-hacker-news:before,
  .fa-y-combinator-square:before,
  .fa-yc-square:before {
    content: "\F1D4";
  }
  .fa-tencent-weibo:before {
    content: "\F1D5";
  }
  .fa-qq:before {
    content: "\F1D6";
  }
  .fa-wechat:before,
  .fa-weixin:before {
    content: "\F1D7";
  }
  .fa-paper-plane:before,
  .fa-send:before {
    content: "\F1D8";
  }
  .fa-paper-plane-o:before,
  .fa-send-o:before {
    content: "\F1D9";
  }
  .fa-history:before {
    content: "\F1DA";
  }
  .fa-circle-thin:before {
    content: "\F1DB";
  }
  .fa-header:before {
    content: "\F1DC";
  }
  .fa-paragraph:before {
    content: "\F1DD";
  }
  .fa-sliders:before {
    content: "\F1DE";
  }
  .fa-share-alt:before {
    content: "\F1E0";
  }
  .fa-share-alt-square:before {
    content: "\F1E1";
  }
  .fa-bomb:before {
    content: "\F1E2";
  }
  .fa-futbol-o:before,
  .fa-soccer-ball-o:before {
    content: "\F1E3";
  }
  .fa-tty:before {
    content: "\F1E4";
  }
  .fa-binoculars:before {
    content: "\F1E5";
  }
  .fa-plug:before {
    content: "\F1E6";
  }
  .fa-slideshare:before {
    content: "\F1E7";
  }
  .fa-twitch:before {
    content: "\F1E8";
  }
  .fa-yelp:before {
    content: "\F1E9";
  }
  .fa-newspaper-o:before {
    content: "\F1EA";
  }
  .fa-wifi:before {
    content: "\F1EB";
  }
  .fa-calculator:before {
    content: "\F1EC";
  }
  .fa-paypal:before {
    content: "\F1ED";
  }
  .fa-google-wallet:before {
    content: "\F1EE";
  }
  .fa-cc-visa:before {
    content: "\F1F0";
  }
  .fa-cc-mastercard:before {
    content: "\F1F1";
  }
  .fa-cc-discover:before {
    content: "\F1F2";
  }
  .fa-cc-amex:before {
    content: "\F1F3";
  }
  .fa-cc-paypal:before {
    content: "\F1F4";
  }
  .fa-cc-stripe:before {
    content: "\F1F5";
  }
  .fa-bell-slash:before {
    content: "\F1F6";
  }
  .fa-bell-slash-o:before {
    content: "\F1F7";
  }
  .fa-trash:before {
    content: "\F1F8";
  }
  .fa-copyright:before {
    content: "\F1F9";
  }
  .fa-at:before {
    content: "\F1FA";
  }
  .fa-eyedropper:before {
    content: "\F1FB";
  }
  .fa-paint-brush:before {
    content: "\F1FC";
  }
  .fa-birthday-cake:before {
    content: "\F1FD";
  }
  .fa-area-chart:before {
    content: "\F1FE";
  }
  .fa-pie-chart:before {
    content: "\F200";
  }
  .fa-line-chart:before {
    content: "\F201";
  }
  .fa-lastfm:before {
    content: "\F202";
  }
  .fa-lastfm-square:before {
    content: "\F203";
  }
  .fa-toggle-off:before {
    content: "\F204";
  }
  .fa-toggle-on:before {
    content: "\F205";
  }
  .fa-bicycle:before {
    content: "\F206";
  }
  .fa-bus:before {
    content: "\F207";
  }
  .fa-ioxhost:before {
    content: "\F208";
  }
  .fa-angellist:before {
    content: "\F209";
  }
  .fa-cc:before {
    content: "\F20A";
  }
  .fa-ils:before,
  .fa-shekel:before,
  .fa-sheqel:before {
    content: "\F20B";
  }
  .fa-meanpath:before {
    content: "\F20C";
  }
  .fa-buysellads:before {
    content: "\F20D";
  }
  .fa-connectdevelop:before {
    content: "\F20E";
  }
  .fa-dashcube:before {
    content: "\F210";
  }
  .fa-forumbee:before {
    content: "\F211";
  }
  .fa-leanpub:before {
    content: "\F212";
  }
  .fa-sellsy:before {
    content: "\F213";
  }
  .fa-shirtsinbulk:before {
    content: "\F214";
  }
  .fa-simplybuilt:before {
    content: "\F215";
  }
  .fa-skyatlas:before {
    content: "\F216";
  }
  .fa-cart-plus:before {
    content: "\F217";
  }
  .fa-cart-arrow-down:before {
    content: "\F218";
  }
  .fa-diamond:before {
    content: "\F219";
  }
  .fa-ship:before {
    content: "\F21A";
  }
  .fa-user-secret:before {
    content: "\F21B";
  }
  .fa-motorcycle:before {
    content: "\F21C";
  }
  .fa-street-view:before {
    content: "\F21D";
  }
  .fa-heartbeat:before {
    content: "\F21E";
  }
  .fa-venus:before {
    content: "\F221";
  }
  .fa-mars:before {
    content: "\F222";
  }
  .fa-mercury:before {
    content: "\F223";
  }
  .fa-intersex:before,
  .fa-transgender:before {
    content: "\F224";
  }
  .fa-transgender-alt:before {
    content: "\F225";
  }
  .fa-venus-double:before {
    content: "\F226";
  }
  .fa-mars-double:before {
    content: "\F227";
  }
  .fa-venus-mars:before {
    content: "\F228";
  }
  .fa-mars-stroke:before {
    content: "\F229";
  }
  .fa-mars-stroke-v:before {
    content: "\F22A";
  }
  .fa-mars-stroke-h:before {
    content: "\F22B";
  }
  .fa-neuter:before {
    content: "\F22C";
  }
  .fa-genderless:before {
    content: "\F22D";
  }
  .fa-facebook-official:before {
    content: "\F230";
  }
  .fa-pinterest-p:before {
    content: "\F231";
  }
  .fa-whatsapp:before {
    content: "\F232";
  }
  .fa-server:before {
    content: "\F233";
  }
  .fa-user-plus:before {
    content: "\F234";
  }
  .fa-user-times:before {
    content: "\F235";
  }
  .fa-bed:before,
  .fa-hotel:before {
    content: "\F236";
  }
  .fa-viacoin:before {
    content: "\F237";
  }
  .fa-train:before {
    content: "\F238";
  }
  .fa-subway:before {
    content: "\F239";
  }
  .fa-medium:before {
    content: "\F23A";
  }
  .fa-y-combinator:before,
  .fa-yc:before {
    content: "\F23B";
  }
  .fa-optin-monster:before {
    content: "\F23C";
  }
  .fa-opencart:before {
    content: "\F23D";
  }
  .fa-expeditedssl:before {
    content: "\F23E";
  }
  .fa-battery-4:before,
  .fa-battery-full:before,
  .fa-battery:before {
    content: "\F240";
  }
  .fa-battery-3:before,
  .fa-battery-three-quarters:before {
    content: "\F241";
  }
  .fa-battery-2:before,
  .fa-battery-half:before {
    content: "\F242";
  }
  .fa-battery-1:before,
  .fa-battery-quarter:before {
    content: "\F243";
  }
  .fa-battery-0:before,
  .fa-battery-empty:before {
    content: "\F244";
  }
  .fa-mouse-pointer:before {
    content: "\F245";
  }
  .fa-i-cursor:before {
    content: "\F246";
  }
  .fa-object-group:before {
    content: "\F247";
  }
  .fa-object-ungroup:before {
    content: "\F248";
  }
  .fa-sticky-note:before {
    content: "\F249";
  }
  .fa-sticky-note-o:before {
    content: "\F24A";
  }
  .fa-cc-jcb:before {
    content: "\F24B";
  }
  .fa-cc-diners-club:before {
    content: "\F24C";
  }
  .fa-clone:before {
    content: "\F24D";
  }
  .fa-balance-scale:before {
    content: "\F24E";
  }
  .fa-hourglass-o:before {
    content: "\F250";
  }
  .fa-hourglass-1:before,
  .fa-hourglass-start:before {
    content: "\F251";
  }
  .fa-hourglass-2:before,
  .fa-hourglass-half:before {
    content: "\F252";
  }
  .fa-hourglass-3:before,
  .fa-hourglass-end:before {
    content: "\F253";
  }
  .fa-hourglass:before {
    content: "\F254";
  }
  .fa-hand-grab-o:before,
  .fa-hand-rock-o:before {
    content: "\F255";
  }
  .fa-hand-paper-o:before,
  .fa-hand-stop-o:before {
    content: "\F256";
  }
  .fa-hand-scissors-o:before {
    content: "\F257";
  }
  .fa-hand-lizard-o:before {
    content: "\F258";
  }
  .fa-hand-spock-o:before {
    content: "\F259";
  }
  .fa-hand-pointer-o:before {
    content: "\F25A";
  }
  .fa-hand-peace-o:before {
    content: "\F25B";
  }
  .fa-trademark:before {
    content: "\F25C";
  }
  .fa-registered:before {
    content: "\F25D";
  }
  .fa-creative-commons:before {
    content: "\F25E";
  }
  .fa-gg:before {
    content: "\F260";
  }
  .fa-gg-circle:before {
    content: "\F261";
  }
  .fa-tripadvisor:before {
    content: "\F262";
  }
  .fa-odnoklassniki:before {
    content: "\F263";
  }
  .fa-odnoklassniki-square:before {
    content: "\F264";
  }
  .fa-get-pocket:before {
    content: "\F265";
  }
  .fa-wikipedia-w:before {
    content: "\F266";
  }
  .fa-safari:before {
    content: "\F267";
  }
  .fa-chrome:before {
    content: "\F268";
  }
  .fa-firefox:before {
    content: "\F269";
  }
  .fa-opera:before {
    content: "\F26A";
  }
  .fa-internet-explorer:before {
    content: "\F26B";
  }
  .fa-television:before,
  .fa-tv:before {
    content: "\F26C";
  }
  .fa-contao:before {
    content: "\F26D";
  }
  .fa-500px:before {
    content: "\F26E";
  }
  .fa-amazon:before {
    content: "\F270";
  }
  .fa-calendar-plus-o:before {
    content: "\F271";
  }
  .fa-calendar-minus-o:before {
    content: "\F272";
  }
  .fa-calendar-times-o:before {
    content: "\F273";
  }
  .fa-calendar-check-o:before {
    content: "\F274";
  }
  .fa-industry:before {
    content: "\F275";
  }
  .fa-map-pin:before {
    content: "\F276";
  }
  .fa-map-signs:before {
    content: "\F277";
  }
  .fa-map-o:before {
    content: "\F278";
  }
  .fa-map:before {
    content: "\F279";
  }
  .fa-commenting:before {
    content: "\F27A";
  }
  .fa-commenting-o:before {
    content: "\F27B";
  }
  .fa-houzz:before {
    content: "\F27C";
  }
  .fa-vimeo:before {
    content: "\F27D";
  }
  .fa-black-tie:before {
    content: "\F27E";
  }
  .fa-fonticons:before {
    content: "\F280";
  }
  .fa-reddit-alien:before {
    content: "\F281";
  }
  .fa-edge:before {
    content: "\F282";
  }
  .fa-credit-card-alt:before {
    content: "\F283";
  }
  .fa-codiepie:before {
    content: "\F284";
  }
  .fa-modx:before {
    content: "\F285";
  }
  .fa-fort-awesome:before {
    content: "\F286";
  }
  .fa-usb:before {
    content: "\F287";
  }
  .fa-product-hunt:before {
    content: "\F288";
  }
  .fa-mixcloud:before {
    content: "\F289";
  }
  .fa-scribd:before {
    content: "\F28A";
  }
  .fa-pause-circle:before {
    content: "\F28B";
  }
  .fa-pause-circle-o:before {
    content: "\F28C";
  }
  .fa-stop-circle:before {
    content: "\F28D";
  }
  .fa-stop-circle-o:before {
    content: "\F28E";
  }
  .fa-shopping-bag:before {
    content: "\F290";
  }
  .fa-shopping-basket:before {
    content: "\F291";
  }
  .fa-hashtag:before {
    content: "\F292";
  }
  .fa-bluetooth:before {
    content: "\F293";
  }
  .fa-bluetooth-b:before {
    content: "\F294";
  }
  .fa-percent:before {
    content: "\F295";
  }
  .fa-gitlab:before {
    content: "\F296";
  }
  .fa-wpbeginner:before {
    content: "\F297";
  }
  .fa-wpforms:before {
    content: "\F298";
  }
  .fa-envira:before {
    content: "\F299";
  }
  .fa-universal-access:before {
    content: "\F29A";
  }
  .fa-wheelchair-alt:before {
    content: "\F29B";
  }
  .fa-question-circle-o:before {
    content: "\F29C";
  }
  .fa-blind:before {
    content: "\F29D";
  }
  .fa-audio-description:before {
    content: "\F29E";
  }
  .fa-volume-control-phone:before {
    content: "\F2A0";
  }
  .fa-braille:before {
    content: "\F2A1";
  }
  .fa-assistive-listening-systems:before {
    content: "\F2A2";
  }
  .fa-american-sign-language-interpreting:before,
  .fa-asl-interpreting:before {
    content: "\F2A3";
  }
  .fa-deaf:before,
  .fa-deafness:before,
  .fa-hard-of-hearing:before {
    content: "\F2A4";
  }
  .fa-glide:before {
    content: "\F2A5";
  }
  .fa-glide-g:before {
    content: "\F2A6";
  }
  .fa-sign-language:before,
  .fa-signing:before {
    content: "\F2A7";
  }
  .fa-low-vision:before {
    content: "\F2A8";
  }
  .fa-viadeo:before {
    content: "\F2A9";
  }
  .fa-viadeo-square:before {
    content: "\F2AA";
  }
  .fa-snapchat:before {
    content: "\F2AB";
  }
  .fa-snapchat-ghost:before {
    content: "\F2AC";
  }
  .fa-snapchat-square:before {
    content: "\F2AD";
  }
  .fa-pied-piper:before {
    content: "\F2AE";
  }
  .fa-first-order:before {
    content: "\F2B0";
  }
  .fa-yoast:before {
    content: "\F2B1";
  }
  .fa-themeisle:before {
    content: "\F2B2";
  }
  .fa-google-plus-circle:before,
  .fa-google-plus-official:before {
    content: "\F2B3";
  }
  .fa-fa:before,
  .fa-font-awesome:before {
    content: "\F2B4";
  }
  .fa-handshake-o:before {
    content: "\F2B5";
  }
  .fa-envelope-open:before {
    content: "\F2B6";
  }
  .fa-envelope-open-o:before {
    content: "\F2B7";
  }
  .fa-linode:before {
    content: "\F2B8";
  }
  .fa-address-book:before {
    content: "\F2B9";
  }
  .fa-address-book-o:before {
    content: "\F2BA";
  }
  .fa-address-card:before,
  .fa-vcard:before {
    content: "\F2BB";
  }
  .fa-address-card-o:before,
  .fa-vcard-o:before {
    content: "\F2BC";
  }
  .fa-user-circle:before {
    content: "\F2BD";
  }
  .fa-user-circle-o:before {
    content: "\F2BE";
  }
  .fa-user-o:before {
    content: "\F2C0";
  }
  .fa-id-badge:before {
    content: "\F2C1";
  }
  .fa-drivers-license:before,
  .fa-id-card:before {
    content: "\F2C2";
  }
  .fa-drivers-license-o:before,
  .fa-id-card-o:before {
    content: "\F2C3";
  }
  .fa-quora:before {
    content: "\F2C4";
  }
  .fa-free-code-camp:before {
    content: "\F2C5";
  }
  .fa-telegram:before {
    content: "\F2C6";
  }
  .fa-thermometer-4:before,
  .fa-thermometer-full:before,
  .fa-thermometer:before {
    content: "\F2C7";
  }
  .fa-thermometer-3:before,
  .fa-thermometer-three-quarters:before {
    content: "\F2C8";
  }
  .fa-thermometer-2:before,
  .fa-thermometer-half:before {
    content: "\F2C9";
  }
  .fa-thermometer-1:before,
  .fa-thermometer-quarter:before {
    content: "\F2CA";
  }
  .fa-thermometer-0:before,
  .fa-thermometer-empty:before {
    content: "\F2CB";
  }
  .fa-shower:before {
    content: "\F2CC";
  }
  .fa-bath:before,
  .fa-bathtub:before,
  .fa-s15:before {
    content: "\F2CD";
  }
  .fa-podcast:before {
    content: "\F2CE";
  }
  .fa-window-maximize:before {
    content: "\F2D0";
  }
  .fa-window-minimize:before {
    content: "\F2D1";
  }
  .fa-window-restore:before {
    content: "\F2D2";
  }
  .fa-times-rectangle:before,
  .fa-window-close:before {
    content: "\F2D3";
  }
  .fa-times-rectangle-o:before,
  .fa-window-close-o:before {
    content: "\F2D4";
  }
  .fa-bandcamp:before {
    content: "\F2D5";
  }
  .fa-grav:before {
    content: "\F2D6";
  }
  .fa-etsy:before {
    content: "\F2D7";
  }
  .fa-imdb:before {
    content: "\F2D8";
  }
  .fa-ravelry:before {
    content: "\F2D9";
  }
  .fa-eercast:before {
    content: "\F2DA";
  }
  .fa-microchip:before {
    content: "\F2DB";
  }
  .fa-snowflake-o:before {
    content: "\F2DC";
  }
  .fa-superpowers:before {
    content: "\F2DD";
  }
  .fa-wpexplorer:before {
    content: "\F2DE";
  }
  .fa-meetup:before {
    content: "\F2E0";
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  .rtl * {
    direction: rtl !important;
  }
  .rtl main {
    text-align: right !important;
  }
  body {
    direction: ltr;
    font-family: Fira Sans, Poppins, sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #091f49;
    line-height: 1.55;
  }
  body.modal-open {
    overflow: hidden;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  a:hover {
    color: #f26233;
  }
  a:focus,
  a:hover {
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  .color,
  .custom-checkbox input[type="checkbox"] + span.color {
    display: inline-block;
    cursor: pointer;
    background-size: contain;
    width: 16px;
    height: 16px;
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    border: 0;
  }
  .color.active,
  .color:hover,
  .custom-checkbox input[type="checkbox"] + span.color.active,
  .custom-checkbox input[type="checkbox"] + span.color:hover,
  .facet-label.active .custom-checkbox span.color,
  .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #5c5c5c;
  }
  .h1,
  .h2,
  .h3 {
    text-transform: uppercase;
    color: #000;
  }
  .h4 {
    font-weight: 600;
    color: #000;
  }
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .btn-primary .material-icons,
  .btn-secondary .material-icons,
  .btn-tertiary .material-icons {
    margin-right: 10px;
  }
  .btn-tertiary {
    text-transform: uppercase;
    color: #d6d6d6;
    padding: 8px;
    margin: 4px 0;
    font-weight: 400;
    font-size: 0.875rem;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .btn-tertiary .material-icons {
    font-size: 14px;
    vertical-align: -2px;
  }
  .label,
  label {
    color: #5c5c5c;
    text-align: right;
    font-size: 0.875rem;
  }
  .rtl .label,
  .rtl label {
    text-align: left;
  }
  small.label,
  small.value {
    font-size: 1rem;
  }
  .form-control-label {
    padding-top: 10px;
  }
  .form-control {
    background: #fff;
    color: #d6d6d6;
    border: none;
    padding: 8px 16px;
  }
  textarea.form-control {
    height: 145px;
  }
  input.form-control {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 40px;
  }
  .input-group.focus {
    outline: 1px solid #eee;
  }
  .input-group .form-control:focus {
    outline: none;
  }
  .input-group .input-group-btn > .btn {
    border: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    height: 40px;
    margin-left: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .rtl .input-group .input-group-btn > .btn {
    margin-right: 0;
    margin-left: inherit;
  }
  .input-group .input-group-btn > .btn:active,
  .input-group .input-group-btn > .btn:focus,
  .input-group .input-group-btn > .btn:hover {
    background: #000;
    color: #fff;
  }
  .form-control-select {
    height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb
      url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 100%;
    background-position-x: 99%;
    background-size: 20px 20px;
    padding-right: 32px;
  }
  .rtl .form-control-select {
    padding-left: 32px;
    padding-right: inherit;
  }
  .form-control-select::-ms-expand {
    display: none;
  }
  .form-control-comment {
    font-size: 0.875rem;
    padding-top: 8px;
    color: #878787;
    display: inline-block;
  }
  .form-control-submit.disabled {
    background: #5bc0de;
    color: #fff;
  }
  .form-group.has-error input,
  .form-group.has-error select {
    outline: 3px solid #ff4c4c;
  }
  .form-group.has-error .help-block {
    color: #ff4c4c;
  }
  .group-span-filestyle label {
    margin: 0;
  }
  .bootstrap-touchspin .group-span-filestyle .btn-touchspin,
  .group-span-filestyle .bootstrap-touchspin .btn-touchspin,
  .group-span-filestyle .btn-default {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 0;
  }
  .bootstrap-touchspin input:focus {
    outline: none;
  }
  .bootstrap-touchspin input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .bootstrap-touchspin .btn-touchspin {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 21px;
  }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb;
    color: #000;
  }
  .bootstrap-touchspin .input-group-btn-vertical {
    color: #5c5c5c;
  }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
  }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
  }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
  }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
    left: 3px;
    font-size: 15px;
  }
  .custom-radio {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .rtl .custom-radio {
    margin-left: 10px;
    margin-right: inherit;
  }
  .custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #002f87;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .custom-checkbox {
    position: relative;
  }
  .custom-checkbox input[type="checkbox"],
  .custom-checkbox input[type="radio"] {
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
  }
  .rtl .custom-checkbox input[type="checkbox"],
  .rtl .custom-checkbox input[type="radio"] {
    right: 0;
    left: auto;
  }
  .custom-checkbox input[type="checkbox"] + span,
  .custom-checkbox input[type="radio"] + span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    cursor: pointer;
    border: 1px solid #666;
    width: 16px;
    height: 16px;
  }
  .rtl .custom-checkbox input[type="checkbox"] + span,
  .rtl .custom-checkbox input[type="radio"] + span {
    margin-left: 10px;
    margin-right: inherit;
  }
  .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
  .custom-checkbox input[type="radio"] + span .checkbox-checked {
    display: none;
    font-size: 14px;
  }
  .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
  .custom-checkbox input[type="radio"]:checked + span .checkbox-checked {
    display: block;
  }
  .custom-checkbox input[type="radio"] + span {
    border-radius: 50%;
  }
  .custom-checkbox label {
    text-align: left;
  }
  .rtl .custom-checkbox label {
    text-align: right;
  }
  .text-muted {
    font-size: 0.875rem;
  }
  .done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 13px;
    margin-right: 25px;
  }
  .rtl .done {
    margin-left: 25px;
    margin-right: inherit;
  }
  .thumb-mask > .mask {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin: 10px 0;
  }
  .thumb-mask > .mask,
  .thumb-mask > .mask img {
    width: 55px;
    height: 55px;
  }
  .definition-list dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .definition-list dl dt {
    font-weight: 400;
  }
  .definition-list dl dd,
  .definition-list dl dt {
    background: #ebebeb;
    padding: 10px;
    margin: 5px 0.5%;
    width: 48%;
    float: left;
  }
  .rtl .definition-list dl dd,
  .rtl .definition-list dl dt {
    float: right;
  }
  .definition-list dl dd:nth-of-type(2n),
  .definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6;
  }
  .help-block {
    margin-top: 10px;
  }
  .btn.disabled,
  .btn.disabled:hover {
    background: #d6d6d6;
  }
  .alert-warning .material-icons {
    color: #ff9a52;
    font-size: 32px;
    margin-right: 10px;
    padding-top: 5px;
  }
  .rtl .alert-warning .material-icons {
    margin-left: 10px;
    margin-right: inherit;
  }
  .alert-warning .alert-text {
    font-size: 15px;
    padding-top: 10px;
  }
  .alert-warning .alert-link {
    border-width: 2px;
    margin-left: 10px;
    padding: 5px 20px;
    font-weight: 400;
    font-size: 1rem;
    color: #002f87;
    border-radius: 2px;
  }
  .rtl .alert-warning .alert-link {
    margin-right: 10px;
    margin-left: inherit;
  }
  .alert-warning ul li:last-child .alert-link {
    color: #fff;
  }
  .alert-warning .warning-buttons {
    margin-top: 5px;
  }
  .btn-tertiary-outline,
  .btn-warning {
    transition: all 0.4s ease-in-out;
  }
  .btn-tertiary-outline {
    color: #002f87;
    background-image: none;
    background-color: transparent;
    border-color: #002f87;
    border: 0.15rem solid #002f87;
  }
  .btn-tertiary-outline:hover {
    border-color: #e6eaf3;
    color: #e6eaf3;
  }
  .alert {
    font-size: 1rem;
  }
  @media (max-width: 480px) {
    .hidden-sp {
      display: none !important;
    }
    .col-sp-1 {
      float: left;
      width: 8.33333%;
    }
    .col-sp-2 {
      float: left;
      width: 16.66667%;
    }
    .col-sp-3 {
      float: left;
      width: 25%;
    }
    .col-sp-4 {
      float: left;
      width: 33.33333%;
    }
    .col-sp-5 {
      float: left;
      width: 41.66667%;
    }
    .col-sp-6 {
      float: left;
      width: 50%;
    }
    .col-sp-7 {
      float: left;
      width: 58.33333%;
    }
    .col-sp-8 {
      float: left;
      width: 66.66667%;
    }
    .col-sp-9 {
      float: left;
      width: 75%;
    }
    .col-sp-10 {
      float: left;
      width: 83.33333%;
    }
    .col-sp-11 {
      float: left;
      width: 91.66667%;
    }
    .col-sp-12 {
      float: left;
      width: 100%;
    }
    .col-sp-2-4 {
      float: left;
      width: 20%;
    }
    .col-sp-4-8 {
      float: left;
      width: 40%;
    }
    .col-sp-7-2 {
      float: left;
      width: 60%;
    }
    .col-sp-9-6 {
      float: left;
      width: 80%;
    }
  }
  @media (max-width: 991px) {
    .control-label,
    .form-control-label,
    .label,
    label {
      text-align: left;
    }
    .rtl .control-label,
    .rtl .form-control-label,
    .rtl .label,
    .rtl label {
      text-align: right;
    }
  }
  #page #wrapper {
    padding: 0;
  }
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media (min-width: 1440px) {
    .container {
      width: 100% !important;
    }
  }
  .btn.btn-primary,
  .btn.btn-secondary,
  .btn.btn-tertiary {
    border-radius: 50px;
    font-size: 0.75rem;
    padding: 12px 25px;
  }
  @media (min-width: 1200px) {
    .btn.btn-primary,
    .btn.btn-secondary,
    .btn.btn-tertiary {
      font-size: 1rem;
      padding: 12px 30px;
    }
  }
  .btn.btn-primary {
    background-color: #f26233;
    color: #fff;
  }
  .btn.btn-primary:focus,
  .btn.btn-primary:hover {
    background-color: #f0460f;
  }
  .btn.btn-secondary,
  .btn.btn-tertiary {
    background-color: #fff;
    color: #091f49;
  }
  .btn.btn-secondary:hover,
  .btn.btn-tertiary:hover {
    background-color: #f1f1f1;
    color: #091f49;
  }
  .btn.btn-tertiary {
    background-color: transparent;
    color: #002f87;
    border: 2px solid #002f87;
  }
  .btn.btn-tertiary:hover {
    background-color: #e6eaf3;
    color: #002f87;
  }
  .btn .cssload-speeding-wheel {
    display: none !important;
  }
  .btn .leo-bt-cart-content {
    display: inline-block !important;
  }
  .owl-row .owl-item .product-meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% auto;
    grid-template-columns: 60% auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 0;
    padding: 20px 15px;
  }
  .owl-row .owl-item .product-meta .product-title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .owl-row .owl-item .product-meta .product-price-and-shipping {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .owl-row .owl-item .product-meta .button-container {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .owl-row .owl-item .product-meta .button-container form {
    float: right;
  }
  .input-wrapper.input-with-arrow {
    border: 1px solid #091f49;
    box-sizing: border-box;
    border-radius: 80px;
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80% 50px;
    grid-template-columns: 80% 50px;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
  }
  @media (min-width: 768px) {
    .input-wrapper.input-with-arrow {
      width: 70%;
    }
  }
  .input-wrapper.input-with-arrow input {
    color: #091f49;
    background-color: transparent;
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 15px 25px;
    border-radius: 80px;
  }
  .input-wrapper.input-with-arrow button {
    background-color: transparent;
    background: none;
    border: none;
    font-size: 1.5rem;
    padding: 0;
  }
  .input-wrapper.input-with-arrow button i {
    color: #f26233;
  }
  .cart-grid-body .form-group,
  .form-fields .form-group,
  .form-new-review .form-group,
  .leo-login-form-content .form-group,
  .new-wishlist .form-group {
    margin-bottom: 10px;
  }
  .cart-grid-body .form-group .form-control-label,
  .cart-grid-body .form-group label,
  .form-fields .form-group .form-control-label,
  .form-fields .form-group label,
  .form-new-review .form-group .form-control-label,
  .form-new-review .form-group label,
  .leo-login-form-content .form-group .form-control-label,
  .leo-login-form-content .form-group label,
  .new-wishlist .form-group .form-control-label,
  .new-wishlist .form-group label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #091f49;
    margin-bottom: 5px;
  }
  .cart-grid-body .form-group .form-control-label:after,
  .cart-grid-body .form-group label:after,
  .form-fields .form-group .form-control-label:after,
  .form-fields .form-group label:after,
  .form-new-review .form-group .form-control-label:after,
  .form-new-review .form-group label:after,
  .leo-login-form-content .form-group .form-control-label:after,
  .leo-login-form-content .form-group label:after,
  .new-wishlist .form-group .form-control-label:after,
  .new-wishlist .form-group label:after {
    color: #091f49;
  }
  .cart-grid-body .form-group .form-control,
  .form-fields .form-group .form-control,
  .form-new-review .form-group .form-control,
  .leo-login-form-content .form-group .form-control,
  .new-wishlist .form-group .form-control {
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    padding: 10px 15px;
    color: #091f49 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
  }
  .cart-grid-body .form-group .form-control[name="birthday"],
  .form-fields .form-group .form-control[name="birthday"],
  .form-new-review .form-group .form-control[name="birthday"],
  .leo-login-form-content .form-group .form-control[name="birthday"],
  .new-wishlist .form-group .form-control[name="birthday"] {
    text-transform: lowercase;
  }
  .cart-grid-body .form-group .form-control:focus,
  .form-fields .form-group .form-control:focus,
  .form-new-review .form-group .form-control:focus,
  .leo-login-form-content .form-group .form-control:focus,
  .new-wishlist .form-group .form-control:focus {
    border: 1px solid #091f49 !important;
  }
  .cart-grid-body .form-group .form-control-comment,
  .form-fields .form-group .form-control-comment,
  .form-new-review .form-group .form-control-comment,
  .leo-login-form-content .form-group .form-control-comment,
  .new-wishlist .form-group .form-control-comment {
    display: none;
  }
  .cart-grid-body .form-group .custom-checkbox a,
  .cart-grid-body .form-group .custom-checkbox em,
  .cart-grid-body .form-group .custom-checkbox label,
  .form-fields .form-group .custom-checkbox a,
  .form-fields .form-group .custom-checkbox em,
  .form-fields .form-group .custom-checkbox label,
  .form-new-review .form-group .custom-checkbox a,
  .form-new-review .form-group .custom-checkbox em,
  .form-new-review .form-group .custom-checkbox label,
  .leo-login-form-content .form-group .custom-checkbox a,
  .leo-login-form-content .form-group .custom-checkbox em,
  .leo-login-form-content .form-group .custom-checkbox label,
  .new-wishlist .form-group .custom-checkbox a,
  .new-wishlist .form-group .custom-checkbox em,
  .new-wishlist .form-group .custom-checkbox label {
    color: #091f49 !important;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .cart-grid-body .form-group .custom-checkbox em,
  .form-fields .form-group .custom-checkbox em,
  .form-new-review .form-group .custom-checkbox em,
  .leo-login-form-content .form-group .custom-checkbox em,
  .new-wishlist .form-group .custom-checkbox em {
    opacity: 0.6;
    font-style: normal;
    padding-left: 28px;
  }
  .cart-grid-body .form-group .custom-checkbox label span,
  .form-fields .form-group .custom-checkbox label span,
  .form-new-review .form-group .custom-checkbox label span,
  .leo-login-form-content .form-group .custom-checkbox label span,
  .new-wishlist .form-group .custom-checkbox label span {
    border: 1px solid #091f49;
    border-radius: 2px;
    width: 12px !important;
    height: 12px !important;
    position: relative;
    top: -2px;
  }
  .cart-grid-body .form-group .custom-checkbox label:after,
  .form-fields .form-group .custom-checkbox label:after,
  .form-new-review .form-group .custom-checkbox label:after,
  .leo-login-form-content .form-group .custom-checkbox label:after,
  .new-wishlist .form-group .custom-checkbox label:after {
    display: none;
  }
  .cart-grid-body .form-group .custom-checkbox input[type="checkbox"],
  .form-fields .form-group .custom-checkbox input[type="checkbox"],
  .form-new-review .form-group .custom-checkbox input[type="checkbox"],
  .leo-login-form-content .form-group .custom-checkbox input[type="checkbox"],
  .new-wishlist .form-group .custom-checkbox input[type="checkbox"] {
    width: 12px;
    height: 12px;
  }
  .done {
    background: #091f49 !important;
  }
  .leo-quicklogin-modal .modal-content {
    border-radius: 15px !important;
  }
  .leo-quicklogin-modal .modal-content h1,
  .leo-quicklogin-modal .modal-content h2,
  .leo-quicklogin-modal .modal-content h3,
  .leo-quicklogin-modal .modal-content h4,
  .leo-quicklogin-modal .modal-content h5,
  .leo-quicklogin-modal .modal-content h6,
  .leo-quicklogin-modal .modal-content p {
    color: #091f49;
  }
  .leo-quicklogin-modal .modal-content a {
    color: #0075c9;
  }
  .leo-wishlistproduct-item {
    width: 33% !important;
  }
  .leo-wishlistproduct-item .material-icons {
    color: #091f49;
  }
  .leo-wishlistproduct-item .product-title a {
    color: #091f49 !important;
  }
  .leo-wishlistproduct-item .product-thumbnail {
    border-radius: 15px;
  }
  #view_wishlist a {
    color: #0075c9;
  }
  #view_wishlist .product-description {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  #view_wishlist .product-description .button-container {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/3;
  }
  #view_wishlist .product-description .product-title {
    margin-bottom: -15px !important;
    margin-top: 15px !important;
    text-align: left !important;
    color: #091f49 !important;
  }
  #view_wishlist .product-description .product-price-and-shipping {
    text-align: left !important;
  }
  #view_wishlist .product-description .product-price-and-shipping span {
    color: #091f49 !important;
    font-weight: 600;
    font-size: 1rem;
  }
  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    margin-right: 5px;
    border: 1px solid #091f49;
    border-radius: 4px;
    width: 15px;
    height: 15px;
  }
  input[type="checkbox"]:checked:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out, -webkit-transform 0.12s ease-in-out;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-margin {
    margin: 0 !important;
  }
  .effect-1 {
    overflow: hidden;
  }
  .effect-1 img {
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .effect-1:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .effect-2 img {
    transition: all 0.4s;
  }
  .effect-2:hover img {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
  }
  @keyframes effectzoom {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes effectzoom {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .e-scale .popup-content {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
  }
  .e-scale.popup-over:hover .popup-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .e-translate-left .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-200px);
    transform: translate(-200px);
    transition: all 0.3s ease 0s;
  }
  .e-translate-left.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all 0.3s ease 0s;
  }
  .e-translate-right .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(200px);
    transform: translate(200px);
    transition: all 0.3s ease 0s;
  }
  .e-translate-right.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all 0.3s ease 0s;
  }
  .e-translate-top .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    transition: all 0.3s ease 0s;
  }
  .e-translate-top.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all 0.3s ease 0s;
  }
  .e-translate-down .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    transition: all 0.3s ease 0s;
  }
  .e-translate-down.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    transition: all 0.3s ease 0s;
  }
  .effect a {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  .effect a:before {
    top: 0;
    left: 0;
    margin: auto;
  }
  .effect a:after,
  .effect a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background-color: hsla(0, 0%, 100%, 0.1);
    transition: all 0.3s ease-out 0s;
  }
  .effect a:after {
    right: 0;
    bottom: 0;
  }
  .effect a:hover:after,
  .effect a:hover:before {
    width: 100%;
    height: 100%;
  }
  .ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .WhiteRounded {
    background-color: #fff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .WhiteRounded > a {
    color: #222;
    display: block;
    font-weight: 400;
  }
  .RedRounded {
    background-color: #d8322b;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .RedRounded > a {
    color: #fff;
    display: block;
    font-weight: 400;
  }
  .BlackRounded {
    background-color: #222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .BlackRounded > a {
    color: #fff;
    display: block;
    font-weight: 400;
  }
  .WhiteHollowRounded {
    border: 1px solid #fff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
  }
  .WhiteHollowRounded > a {
    color: #fff;
    display: block;
    font-weight: 400;
  }
  .BlackHollowRounded {
    border: 1px solid #222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
  }
  .BlackHollowRounded > a {
    color: #222;
    display: block;
    font-weight: 400;
  }
  .WhiteSquare {
    background-color: #fff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 4px 4px 4px;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .WhiteSquare > a {
    color: #222;
    display: block;
    font-weight: 400;
  }
  .BlackSquare {
    background-color: #222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 4px 4px 4px;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .BlackSquare > a {
    color: #fff;
    display: block;
    font-weight: 400;
  }
  .WhiteHollowSquare {
    border: 1px solid #fff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 4px 4px 4px;
  }
  .WhiteHollowSquare > a {
    color: #fff;
    display: block;
    font-weight: 400;
  }
  .BlackHollowSquare {
    border: 1px solid #222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    border-radius: 4px 4px 4px;
  }
  .BlackHollowSquare > a {
    color: #222;
    display: block;
    font-weight: 400;
  }
  .VisibleButtons {
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
  }
  .VisibleImageOverlay {
    opacity: 0.6;
    visibility: visible;
  }
  .ImageWrapper .ImageOverlayH,
  .VisibleImageOverlay {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ImageWrapper .ImageOverlayH {
    bottom: 0;
    display: block;
    opacity: 0;
    right: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .ImageOverlayH {
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayHe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayHe {
    height: 100%;
    top: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayLi:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayLi:after {
    top: -50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayLi:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayLi:before {
    bottom: -50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayBe:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: all 0.6s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayBe:after {
    top: 50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayBe:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.6s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayBe:before {
    bottom: 50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayB {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
  }
  .ImageWrapper:hover .ImageOverlayB {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayC:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayC:after {
    right: -50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayC:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayC:before {
    left: -50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayN:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayN:after {
    right: 50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayN:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayN:before {
    left: 50%;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayO {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayO {
    left: 0;
    top: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayF {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayF {
    right: 0;
    top: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayNe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayNe {
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayNa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayNa {
    bottom: 0;
    right: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayMg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayMg {
    top: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayAl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayAl {
    bottom: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlaySi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    right: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlaySi {
    right: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayP {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .ImageWrapper:hover .ImageOverlayP {
    left: 0;
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayS {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
  }
  .ImageWrapper:hover .ImageOverlayS {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayCl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
  }
  .ImageWrapper:hover .ImageOverlayCl {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayArLeft:before {
    top: -50%;
    transition: all 0.2s ease 0s;
  }
  .ImageWrapper .ImageOverlayArLeft:after,
  .ImageWrapper .ImageOverlayArLeft:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    overflow: hidden;
  }
  .ImageWrapper .ImageOverlayArLeft:after {
    top: 50%;
    transition: all 0.2s ease 0.2s;
  }
  .ImageWrapper .ImageOverlayArRight:before {
    top: -50%;
    transition: all 0.2s ease 0.3s;
  }
  .ImageWrapper .ImageOverlayArRight:after,
  .ImageWrapper .ImageOverlayArRight:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    overflow: hidden;
  }
  .ImageWrapper .ImageOverlayArRight:after {
    top: 50%;
    transition: all 0.2s ease 0.5s;
  }
  .ImageWrapper:hover .ImageOverlayArLeft:after,
  .ImageWrapper:hover .ImageOverlayArLeft:before {
    opacity: 1;
    left: 50%;
  }
  .ImageWrapper:hover .ImageOverlayArRight:after,
  .ImageWrapper:hover .ImageOverlayArRight:before {
    opacity: 1;
    right: 50%;
  }
  .ImageWrapper .ImageOverlayK {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .ImageOverlayK {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayCa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .ImageOverlayCa {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  .ImageWrapper .ImageOverlaySc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .ImageOverlaySc {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  .ImageWrapper .ImageOverlayTi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .ImageOverlayTi {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  .GrayScale {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .GrayScale:hover {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .BackgroundS img {
    transition: all 0.3s ease 0s;
  }
  .BackgroundS:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .BackgroundRR img {
    transition: all 0.3s ease 0s;
  }
  .BackgroundRR:hover img {
    -webkit-transform: rotate(-10deg) scale(1.4);
    transform: rotate(-10deg) scale(1.4);
  }
  .BackgroundR img {
    transition: all 0.3s ease 0s;
  }
  .BackgroundR:hover img {
    -webkit-transform: rotate(10deg) scale(1.4);
    transform: rotate(10deg) scale(1.4);
  }
  .BackgroundRS img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
  }
  .BackgroundRS:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .BackgroundF img {
    transition: all 0.3s ease 0s;
  }
  .BackgroundF:hover img {
    opacity: 0;
  }
  .BackgroundFS img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .BackgroundFS:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
  .BackgroundFRS img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease 0s;
  }
  .BackgroundFRS:hover img {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  .SquareCircle {
    transition: all 0.3s ease 0s;
  }
  .CircleSquare,
  .SquareCircle:hover {
    border-radius: 50%;
  }
  .CircleSquare {
    transition: all 0.3s ease 0s;
  }
  .CircleSquare:hover {
    border-radius: 0;
  }
  .ImageWrapper .CStyleH {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.4s cubic-bezier(1, -0.6, 0.57, -0.15);
  }
  .ImageWrapper:hover .CStyleH {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible;
  }
  .ImageWrapper .CStyleHe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    transition: all 0.4s cubic-bezier(1, -0.6, 0.57, -0.15);
  }
  .ImageWrapper:hover .CStyleHe {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible;
  }
  .ImageWrapper .CStyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.4s cubic-bezier(1, -0.6, 0.57, -0.15);
  }
  .ImageWrapper:hover .CStyleLi {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible;
  }
  .ImageWrapper .CStyleBe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.4s cubic-bezier(1, -0.6, 0.57, -0.15);
  }
  .ImageWrapper:hover .CStyleBe {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible;
  }
  .ImageWrapper .CStyleB {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.4s cubic-bezier(1, -0.6, 0.57, -0.15);
  }
  .ImageWrapper:hover .CStyleB {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ImageWrapper .CStyleC span {
    position: absolute;
  }
  .ImageWrapper .CStyleC span:first-of-type {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  }
  .ImageWrapper .CStyleC span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .CStyleC span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  }
  .ImageWrapper:hover .CStyleC span:first-of-type {
    left: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .CStyleC span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ImageWrapper:hover .CStyleC span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleH {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleH {
    opacity: 1;
    visibility: visible;
  }
  .ImageWrapper .StyleHe {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleHe {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible;
  }
  .ImageWrapper .StyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleLi {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible;
  }
  .ImageWrapper .StyleBe {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleBe {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible;
  }
  .ImageWrapper .StyleB {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleB {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible;
  }
  .ImageWrapper .StyleC {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleC {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ImageWrapper .StyleN {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleN {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  .ImageWrapper .StyleO span {
    position: absolute;
  }
  .ImageWrapper .StyleO span:first-of-type {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleO span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleO span:first-of-type,
  .ImageWrapper:hover .StyleO span:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  .ImageWrapper .StyleF {
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateX(1turn);
    transform: scale(0.5) rotateX(1turn);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleF {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
  }
  .ImageWrapper .StyleNe {
    visibility: hidden;
    margin: 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleNe {
    opacity: 1;
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
    visibility: visible;
  }
  .ImageWrapper .StyleNa {
    visibility: hidden;
    -webkit-transform: scale(0.2) rotateY(1turn);
    transform: scale(0.2) rotateY(1turn);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleNa {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
  }
  .ImageWrapper .StyleMg span {
    position: absolute;
  }
  .ImageWrapper .StyleMg span:first-of-type {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -82px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleMg span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -82px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleMg span:first-of-type {
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleMg span:nth-of-type(2) {
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleAl span {
    position: absolute;
  }
  .ImageWrapper .StyleAl span:first-of-type {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleAl span:nth-of-type(2) {
    bottom: 0;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleAl span:first-of-type {
    top: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleAl span:nth-of-type(2) {
    bottom: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleSi span {
    position: absolute;
  }
  .ImageWrapper .StyleSi span:first-of-type {
    bottom: 0;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleSi span:nth-of-type(2) {
    top: 0;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleSi span:first-of-type {
    bottom: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleSi span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleP span {
    position: absolute;
  }
  .ImageWrapper .StyleP span:first-of-type {
    top: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleP span:nth-of-type(2) {
    bottom: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleP span:first-of-type {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleP span:nth-of-type(2) {
    bottom: 50%;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleS span {
    position: absolute;
  }
  .ImageWrapper .StyleS span:first-of-type {
    bottom: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleS span:nth-of-type(2) {
    top: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleS span:first-of-type {
    bottom: 50%;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleS span:nth-of-type(2) {
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleCl {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleCl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(1turn);
    transform: rotateX(1turn);
  }
  .ImageWrapper .StyleAr span {
    position: absolute;
  }
  .ImageWrapper .StyleAr span:first-of-type {
    left: 50%;
    margin: -20px 0 0 -42px;
  }
  .ImageWrapper .StyleAr span:first-of-type,
  .ImageWrapper .StyleAr span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleAr span:nth-of-type(2) {
    right: 50%;
    margin: -20px -42px 0 0;
  }
  .ImageWrapper:hover .StyleAr span:first-of-type,
  .ImageWrapper:hover .StyleAr span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(1turn);
    transform: scale(1) rotate(1turn);
  }
  .ImageWrapper .StyleK span {
    position: absolute;
  }
  .ImageWrapper .StyleK span:first-of-type {
    left: 50%;
    margin: -20px 0 0 -42px;
  }
  .ImageWrapper .StyleK span:first-of-type,
  .ImageWrapper .StyleK span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleK span:nth-of-type(2) {
    right: 50%;
    margin: -20px -42px 0 0;
  }
  .ImageWrapper:hover .StyleK span:first-of-type,
  .ImageWrapper:hover .StyleK span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
  .ImageWrapper .StyleCa span {
    position: absolute;
  }
  .ImageWrapper .StyleCa span:first-of-type {
    left: 50%;
    margin: -20px 0 0 -42px;
  }
  .ImageWrapper .StyleCa span:first-of-type,
  .ImageWrapper .StyleCa span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotateY(0deg);
    transform: scale(0.2) rotateY(0deg);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleCa span:nth-of-type(2) {
    right: 50%;
    margin: -20px -42px 0 0;
  }
  .ImageWrapper:hover .StyleCa span:first-of-type,
  .ImageWrapper:hover .StyleCa span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotateY(1turn);
    transform: scale(1) rotateY(1turn);
  }
  .ImageWrapper .StyleSc span {
    position: absolute;
  }
  .ImageWrapper .StyleSc span:first-of-type {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleSc span:nth-of-type(2) {
    top: 0;
    right: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleSc span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleSc span:first-of-type {
    left: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleSc span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleSc span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleTi span {
    position: absolute;
  }
  .ImageWrapper .StyleTi span:first-of-type {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleTi span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper .StyleTi span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .StyleTi span:first-of-type {
    left: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper:hover .StyleTi span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ImageWrapper:hover .StyleTi span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ImageWrapper .StyleV span {
    position: absolute;
  }
  .ImageWrapper .StyleV span:first-of-type {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
  }
  .ImageWrapper .StyleV span:nth-of-type(2) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
  }
  .ImageWrapper .StyleV span:nth-of-type(3) {
    top: 0;
    right: 50%;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
  }
  .ImageWrapper:hover .StyleV span:first-of-type,
  .ImageWrapper:hover .StyleV span:nth-of-type(2),
  .ImageWrapper:hover .StyleV span:nth-of-type(3) {
    top: 50%;
    visibility: visible;
    opacity: 1;
  }
  .ContentWrapperH .ContentH {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperH:hover .ContentH {
    opacity: 1;
    visibility: visible;
  }
  .ContentWrapperH .ContentH .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperH .ContentH .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperH .ContentH .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperH .ContentH .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperH .ContentH .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperHe .ContentHe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperHe:hover .ContentHe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ContentWrapperHe .ContentHe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperHe .ContentHe .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperHe .ContentHe .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperHe .ContentHe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperHe .ContentHe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperLi img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperLi .ContentLi,
  .ContentWrapperLi:hover img {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .ContentWrapperLi .ContentLi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperLi:hover .ContentLi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ContentWrapperLi .ContentLi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperLi .ContentLi .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperLi .ContentLi .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperLi .ContentLi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperLi .ContentLi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperBe img {
    transition: all 0.3s ease 0s;
    opacity: 1;
  }
  .ContentWrapperBe:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
  .ContentWrapperBe .ContentBe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperBe:hover .ContentBe {
    opacity: 1;
    visibility: visible;
  }
  .ContentWrapperBe .ContentBe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperBe .ContentBe .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperBe .ContentBe .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperBe .ContentBe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperBe .ContentBe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperB img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperB:hover img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .ContentWrapperB .ContentB {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperB:hover .ContentB {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .ContentWrapperB .ContentB .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperB .ContentB .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperB .ContentB .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperB .ContentB .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperB .ContentB .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperC img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperC:hover img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .ContentWrapperC .ContentC {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperC:hover .ContentC {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .ContentWrapperC .ContentC .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperC .ContentC .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperC .ContentC .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperC .ContentC .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperC .ContentC .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperN img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperN:hover img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .ContentWrapperN .ContentN {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperN:hover .ContentN {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .ContentWrapperN .ContentN .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperN .ContentN .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperN .ContentN .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperN .ContentN .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperN .ContentN .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperO img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperO:hover img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .ContentWrapperO .ContentO {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperO:hover .ContentO {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .ContentWrapperO .ContentO .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperO .ContentO .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperO .ContentO .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperO .ContentO .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperO .ContentO .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperF img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperF:hover img {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  .ContentWrapperF .ContentF {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperF:hover .ContentF {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  .ContentWrapperF .ContentF .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperF .ContentF .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperF .ContentF .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperNe img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperNe:hover img {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  .ContentWrapperNe .ContentNe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperNe:hover .ContentNe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  .ContentWrapperNe .ContentNe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperNe .ContentNe .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperNe .ContentNe .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperNa img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperNa:hover img {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .ContentWrapperNa .ContentNa {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperNa:hover .ContentNa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  .ContentWrapperNa .ContentNa .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperNa .ContentNa .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperNa .ContentNa .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperMg img {
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperMg:hover img {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  .ContentWrapperMg .ContentMg {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperMg:hover .ContentMg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  .ContentWrapperMg .ContentMg .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperMg .ContentMg .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperMg .ContentMg .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperAl .ContentAl {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(0);
    transform: rotateY(0deg) scale(0);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperAl:hover .ContentAl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(1turn) scale(0.9);
    transform: rotateY(1turn) scale(0.9);
  }
  .ContentWrapperAl .ContentAl .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperAl .ContentAl .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperAl .ContentAl .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperAl .ContentAl .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperAl .ContentAl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperSi .ContentSi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(0);
    transform: rotateX(0deg) scale(0);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperSi:hover .ContentSi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(1turn) scale(0.9);
    transform: rotateX(1turn) scale(0.9);
  }
  .ContentWrapperSi .ContentSi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperSi .ContentSi .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperSi .ContentSi .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperSi .ContentSi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperSi .ContentSi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperP .ContentP {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(0.9);
    transform: rotateY(0deg) scale(0.9);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperP:hover .ContentP {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(1turn) scale(0.9);
    transform: rotateY(1turn) scale(0.9);
  }
  .ContentWrapperP .ContentP .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperP .ContentP .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperP .ContentP .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperP .ContentP .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperP .ContentP .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperS .ContentS {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(0.9);
    transform: rotateX(0deg) scale(0.9);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperS:hover .ContentS {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(1turn) scale(0.9);
    transform: rotateX(1turn) scale(0.9);
  }
  .ContentWrapperS .ContentS .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperS .ContentS .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperS .ContentS .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperS .ContentS .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperS .ContentS .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperCl {
    overflow: visible !important;
  }
  .ContentWrapperCl img {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCl:hover img {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .ContentWrapperCl .ContentCl {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCl:hover .ContentCl {
    visibility: visible;
  }
  .ContentWrapperCl .ContentCl .Content {
    position: absolute;
    top: 65%;
    display: block;
    width: 100%;
  }
  .ContentWrapperCl .ContentCl .Content h2 {
    font: 600 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 2px;
    text-align: center;
  }
  .ContentWrapperCl .ContentCl .Content .ReadMore {
    margin: 8px auto;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    display: block;
    width: 80px;
  }
  .ContentWrapperCl .ContentCl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperAr {
    overflow: visible !important;
  }
  .ContentWrapperAr img {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperAr:hover img {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  .ContentWrapperAr .ContentAr {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperAr:hover .ContentAr {
    visibility: visible;
  }
  .ContentWrapperAr .ContentAr .Content {
    position: absolute;
    top: 5%;
    display: block;
    width: 100%;
  }
  .ContentWrapperAr .ContentAr .Content h2 {
    font: 600 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 2px;
    text-align: center;
  }
  .ContentWrapperAr .ContentAr .Content .ReadMore {
    margin: 8px auto;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    display: block;
    width: 80px;
  }
  .ContentWrapperAr .ContentAr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperK {
    overflow: visible !important;
  }
  .ContentWrapperK img {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperK:hover img {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .ContentWrapperK .ContentK {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperK:hover .ContentK {
    visibility: visible;
  }
  .ContentWrapperK .ContentK .Content {
    display: block;
    width: 100%;
    position: relative;
  }
  .ContentWrapperK .ContentK .Content ul {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ContentWrapperK .ContentK .Content ul li {
    margin: 14px 16px;
  }
  .ContentWrapperK .ContentK .Content ul li a {
    font-size: 21px;
    color: #a9a9a9;
  }
  .ContentWrapperCa img {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCa:hover img {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  .ContentWrapperCa .ContentCa {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCa:hover .ContentCa {
    visibility: visible;
  }
  .ContentWrapperCa .ContentCa .Content {
    display: block;
    width: 100%;
    position: relative;
  }
  .ContentWrapperCa .ContentCa .Content ul {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ContentWrapperCa .ContentCa .Content ul li {
    margin: 5px;
  }
  .ContentWrapperCa .ContentCa .Content ul li a {
    padding: 6px 9px;
  }
  .ContentWrapperSc .ContentSc {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperSc:hover .ContentSc {
    visibility: visible;
    top: 0;
  }
  .ContentWrapperSc .ContentSc .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperSc .ContentSc .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperSc .ContentSc .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperSc .ContentSc .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperSc .ContentSc .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperTi .ContentTi {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperTi:hover .ContentTi {
    visibility: visible;
    left: 0;
  }
  .ContentWrapperTi .ContentTi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperTi .ContentTi .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperTi .ContentTi .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperTi .ContentTi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperTi .ContentTi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperV .ContentV {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperV:hover .ContentV {
    visibility: visible;
    right: 0;
  }
  .ContentWrapperV .ContentV .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperV .ContentV .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperV .ContentV .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperV .ContentV .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperV .ContentV .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperCr .ContentCr {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 0;
    display: block;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCr:hover .ContentCr {
    visibility: visible;
    height: 100%;
    bottom: 0;
  }
  .ContentWrapperCr .ContentCr .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperCr .ContentCr .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperCr .ContentCr .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperCr .ContentCr .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperCr .ContentCr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperMn .ContentMn {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperMn:hover .ContentMn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .ContentWrapperMn .ContentMn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperMn .ContentMn .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperMn .ContentMn .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperMn .ContentMn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperMn .ContentMn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperFe .ContentFe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperFe:hover .ContentFe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .ContentWrapperFe .ContentFe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperFe .ContentFe .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperFe .ContentFe .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperFe .ContentFe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperFe .ContentFe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperCo .ContentCo {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCo:hover .ContentCo {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .ContentWrapperCo .ContentCo .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperCo .ContentCo .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperCo .ContentCo .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperCo .ContentCo .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperCo .ContentCo .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperNi .ContentNi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperNi:hover .ContentNi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .ContentWrapperNi .ContentNi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperNi .ContentNi .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperNi .ContentNi .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperNi .ContentNi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperNi .ContentNi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperCu img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCu .ContentCu,
  .ContentWrapperCu:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .ContentWrapperCu .ContentCu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperCu:hover .ContentCu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .ContentWrapperCu .ContentCu .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperCu .ContentCu .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperCu .ContentCu .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperCu .ContentCu .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperCu .ContentCu .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ContentWrapperZn img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperZn .ContentZn,
  .ContentWrapperZn:hover img {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .ContentWrapperZn .ContentZn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .ContentWrapperZn:hover .ContentZn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .ContentWrapperZn .ContentZn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
  }
  .ContentWrapperZn .ContentZn .Content h2 {
    font: 16px Source Sans Pro, Arial, sans-serif;
    color: #8ca757;
    padding: 0 0 6px;
  }
  .ContentWrapperZn .ContentZn .Content p {
    font: normal 12px Source Sans Pro;
    color: #666;
  }
  .ContentWrapperZn .ContentZn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #d1cdc3;
    background: linear-gradient(180deg, #d1cdc3 0, #c9c5ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D1CDC3",endColorstr="#C9C5BA",GradientType=0);
    border-radius: 2px 2px 2px 2px;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08),
      0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  }
  .ContentWrapperZn .ContentZn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px Source Sans Pro;
  }
  .ImageWrapper .RibbonCTL .Triangle:after {
    border-right: 35px solid transparent;
    border-top: 35px solid #fff;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .ImageWrapper .RibbonCTL .Sign {
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 6;
  }
  .ImageWrapper .RibbonCTL .Sign a {
    color: #666;
  }
  .ImageWrapper .RibbonCTL {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .RibbonCTL {
    opacity: 1;
    visibility: visible;
  }
  .ImageWrapper .RibbonCTR .Triangle:after {
    border-left: 35px solid transparent;
    border-top: 35px solid #fff;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .ImageWrapper .RibbonCTR .Sign {
    top: 2px;
    right: 2px;
    position: absolute;
    z-index: 6;
  }
  .ImageWrapper .RibbonCTR .Sign a {
    color: #666;
  }
  .ImageWrapper .RibbonCTR {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .RibbonCTR {
    opacity: 1;
    visibility: visible;
  }
  .ImageWrapper .RibbonCBL .Triangle:after {
    border-right: 35px solid transparent;
    border-bottom: 35px solid #fff;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .ImageWrapper .RibbonCBL .Sign {
    bottom: 1px;
    left: 1px;
    position: absolute;
    z-index: 6;
  }
  .ImageWrapper .RibbonCBL .Sign a {
    color: #666;
  }
  .ImageWrapper .RibbonCBL {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .RibbonCBL {
    opacity: 1;
    visibility: visible;
  }
  .ImageWrapper .RibbonCBR .Triangle:after {
    border-left: 35px solid transparent;
    border-bottom: 35px solid #fff;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .ImageWrapper .RibbonCBR .Sign {
    bottom: 1px;
    right: 1px;
    position: absolute;
    z-index: 6;
  }
  .ImageWrapper .RibbonCBR .Sign a {
    color: #666;
  }
  .ImageWrapper .RibbonCBR {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
  .ImageWrapper:hover .RibbonCBR {
    opacity: 1;
    visibility: visible;
  }
  .TBlack {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
  }
  .TWhite {
    background: none repeat scroll 0 0 hsla(0, 0%, 100%, 0.8) !important;
  }
  .carousel .direction {
    position: absolute;
    top: -95px;
    right: 0;
  }
  .rtl .carousel .direction {
    left: 0;
    right: auto;
  }
  .carousel-control {
    background: none !important;
  }
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    background: #f3f3f3;
    font-size: 16px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
  }
  .carousel-control .icon-next:before,
  .carousel-control .icon-prev:before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #999;
    line-height: 25px;
  }
  .carousel-control .icon-next:hover,
  .carousel-control .icon-prev:hover {
    background: #000;
  }
  .carousel-control .icon-next:hover:before,
  .carousel-control .icon-prev:hover:before {
    color: #fff;
  }
  .carousel-control.left {
    right: 25px;
    left: auto;
  }
  .carousel-control .icon-prev:before {
    content: "\F104";
  }
  .carousel-control .icon-next:before {
    content: "\F105";
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type="file"] {
    height: auto;
  }
  .btn-inverse {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  .btn-inverse.active,
  .btn-inverse:active,
  .btn-inverse:focus,
  .btn-inverse:hover,
  .open .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #eee;
  }
  .btn-inverse.active,
  .btn-inverse:active,
  .open .btn-inverse.dropdown-toggle {
    background-image: none;
  }
  .btn-inverse.disabled,
  .btn-inverse.disabled.active,
  .btn-inverse.disabled:active,
  .btn-inverse.disabled:focus,
  .btn-inverse.disabled:hover,
  .btn-inverse[disabled],
  .btn-inverse[disabled].active,
  .btn-inverse[disabled]:active,
  .btn-inverse[disabled]:focus,
  .btn-inverse[disabled]:hover,
  fieldset[disabled] .btn-inverse,
  fieldset[disabled] .btn-inverse.active,
  fieldset[disabled] .btn-inverse:active,
  fieldset[disabled] .btn-inverse:focus,
  fieldset[disabled] .btn-inverse:hover {
    background-color: #000;
    border-color: #000;
  }
  .btn-inverse .badge {
    color: #000;
    background-color: #fff;
  }
  .btn-outline {
    color: #fff;
    background-color: #333b48;
    border-color: #333b48;
  }
  .btn-outline.active,
  .btn-outline:active,
  .btn-outline:focus,
  .btn-outline:hover,
  .open .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  .btn-outline.active,
  .btn-outline:active,
  .open .btn-outline.dropdown-toggle {
    background-image: none;
  }
  .btn-outline.disabled,
  .btn-outline.disabled.active,
  .btn-outline.disabled:active,
  .btn-outline.disabled:focus,
  .btn-outline.disabled:hover,
  .btn-outline[disabled],
  .btn-outline[disabled].active,
  .btn-outline[disabled]:active,
  .btn-outline[disabled]:focus,
  .btn-outline[disabled]:hover,
  fieldset[disabled] .btn-outline,
  fieldset[disabled] .btn-outline.active,
  fieldset[disabled] .btn-outline:active,
  fieldset[disabled] .btn-outline:focus,
  fieldset[disabled] .btn-outline:hover {
    background-color: #333b48;
    border-color: #333b48;
  }
  .btn-outline .badge {
    color: #333b48;
    background-color: #fff;
  }
  .btn {
    border-radius: 50px;
  }
  .btn.active:focus,
  .btn:active,
  .btn:active:focus,
  .btn:focus,
  .btn:visited {
    outline: none !important;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  button:focus,
  button:hover {
    outline: none;
  }
  @media (min-width: 992px) {
    .sidebar {
      margin-bottom: 30px;
    }
  }
  .sidebar .ApColumn .block {
    margin-bottom: 0;
  }
  .sidebar .ApColumn .block.ApImage {
    padding: 0;
  }
  .sidebar .ApColumn .block.ApImage img {
    max-width: 100%;
  }
  .sidebar #search_filters_wrapper {
    border: 1px solid #efefef;
  }
  .sidebar #search_filters_wrapper .block {
    border: 0;
  }
  .sidebar .block {
    margin: 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #efefef;
    border-bottom: 0;
  }
  @media (max-width: 1199px) {
    .sidebar .block {
      padding: 30px;
    }
  }
  .sidebar .block:last-child {
    border-bottom: 1px solid #efefef;
  }
  .sidebar .block.featured-products {
    padding: 30px 0;
  }
  .sidebar .block .title_block {
    font-size: 16px;
    padding: 20px 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
  }
  @media (max-width: 1199px) {
    .sidebar .block .title_block {
      font-size: 14px;
    }
  }
  .sidebar .block .title_block a {
    color: #000;
  }
  .sidebar .block .title_block.products-section-title {
    text-align: left;
    letter-spacing: 0;
    padding: 20px 30px;
    margin: 0 0 15px;
  }
  .rtl .sidebar .block .title_block.products-section-title {
    text-align: right;
  }
  @media (max-width: 1199px) {
    .sidebar .block .title_block.products-section-title {
      padding: 20px;
    }
  }
  .sidebar .block .block_content:after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebar .block .products .ajax_block_product {
    float: left;
    width: 100%;
  }
  .sidebar .block .products .thumbnail-container {
    text-align: left;
    box-shadow: none;
    border-bottom: 1px solid #efefef;
    margin: 0 0 15px;
    padding: 0 5px 15px;
  }
  .rtl .sidebar .block .products .thumbnail-container {
    text-align: right;
  }
  .sidebar .block .products .thumbnail-container:after {
    content: "";
    display: block;
    clear: both;
  }
  .sidebar .block .products .thumbnail-container .product-meta {
    text-align: left;
  }
  .rtl .sidebar .block .products .thumbnail-container .product-meta {
    text-align: right;
  }
  .sidebar .block .products .thumbnail-container .leo-pro-attr-section,
  .sidebar .block .products .thumbnail-container .product-thumbnail:before,
  .sidebar .block .products .thumbnail-container input.leo_cart_quantity {
    display: none;
  }
  .sidebar .block .products .thumbnail-container .product-image {
    width: 40%;
    float: left;
    padding: 0 10px;
    border: 0;
    margin: 0;
  }
  .rtl .sidebar .block .products .thumbnail-container .product-image {
    float: right;
  }
  .sidebar .block .products .thumbnail-container .product-meta {
    width: 60%;
    float: left;
    padding: 0 10px;
    margin: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .rtl .sidebar .block .products .thumbnail-container .product-meta {
    float: right;
  }
  .sidebar .block .products .thumbnail-container .product-meta img {
    max-width: 100%;
  }
  .sidebar .block .products .thumbnail-container .button-container,
  .sidebar .block .products .thumbnail-container .compare,
  .sidebar .block .products .thumbnail-container .functional-buttons,
  .sidebar .block .products .thumbnail-container .highlighted-informations,
  .sidebar .block .products .thumbnail-container .leo-wishlist-button-dropdown,
  .sidebar .block .products .thumbnail-container .pro-info,
  .sidebar .block .products .thumbnail-container .product-flags,
  .sidebar .block .products .thumbnail-container .quickview,
  .sidebar .block .products .thumbnail-container .wishlist {
    display: none;
  }
  .sidebar .block .products .thumbnail-container .product-additional {
    right: 15px;
    left: 15px;
  }
  .sidebar .block .products .thumbnail-container .product-title {
    margin: 0 0 10px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
  }
  .sidebar .block .products .thumbnail-container .product-title a {
    display: block;
  }
  .sidebar .block .products .thumbnail-container .product-price-and-shipping {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .sidebar .block .products .thumbnail-container .leo-bt-cart {
    min-width: 30px;
  }
  .sidebar .block .products .thumbnail-container .leo-bt-cart i {
    display: inline-block;
  }
  .sidebar
    .block
    .products
    .thumbnail-container
    .leo-bt-cart
    .leo-bt-cart-content
    span {
    display: none;
  }
  .sidebar .block a.all-product-link {
    font-size: 12px;
    text-transform: capitalize;
    border: 0;
    font-weight: 400;
    margin: 0 15px;
    padding: 10px 0;
    color: #333;
    background: none;
    text-decoration: underline;
  }
  .sidebar .block a.all-product-link:active,
  .sidebar .block a.all-product-link:focus,
  .sidebar .block a.all-product-link:hover {
    color: #000;
    background: none;
  }
  .sidebar .block .list-group-item {
    border: none;
    padding: 10px 0;
  }
  .sidebar .js-search-filters-clear-all {
    text-decoration: underline;
    background: none;
    color: #333;
    padding: 12px 15px;
  }
  .sidebar .js-search-filters-clear-all:active,
  .sidebar .js-search-filters-clear-all:focus,
  .sidebar .js-search-filters-clear-all:hover {
    color: #000;
    background: none;
  }
  #_desktop_cart {
    position: relative;
  }
  .leo-megamenu {
    font-family: Fira Sans, Poppins, sans-serif;
    background: transparent;
    color: #000;
  }
  .leo-megamenu .leo-colorbox {
    display: none !important;
  }
  .leo-megamenu.navbar {
    padding: 0;
  }
  .leo-megamenu .navbar-nav {
    text-align: right;
  }
  .rtl .leo-megamenu .navbar-nav {
    text-align: left;
  }
  .leo-megamenu .navbar-nav > li {
    text-align: left;
    float: none;
  }
  .rtl .leo-megamenu .navbar-nav > li {
    text-align: right;
  }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav > li {
      display: inline-block;
      vertical-align: top;
    }
  }
  .leo-megamenu .navbar-nav > li + .nav-item {
    margin-left: 0;
  }
  .rtl .leo-megamenu .navbar-nav > li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  .leo-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static;
  }
  .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 100% !important;
  }
  .leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
  }
  .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .leo-megamenu .navbar-nav > li.ic > a > .sub-title {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    border-radius: 2px;
    right: -3px;
    background-color: #333;
  }
  .rtl .leo-megamenu .navbar-nav > li.ic > a > .sub-title {
    left: -3px;
    right: auto;
  }
  .leo-megamenu .navbar-nav > li.ic.ic-new > a > .sub-title {
    background-color: #16c98d;
  }
  .leo-megamenu .navbar-nav > li.ic.ic-sale > a > .sub-title {
    background-color: #ff708e;
  }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav > li.parent > a span.menu-title {
      position: static;
    }
    .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after,
    .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
      bottom: -1px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      left: 50%;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      z-index: 9999;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
      border-width: 12px;
      margin-left: -12px;
      border-bottom-color: #eee;
    }
    .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after {
      border-bottom-color: #fff;
      border-width: 14px;
      margin-left: -14px;
      z-index: 99999;
      margin-bottom: -3px;
    }
    .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:after,
    .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .leo-megamenu .navbar-nav > li > a {
    padding: 30px 18px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    transition: all 0.35s ease-out;
    position: relative;
    font-family: Fira Sans, Poppins, sans-serif;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .leo-megamenu .navbar-nav > li > a {
      padding: 30px 14px;
    }
  }
  .leo-megamenu .navbar-nav > li > a:active,
  .leo-megamenu .navbar-nav > li > a:focus,
  .leo-megamenu .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
  }
  .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
    font-size: 13px;
    content: "\F107";
    font-family: FontAwesome;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 5px;
    vertical-align: 1px;
    font-weight: 400;
    line-height: 1;
  }
  .rtl .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
    margin: 0 5px 0 0;
  }
  .leo-megamenu .navbar-nav > li > a > .menu-title {
    position: relative;
  }
  .leo-megamenu .navbar-nav > li:focus > a,
  .leo-megamenu .navbar-nav > li:hover > a {
    color: #888;
  }
  .leo-megamenu .navbar-nav > li:focus > a:before,
  .leo-megamenu .navbar-nav > li:hover > a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .leo-megamenu .navbar-nav > li:active > .caret,
  .leo-megamenu .navbar-nav > li:hover > .caret {
    color: #000;
  }
  .leo-megamenu .navbar-nav > li.home a {
    padding: 20px 20px 20px 0;
  }
  .rtl .leo-megamenu .navbar-nav > li.home a {
    padding: 20px 0 20px 20px;
  }
  .leo-megamenu .dropdown-menu {
    left: auto;
    right: 0;
    top: 100%;
    height: auto;
    border: 0;
    min-width: 185px;
    padding: 20px;
    font-family: Fira Sans, Poppins, sans-serif;
    margin: 0;
    text-align: left;
    transition: all 0.2s;
    border-radius: 0;
    display: block;
  }
  .rtl .leo-megamenu .dropdown-menu {
    left: 0;
    right: auto;
    text-align: right;
  }
  @media (min-width: 992px) {
    .leo-megamenu .dropdown-menu {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  @media (max-width: 991px) {
    .leo-megamenu .dropdown-menu {
      transition: none;
    }
  }
  @media (min-width: 1200px) {
    .leo-megamenu .dropdown-menu {
      padding: 25px;
      min-width: 200px;
    }
  }
  .leo-megamenu .dropdown-menu li {
    line-height: 25px;
    padding: 0;
    float: none;
  }
  .leo-megamenu .dropdown-menu li + .nav-item {
    margin-left: 0;
  }
  .rtl .leo-megamenu .dropdown-menu li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  .leo-megamenu .dropdown-menu li:hover > a {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #000;
  }
  .leo-megamenu .dropdown-menu li a {
    color: #888;
    padding: 5px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    display: block;
    transition: all 0.4s;
    text-transform: capitalize;
    position: relative;
  }
  .leo-megamenu .dropdown-menu li a:hover .fa {
    color: #000;
  }
  .leo-megamenu .dropdown-menu div.menu-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Fira Sans, Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #000;
    position: relative;
  }
  .leo-megamenu .dropdown-menu div.menu-title:before {
    content: "";
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.2;
  }
  .rtl .leo-megamenu .dropdown-menu div.menu-title:before {
    right: 0;
    left: auto;
  }
  .leo-megamenu .dropdown-menu div.menu-title a {
    color: #000;
  }
  .leo-megamenu .dropdown-menu a > .menu-title {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: Fira Sans, Poppins, sans-serif;
  }
  @media (min-width: 992px) {
    .leo-megamenu .dropdown > .dropdown-menu {
      pointer-events: none;
    }
    .leo-megamenu .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      pointer-events: auto;
    }
    .leo-megamenu .dropdown:hover > a,
    .leo-megamenu .dropdown:hover > a .fa {
      color: #000;
    }
  }
  .leo-megamenu .dropdown-submenu {
    position: relative;
  }
  .leo-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    position: absolute;
    left: 100%;
  }
  .rtl .leo-megamenu .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
  }
  @media (min-width: 992px) {
    .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .leo-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    text-transform: uppercase;
    font-family: Fira Sans, Poppins, sans-serif;
    color: #fff;
  }
  .leo-megamenu .mega-group > .dropdown-toggle .fa {
    color: #fff;
  }
  .leo-megamenu .megamenu .cols1 {
    min-width: 200px;
  }
  .leo-megamenu .megamenu .cols2 {
    min-width: 500px;
  }
  .leo-megamenu .megamenu .cols3 {
    min-width: 740px;
  }
  .leo-megamenu .manu-logo img {
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .leo-megamenu .widget-subcategories {
    margin-bottom: 15px;
  }
  .leo-widget .thumbnail-container {
    margin: 0;
    text-align: left;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .rtl .leo-widget .thumbnail-container {
    text-align: right;
  }
  .leo-widget .thumbnail-container .product-image {
    float: left;
    margin: 0 15px 15px 0;
    width: 80px;
  }
  .rtl .leo-widget .thumbnail-container .product-image {
    float: right;
    margin: 0 0 15px 15px;
  }
  .leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
  }
  .leo-widget .thumbnail-container .product-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    font-size: 13px;
  }
  .leo-widget .thumbnail-container .product-price-and-shipping {
    color: #888;
  }
  .leo-widget .thumbnail-container .product-price-and-shipping .price {
    color: #000;
  }
  .leo-widget .thumbnail-container .product-price-and-shipping .aeuc_from_label {
    color: #888;
  }
  .leo-widget .thumbnail-container .product-price-and-shipping .aeuc_before_label,
  .leo-widget
    .thumbnail-container
    .product-price-and-shipping
    .discount-percentage {
    display: none;
  }
  .leo-widget .widget-html {
    color: #888;
    line-height: 1.5;
    margin-top: 15px;
    font-size: 13px;
  }
  @media (max-width: 991px) {
    .leo-widget .widget-html {
      margin: 10px 0;
    }
  }
  .leo-widget .widget-html p {
    line-height: 20px;
    margin: 0 0 15px;
  }
  .leo-widget .widget-html p:last-child {
    margin: 0;
  }
  .leo-widget .widget-html img {
    max-width: 100%;
    height: auto;
  }
  .leo-widget .widget-video iframe {
    border-width: 0;
  }
  @media (max-width: 991px) {
    .leo-widget .widget-video iframe {
      width: 100%;
    }
  }
  .leo-widget ul.widget-image {
    margin-left: 0;
  }
  .rtl .leo-widget ul.widget-image {
    margin-right: 0;
    margin-left: inherit;
  }
  .leo-widget ul.widget-image li {
    margin-right: 10px;
  }
  .rtl .leo-widget ul.widget-image li {
    margin-left: 10px;
    margin-right: inherit;
  }
  .leo-widget ul.widget-image li:last-child {
    margin-right: 0;
  }
  .rtl .leo-widget ul.widget-image li:last-child {
    margin-left: 0;
    margin-right: inherit;
  }
  .ApMegamenu .leo-verticalmenu {
    background: #5d4e57;
    position: relative;
  }
  .ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #fff;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 20px 25px;
    text-transform: none;
  }
  .ApMegamenu .leo-verticalmenu .title_block:before {
    display: none;
  }
  .ApMegamenu .leo-verticalmenu > .block_content {
    background: #5d4e57;
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    transition: height 0.4s ease 0s;
  }
  div.verticalmenu {
    z-index: 100;
  }
  div.verticalmenu .navbar-collapse,
  div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
  }
  div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
  }
  div.verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: relative;
    float: none;
  }
  div.verticalmenu .navbar-nav > li + .nav-item {
    margin-left: 0;
  }
  .rtl div.verticalmenu .navbar-nav > li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #091f49;
    font-size: 0.875rem;
    font-family: Fira Sans, Poppins, sans-serif;
    padding: 13px 30px;
    font-weight: 600;
    line-height: 24px;
  }
  div.verticalmenu .navbar-nav > li .caret {
    display: none;
  }
  @media (max-width: 991px) {
    div.verticalmenu .navbar-nav > li .caret {
      display: block;
      position: relative;
      top: -40px;
      cursor: pointer;
      width: 25px;
      height: 30px;
      text-align: center;
      border: none;
      float: right;
      right: 0;
    }
    .rtl div.verticalmenu .navbar-nav > li .caret {
      float: left;
      left: 0;
      right: auto;
    }
    div.verticalmenu .navbar-nav > li .caret:before {
      content: "\F105";
      font-family: FontAwesome;
      color: #091f49;
      font-size: 11px;
      font-weight: 400;
    }
  }
  div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
    top: 0;
  }
  @media (max-width: 991px) {
    div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
      top: -16px;
    }
  }
  div.verticalmenu .navbar-nav > li.last a,
  div.verticalmenu .navbar-nav > li:last-child a {
    border: 0;
  }
  div.verticalmenu .navbar-nav > li:hover > a {
    color: #000;
    background: #000;
  }
  div.verticalmenu .navbar-nav > li:hover > a:focus,
  div.verticalmenu .navbar-nav > li:hover > a:hover {
    color: #fff;
    background: #000;
    border-color: #eee;
  }
  div.verticalmenu .navbar-nav > li:hover .caret,
  div.verticalmenu .navbar-nav > li:hover .caret:before {
    color: #000;
  }
  div.verticalmenu .navbar-nav > li.open > a {
    color: #000;
    background: #000;
  }
  div.verticalmenu .navbar-nav > li.open > a:focus,
  div.verticalmenu .navbar-nav > li.open > a:hover {
    color: #fff;
    background: #000;
    border-color: #eee;
  }
  div.verticalmenu .navbar-nav > li.open .caret {
    color: #000;
  }
  div.verticalmenu .navbar-nav > li.open .caret:before {
    color: #000;
    top: -23px;
    content: "\F0D7";
  }
  div.verticalmenu .navbar-nav > li .parent {
    position: relative;
  }
  div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
    text-transform: none;
    font-weight: 400;
    color: #091f49;
  }
  div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #000;
  }
  div.verticalmenu .navbar-nav li.parent > a:after {
    position: absolute;
    content: "\F105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    right: 12px;
    top: 12px;
    border: none;
  }
  @media (max-width: 991px) {
    div.verticalmenu .navbar-nav li.parent > a:after {
      display: none;
    }
  }
  div.verticalmenu .navbar-nav li.parent:hover > a:after {
    color: #fff;
  }
  div.verticalmenu .navbar-nav li.parent.dropdown-submenu > a:after {
    color: #091f49;
  }
  div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: 0 !important;
  }
  .rtl div.verticalmenu ul li a .menu-icon {
    background-position: 100% !important;
  }
  div.verticalmenu ul li a .menu-icon span {
    display: block;
    margin-left: 35px;
  }
  .rtl div.verticalmenu ul li a .menu-icon span {
    margin-right: 35px;
    margin-left: inherit;
  }
  div.verticalmenu ul li a .menu-icon .menu-desc {
    display: none;
  }
  div.verticalmenu ul li a .menu-title {
    display: block;
    color: #fff;
  }
  div.verticalmenu ul li a .sub-title {
    font-size: 0.875rem;
  }
  div.verticalmenu ul li a:focus,
  div.verticalmenu ul li a:hover {
    color: #fff;
    background: #fff;
  }
  div.verticalmenu ul li a:focus .menu-title,
  div.verticalmenu ul li a:hover .menu-title {
    color: #fff;
  }
  div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 2px solid #000;
    min-height: 100px;
    height: 100% !important;
    min-width: 215px;
    padding: 20px 28px;
    background: #fff;
    margin: 0;
    text-align: left;
    border-radius: 0;
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  }
  .rtl div.verticalmenu .dropdown-menu {
    text-align: right;
  }
  div.verticalmenu .dropdown-menu ul li {
    padding: 4px 0;
    line-height: normal;
    list-style: none;
    display: block;
    float: none;
  }
  div.verticalmenu .dropdown-menu ul li + .nav-item {
    margin-left: 0;
  }
  .rtl div.verticalmenu .dropdown-menu ul li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  div.verticalmenu .dropdown-menu ul li a {
    color: #091f49;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
  }
  div.verticalmenu .dropdown-menu ul li a .menu-title {
    color: #091f49;
    text-transform: none;
  }
  div.verticalmenu .dropdown-menu ul li a:hover,
  div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
    color: #000;
  }
  div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 12px;
  }
  div.verticalmenu .dropdown-menu .leo-menu-video {
    width: 100%;
  }
  div.verticalmenu .dropdown-menu .leo-menu-video iframe {
    margin-bottom: 10px;
  }
  div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000;
  }
  div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    color: #000;
    font-family: Fira Sans, Poppins, sans-serif;
    font-size: 12px;
  }
  div.verticalmenu .dropdown-menu .action {
    display: none;
  }
  div.verticalmenu .widget-heading {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
  }
  div.active-hover ul > li:hover > .dropdown-menu {
    left: 100%;
    top: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-table;
  }
  .rtl div.active-hover ul > li:hover > .dropdown-menu {
    right: 100%;
    left: auto;
  }
  .megamenu-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    zoom: 1;
    background-color: transparent\9;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease;
    display: none;
  }
  .off-canvas body {
    position: relative;
  }
  @media (min-width: 992px) {
    .off-canvas-active > #page,
    .off-canvas-active > .off-canvas-nav-megamenu {
      -webkit-transform: translate(0);
      transform: translate(0);
      position: relative !important;
    }
    .off-canvas-button-megamenu {
      display: none !important;
    }
  }
  @media (max-width: 1199px) {
    .off-canvas-active .megamenu-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
  }
  .off-canvas-button-megamenu {
    color: #000;
    margin: 15px 10px;
    text-align: right;
  }
  .rtl .off-canvas-button-megamenu {
    text-align: left;
  }
  .off-canvas-button-megamenu:hover {
    cursor: pointer;
  }
  .off-canvas-inactive > #page {
    transition: all 0.4s ease 0s;
  }
  .off-canvas-active {
    background: #fff;
  }
  .off-canvas-active > .off-canvas-nav-megamenu.active {
    left: 0;
    -webkit-transform: translateX(234px);
    transform: translateX(234px);
    transition: all 0.4s ease 0s;
  }
  .rtl .off-canvas-active > .off-canvas-nav-megamenu.active {
    right: 0;
    left: auto;
  }
  .off-canvas-active #page {
    position: fixed;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .off-canvas-nav-megamenu {
    position: absolute;
    top: 0;
    width: 0;
    background: #fff;
    z-index: 999;
    left: 0;
    transition: all 0.4s ease 0s;
  }
  .rtl .off-canvas-nav-megamenu {
    right: 0;
    left: auto;
  }
  .off-canvas-nav-megamenu .navbar-nav {
    margin: 0;
  }
  .off-canvas-nav-megamenu .navbar-nav > li {
    border-bottom: 1px solid #eee;
    float: none;
  }
  .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
    margin-left: 0;
  }
  .rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  .off-canvas-nav-megamenu .navbar-nav > li.ic > a > .sub-title {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    border-radius: 2px;
    right: -35px;
    background-color: #333;
  }
  .rtl .off-canvas-nav-megamenu .navbar-nav > li.ic > a > .sub-title {
    left: -35px;
    right: auto;
  }
  .off-canvas-nav-megamenu .navbar-nav > li.ic.ic-new > a > .sub-title {
    background-color: #16c98d;
  }
  .off-canvas-nav-megamenu .navbar-nav > li.ic.ic-sale > a > .sub-title {
    background-color: #ff708e;
  }
  .off-canvas-nav-megamenu .navbar-nav > li > a {
    display: inline-block;
    color: #2a363b;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Fira Sans, Poppins, sans-serif;
  }
  .off-canvas-nav-megamenu .navbar-nav > li > a:focus,
  .off-canvas-nav-megamenu .navbar-nav > li > a:hover {
    background: none;
  }
  .off-canvas-nav-megamenu .navbar-nav .dropdown-sub div.menu-title {
    font-weight: 600;
    color: #444;
    font-size: 12px;
  }
  .off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 0;
    margin: auto 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
    left: 0;
    right: auto;
  }
  .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
    content: "\F107";
    font-family: FontAwesome;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: center;
    transition: all 0.6s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle:after {
    display: none;
  }
  .off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 234px;
    overflow: hidden;
    left: -234px;
  }
  .rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
    right: -234px;
    left: auto;
  }
  .off-canvas-nav-megamenu .dropdown-menu {
    font-size: 0.875rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: 0;
    padding: 0 10px;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
  }
  .rtl .off-canvas-nav-megamenu .dropdown-menu {
    text-align: right;
  }
  .off-canvas-nav-megamenu .dropdown-menu ul li {
    line-height: 30px;
    float: none;
  }
  .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
    position: relative;
    margin-left: 0;
  }
  .rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
    margin-right: 0;
    margin-left: inherit;
  }
  .off-canvas-nav-megamenu .dropdown-menu ul li > a {
    font-weight: 400;
    color: #888;
  }
  .off-canvas-nav-megamenu .dropdown-sub div.menu-title {
    margin: 10px 0;
    color: #000;
    font-family: Fira Sans, Poppins, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  .off-canvas-nav-megamenu .dropdown-sub div.menu-title a {
    color: #000;
  }
  .off-canvas-nav-megamenu ul.nav-links {
    padding-left: 7px;
  }
  .rtl .off-canvas-nav-megamenu ul.nav-links {
    padding-right: 7px;
    padding-left: inherit;
  }
  .off-canvas-nav-megamenu ul.nav-links li {
    line-height: 30px;
  }
  .off-canvas-nav-megamenu .mega-col {
    width: 100%;
  }
  .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 3px 3px 3px 7px;
  }
  .rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 3px 7px 3px 3px;
  }
  @media (max-width: 991px) {
    .leo-megamenu.disable-canvas .dropdown-menu {
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {
      position: relative;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li > a {
      padding: 20px 0;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li > a:after {
      display: none;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li .caret {
      cursor: pointer;
      position: absolute;
      top: 13px;
      line-height: 30px;
      display: block;
      width: 30px;
      height: 30px;
      right: 0;
    }
    .rtl .leo-megamenu.disable-canvas .navbar-nav > li .caret {
      left: 0;
      right: auto;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {
      content: "add";
      font-family: Material Icons;
      position: absolute;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      color: #fff;
      z-index: 1001;
    }
    .leo-megamenu .collapse {
      text-align: left;
    }
    .rtl .leo-megamenu .collapse {
      text-align: right;
    }
    .leo-megamenu .collapse .navbar-nav {
      text-align: left;
      height: auto;
    }
    .rtl .leo-megamenu .collapse .navbar-nav {
      text-align: right;
    }
    .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {
      position: relative;
    }
  }
  @media (max-width: 991px) and (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  @media (max-width: 991px) {
    .leo-megamenu
      .collapse
      .navbar-nav
      .nav-item.dropdown.open-sub
      > .caret:before {
      content: "remove";
    }
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
      top: -13px;
    }
    .leo-megamenu
      .collapse
      .navbar-nav
      .nav-item.dropdown-submenu.open-sub
      > .caret:before {
      content: "remove";
    }
    .leo-megamenu .collapse .navbar-nav .dropdown-toggle:after {
      display: none;
    }
    .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
      width: 100%;
      position: relative;
      left: 0;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
    }
    .rtl .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
      right: 0;
      left: auto;
    }
  }
  @media (max-width: 991px) {
    .ApMegamenu > .navbar {
      position: static;
    }
    .leo-megamenu.disable-canvas .navbar-nav {
      margin: 0;
    }
    .leo-megamenu.disable-canvas .navbar-nav > li > a {
      padding: 15px;
      display: inline-block;
      letter-spacing: 1px;
    }
    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
      cursor: pointer;
      position: absolute;
      top: 9px;
      line-height: 30px;
      display: block;
      width: 30px;
      height: 30px;
      right: 0;
    }
    .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
      left: 0;
      right: auto;
    }
    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
      content: "add";
      font-family: Material Icons;
      position: absolute;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      color: #f0f0f0;
      z-index: 1001;
    }
    .leo-megamenu.disable-canvas .leo-top-menu {
      background: #353535;
      position: absolute;
      top: 100%;
      z-index: 99;
      left: 10px;
      right: 10px;
    }
    .leo-megamenu.disable-canvas .dropdown-toggle:after {
      display: none;
    }
  }
  .leo-widget .widget-category_image .level0 li {
    position: relative;
    display: inline-block;
    min-width: 140px;
  }
  .leo-widget .widget-category_image .level0 li ul {
    background: #fff;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: -1px;
    z-index: 99;
    display: none;
    left: 100%;
    transition: all 0.3s ease;
  }
  .rtl .leo-widget .widget-category_image .level0 li ul {
    right: 100%;
    left: auto;
  }
  .leo-widget .widget-category_image .level0 li ul li {
    padding: 5px 10px;
  }
  .leo-widget .widget-category_image .level0 li:hover > ul {
    display: block;
  }
  .navbar-header .navbar-toggler {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #333;
    margin: 20px auto;
    border-radius: 0;
  }
  .navbar-header .navbar-toggler:focus,
  .navbar-header .navbar-toggler:hover,
  .off-canvas-active .navbar-header .navbar-toggler {
    border-color: #000;
    background: #000;
    color: #fff;
  }
  .off-canvas-button-megamenu {
    font-size: 0;
    color: transparent;
    margin: 15px 20px 0;
  }
  .off-canvas-button-megamenu .off-canvas-nav {
    display: block;
    outline: 0;
  }
  .off-canvas-button-megamenu .off-canvas-nav:before {
    content: "\E646";
    font-family: themify;
    font-size: 14px;
    color: #333;
  }
  .off-canvas-button-megamenu:focus .off-canvas-nav:before {
    color: #000;
  }
  .col-menuinfo .widget-raw-html {
    font-size: 20px;
    padding: 25px 0;
    text-align: center;
    color: #333;
    border-top: 1px solid #e5e5e5;
    margin: 10px -20px -20px;
    font-weight: 300;
    background: #fbfbfb;
    line-height: 1.5;
  }
  @media (min-width: 1200px) {
    .col-menuinfo .widget-raw-html {
      margin: 30px -25px -30px;
    }
  }
  @media (max-width: 991px) {
    .col-menuinfo .widget-raw-html {
      font-size: 16px;
      margin: 10px -10px -10px;
    }
  }
  .col-menuinfo .widget-raw-html p {
    margin: 0;
  }
  .col-menuinfo .widget-raw-html b,
  .col-menuinfo .widget-raw-html strong {
    color: #000;
  }
  .col-menuinfo .widget-raw-html .shop-now {
    background: #a3de83;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    padding: 6px 20px;
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    display: inline-block;
  }
  .rtl .col-menuinfo .widget-raw-html .shop-now {
    margin: 0 15px 0 0;
  }
  .col-menuinfo .widget-raw-html .shop-now:hover {
    background: #000;
    color: #fff;
  }
  .box-listdetail .leo-widget .widget-html {
    margin-top: 0;
  }
  .off-canvas-nav-megamenu {
    -webkit-transform: none !important;
    transform: none !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    width: 100vw;
    background-color: #f2f8fc;
    top: 70px;
    min-height: calc(100vh - 70px) !important;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav .off-canvas-button-megamenu {
    position: absolute;
    top: 15px;
    text-align: left;
    display: none;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    .off-canvas-button-megamenu
    .off-canvas-nav {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19L19.142 4.858M5 5l14.142 14.142' stroke='%23091F49' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    .off-canvas-button-megamenu
    .off-canvas-nav:before {
    display: block;
    width: 25px;
    height: 25px;
    content: "";
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav ul.megamenu {
    margin-top: 15px;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav ul.megamenu .h-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    display: none;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .h-logo
    .carousel-inner
    > .carousel-item
    > a
    > img,
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .h-logo
    .carousel-inner
    > .carousel-item
    > img,
  .off-canvas-nav-megamenu .offcanvas-mainnav ul.megamenu .h-logo .img-fluid {
    max-height: 40px;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav ul.megamenu .nav-item {
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in-out 0.35s;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item[data-menu-type="category"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    background: #fff;
    margin: 10px 15px;
    padding: 20px;
    border-radius: 20px;
    min-height: 95px;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item[data-menu-type="category"]
    .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-left: 10px;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item[data-menu-type="category"]
    .nav-link
    .menu-title {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
    color: #091f49;
    width: 40%;
    line-height: 20px;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item[data-menu-type="category"]
    .nav-link
    .menu-img-category {
    max-height: 80px;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item:nth-last-child(-n + 2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    margin: 40px 25px 5px;
  }
  .off-canvas-nav-megamenu
    .offcanvas-mainnav
    ul.megamenu
    .nav-item:nth-last-child(-n + 2)
    .nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: #091f49;
    padding: 0;
    text-transform: none;
    width: 100%;
  }
  .off-canvas-active > .off-canvas-nav-megamenu.active {
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible;
    opacity: 1;
  }
  .off-canvas-active
    > .off-canvas-nav-megamenu.active
    .offcanvas-mainnav
    ul.megamenu
    .nav-item {
    visibility: visible;
    opacity: 1;
  }
  .off-canvas-active #header .header-top .col-info {
    visibility: hidden;
    opacity: 0;
  }
  .ApMegamenu .leo-megamenu .h-logo,
  .ApMegamenu .megamenu.horizontal .h-logo {
    display: none;
  }
  @media (min-width: 992px) {
    .ApMegamenu .leo-megamenu .leo-top-menu,
    .ApMegamenu .megamenu.horizontal .leo-top-menu {
      display: block;
    }
  }
  @media (min-width: 992px) {
    .ApMegamenu .leo-megamenu .leo-top-menu .menu-img-category,
    .ApMegamenu .megamenu.horizontal .leo-top-menu .menu-img-category {
      display: none;
    }
  }
  .leo-dropdown-cart {
    position: fixed !important;
    bottom: 0;
    z-index: 10000 !important;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart {
      width: 420px;
      position: absolute !important;
      right: 0;
      left: auto;
      bottom: auto;
    }
  }
  .leo-dropdown-cart.dropdown {
    top: auto !important;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown {
      top: calc(100% + 10px) !important;
    }
  }
  .leo-dropdown-cart.dropdown .leo-dropdown-cart-content {
    border-radius: 30px 30px 0 0;
    padding: 5px 0 0;
    min-width: 100vw;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown .leo-dropdown-cart-content {
      min-width: 0;
      border-radius: 20px;
    }
  }
  .leo-dropdown-cart.dropdown .leo-dropdown-cart-content .leo-dropdown-title {
    padding-top: 25px;
    position: relative;
  }
  .leo-dropdown-cart.dropdown .leo-dropdown-cart-content .leo-dropdown-title h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-title
    .leo-dropdown-close {
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .leo-dropdown-cart.dropdown .leo-dropdown-cart-content .leo-dropdown-cart-item {
    width: 100% !important;
    height: 100% !important;
    padding: 20px 15px;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px auto;
    grid-template-columns: 130px auto;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-cart-item {
      padding: 20px 30px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-img {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-img
    img {
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
    grid-column: 2/3;
    width: 100%;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-name {
    line-height: 20px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-name
    .label {
    font-size: 1rem;
    color: #091f49;
    font-weight: 400;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-price {
    text-align: right;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-price
    .current-price {
    font-size: 1rem;
    color: #091f49;
    font-weight: 600;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-quantity {
    margin-top: 20px;
    background-color: #e6f1fa;
    width: 90px;
    height: 30px;
    border-radius: 30px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-quantity
    .leo-bt-product-quantity {
    color: #fff;
    border-radius: 50%;
    background: #0075c9;
    vertical-align: sub;
    min-width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-cart-item-info
    .product-quantity
    .leo-input-product-quantity {
    background: transparent;
    width: 10px;
    font-size: 1rem;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-remove-from-cart {
    color: transparent;
    -ms-grid-column: 2;
    grid-column: 2;
    top: auto;
    bottom: 35px;
    margin-right: 15px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-cart-item
    .leo-remove-from-cart
    .material-icons {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4v13h2V4h-2zm-1 14H4v2h8v-2zm-9-1V4H1v13h2zM0 5h5V3H0v2zm6-1V3H4v1h2zm1-2h2V0H7v2zM5 5h6V3H5v2zm6 0h5V3h-5v2zm-1-2v1h2V3h-2zM9 7v9h2V7H9zM5 7v9h2V7H5zm4-5a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2zM6 3a1 1 0 0 1 1-1V0a3 3 0 0 0-3 3h2zM4 18a1 1 0 0 1-1-1H1a3 3 0 0 0 3 3v-2zm9-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2z' fill='%23D6D6D6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total {
    padding: 20px 15px;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-bottom
      .leo-dropdown-total {
      padding: 20px 30px 10px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-subtotals {
    border-bottom: none;
    padding: 0;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-bottom
      .leo-dropdown-total
      .leo-dropdown-cart-subtotals
      > div {
      margin-bottom: 10px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-subtotals
    span {
    font-size: 1rem;
    font-weight: 400;
    color: #091f49;
    line-height: 20px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-subtotals
    span.value {
    font-weight: 600;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-subtotals
    .tax
    .label {
    opacity: 0.6;
    font-size: 0.75rem;
    position: relative;
    top: 20px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-subtotals
    .tax
    .value {
    display: none;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-total {
    padding: 0;
    position: relative;
    top: -25px;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-bottom
      .leo-dropdown-total
      .leo-dropdown-cart-total {
      top: -33px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-total
    .label {
    font-size: 1rem;
    font-weight: 600;
    color: #091f49;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-dropdown-total
    .leo-dropdown-cart-total
    .value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #091f49;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action {
    padding: 0 15px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  @media (min-width: 992px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-bottom
      .leo-cart-dropdown-action {
      padding: 0 30px 20px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button {
    border-radius: 50px;
    font-size: 0.75rem;
    padding: 12px 25px;
    margin-bottom: 0;
  }
  @media (min-width: 1200px) {
    .leo-dropdown-cart.dropdown
      .leo-dropdown-cart-content
      .leo-dropdown-bottom
      .leo-cart-dropdown-action
      .cart-dropdow-button {
      font-size: 1rem;
      padding: 12px 30px;
    }
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button.cart-dropdow-viewcart {
    background-color: transparent;
    color: #002f87;
    border: 2px solid #002f87;
    text-transform: none;
    letter-spacing: 0;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button.cart-dropdow-viewcart:focus,
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button.cart-dropdow-viewcart:hover {
    background-color: #e6eaf3 !important;
    color: #002f87;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button.cart-dropdow-checkout {
    background-color: #f26233;
    color: #fff;
    line-height: 24px;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-bottom
    .leo-cart-dropdown-action
    .cart-dropdow-button.cart-dropdow-checkout:hover {
    background-color: #f0460f;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-list-item-warpper
    .leo-dropdown-overlay
    .leo-removed-item {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-list-item-warpper
    .leo-dropdown-overlay
    .leo-removed-item
    .icon
    path {
    stroke: transparent;
    fill: #878787;
  }
  .leo-dropdown-cart.dropdown
    .leo-dropdown-cart-content
    .leo-dropdown-list-item-warpper
    .leo-dropdown-overlay
    .leo-removed-item
    p {
    color: #878787;
    font-size: 1rem;
    font-weight: 400;
  }
  .popup-over {
    position: relative;
  }
  .popup-over a.popup-title {
    display: block;
    white-space: nowrap;
  }
  .popup-over .popup-content {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    background: #fff;
    color: #999;
    border: 0;
    min-width: 160px;
    z-index: 9999;
    display: block;
    right: 0;
    left: auto;
    transition: all 0.2s;
    border-radius: 0;
    text-align: left;
    font-size: 12px;
    -webkit-animation: none;
    animation: none;
    margin: 0;
  }
  .rtl .popup-over .popup-content {
    text-align: right;
  }
  @media (min-width: 992px) {
    .popup-over .popup-content {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  @media (max-width: 991px) {
    .popup-over .popup-content {
      display: none;
      transition: opacity 0.4s;
    }
  }
  .popup-over .popup-content:after,
  .popup-over .popup-content:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .popup-over .popup-content:before {
    border-bottom-color: #eee;
    border-width: 12px;
    margin-left: -12px;
    right: 8px;
  }
  .rtl .popup-over .popup-content:before {
    left: 8px;
    right: auto;
  }
  .popup-over .popup-content:after {
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
    margin-bottom: -1px;
    right: 8px;
  }
  .rtl .popup-over .popup-content:after {
    left: 8px;
    right: auto;
  }
  .popup-over .popup-content a {
    color: #999;
    padding: 0;
  }
  .popup-over .popup-content a:hover {
    color: #000;
  }
  .popup-over .popup-content li {
    display: block;
  }
  .popup-over .popup-content li.current,
  .popup-over .popup-content li.current a {
    color: #000;
  }
  .popup-over .popup-content li a {
    display: block;
    line-height: 20px;
    padding: 5px 18px;
  }
  .popup-over .popup-content li a i {
    font-size: 13px;
    margin-right: 5px;
  }
  .rtl .popup-over .popup-content li a i {
    margin-left: 5px;
    margin-right: inherit;
  }
  .popup-over:hover {
    cursor: pointer;
  }
  @media (min-width: 992px) {
    .popup-over.open .popup-content,
    .popup-over:hover .popup-content {
      display: block !important;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  #leo_block_top .popup-content {
    padding: 20px;
  }
  #leo_block_top .popup-content .currency-selector,
  #leo_block_top .popup-content .language-selector {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
  }
  #leo_block_top .popup-content .currency-selector ul:after,
  #leo_block_top .popup-content .language-selector ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #leo_block_top .popup-content .currency-selector li,
  #leo_block_top .popup-content .language-selector li {
    float: left;
    text-align: center;
  }
  #leo_block_top .popup-content .currency-selector a,
  #leo_block_top .popup-content .language-selector a {
    line-height: 30px;
    padding: 0;
  }
  #leo_block_top .popup-content .currency-selector > span,
  #leo_block_top .popup-content .language-selector > span {
    display: none;
  }
  #leo_block_top .popup-content .currency-selector {
    margin: 0;
    padding: 0;
    border: 0;
  }
  #leo_block_top .popup-content .currency-selector li {
    width: 50%;
  }
  #leo_block_top .popup-content .language-selector li {
    width: 33%;
  }
  #leo_block_top .popup-content .language-selector li .lang-name {
    display: none;
  }
  #leo_block_top .popup-content .language-selector li .lang-img {
    outline: 1px dashed transparent;
    outline-offset: 3px;
    display: inline-block;
    line-height: 1;
    width: 16px;
    height: 11px;
  }
  #leo_block_top .popup-content .language-selector li .lang-img img {
    display: block;
  }
  #leo_block_top .popup-content .language-selector li.current .lang-img,
  #leo_block_top .popup-content .language-selector li:hover .lang-img {
    outline-color: #fff;
  }
  .rtl .popup-over .popup-content {
    left: 0;
    right: auto;
  }
  .ajax_block_product {
    transition: all 0.5s;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .product_list.list.plist-modern
      .thumbnail-container
      .functional-buttons
      > div {
      width: 100%;
    }
  }
  .product_list.list .ajax_block_product {
    width: 100%;
  }
  .product_list.list .ajax_block_product:hover {
    z-index: 2;
  }
  .product_list.list .thumbnail-container {
    text-align: left;
  }
  .rtl .product_list.list .thumbnail-container {
    text-align: right;
  }
  .product_list.list .thumbnail-container:after {
    content: "";
    display: block;
    clear: both;
  }
  .product_list.list .thumbnail-container .product-flags {
    text-align: left;
  }
  .rtl .product_list.list .thumbnail-container .product-flags {
    text-align: right;
  }
  .product_list.list .thumbnail-container .product-image {
    float: left;
    width: 33.33333%;
    text-align: center;
  }
  .rtl .product_list.list .thumbnail-container .product-image {
    float: right;
  }
  .product_list.list .thumbnail-container .product-meta {
    position: relative;
    float: left;
    width: 66.66667%;
    text-align: left;
    padding: 30px;
    background: none;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .rtl .product_list.list .thumbnail-container .product-meta {
    text-align: right;
  }
  @media (max-width: 991px) {
    .product_list.list .thumbnail-container .product-meta {
      padding: 0 10px;
    }
  }
  .product_list.list .thumbnail-container .pro-btn {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 0 15px;
  }
  .product_list.list .thumbnail-container .product-description-short {
    display: inline-block;
  }
  .product_list.list .thumbnail-container .product-price-and-shipping {
    font-size: 20px;
  }
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    .discount-percentage {
    vertical-align: 2px;
  }
  .product_list.list .thumbnail-container .p-action .p-top {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .product_list.list
    .thumbnail-container
    .p-action
    .p-top
    .leo-list-product-reviews {
    right: 10px;
  }
  .rtl
    .product_list.list
    .thumbnail-container
    .p-action
    .p-top
    .leo-list-product-reviews {
    left: 10px;
    right: auto;
  }
  .product_list.list .thumbnail-container .p-action .p-bottom {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .product_list.grid .ajax_block_product {
    clear: none;
  }
  @media (min-width: 1200px) {
    .product_list.grid .ajax_block_product.first-in-line {
      clear: both;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product_list.grid .ajax_block_product:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .product_list.grid .ajax_block_product:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 767px) and (min-width: 481px) {
    .product_list.grid .ajax_block_product {
      width: 50%;
    }
    .product_list.grid .ajax_block_product:nth-child(odd) {
      clear: both;
    }
  }
  .layout-left-column .product_list.grid .ajax_block_product {
    clear: none;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .layout-left-column .product_list.grid .ajax_block_product {
      width: 50%;
    }
    .layout-left-column .product_list.grid .ajax_block_product:nth-child(odd) {
      clear: both;
    }
  }
  .featured-products .ajax_block_product.col-xl-3 {
    clear: none;
  }
  @media (min-width: 992px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 25%;
    }
    .featured-products .ajax_block_product.col-xl-3.first-in-line {
      clear: both;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 33.33%;
    }
    .featured-products .ajax_block_product.col-xl-3:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 767px) and (min-width: 481px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 33.33%;
    }
    .featured-products .ajax_block_product.col-xl-3:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 480px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 50%;
    }
    .featured-products .ajax_block_product.col-xl-3:nth-child(odd) {
      clear: both;
    }
  }
  body#category .product_list.grid .ajax_block_product {
    clear: none;
  }
  @media (min-width: 1200px) {
    body#category .product_list.grid .ajax_block_product.first-in-line {
      clear: both;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#category .product_list.grid .ajax_block_product:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    body#category .product_list.grid .ajax_block_product:nth-child(odd) {
      clear: both;
    }
  }
  @media (max-width: 767px) and (min-width: 481px) {
    body#category .product_list.grid .ajax_block_product {
      width: 50%;
    }
    body#category .product_list.grid .ajax_block_product:nth-child(odd) {
      clear: both;
    }
  }
  .thumbnail-container {
    position: relative;
    margin-bottom: 20px;
  }
  .thumbnail-container .product-image {
    position: relative;
  }
  @media (max-width: 480px) {
    .thumbnail-container .product-image img {
      width: 100%;
    }
  }
  .thumbnail-container .product-meta {
    padding: 20px 0 10px;
  }
  .thumbnail-container .functional-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
  }
  .thumbnail-container .functional-buttons .btn-product,
  .thumbnail-container .functional-buttons a.quick-view {
    background: hsla(0, 0%, 100%, 0.95);
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    font-family: Poppins;
    color: #000;
    border: 0;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.35s ease;
    margin: 3px 0 0;
  }
  @media (min-width: 992px) {
    .thumbnail-container .functional-buttons .btn-product,
    .thumbnail-container .functional-buttons a.quick-view {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
    }
  }
  @media (min-width: 480px) {
    .thumbnail-container .functional-buttons .btn-product,
    .thumbnail-container .functional-buttons a.quick-view {
      font-size: 10px;
    }
  }
  @media (max-width: 991px) {
    .thumbnail-container .functional-buttons .btn-product,
    .thumbnail-container .functional-buttons a.quick-view {
      font-size: 10px;
      letter-spacing: 0;
    }
  }
  .thumbnail-container .functional-buttons .btn-product.added,
  .thumbnail-container .functional-buttons .btn-product:hover,
  .thumbnail-container .functional-buttons a.quick-view.added,
  .thumbnail-container .functional-buttons a.quick-view:hover {
    color: #000;
  }
  .thumbnail-container .functional-buttons .btn-product.added:before,
  .thumbnail-container .functional-buttons a.quick-view.added:before {
    content: "\F00C";
    font-family: FontAwesome;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .thumbnail-container .functional-buttons {
      padding: 3px 1.5px;
    }
    .thumbnail-container .functional-buttons .btn-product,
    .thumbnail-container .functional-buttons a.quick-view {
      font-size: 10px;
    }
  }
  .thumbnail-container:hover .functional-buttons .btn-product,
  .thumbnail-container:hover .functional-buttons a.quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .thumbnail-container:hover .functional-buttons .btn-product {
    transition-delay: 0.1s;
  }
  .thumbnail-container .product-title {
    text-transform: capitalize;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: Fira Sans, Poppins, sans-serif;
    font-weight: 400;
  }
  .thumbnail-container .product-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .thumbnail-container .product-title a:hover {
    color: #000;
  }
  .thumbnail-container .product-price-and-shipping {
    color: #000;
    font-family: Fira Sans, Poppins, sans-serif;
    font-size: 14px;
  }
  .thumbnail-container .product-price-and-shipping .aeuc_before_label {
    color: #999;
    font-size: 12px;
  }
  .thumbnail-container .product-price-and-shipping .aeuc_from_label {
    margin: 0 5px 0 0;
  }
  .rtl .thumbnail-container .product-price-and-shipping .aeuc_from_label {
    margin: 0 0 0 5px;
  }
  .thumbnail-container .product-price-and-shipping .price {
    font-weight: 400;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #000;
  }
  .rtl .thumbnail-container .product-price-and-shipping .price {
    margin: 0 0 0 5px;
  }
  .thumbnail-container .product-price-and-shipping .regular-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    margin: 0 5px 0 0;
  }
  .rtl .thumbnail-container .product-price-and-shipping .regular-price {
    margin: 0 0 0 5px;
  }
  .thumbnail-container .product-price-and-shipping .regular-price + span.price {
    color: #d31d52;
  }
  .thumbnail-container .product-price-and-shipping .discount-percentage {
    margin: 0 5px 0 0;
  }
  .rtl .thumbnail-container .product-price-and-shipping .discount-percentage {
    margin: 0 0 0 5px;
  }
  .thumbnail-container .p-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0 35px 0 0;
  }
  .rtl .thumbnail-container .p-name {
    padding: 0 0 0 35px;
  }
  .thumbnail-container .p-name .leo-wishlist-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #444;
    background: none;
    overflow: hidden;
  }
  .rtl .thumbnail-container .p-name .leo-wishlist-button {
    left: 0;
    right: auto;
  }
  .thumbnail-container .p-name .leo-wishlist-button:active,
  .thumbnail-container .p-name .leo-wishlist-button:focus,
  .thumbnail-container .p-name .leo-wishlist-button:hover {
    color: #000;
    background: none;
  }
  .thumbnail-container .p-name .leo-wishlist-button i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0;
  }
  .thumbnail-container .p-name .leo-wishlist-button i:before {
    content: "\F08A";
    font-family: FontAwesome;
    font-size: 14px;
  }
  .thumbnail-container
    .p-name
    .leo-wishlist-button
    .leo-wishlist-bt-content
    span {
    display: none;
  }
  .thumbnail-container .p-name .leo-wishlist-button.added i:before {
    content: "\F004";
  }
  .thumbnail-container .p-name .leo-wishlist-button-dropdown {
    position: static;
  }
  .thumbnail-container .p-name .leo-wishlist-button-dropdown .leo-list-wishlist {
    left: auto;
    right: 0;
  }
  .rtl
    .thumbnail-container
    .p-name
    .leo-wishlist-button-dropdown
    .leo-list-wishlist {
    left: 0;
    right: auto;
  }
  .thumbnail-container .p-price {
    position: relative;
    padding: 0 40px 0 0;
  }
  .rtl .thumbnail-container .p-price {
    padding: 0 0 0 40px;
  }
  .thumbnail-container .p-price .discount-percentage {
    display: none;
  }
  .thumbnail-container .p-price .add-to-cart {
    font-size: 13px;
    padding: 0;
    line-height: 24px;
    height: 24px;
    min-width: 24px;
    background: none;
    color: #000;
    font-family: Poppins;
    border: 0;
    position: absolute;
    top: 0;
    width: auto;
  }
  @media (min-width: 992px) {
    .thumbnail-container .p-price .add-to-cart {
      left: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      transition: all 0.3s 0.1s;
    }
    .rtl .thumbnail-container .p-price .add-to-cart {
      right: 0;
      left: auto;
    }
  }
  .thumbnail-container .p-price .product-price-and-shipping {
    display: block;
    transition: all 0.3s 0.1s;
    line-height: 24px;
  }
  @media (max-width: 991px) {
    .thumbnail-container .p-price .add-to-cart {
      right: 0;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
    }
    .rtl .thumbnail-container .p-price .add-to-cart {
      left: 0;
      right: auto;
    }
    .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i {
      display: block;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      font-size: 0;
    }
    .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i:before {
      font-size: 16px;
    }
    .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content span {
      display: none;
    }
  }
  @media (min-width: 992px) {
    .thumbnail-container:hover .p-price .add-to-cart {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .thumbnail-container:hover .p-price .add-to-cart.disable {
      opacity: 0.5;
      filter: alpha(opacity=50);
    }
    .thumbnail-container:hover .p-price .product-price-and-shipping {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transform: translateX(70px);
      transform: translateX(70px);
    }
  }
  .thumbnail-container .product-additional {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
  }
  .thumbnail-container .comments_note {
    color: #d6d6d6;
  }
  .thumbnail-container .variant-links {
    width: 100%;
    padding-top: 3px;
    min-height: 40px;
  }
  .thumbnail-container .product-description-short {
    display: none;
    line-height: 20px;
  }
  .thumbnail-container:hover .product-additional {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .thumbnail-container:hover .leo-more-info {
    width: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: -90px;
  }
  .rtl .thumbnail-container:hover .leo-more-info {
    left: -90px;
    right: auto;
  }
  .product_block.last_item .thumbnail-container .leo-more-info {
    right: auto;
    left: 0;
  }
  .product_block.last_item .thumbnail-container:hover .leo-more-info {
    right: auto;
    left: -90px;
  }
  .product-flags {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    z-index: 1;
    font-family: Poppins;
    text-transform: uppercase;
    line-height: 15px;
    pointer-events: none;
  }
  .rtl .product-flags {
    right: 10px;
    left: auto;
  }
  @media (max-width: 1199px) {
    .product-flags {
      font-size: 10px;
    }
  }
  .product-flags li.product-flag {
    margin: 2px 1px;
    padding: 2px 5px;
    border-radius: 10px;
  }
  .product-flags .product-flag.discount {
    display: none;
  }
  .product-flags .product-flag.online-only {
    color: #0791d6;
    border-color: #0791d6;
  }
  .product-flags .product-flag.new {
    color: #30c22c;
    border-color: #30c22c;
  }
  .product-flags .product-flag.on-sale {
    color: #000;
    border-color: #000;
  }
  .thumbnail-container .quick-view i {
    display: none;
  }
  .thumbnail-container .btn-product {
    position: relative;
  }
  .thumbnail-container .btn-product .cssload-speeding-wheel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .thumbnail-container .btn-product i {
    display: none;
  }
  .leo-productscompare-item .thumbnail-container {
    min-width: 250px;
  }
  .leo-productscompare-item .thumbnail-container,
  .leo-wishlist-product .thumbnail-container {
    margin: 0;
    text-align: center;
  }
  .leo-productscompare-item .thumbnail-container .button-container,
  .leo-wishlist-product .thumbnail-container .button-container {
    text-align: center;
    padding: 10px 0;
  }
  .leo-productscompare-item .thumbnail-container .product_desc,
  .leo-wishlist-product .thumbnail-container .product_desc {
    margin-bottom: 10px;
  }
  .leo-productscompare-item .thumbnail-container .btn-product,
  .leo-wishlist-product .thumbnail-container .btn-product {
    width: 100%;
    height: 40px;
  }
  .leo-productscompare-item
    .thumbnail-container
    .btn-product
    .cssload-speeding-wheel,
  .leo-wishlist-product
    .thumbnail-container
    .btn-product
    .cssload-speeding-wheel {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .leo-productscompare-item
    .thumbnail-container
    .product-price-and-shipping
    .discount-percentage,
  .leo-wishlist-product
    .thumbnail-container
    .product-price-and-shipping
    .discount-percentage {
    background: #f39d72;
    color: #fff;
    position: static;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 12px;
  }
  .leo-productscompare-item .thumbnail-container .product-flags,
  .leo-wishlist-product .thumbnail-container .product-flags {
    padding: 0;
    text-align: left;
  }
  .rtl .leo-productscompare-item .thumbnail-container .product-flags,
  .rtl .leo-wishlist-product .thumbnail-container .product-flags {
    text-align: right;
  }
  .leo-productscompare-item .thumbnail-container .product-thumbnail img,
  .leo-wishlist-product .thumbnail-container .product-thumbnail img {
    max-width: 100%;
  }
  .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
  .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
  .rtl .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
    left: 10px;
    right: auto;
  }
  .leo-productscompare-item .thumbnail-container .product_desc,
  .leo-wishlist-product .thumbnail-container .product_desc {
    display: none;
  }
  .leo-productscompare-item .thumbnail-container .product-price-and-shipping,
  .leo-wishlist-product .thumbnail-container .product-price-and-shipping {
    text-align: center;
  }
  .leo-productscompare-item .thumbnail-container .product-title,
  .leo-wishlist-product .thumbnail-container .product-title {
    margin: 0 0 20px;
    text-align: center;
  }
  .leo-productscompare-item .thumbnail-container .product-title a,
  .leo-wishlist-product .thumbnail-container .product-title a {
    font-size: 16px;
    font-family: Poppins;
    color: #000;
  }
  .leo-productscompare-item .thumbnail-container .product-title a:hover,
  .leo-wishlist-product .thumbnail-container .product-title a:hover {
    color: #000;
  }
  .leo-productscompare-item .thumbnail-container .leo-pro-attr-section,
  .leo-productscompare-item .thumbnail-container .qty_product,
  .leo-wishlist-product .thumbnail-container .leo-pro-attr-section,
  .leo-wishlist-product .thumbnail-container .qty_product {
    margin: 1px 0;
    text-align: center;
  }
  .leo-wishlist-product .thumbnail-container {
    max-width: 100%;
  }
  .list-wishlist {
    overflow-x: auto;
  }
  .leo-wishlist-product {
    display: block !important;
  }
  .leo-wishlist-product .leo-wishlistproduct-item {
    padding: 0 15px;
    width: 25%;
    float: left;
  }
  .rtl .leo-wishlist-product .leo-wishlistproduct-item {
    float: right;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 15px;
    left: 15px;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product .btn {
    padding: 10px 15px;
    background: none;
    color: #999;
  }
  .leo-wishlist-product
    .leo-wishlistproduct-item
    .delete-wishlist-product
    .btn:hover {
    color: #000;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .form-group label {
    text-align: center;
    display: block;
    color: #999;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .product-description {
    margin-top: 10px;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .form-control {
    text-align: center;
    border: 1px solid #eee;
    outline: 0;
  }
  .leo-wishlist-product .leo-wishlistproduct-item .form-control:focus,
  .leo-wishlist-product .leo-wishlistproduct-item .form-control:hover {
    border-color: #666;
  }
  @media (min-width: 992px) {
    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n + 1) {
      clear: both;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
      width: 33.33%;
    }
    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 767px) and (min-width: 481px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
      width: 50%;
    }
    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(odd) {
      clear: both;
    }
  }
  @media (max-width: 480px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
      width: 100%;
    }
  }
  .plist-center .thumbnail-container {
    text-align: center;
    transition: all 0.3s;
  }
  .plist-center .thumbnail-container .cancel,
  .plist-center .thumbnail-container .star {
    font-size: 11px;
    line-height: 16px;
  }
  .plist-center .thumbnail-container div.star.star_hover:before,
  .plist-center .thumbnail-container div.star.star_on:before {
    color: #000;
  }
  .plist-center .thumbnail-container .color {
    vertical-align: top;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    border: 0;
  }
  .plist-center .thumbnail-container .nb-revews {
    display: none;
  }
  .plist-center .thumbnail-container .variant-links {
    padding-top: 0;
    min-height: 16px;
  }
  .plist-center .thumbnail-container .leo-list-product-reviews {
    margin-top: 0;
    margin-bottom: 0;
  }
  .plist-center .thumbnail-container .product-flags {
    text-align: left;
    width: calc(100% - 20px);
  }
  .rtl .plist-center .thumbnail-container .product-flags {
    text-align: right;
  }
  .plist-center .thumbnail-container .product-flags .discount-percentage {
    top: 0;
    color: #d31d52;
    right: 0;
  }
  .rtl .plist-center .thumbnail-container .product-flags .discount-percentage {
    left: 0;
    right: auto;
  }
  .plist-center .thumbnail-container .product-image .quick-view {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.4s;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #000;
    background: #fff;
    border-top-left-radius: 50%;
  }
  .rtl .plist-center .thumbnail-container .product-image .quick-view {
    left: 0;
    right: auto;
  }
  @media (min-width: 992px) {
    .plist-center .thumbnail-container .product-image .quick-view {
      -webkit-transform: scale(0) translateY(-40px);
      transform: scale(0) translateY(-40px);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
  }
  .plist-center .thumbnail-container .product-image .quick-view i {
    display: inline-block;
    font-size: 16px;
  }
  .plist-center .thumbnail-container .product-image .quick-view span span {
    display: none;
  }
  .plist-center .thumbnail-container .pro-info {
    text-align: center;
    padding: 20px 0 15px;
  }
  .plist-center .thumbnail-container .product-meta {
    padding: 0 0 10px;
    background: #fff;
    transition: all 0.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  @media (max-width: 991px) {
    .plist-center .thumbnail-container .product-meta {
      padding: 0;
    }
  }
  .plist-center .thumbnail-container .product-title {
    margin: 0 0 15px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .plist-center .thumbnail-container .product-title a,
  .plist-center .thumbnail-container .product-title a:hover {
    color: #000;
  }
  .plist-center .thumbnail-container .product-price-and-shipping {
    margin: 0 0 15px;
  }
  .plist-center
    .thumbnail-container
    .product-price-and-shipping
    .discount-percentage {
    display: none;
  }
  @media (min-width: 992px) {
    .plist-center .thumbnail-container .pro-btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .plist-center .thumbnail-container .pro-btn:after {
    content: "";
    display: block;
    clear: both;
  }
  .plist-center .thumbnail-container .pro-btn > div {
    width: 40px;
    float: left;
    margin: 0 0 0 1px;
  }
  .rtl .plist-center .thumbnail-container .pro-btn > div {
    float: right;
    margin: 0 1px 0 0;
  }
  .plist-center .thumbnail-container .pro-btn > div.button-container {
    width: calc(100% - 82px);
    margin: 0 !important;
  }
  .plist-center .thumbnail-container .pro-btn .btn-product {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: #2a363b;
  }
  @media (max-width: 991px) {
    .plist-center .thumbnail-container .pro-btn .btn-product {
      font-size: 10px;
      letter-spacing: 0;
    }
  }
  .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product
    .cssload-speeding-wheel {
    background: none;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .plist-center .thumbnail-container .pro-btn .btn-product:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  @media (max-width: 400px) {
    .plist-center
      .thumbnail-container
      .pro-btn
      .btn-product.add-to-cart
      span
      span {
      display: none;
    }
    .plist-center .thumbnail-container .pro-btn .btn-product.add-to-cart i {
      display: inline-block;
      margin: 0;
    }
  }
  .plist-center
    .thumbnail-container
    .pro-btn
    .leo-wishlist-button-dropdown
    .leo-list-wishlist {
    left: auto;
    right: 0;
    margin: 0;
  }
  .rtl
    .plist-center
    .thumbnail-container
    .pro-btn
    .leo-wishlist-button-dropdown
    .leo-list-wishlist {
    left: 0;
    right: auto;
  }
  .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product:not(.add-to-cart)
    span
    span {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 7px;
    color: #fff;
    background: #000;
    font-size: 8px;
    padding: 2px 10px;
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .rtl
    .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product:not(.add-to-cart)
    span
    span {
    left: 0;
    right: auto;
  }
  .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product:not(.add-to-cart)
    span
    span:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 100%;
    right: 15px;
  }
  .rtl
    .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product:not(.add-to-cart)
    span
    span:before {
    left: 15px;
    right: auto;
  }
  .plist-center
    .thumbnail-container
    .pro-btn
    .btn-product:not(.add-to-cart):hover
    span
    span {
    opacity: 1;
    visibility: visible;
  }
  .plist-center .thumbnail-container .pro-btn .btn-product:not(.add-to-cart) i {
    display: inline-block;
    margin: 0;
  }
  .plist-center .thumbnail-container:hover {
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  }
  .plist-center .thumbnail-container:hover .pro-btn {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 992px) {
    .plist-center .thumbnail-container:hover .product-meta {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
  }
  .plist-center .thumbnail-container:hover .product-image .quick-view {
    -webkit-transform: scale(1) translateY(-40px);
    transform: scale(1) translateY(-40px);
  }
  .plist-dsimple .thumbnail-container:hover .pro3-btn {
    opacity: 1;
    visibility: visible;
  }
  .plist-dsimple .thumbnail-container .discount-percentage {
    position: absolute;
    top: 10px;
    font-size: 12px;
    z-index: 1;
    letter-spacing: 1px;
    font-family: Poppins;
    right: 10px;
    margin: 2px;
    border-radius: 10px;
    line-height: 15px;
  }
  .rtl .plist-dsimple .thumbnail-container .discount-percentage {
    left: 10px;
    right: auto;
  }
  .plist-dsimple .thumbnail-container .product-flags li.product-flag span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
  }
  .plist-dsimple .thumbnail-container .product-flags .discount-percentage {
    display: none;
  }
  .plist-dsimple .thumbnail-container .discount-percentage {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    border-radius: 0;
    font-size: 10px;
  }
  @media (max-width: 480px) {
    .plist-dsimple .thumbnail-container .discount-percentage {
      white-space: nowrap;
    }
  }
  .plist-dsimple .thumbnail-container .pro3-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: left;
    font-size: 0;
    transition: all 0.4s;
    pointer-events: none;
  }
  .rtl .plist-dsimple .thumbnail-container .pro3-btn {
    text-align: right;
  }
  @media (min-width: 992px) {
    .plist-dsimple .thumbnail-container .pro3-btn {
      opacity: 0;
      visibility: hidden;
    }
  }
  @media (max-width: 480px) {
    .plist-dsimple .thumbnail-container .pro3-btn {
      left: 10px;
      right: 10px;
      bottom: 10px;
    }
  }
  .plist-dsimple .thumbnail-container .pro3-btn > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    pointer-events: auto;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background: hsla(0, 0%, 100%, 0.95);
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: block;
    color: #000;
    transition: all 0.4s;
    position: relative;
  }
  .rtl .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
  .rtl .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    margin: 0 0 0 10px;
  }
  @media (max-width: 1199px) and (min-width: 480px) {
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
      margin: 0 5px 0 0;
    }
    .rtl .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
    .rtl .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
      margin: 0 0 0 5px;
    }
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product.added,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view.added {
    color: #000;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product:hover,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view:hover {
    background: #999;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product i,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view i {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    font-size: 14px;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product .leo-bt-cart-content,
  .plist-dsimple
    .thumbnail-container
    .pro3-btn
    .btn-product
    .leo-quickview-bt-content,
  .plist-dsimple
    .thumbnail-container
    .pro3-btn
    .btn-product
    .leo-wishlist-bt-content,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view .leo-bt-cart-content,
  .plist-dsimple
    .thumbnail-container
    .pro3-btn
    .quick-view
    .leo-quickview-bt-content,
  .plist-dsimple
    .thumbnail-container
    .pro3-btn
    .quick-view
    .leo-wishlist-bt-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: auto;
    height: 100%;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product span span,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view span span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 7px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    font-size: 10px;
    padding: 3px 10px;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    line-height: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 11px;
    pointer-events: none;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product span span:before,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view span span:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product:hover span span,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view:hover span span {
    opacity: 1;
    visibility: visible;
  }
  .plist-dsimple .thumbnail-container .cssload-speeding-wheel {
    background: none;
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .plist-dsimple .thumbnail-container .product-title {
    margin: 0 0 5px;
  }
  .plist-dsimple .thumbnail-container .leo-list-product-reviews {
    text-align: left;
    margin: 0 0 10px;
  }
  .rtl .plist-dsimple .thumbnail-container .leo-list-product-reviews {
    text-align: right;
  }
  .plist-dsimple .thumbnail-container .leo-list-product-reviews .nb-revews {
    display: none;
  }
  .plist-dsimple .thumbnail-container .leo-list-product-reviews .cancel,
  .plist-dsimple .thumbnail-container .leo-list-product-reviews .star {
    font-size: 11px;
  }
  .plist-dsimple .thumbnail-container .leo-list-product-reviews div.star:before {
    color: #ccc;
  }
  .plist-dsimple
    .thumbnail-container
    .leo-list-product-reviews
    div.star.star_hover:before,
  .plist-dsimple
    .thumbnail-container
    .leo-list-product-reviews
    div.star.star_on:before {
    color: #ffd314;
  }
  .plist-dsimple .thumbnail-container .product-meta {
    padding-bottom: 1px;
  }
  .plist-dsimple .thumbnail-container .product-price-and-shipping {
    margin: 0 0 15px;
  }
  @media (max-width: 480px) {
    .product_list.plist-dsimple.list .thumbnail-container .product-image {
      width: 100%;
      margin-bottom: 10px;
    }
    .product_list.plist-dsimple.list .thumbnail-container .product-meta {
      width: 100%;
    }
  }
  .plist-image .thumbnail-container {
    margin: 0 0 30px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e5e5e5;
  }
  .plist-image .thumbnail-container:hover {
    box-shadow: 0 0 0 1px #999;
  }
  .plist-image
    .thumbnail-container
    .leo-wishlist-button-dropdown
    .leo-list-wishlist {
    left: auto;
    right: 0;
  }
  .rtl
    .plist-image
    .thumbnail-container
    .leo-wishlist-button-dropdown
    .leo-list-wishlist {
    left: 0;
    right: auto;
  }
  .plist-image .thumbnail-container .functional-buttons {
    bottom: 50%;
    left: auto;
    right: 10px;
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 9;
  }
  .rtl .plist-image .thumbnail-container .functional-buttons {
    left: 10px;
    right: auto;
  }
  .plist-image .thumbnail-container .functional-buttons > div {
    width: auto;
    float: none;
    padding: 0;
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product,
  .plist-image .thumbnail-container .functional-buttons .quick-view {
    width: 44px;
    text-align: center;
    padding: 0;
    height: 44px;
    line-height: 44px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  @media (max-width: 991px) {
    .plist-image .thumbnail-container .functional-buttons .btn-product,
    .plist-image .thumbnail-container .functional-buttons .quick-view {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product.added:before,
  .plist-image .thumbnail-container .functional-buttons .quick-view.added:before {
    display: none;
  }
  @media (min-width: 992px) {
    .plist-image .thumbnail-container .functional-buttons .btn-product,
    .plist-image .thumbnail-container .functional-buttons .quick-view {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product.leo-wishlist-button,
  .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view.leo-wishlist-button {
    transition-delay: 0.1s;
  }
  .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product.leo-compare-button,
  .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view.leo-compare-button {
    transition-delay: 0.2s;
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product.add-to-cart,
  .plist-image .thumbnail-container .functional-buttons .quick-view.add-to-cart {
    transition-delay: 0.3s;
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product i,
  .plist-image .thumbnail-container .functional-buttons .quick-view i {
    display: inline-block;
    margin: 0 !important;
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product span span,
  .plist-image .thumbnail-container .functional-buttons .quick-view span span {
    position: absolute;
    top: 10px;
    right: 100%;
    margin: 0 10px 0 0;
    white-space: nowrap;
    font-size: 9px;
    line-height: 20px;
    border-radius: 2px;
    background: #333;
    color: #fff;
    text-transform: capitalize;
    padding: 0 5px;
    transition: all 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    visibility: hidden;
  }
  .rtl
    .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product
    span
    span,
  .rtl
    .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view
    span
    span {
    left: 100%;
    right: auto;
    margin: 0 0 0 10px;
  }
  .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product
    span
    span:before,
  .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view
    span
    span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 100%;
    border: 5px solid transparent;
    border-left: 5px solid #333;
  }
  .rtl
    .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product
    span
    span:before,
  .rtl
    .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view
    span
    span:before {
    right: 100%;
    left: auto;
    border-right: 5px solid #333;
    border-left: inherit;
  }
  .plist-image .thumbnail-container .functional-buttons .btn-product:hover,
  .plist-image .thumbnail-container .functional-buttons .quick-view:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  }
  .plist-image
    .thumbnail-container
    .functional-buttons
    .btn-product:hover
    span
    span,
  .plist-image
    .thumbnail-container
    .functional-buttons
    .quick-view:hover
    span
    span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .plist-image .thumbnail-container .product-meta {
    padding: 15px;
    background: hsla(0, 0%, 100%, 0);
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0, hsla(0, 0%, 100%, 0)),
      color-stop(100%, #fff)
    );
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease;
  }
  @media (min-width: 992px) {
    .plist-image .thumbnail-container .product-meta {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .plist-image .thumbnail-container .product-title {
    margin: 0 0 15px;
  }
  .plist-image .thumbnail-container .product-additional {
    transition: all 0.4s;
    -webkit-transform: scale3d(0, 1, 0);
    transform: scale3d(0, 1, 0);
  }
  .plist-image .thumbnail-container:hover .product-additional {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  @media (min-width: 992px) {
    .plist-image .thumbnail-container:hover .product-meta {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .plist-image .thumbnail-container:hover .functional-buttons .btn-product,
  .plist-image .thumbnail-container:hover .functional-buttons .quick-view {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 10px 0;
  }
  .plist-modern .thumbnail-container {
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
  }
  .plist-modern .thumbnail-container:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 991px) {
    .plist-modern .thumbnail-container {
      margin-bottom: 20px;
    }
  }
  .plist-modern .thumbnail-container .quick-view {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    position: relative;
    background: none;
    color: #2a363b;
    display: block;
  }
  .plist-modern .thumbnail-container .quick-view i {
    display: inline-block;
    font-size: 22px;
  }
  .plist-modern .thumbnail-container .quick-view span span {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 7px;
    line-height: 25px;
    font-size: 10px;
    text-transform: capitalize;
    transition: all 0.4s;
    background: #333;
    color: #fff;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
  }
  .plist-modern .thumbnail-container .quick-view span span:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    top: 100%;
    right: 10px;
  }
  .plist-modern .thumbnail-container .quick-view:hover span span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .plist-modern .thumbnail-container .product-price-and-shipping {
    margin: 0 0 5px;
  }
  .plist-modern .thumbnail-container .product-meta {
    padding: 25px;
  }
  .plist-modern .thumbnail-container .leo-list-product-reviews {
    margin: 0;
    min-width: 100px;
  }
  .plist-modern .thumbnail-container .leo-list-product-reviews-wraper {
    display: block;
  }
  .plist-modern .thumbnail-container .pro-info {
    margin: 0 0 5px;
  }
  .plist-modern .thumbnail-container .pro-info .leo-list-product-reviews {
    padding: 7px 0;
    float: left;
  }
  .plist-modern
    .thumbnail-container
    .pro-info
    > div:not(.leo-list-product-reviews),
  .rtl .plist-modern .thumbnail-container .pro-info .leo-list-product-reviews {
    float: right;
  }
  .rtl
    .plist-modern
    .thumbnail-container
    .pro-info
    > div:not(.leo-list-product-reviews) {
    float: left;
  }
  .plist-modern .thumbnail-container .pro-info:after {
    content: "";
    display: block;
    clear: both;
  }
  .plist-modern .thumbnail-container .pro-info .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    position: relative;
    background: none;
    color: #2a363b;
  }
  .plist-modern .thumbnail-container .pro-info .btn i {
    display: block;
    margin: auto;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
  }
  .plist-modern .thumbnail-container .pro-info .btn span span {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 7px;
    line-height: 25px;
    font-size: 10px;
    text-transform: capitalize;
    transition: all 0.4s;
    background: #333;
    color: #fff;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  .rtl .plist-modern .thumbnail-container .pro-info .btn span span {
    left: 0;
    right: auto;
  }
  .plist-modern .thumbnail-container .pro-info .btn span span:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    top: 100%;
    right: 10px;
  }
  .rtl .plist-modern .thumbnail-container .pro-info .btn span span:before {
    left: 10px;
    right: auto;
  }
  .plist-modern .thumbnail-container .pro-info .btn:active,
  .plist-modern .thumbnail-container .pro-info .btn:focus,
  .plist-modern .thumbnail-container .pro-info .btn:hover {
    background: none;
    color: #000;
  }
  .plist-modern .thumbnail-container .pro-info .btn:active span span,
  .plist-modern .thumbnail-container .pro-info .btn:focus span span,
  .plist-modern .thumbnail-container .pro-info .btn:hover span span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .plist-simple .thumbnail-container {
    margin: 0 0 20px;
  }
  .plist-simple .thumbnail-container:after {
    content: "";
    display: block;
    clear: both;
  }
  .plist-simple .thumbnail-container .product-image {
    position: relative;
    width: 100px;
    float: left;
    border: 1px solid #efefef;
    margin: 0 20px 0 0;
  }
  .rtl .plist-simple .thumbnail-container .product-image {
    float: right;
    margin: 0 0 0 20px;
  }
  .plist-simple .thumbnail-container .product-meta {
    padding: 0;
    margin: 0 0 0 120px;
  }
  .rtl .plist-simple .thumbnail-container .product-meta {
    margin: 0 120px 0 0;
  }
  .plist-simple .thumbnail-container .discount-percentage {
    position: static;
    color: #fff;
    background: #000;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Fira Sans, Poppins, sans-serif;
    right: 10px;
    line-height: 15px;
    padding: 0 7px;
    text-transform: uppercase;
    border-radius: 0;
  }
  .product_list.plist-simple.list .thumbnail-container {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  .product_list.plist-simple.list .thumbnail-container .product-image {
    margin: 0;
    border: 0;
  }
  .product_list.plist-simple.list .thumbnail-container .product-meta {
    margin: 0;
    padding: 0 10px;
  }
  .plist-default .thumbnail-container .product-flags {
    width: calc(100% - 20px);
  }
  .plist-default .thumbnail-container .product-flags .discount-percentage {
    top: 0;
    color: #d31d52;
    font-size: 10px;
    right: 0;
  }
  @media (min-width: 992px) {
    .ajax_block_product.last-in-line .leo-more-info {
      right: auto;
      left: 0;
    }
    .ajax_block_product.last-in-line .thumbnail-container:hover .leo-more-info {
      left: -90px;
      right: auto;
    }
  }
  @media (min-width: 992px) {
    .leo-more-info + .product-thumbnail .product-additional {
      display: none;
    }
  }
  .leo-more-cdown .deal-clock li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    background: #eee;
    margin: 0 10px 10px 0;
    min-width: 70px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
  }
  .rtl .leo-more-cdown .deal-clock li {
    margin: 0 0 10px 10px;
  }
  @media (max-width: 1199px) {
    .leo-more-cdown .deal-clock li {
      margin: 0 5px 5px 0;
      min-width: 60px;
    }
    .rtl .leo-more-cdown .deal-clock li {
      margin: 0 0 5px 5px;
    }
  }
  @media (max-width: 991px) {
    .leo-more-cdown .deal-clock li {
      min-width: 50px;
    }
  }
  .leo-more-cdown .deal-clock li b {
    display: block;
    line-height: 30px;
    color: #272727;
    font-size: 23px;
    border-bottom: 1px solid #ddd;
  }
  @media (max-width: 1199px) {
    .leo-more-cdown .deal-clock li b {
      font-size: 20px;
    }
  }
  @media (max-width: 991px) {
    .leo-more-cdown .deal-clock li b {
      font-size: 18px;
      line-height: 20px;
    }
  }
  .leo-more-cdown .deal-clock li span {
    display: block;
    border-top: 1px solid #f9f9f9;
    padding: 4px 0 0;
    text-transform: capitalize;
  }
  .thumbnail-container a.product-thumbnail {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    display: block;
  }
  .thumbnail-container a.product-thumbnail img {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sidebar .block .products .thumbnail-container .product-additional {
    right: 0;
    left: 0;
  }
  .sidebar .block .products .thumbnail-container .leo-more-info {
    display: none;
  }
  .product_list.list .thumbnail-container .product-title {
    margin: 10px 0;
    font-size: 18px;
  }
  .product_list.list .thumbnail-container .product-title a {
    color: #444;
  }
  .product_list.list .thumbnail-container .product-title a:hover {
    color: #000;
  }
  .product_list.list .thumbnail-container .product-price-and-shipping .price,
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    .regular-price {
    font-size: 16px;
  }
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    div.aeuc_tax_label,
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    div.aeuc_weight_label,
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    span.aeuc_from_label,
  .product_list.list
    .thumbnail-container
    .product-price-and-shipping
    span.aeuc_tax_label {
    font-size: 13px;
  }
  .product-miniature .thumbnail-container .product-image {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
  }
  .product-miniature .thumbnail-container .product-meta .product-title {
    font-size: 1rem;
  }
  .product-miniature
    .thumbnail-container
    .product-meta
    .product-price-and-shipping
    .price {
    font-size: 1rem;
    font-weight: 600;
  }
  .dropdown {
    color: #d6d6d6;
  }
  .dropdown:hover .expand-more {
    color: #f12c2c;
  }
  .dropdown .expand-more {
    color: #5c5c5c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
  }
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #5c5c5c;
    background: #fff;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #f12c2c;
  }
  #search_widget.open a.popup-title i:before {
    content: "\E646";
  }
  #search_widget .popup-content {
    padding: 15px;
  }
  #search_widget .search-inner {
    position: relative;
  }
  #search_widget .search-inner input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0;
    min-width: 220px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 0 40px 0 0;
  }
  .rtl #search_widget .search-inner input[type="text"] {
    padding: 0 0 0 40px;
  }
  #search_widget .search-inner input[type="text"]:focus {
    border-color: #000;
  }
  #search_widget
    .search-inner
    input[type="text"]:focus
    + button[type="submit"]
    i:before {
    content: "\E628";
  }
  #search_widget .search-inner button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: none;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  #search_widget .search-inner button[type="submit"] i {
    vertical-align: middle;
    font-size: 21px;
    color: #000;
  }
  #search_widget .search-inner button[type="submit"]:hover i:before {
    content: "\E628";
  }
  #checkout #search_widget {
    display: none;
  }
  #pagenotfound .page-content #search_widget {
    width: 100%;
  }
  #pagenotfound .page-content #search_widget .popup-content {
    position: relative;
  }
  #pagenotfound .page-content.page-not-found {
    max-width: none;
  }
  #pagenotfound .page-content.page-not-found h1,
  #pagenotfound .page-content.page-not-found p {
    font-family: Fira Sans, Poppins, sans-serif;
  }
  #pagenotfound .page-content.page-not-found p {
    color: #091f49;
  }
  #pagenotfound .page-content.page-not-found .image-404 {
    margin-bottom: 0;
  }
  #pagenotfound .page-content.page-not-found .btn-primary {
    background-color: #f26233;
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
    padding: 12px 25px;
  }
  @media (min-width: 1200px) {
    #pagenotfound .page-content.page-not-found .btn-primary {
      font-size: 1rem;
      padding: 12px 30px;
    }
  }
  #pagenotfound .page-content.page-not-found .btn-primary:hover {
    background-color: #f0460f;
  }
  #main #search_widget a.popup-title {
    display: none;
  }
  #main #search_widget .popup-content {
    position: static;
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    float: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  #main #search_widget .search-inner {
    position: relative;
  }
  #main #search_widget input[type="text"] {
    padding: 0 50px 0 0;
    height: 40px;
    line-height: 1;
    outline: 0;
  }
  .rtl #main #search_widget input[type="text"] {
    padding: 0 0 0 50px;
  }
  #main #search_widget input[type="text"]:focus {
    border-color: #000;
  }
  #main #search_widget button[type="submit"] {
    width: 40px;
    height: 40px;
    bottom: 0;
    top: auto;
    right: 0;
    background: none;
    color: #333;
  }
  .rtl #main #search_widget button[type="submit"] {
    left: 0;
    right: auto;
  }
  #main #search_widget button[type="submit"] i {
    font-size: 14px;
  }
  #main #search_widget button[type="submit"]:hover {
    background: #000;
    color: #fff;
  }
  .top-menu[data-depth="1"] {
    margin: 10px;
  }
  .top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 10px;
    color: #d6d6d6;
    font-weight: 400;
  }
  .top-menu a.dropdown-submenu {
    color: #5c5c5c;
    text-transform: uppercase;
    font-weight: 400;
  }
  .top-menu a[data-depth="0"] {
    font-weight: 400;
    padding: 3px 10px 6px;
  }
  #header .top-menu a[data-depth="0"]:hover {
    color: #f12c2c;
    text-decoration: none;
  }
  .top-menu a[data-depth="1"],
  .top-menu a[data-depth="2"] {
    padding: 0 10px 10px 0;
  }
  .top-menu .collapse {
    display: inherit;
  }
  .top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    border: none;
    margin-left: 15px;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none;
  }
  .top-menu .sub-menu.collapse {
    display: none;
  }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 20px;
  }
  .top-menu .sub-menu a:hover {
    color: #f12c2c;
  }
  .top-menu .popover {
    max-width: inherit;
  }
  .popover.bs-tether-element-attached-top {
    margin-top: 0;
  }
  #mobile_top_menu_wrapper {
    margin-top: 10px;
    padding-bottom: 10px;
    background: #fff;
  }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 10px;
  }
  #mobile_top_menu_wrapper .top-menu {
    color: #5c5c5c;
  }
  #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
  }
  #mobile_top_menu_wrapper
    .top-menu
    .collapse-icons[aria-expanded="true"]
    .remove {
    display: block;
  }
  #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
  }
  #mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
  }
  #mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
  }
  #mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #f6f6f6;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
    border-bottom: 1px solid #d6d6d6;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: none;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 20px;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 40px;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 60px;
  }
  #mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #d6d6d6;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 10px;
  }
  #mobile_top_menu_wrapper
    .js-top-menu-bottom
    .language-selector-wrapper
    .language-selector {
    display: inline;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 10px;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 10px;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  body#checkout [data-action="show-password"] {
    background: #878787;
  }
  body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 2px;
  }
  body#checkout .custom-checkbox em {
    width: 500px;
    display: block;
  }
  @media (max-width: 1199px) {
    body#checkout .custom-checkbox em {
      width: 300px;
    }
  }
  @media (max-width: 780px) {
    body#checkout .custom-checkbox em {
      width: 240px;
    }
  }
  body#checkout section#content {
    margin-bottom: 25px;
  }
  body#checkout section.checkout-step {
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
  }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
  }
  body#checkout section.checkout-step .content {
    padding: 0 37px;
  }
  body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400;
  }
  body#checkout section.checkout-step .step-edit .edit {
    font-size: 0.875rem;
  }
  body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  body#checkout section.checkout-step .content,
  body#checkout section.checkout-step .done,
  body#checkout section.checkout-step .step-edit {
    display: none;
  }
  body#checkout section.checkout-step.-current .content {
    display: block;
  }
  body#checkout section.checkout-step.-current.-reachable.-complete .done,
  body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
  }
  body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
  }
  body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 2px;
    color: #d6d6d6;
  }
  .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: left;
    margin-left: 2px;
    margin-right: inherit;
  }
  body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
  }
  body#checkout section.checkout-step small {
    color: #d6d6d6;
  }
  body#checkout section.checkout-step .default-input {
    min-width: 40%;
  }
  body#checkout section.checkout-step .default-input[name="address1"],
  body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
  }
  body#checkout section.checkout-step .radio-field {
    margin-top: 30px;
  }
  body#checkout section.checkout-step .radio-field label {
    display: inline;
  }
  body#checkout section.checkout-step .checkbox-field div {
    margin-top: 60px;
  }
  body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
  }
  body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 10px 50px;
  }
  body#checkout section.checkout-step .form-footer {
    text-align: center;
  }
  body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 16px;
  }
  body#checkout section.checkout-step .payment-options label {
    display: table-cell;
  }
  body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 20px;
  }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 20px;
    margin-right: inherit;
  }
  body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 8px;
  }
  body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 10px;
  }
  body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 10px;
  }
  body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #f12c2c;
  }
  body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
  }
  body#checkout section.checkout-step .address {
    margin-left: 25px;
    font-weight: 400;
  }
  .rtl body#checkout section.checkout-step .address {
    margin-right: 25px;
    margin-left: inherit;
  }
  body#checkout section.checkout-step .radio-block {
    padding: 15px;
    text-align: left;
  }
  .rtl body#checkout section.checkout-step .radio-block {
    text-align: right;
  }
  body#checkout section.checkout-step .custom-radio {
    margin-right: 0;
  }
  .rtl body#checkout section.checkout-step .custom-radio {
    margin-left: 0;
    margin-right: inherit;
  }
  body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  body#checkout section.checkout-step .delete-address,
  body#checkout section.checkout-step .edit-address {
    color: #d6d6d6;
    display: inline-block;
    margin: 0 5px;
  }
  body#checkout section.checkout-step .delete-address .delete,
  body#checkout section.checkout-step .delete-address .edit,
  body#checkout section.checkout-step .edit-address .delete,
  body#checkout section.checkout-step .edit-address .edit {
    font-size: 0.875rem;
  }
  body#checkout section.checkout-step hr {
    margin: 0;
  }
  body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 10px;
  }
  body#checkout section.checkout-step #delivery-addresses,
  body#checkout section.checkout-step #invoice-addresses {
    margin-top: 20px;
  }
  body#checkout section.checkout-step #delivery-addresses .address-item {
    position: relative;
  }
  body#checkout
    section.checkout-step
    #delivery-addresses
    .address-item
    .address-footer {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  body#checkout section.checkout-step .add-address {
    margin-top: 20px;
  }
  body#checkout section.checkout-step .add-address a {
    color: #5c5c5c;
  }
  body#checkout section.checkout-step .add-address a i {
    font-size: 14px;
  }
  body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: 15px 0;
    margin: 0 0 25px;
  }
  body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
  }
  body#checkout section.checkout-step .carrier-delay,
  body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
  }
  .rtl body#checkout section.checkout-step .carrier-delay,
  .rtl body#checkout section.checkout-step .carrier-name {
    text-align: right;
  }
  body#checkout section.checkout-step #customer-form,
  body#checkout section.checkout-step #delivery-address,
  body#checkout section.checkout-step #invoice-address,
  body#checkout section.checkout-step #login-form {
    margin-left: 5px;
    margin-top: 25px;
  }
  body#checkout section.checkout-step #customer-form .form-control-label,
  body#checkout section.checkout-step #delivery-address .form-control-label,
  body#checkout section.checkout-step #invoice-address .form-control-label,
  body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
  }
  .rtl body#checkout section.checkout-step #customer-form .form-control-label,
  .rtl body#checkout section.checkout-step #delivery-address .form-control-label,
  .rtl body#checkout section.checkout-step #invoice-address .form-control-label,
  .rtl body#checkout section.checkout-step #login-form .form-control-label {
    text-align: right;
  }
  body#checkout section.checkout-step #customer-form .radio-inline,
  body#checkout section.checkout-step #delivery-address .radio-inline,
  body#checkout section.checkout-step #invoice-address .radio-inline,
  body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
  }
  body#checkout section.checkout-step .sign-in {
    font-size: 1rem;
  }
  body#checkout section.checkout-step .forgot-password {
    margin-left: 230px;
  }
  body#checkout .additional-information {
    font-size: 1rem;
    margin-top: 20px;
  }
  body#checkout .condition-label {
    margin-left: 40px;
    margin-top: 10px;
  }
  body#checkout .condition-label label {
    text-align: inherit;
    display: block;
    clear: none;
  }
  body#checkout .cancel-address {
    margin: 10px;
    display: block;
    color: #878787;
    text-decoration: underline;
  }
  body#checkout #cart-summary-product-list img {
    border: 1px solid #ebebeb;
    width: 50px;
  }
  body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
  }
  body#checkout #order-summary-content {
    padding-top: 15px;
  }
  body#checkout #order-summary-content h4.h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
  }
  body#checkout #order-summary-content h4.black {
    color: #000;
  }
  body#checkout #order-summary-content h4.addresshead {
    margin-top: 3px;
  }
  body#checkout #order-summary-content .noshadow {
    box-shadow: none;
  }
  body#checkout #order-summary-content #order-items {
    border-right: 0;
  }
  .rtl body#checkout #order-summary-content #order-items {
    border-left: 0;
    border-right: inherit;
  }
  body#checkout #order-summary-content #order-items h3.h3 {
    color: #5c5c5c;
    margin-top: 20px;
  }
  body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
  }
  body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
  }
  body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
  }
  body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #d6d6d6;
    font-size: 0;
  }
  body#checkout #order-summary-content .step-edit i {
    font-size: 14px;
    vertical-align: -2px;
  }
  body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
  }
  body#checkout #order-summary-content a .step-edit {
    color: #d6d6d6;
  }
  body#checkout #gift_message {
    max-width: 100%;
    border-color: #5c5c5c;
  }
  #order-details {
    padding-left: 30px;
  }
  #order-details > .card-title {
    margin-bottom: 30px;
  }
  #order-details ul {
    margin-bottom: 20px;
  }
  #order-details ul li {
    margin-bottom: 10px;
  }
  #order-items {
    border-right: 1px solid #ebebeb;
  }
  .rtl #order-items {
    border-left: 1px solid #ebebeb;
    border-right: inherit;
  }
  #order-items hr {
    border-top-color: #5c5c5c;
  }
  #order-items table {
    width: 100%;
  }
  #order-items table tr {
    height: 30px;
  }
  #order-items table tr td:last-child {
    text-align: right;
  }
  .rtl #order-items table tr td:last-child {
    text-align: left;
  }
  #order-items .order-line {
    margin-top: 16px;
  }
  #order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 16px;
  }
  #order-items .details {
    margin-bottom: 16px;
  }
  #order-items .details .customizations {
    margin-top: 10px;
  }
  #order-items .qty {
    margin-bottom: 16px;
  }
  #order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 16px;
  }
  @media (max-width: 991px) {
    .done {
      margin: 0;
      padding: 0;
    }
    body#checkout section.checkout-step .address-item {
      -moz-flex-grow: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
    }
    body#checkout section.checkout-step .delivery-option-2 {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
    }
    .delivery-option {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
    }
    .delivery-option .custom-radio {
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: left;
    }
    .rtl
      .condition-label
      label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: right;
    }
    #order-confirmation #registration-form {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      float: none;
      margin-top: 4px;
      margin-left: 20px;
    }
    body#checkout #header .header-nav {
      max-height: none;
      padding: 0;
    }
    body#checkout section.checkout-step .content {
      padding: 15px;
    }
    body#checkout .form-group {
      margin-bottom: 8px;
    }
    #order-items {
      border-right: 0;
      margin-bottom: 40px;
    }
    .rtl #order-items {
      border-left: 0;
      border-right: inherit;
    }
    #order-items .card-title {
      border-bottom: 1px solid #eee;
      margin-bottom: 16px;
      padding-bottom: 16px;
    }
    #order-items hr {
      border-top-color: #ebebeb;
    }
    #order-details {
      padding-left: 15px;
    }
    #order-details .card-title {
      border-bottom: 1px solid #eee;
      margin-bottom: 16px;
      padding-bottom: 16px;
    }
  }
  @media (max-width: 575px) {
    body#checkout section.checkout-step .content {
      padding: 15px 0;
    }
    #payment-confirmation button {
      font-size: 12px;
    }
    #payment-confirmation button.btn {
      white-space: normal;
    }
  }
  .js-payment-binary,
  .js-payment-binary .accept-cgv {
    display: none;
  }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .js-payment-binary.disabled .accept-cgv {
    display: block;
  }
  body#checkout {
    background-color: #fff;
  }
  body#checkout #header .header-top {
    background-color: #fff !important;
  }
  body#checkout #header .header-top .box-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body#checkout #header .header-top .h-logo {
    padding: 15px 0;
  }
  @media (min-width: 992px) {
    body#checkout #header .header-top .h-logo {
      padding: 10px 0 30px;
    }
  }
  body#checkout #footer {
    background-color: #fff !important;
    border: none;
  }
  @media (min-width: 992px) {
    body#checkout section.checkout-step #customer-form > section,
    body#checkout section.checkout-step #login-form > section {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }
  body#checkout section.checkout-step #customer-form > section .form-group,
  body#checkout section.checkout-step #login-form > section .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  body#checkout
    section.checkout-step
    #customer-form
    > section
    .form-group
    .form-control-label,
  body#checkout
    section.checkout-step
    #login-form
    > section
    .form-group
    .form-control-label {
    width: 100%;
    padding: 0;
  }
  body#checkout
    section.checkout-step
    #customer-form
    > section
    .form-group
    .col-md-6,
  body#checkout
    section.checkout-step
    #login-form
    > section
    .form-group
    .col-md-6 {
    width: 100% !important;
    padding: 0;
  }
  body#checkout
    section.checkout-step
    #customer-form
    > section
    .form-group:last-child,
  body#checkout
    section.checkout-step
    #login-form
    > section
    .form-group:last-child {
    margin-top: -15px !important;
  }
  body#checkout section.checkout-step #customer-form .form-footer,
  body#checkout section.checkout-step #login-form .form-footer {
    margin-top: 25px;
  }
  body#checkout
    section.checkout-step
    .js-customer-form
    .form-group:nth-last-child(-n + 2) {
    grid-column: 1/3;
  }
  body#checkout section.checkout-step .btn.continue.btn-primary {
    background-color: #f26233;
    min-width: 0;
  }
  body#checkout section.checkout-step .btn.continue.btn-primary:hover {
    background-color: #f0460f;
  }
  body#checkout section.checkout-step .btn.continue.btn-primary i {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-addresses-step
    #delivery-addresses
    .address-item {
    border: 2px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
  }
  body#checkout
    section.checkout-step#checkout-addresses-step
    #delivery-addresses
    .address-item
    header {
    margin-bottom: 0;
  }
  body#checkout
    section.checkout-step#checkout-addresses-step
    #delivery-addresses
    .address-item
    header
    .radio-block {
    padding: 0;
  }
  body#checkout
    section.checkout-step#checkout-addresses-step
    #delivery-addresses
    .address-item
    header
    .radio-block
    .address-alias {
    font-size: 1.25rem;
    color: #091f49;
    text-transform: none;
    margin-bottom: 5px;
  }
  body#checkout
    section.checkout-step#checkout-addresses-step
    #delivery-addresses
    .address-item
    header
    .radio-block
    .address {
    margin: 0;
    font-size: 0.875rem;
    font-family: Fira Sans, Poppins, sans-serif;
    color: rgba(9, 31, 73, 0.6);
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list {
    margin-top: 30px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    h3
    + p {
    font-size: 1rem;
    opacity: 0.6;
    margin-bottom: 20px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option {
    border: 2px solid #d6d6d6 !important;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option
    > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin-bottom: 0;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option
    > label
    * {
    color: #5c5c5c;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option
    > label
    .carrier-name {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option
    > label
    .carrier-delay {
    opacity: 0.6;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option
    .custom-radio {
    margin-top: 3px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected {
    border: 2px solid #002f87 !important;
    background-color: #f3f7ff;
    border-radius: 20px;
    padding: 20px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected
    > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin-bottom: 0;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected
    > label
    * {
    color: #002f87;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected
    > label
    .carrier-name {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected
    > label
    .carrier-delay {
    opacity: 0.6;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .delivery-options
    .delivery-option.delivery-selected
    .custom-radio {
    margin-top: 3px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    .order-options {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    .delivery-options-list
    form
    button {
    float: none !important;
    display: block;
    margin: 15px auto 0;
  }
  body#checkout section.checkout-step#checkout-delivery-step #clickncollectModal {
    background-color: #fff;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal {
      background-color: transparent;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog {
    width: 100vw;
    margin: 0;
    max-width: none;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog {
      width: 450px;
      height: 75%;
      border-radius: 30px;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-content {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-content {
      height: 100%;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header {
    background-color: transparent;
    position: relative;
    padding-top: 25px;
  }
  @media (min-width: 768px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-header {
      padding: 25px 30px 15px;
    }
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-header {
      padding: 40px 40px 15px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header
    .close {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    margin: 0;
  }
  @media (min-width: 768px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-header
      .close {
      left: 30px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header
    .close:before {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header
    .close
    .icon {
    display: block;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header
    .close
    svg {
    height: 14px;
    width: 22px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-header
    .modal-title {
    text-align: center;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  @media (min-width: 768px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body {
      padding: 15px 30px;
    }
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body {
      padding: 15px 40px;
      max-height: calc(100% - 85px);
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    #formcnc {
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 40px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    #formcnc
    input {
    padding: 10px 15px !important;
    color: #091f49 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    #formcnc
    input:focus {
    outline: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    #formcnc
    #launchsearch {
    position: static;
    background-color: transparent;
    border: none;
    height: 38px;
    padding: 0 15px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
    height: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body
      .clickncollect-tab {
      margin-left: -30px;
      margin-right: -30px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li
    a {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    text-transform: none;
    color: #091f49;
    border-bottom: 1px solid rgba(9, 31, 73, 0.1);
    padding: 15px;
    opacity: 0.5;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li
    a.active {
    background-color: transparent;
    border-bottom: 1px solid #091f49;
    position: relative;
    color: #0075c9;
    opacity: 1;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li
    a.active:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #0075c9;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 3px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li.active
    a {
    background-color: transparent;
    border-bottom: 1px solid #091f49;
    position: relative;
    color: #0075c9;
    opacity: 1;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .nav-tabs
    li.active
    a:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #0075c9;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 3px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content {
    padding: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body
      .clickncollect-tab
      .tab-content {
      margin-left: -10px;
      margin-right: -13px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content::-webkit-scrollbar {
    width: 0 !important;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content::-webkit-scrollbar-thumb,
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content::-webkit-scrollbar-track {
    background: transparent !important;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    .tab-pane.active {
    height: 100%;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer {
    float: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .pre-search {
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .pre-search
    p {
    font-size: 1.25rem;
    max-width: 240px;
    margin: 15px auto 0;
    font-weight: 300;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store {
    padding: 20px 15px;
    position: relative;
    border-color: rgba(9, 31, 73, 0.1);
  }
  @media (min-width: 768px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body
      .clickncollect-tab
      .tab-content
      #storecontainer
      .store {
      padding: 20px 40px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    b {
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    p {
    font-size: 0.875rem;
    opacity: 0.6;
    margin-bottom: 2.5px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    > div:first-child {
    max-width: 100%;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    > div:first-child
    .btn-store {
    background: #f26233;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 12px 52px !important;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    > div:first-child
    .btn-store:hover {
    background: #f0460f;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #storecontainer
    .store
    > div:last-child {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect {
    position: relative;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body
      .clickncollect-tab
      .tab-content
      #map-clickncollect
      #map {
      height: calc(80vh - 252px) !important;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map
    .leaflet-popup {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
    padding: 30px 15px 20px;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info:empty {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info
    > div {
    text-align: center;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info
    b {
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info
    p {
    font-size: 0.875rem;
    opacity: 0.6;
    margin-bottom: 2.5px;
    text-align: left;
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info
    .btn-store {
    border-radius: 50px;
    font-size: 0.75rem;
    padding: 12px 25px;
    background-color: #f26233;
    color: #fff;
    text-decoration: none;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  @media (min-width: 1200px) {
    body#checkout
      section.checkout-step#checkout-delivery-step
      #clickncollectModal
      .modal-dialog
      .modal-body
      .clickncollect-tab
      .tab-content
      #map-clickncollect
      #map-info
      .btn-store {
      font-size: 1rem;
      padding: 12px 30px;
    }
  }
  body#checkout
    section.checkout-step#checkout-delivery-step
    #clickncollectModal
    .modal-dialog
    .modal-body
    .clickncollect-tab
    .tab-content
    #map-clickncollect
    #map-info
    .btn-store:hover {
    background-color: #f0460f;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options {
    margin-top: 30px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #002f87 !important;
    background-color: #f3f7ff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option
    > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin-bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option
    > label
    span {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option
    > label
    img {
    height: 40px;
    width: auto;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option
    > label
    * {
    color: #002f87;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .payment-options
    .payment-option
    .custom-radio {
    margin-top: 6px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #conditions-to-approve {
    padding-top: 5px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #conditions-to-approve
    .condition-label
    label {
    font-size: 0.75rem;
    color: #091f49;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .js-alert-payment-conditions {
    margin: 20px 0 0;
    padding: 15px 20px;
    background-color: #f3f7ff;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    color: #091f49;
    letter-spacing: 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .js-alert-payment-conditions:before {
    display: none;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    .js-alert-payment-conditions
    a {
    color: #091f49;
  }
  body#checkout section.checkout-step#checkout-payment-step .content > button {
    display: block;
    margin: 30px auto 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    h2 {
    font-size: 1.5rem;
    margin: 30px 0 10px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    h2
    + p {
    font-size: 1rem;
    opacity: 0.6;
    margin-bottom: 30px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    h3 {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    h3
    .step-edit
    svg {
    width: 14px;
    height: 14px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card,
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .summary-selected-carrier {
    border: 2px solid #ebebeb;
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .addresshead,
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .carrier-name,
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .summary-selected-carrier
    .addresshead,
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .summary-selected-carrier
    .carrier-name {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #091f49;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .carrier-delay,
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .summary-selected-carrier
    .carrier-delay {
    font-size: 1rem;
    color: rgba(9, 31, 73, 0.6);
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card {
    height: 100%;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .card-block {
    padding: 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .card-block
    .addresshead {
    line-height: 30px;
    margin-top: 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .card
    .card-block
    p {
    font-size: 1rem;
    color: rgba(9, 31, 73, 0.6);
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    .adresses-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    h2 {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    h2
    .step-edit
    svg {
    width: 14px;
    height: 14px;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    .order-confirmation-table {
    border: 2px solid #ebebeb;
    border-radius: 20px;
    padding: 0 20px 15px;
    margin-bottom: 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    .order-confirmation-table
    .order-line {
    border-bottom: 1px solid rgba(9, 31, 73, 0.1);
    padding: 20px 0;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    .order-confirmation-table
    .order-line
    img {
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    max-width: none;
  }
  @media (min-width: 992px) {
    body#checkout
      section.checkout-step#checkout-payment-step
      .content
      #order-summary-content
      #order-items
      .order-confirmation-table
      .order-line
      img {
      width: 150px;
      height: 150px;
    }
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #order-summary-content
    #order-items
    .order-confirmation-table
    .order-line
    a {
    font-size: 1rem;
    color: #091f49;
    font-weight: 400;
  }
  body#checkout
    section.checkout-step#checkout-payment-step
    .content
    #payment-confirmation
    button {
    width: auto;
    background-color: #f26233;
  }
  #clickncollect_panel {
    background-color: #fff;
    margin: 0;
  }
  #clickncollect_panel h2 {
    font-size: 20px;
    text-align: left;
  }
  #clickncollect_panel #pos {
    padding: 0;
    opacity: 0.5;
  }
  #clickncollect_panel #change {
    display: none;
  }
  .text-muted,
  .text-muted:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: transparent !important;
    border: none !important;
  }
  .text-muted.edit-address {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15v-3l7-7 3 3-7 7H1zM13 6l-3-3 1.293-1.293a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414L13 6z' stroke='%23002F87' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
  }
  .text-muted.delete-address,
  .text-muted.edit-address,
  .text-muted.edit-address:hover {
    color: transparent !important;
  }
  .text-muted.delete-address {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4v13h2V4h-2zm-1 14H4v2h8v-2zm-9-1V4H1v13h2zM0 5h5V3H0v2zm6-1V3H4v1h2zm1-2h2V0H7v2zM5 5h6V3H5v2zm6 0h5V3h-5v2zm-1-2v1h2V3h-2zM9 7v9h2V7H9zM5 7v9h2V7H5zm4-5a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2zM6 3a1 1 0 0 1 1-1V0a3 3 0 0 0-3 3h2zM4 18a1 1 0 0 1-1-1H1a3 3 0 0 0 3 3v-2zm9-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2z' fill='%23D6D6D6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
  }
  .text-muted.delete-address:hover {
    color: transparent !important;
  }
  .add-address a,
  .addresses-footer a {
    color: #0075c9 !important;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .add-address a .material-icons,
  .addresses-footer a .material-icons {
    background: transparent !important;
    color: transparent !important;
    margin: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%233391D4' stroke-width='2'%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cpath d='M10 7v6M7 10h6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
  }
  #login-form {
    margin-top: 20px;
  }
  #login-form input {
    color: #091f49;
  }
  #login-form .forgot-password a {
    color: #091f49 !important;
    text-decoration: underline;
  }
  #login-form .form-footer .continue {
    text-transform: uppercase;
  }
  #login-form .create-account-box a {
    background-color: transparent;
    border: 2px solid #091f49;
    color: #091f49;
    padding: 12px auto;
  }
  text-transform #login-form .create-account-box a:hover {
    background-color: #f1f1f1;
  }
  #formcnc .clickncollect-tab {
    margin-left: -40px;
    margin-right: -43px;
  }
  #checkout-payment-step a {
    color: #091f49;
  }
  #checkout-payment-step .order-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 68%;
    grid-template-columns: 32% 68%;
  }
  #checkout-payment-step .order-line.row {
    margin: 0;
  }
  #checkout-payment-step .order-line .details {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80% 20%;
    grid-template-columns: 80% 20%;
    position: relative;
  }
  #checkout-payment-step .order-line .details a {
    font-size: 1rem;
    font-weight: 400;
  }
  #checkout-payment-step .order-line .details .row div:first-child {
    font-size: 1.25rem;
    font-weight: 600;
  }
  #checkout-payment-step .order-line .details .row div:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #checkout-payment-step .order-line .details .row div:nth-child(3),
  #checkout-payment-step hr {
    display: none;
  }
  #checkout-payment-step table {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 400;
  }
  #checkout-payment-step table td {
    padding: 0;
  }
  #checkout-payment-step table td:last-child {
    font-weight: 600;
  }
  #checkout-payment-step table .total-value {
    color: #091f49;
  }
  #checkout-payment-step table .sub {
    height: 0;
    line-height: 0;
  }
  #checkout-payment-step table .sub span {
    font-size: 0.75rem;
    color: #091f49;
    opacity: 0.6;
    font-weight: 400;
  }
  #checkout-payment-step table .sub span:last-child {
    display: none;
  }
  #checkout-addresses-step #delivery-addresses .address-footer a {
    color: transparent !important;
    width: 20px;
  }
  #checkout-addresses-step #delivery-addresses .address-footer a:hover {
    color: transparent !important;
  }
  .col-logo {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .col-logo,
  .col-logo .back-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-logo .back-box {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15L2 8l7-7M2 8h22' stroke='%23091F49' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 35px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 22px;
  }
  @media (min-width: 992px) {
    .col-logo .back-box {
      left: 0;
    }
  }
  .col-logo .back-box a {
    color: transparent;
    font-size: 1rem;
    padding-left: 50px;
  }
  @media (min-width: 992px) {
    .col-logo .back-box a {
      color: #091f49;
      font-weight: 400;
    }
  }
  .col-logo .back-box a:hover {
    color: transparent;
  }
  @media (min-width: 992px) {
    .col-logo .back-box a:hover {
      color: #091f49;
      font-weight: 600;
    }
  }
  #checkout-payment-step .modal-dialog {
    margin: 0;
  }
  #checkout-payment-step .modal-dialog .modal-header {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #checkout-payment-step .modal-dialog .modal-header .close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15L2 8l7-7M2 8h22' stroke='%23091F49' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 1;
    width: 50px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #checkout-payment-step .modal-dialog .modal-header .close:before {
    display: none;
  }
  #checkout-payment-step .modal-dialog .modal-header .modal-title {
    width: 100%;
    text-align: center;
    margin-right: 50px;
  }
  #checkout-payment-step .modal-dialog #order-items,
  #checkout-payment-step .modal-dialog #order-items .order-confirmation-table {
    margin-bottom: 0;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line {
    -ms-grid-columns: 70px auto;
    grid-template-columns: 70px auto;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .col-xs-3 {
    padding: 0;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .col-xs-3
    img {
    width: 70px !important;
    height: 70px !important;
    padding: 5px !important;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .details {
    -ms-grid-columns: 75%;
    grid-template-columns: 75%;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .details
    a {
    font-size: 1rem;
    font-weight: 400;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .details
    .row
    .text-sm-center {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #checkout-payment-step
    .modal-dialog
    #order-items
    .order-confirmation-table
    .order-line
    .details
    .row
    .text-xs-right {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 0;
    right: 0;
  }
  #checkout-payment-step .modal-dialog .adresses-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 992px) {
    #checkout-payment-step .modal-dialog .adresses-summary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  #checkout-payment-step .modal-dialog .modal-footer {
    border: none;
  }
  #conditions-to-approve input[type="checkbox"]:checked + span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  #conditions-to-approve input[type="checkbox"]:checked + span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
  }
  #conditions-to-approve .custom-checkbox span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  #conditions-to-approve .custom-checkbox .material-icons {
    display: none !important;
  }
  #customer-form input[type="checkbox"] {
    margin-top: 30px;
  }
  #customer-form input[type="checkbox"]:checked + span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  #customer-form input[type="checkbox"]:checked + span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
  }
  #customer-form .custom-checkbox span {
    border: 1px solid #091f49;
    border-radius: 4px;
    width: 15px !important;
    height: 15px !important;
  }
  #customer-form .custom-checkbox .material-icons {
    display: none !important;
  }
  #checkout-personal-information-step input[name="birthday"] {
    margin-bottom: 20px;
  }
  .clickncollect_panel_mobile .panel_clickncollect {
    text-align: left;
    opacity: 0, 1;
  }
  .clickncollect_panel_mobile .panel_clickncollect #pos {
    text-transform: lowercase;
  }
  #checkout #checkout-addresses-step .form-group:nth-child(14) {
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    #checkout #checkout-addresses-step .form-group:nth-child(14) {
      margin-bottom: 40px;
    }
  }
  .table-labeled td,
  .table-labeled th {
    vertical-align: middle;
  }
  .table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: 4px 6px;
    margin: 2px;
    color: #fff;
    white-space: nowrap;
  }
  .page-order .table {
    margin-bottom: 0;
  }
  .page-order table td,
  .page-order table th {
    padding: 8px;
  }
  .page-order table thead th {
    text-align: center;
  }
  #authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
  }
  #authentication .custom-checkbox span {
    float: left;
  }
  .rtl #authentication .custom-checkbox span {
    float: right;
  }
  #authentication .custom-checkbox label {
    padding: 0 0 0 30px;
  }
  .rtl #authentication .custom-checkbox label {
    padding: 0 30px 0 0;
  }
  #authentication [data-action="show-password"] {
    background: #878787;
    border-radius: 0;
  }
  #authentication [data-action="show-password"]:hover {
    background: #333;
  }
  #authentication .radio-inline,
  #identity .radio-inline {
    padding: 0;
  }
  #authentication .radio-inline .custom-radio,
  #identity .radio-inline .custom-radio {
    margin-right: 0;
    vertical-align: 0;
  }
  .page-customer-account #content {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 16px;
    border: 0;
    font-size: 1rem;
    color: #878787;
  }
  .page-customer-account #content .order-actions a {
    padding: 0 2px;
  }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 1rem;
    margin-top: 16px;
    padding-bottom: 15px;
  }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 0.875rem;
  }
  .page-authentication #content {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 16px;
    border: 0;
    max-width: 640px;
    margin: 0 auto;
  }
  .page-addresses .address {
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
    font-size: 1rem;
    color: #5c5c5c;
  }
  .page-addresses .address .address-body {
    padding: 16px;
  }
  .page-addresses .address .address-body h4 {
    font-size: 0.875rem;
  }
  .page-addresses .address .address-body address {
    min-height: 144px;
  }
  .page-addresses .address .address-footer {
    border-top: 1px solid #efefef;
    padding: 8px 16px;
  }
  .page-addresses .address .address-footer a {
    color: #878787;
    margin-right: 8px;
  }
  .page-addresses .address .address-footer a:hover {
    color: #5c5c5c;
  }
  .page-addresses .address .address-footer a i {
    font-size: 0.875rem;
  }
  .page-addresses .address .address-footer a span {
    font-size: 14px;
    vertical-align: middle;
  }
  .page-addresses .addresses-footer {
    margin: 0 15px;
  }
  .page-addresses .addresses-footer a,
  .page-addresses .addresses-footer a:hover {
    color: #5c5c5c;
  }
  .page-addresses .addresses-footer a i {
    font-size: 0.875rem;
  }
  .page-addresses .addresses-footer a span {
    font-size: 0.875rem;
    vertical-align: middle;
    margin-top: 10px;
  }
  .page-order-detail {
    font-size: 13px;
    color: #878787;
  }
  .page-order-detail .box {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 16px;
    border: 0;
    margin-bottom: 16px;
  }
  .page-order-detail h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #5c5c5c;
    margin-bottom: 16px;
  }
  .page-order-detail #order-infos ul {
    margin: 0;
  }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
  }
  .page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px;
  }
  .page-order-detail .addresses {
    margin: 0 -15px;
  }
  .page-order-detail .addresses h4 {
    font-size: 0.875rem;
  }
  .page-order-detail #order-products.return {
    margin-bottom: 16px;
  }
  .page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
  }
  .page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
  }
  .page-order-detail #order-products.return td.qty {
    min-width: 125px;
  }
  .page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0.5rem;
  }
  .page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
  }
  .page-order-detail #order-products.return td.qty .select select {
    text-align: center;
  }
  .page-order-detail .order-items {
    padding: 0 !important;
  }
  .page-order-detail .order-items .order-item {
    padding: 16px 16px 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 15px;
  }
  .page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 15px;
  }
  .page-order-detail .order-items .order-item .desc,
  .page-order-detail .order-items .order-item .qty {
    margin-bottom: 16px;
  }
  .page-order-detail .order-items .order-item .qty .q,
  .page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 4px;
  }
  .page-order-detail .messages .message {
    margin-top: 8px;
    border-bottom: 1px solid #f6f6f6;
  }
  .page-order-detail .messages .message:last-child {
    border-bottom: 0;
  }
  .page-order-detail .messages .message > div {
    margin-bottom: 8px;
  }
  .page-order-detail .customization {
    margin-top: 12px;
  }
  #order-return-infos .thead-default th {
    color: #5c5c5c;
  }
  #order-return-infos .customization {
    margin-top: 12px;
  }
  .page-my-account #content .links:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #878787;
    padding: 0 10px;
    margin: 15px 0;
  }
  .page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 16px;
    border: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  }
  .page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #5c5c5c;
    padding-bottom: 3.4rem;
  }
  .page-my-account #content .links a:hover {
    color: #5c5c5c;
  }
  .page-my-account #content .links a:hover i {
    color: #f12c2c;
  }
  .page-my-account #content .links > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-footer .text-sm-center {
    text-align: center;
  }
  #history .orders {
    margin: 0 -16px;
  }
  #history .orders .order {
    padding: 12px 16px;
    border-bottom: 1px solid #f6f6f6;
  }
  #history .orders .order a h3 {
    color: #878787;
  }
  #history .orders .order .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px;
  }
  #history .orders .order:last-child {
    border-bottom: 0;
  }
  .page-footer .account-link {
    margin-right: 16px;
  }
  .page-footer .account-link i {
    font-size: 0.875rem;
  }
  .page-footer .account-link span {
    vertical-align: middle;
  }
  @media (min-width: 992px) {
    #main {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  #main .page-header {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .page-my-account .links a,
  .page-my-account .links a:hover {
    background: transparent;
  }
  .page-my-account .links a .link-item {
    color: #091f49;
    background-color: transparent;
    border-color: #091f49;
    background: transparent !important;
    border-radius: 50px;
    box-shadow: none !important;
    border: 2px solid #091f49 !important;
  }
  .open .page-my-account .links a .link-item.dropdown-toggle,
  .page-my-account .links a .link-item.active,
  .page-my-account .links a .link-item:active,
  .page-my-account .links a .link-item:focus,
  .page-my-account .links a .link-item:hover {
    color: #091f49;
    background-color: #f1f1f1;
    border-color: #091f49;
  }
  .open .page-my-account .links a .link-item.dropdown-toggle,
  .page-my-account .links a .link-item.active,
  .page-my-account .links a .link-item:active {
    background-image: none;
  }
  .page-my-account .links a .link-item.disabled,
  .page-my-account .links a .link-item.disabled.active,
  .page-my-account .links a .link-item.disabled:active,
  .page-my-account .links a .link-item.disabled:focus,
  .page-my-account .links a .link-item.disabled:hover,
  .page-my-account .links a .link-item[disabled],
  .page-my-account .links a .link-item[disabled].active,
  .page-my-account .links a .link-item[disabled]:active,
  .page-my-account .links a .link-item[disabled]:focus,
  .page-my-account .links a .link-item[disabled]:hover,
  fieldset[disabled] .page-my-account .links a .link-item,
  fieldset[disabled] .page-my-account .links a .link-item.active,
  fieldset[disabled] .page-my-account .links a .link-item:active,
  fieldset[disabled] .page-my-account .links a .link-item:focus,
  fieldset[disabled] .page-my-account .links a .link-item:hover {
    background-color: transparent;
    border-color: #091f49;
  }
  .page-my-account .links a .link-item .badge {
    color: transparent;
    background-color: #091f49;
  }
  .page-my-account .links a .link-item:hover {
    background: #091f49 !important;
    color: #fff;
    border-radius: 50px;
  }
  .page-my-account .links a .link-item .material-icons {
    display: none !important;
  }
  .page-my-account .page-footer .text-sm-center {
    margin-top: 30px;
  }
  @media (min-width: 992px) {
    .page-my-account .page-footer .text-sm-center {
      margin-top: 60px;
    }
  }
  .page-my-account .page-footer a {
    background: transparent !important;
    color: #f26233 !important;
    font-size: 1rem !important;
    text-transform: none !important;
  }
  .page-my-account .page-footer a:hover {
    color: #f0460f !important;
  }
  .page-addresses .page-footer,
  .page-customer-account .page-footer {
    position: absolute;
    margin-top: 60px;
  }
  .page-addresses .page-footer .account-link,
  .page-customer-account .page-footer .account-link {
    display: none;
  }
  @media (min-width: 992px) {
    .page-addresses .page-footer .account-link,
    .page-customer-account .page-footer .account-link {
      display: block;
      color: #091f49;
      font-weight: 500;
    }
  }
  .page-addresses .page-footer .account-link:last-child,
  .page-customer-account .page-footer .account-link:last-child {
    display: none;
  }
  .alert-warning {
    color: #f26233;
  }
  .psgdprinfo17 {
    background: #fff !important;
    border-radius: 15px;
    padding: 45px !important;
    color: #091f49;
  }
  .psgdprinfo17 a {
    color: #0075c9;
  }
  .page-order-slip .page-content h6 {
    font-weight: 400;
    font-size: 0.875rem;
    padding-left: 15px;
  }
  #addresses .address {
    border: 2px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
    border-top: none;
  }
  #addresses .address h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  #addresses .address address {
    margin: 0;
    font-size: 0.875rem;
    font-family: Fira Sans, Poppins, sans-serif;
    color: rgba(9, 31, 73, 0.6);
  }
  #addresses .address .address-footer {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  #addresses .address .address-footer a {
    color: transparent !important;
    width: 20px;
    padding: 6px 10px 5px;
  }
  #addresses .address .address-footer a:hover {
    color: transparent !important;
  }
  @media (min-width: 992px) {
    .page-addresses .page-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 70%;
      grid-template-columns: 70%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .page-addresses .page-content .col-lg-4 {
    width: 100% !important;
  }
  @media (min-width: 992px) {
    .page-addresses .page-content .col-lg-4 {
      width: 100% !important;
    }
  }
  @media (min-width: 1200px) {
    .page-addresses .page-content .col-lg-4 {
      width: 100% !important;
    }
  }
  #login-form button[data-action="show-password"],
  .js-customer-form button[data-action="show-password"] {
    font-size: 0 !important;
    color: #ccc !important;
    background: none !important;
    border: 0 !important;
  }
  #login-form button[data-action="show-password"]:before,
  .js-customer-form button[data-action="show-password"]:before {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.882 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.82-9a10.982 10.982 0 0 1 3.34-6.066L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31zM5.935 7.35A8.965 8.965 0 0 0 3.223 12a9.006 9.006 0 0 0 13.2 5.838l-2.027-2.028A4.5 4.5 0 0 1 8.19 9.604L5.935 7.35zm6.979 6.978l-3.242-3.242a2.5 2.5 0 0 0 3.24 3.241l.002.001zm7.893 2.264l-1.431-1.43a8.934 8.934 0 0 0 1.4-3.162A9.006 9.006 0 0 0 9.553 5.338L7.974 3.76C9.22 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.77l-4.77-4.77z' fill='%23002F87'/%3E%3C/svg%3E") !important;
    font-size: 17px;
  }
  #login-form button[data-action="show-password"]:hover,
  .js-customer-form button[data-action="show-password"]:hover {
    color: #000;
  }
  #login-form
    input[type="text"]
    + span
    button[data-action="show-password"]:before,
  .js-customer-form
    input[type="text"]
    + span
    button[data-action="show-password"]:before {
    color: #000;
  }
  #login-form
    input[type="text"]
    + span
    button[data-action="show-password"]:before,
  #login-form
    input[type="text"]
    .input-group-btn
    .btn[data-action="show-password"]:before,
  .js-customer-form
    input[type="text"]
    + span
    button[data-action="show-password"]:before,
  .js-customer-form
    input[type="text"]
    .input-group-btn
    .btn[data-action="show-password"]:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.82 9-5.391 0-9.877-3.88-10.818-9C2.12 6.88 6.608 3 12 3zm0 16a9.005 9.005 0 0 0 8.777-7 9.005 9.005 0 0 0-17.554 0A9.005 9.005 0 0 0 12 19zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z' fill='%23002F87'/%3E%3C/svg%3E") !important;
  }
  .input-group-btn .btn[data-action="show-password"]:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.882 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.82-9a10.982 10.982 0 0 1 3.34-6.066L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31zM5.935 7.35A8.965 8.965 0 0 0 3.223 12a9.006 9.006 0 0 0 13.2 5.838l-2.027-2.028A4.5 4.5 0 0 1 8.19 9.604L5.935 7.35zm6.979 6.978l-3.242-3.242a2.5 2.5 0 0 0 3.24 3.241l.002.001zm7.893 2.264l-1.431-1.43a8.934 8.934 0 0 0 1.4-3.162A9.006 9.006 0 0 0 9.553 5.338L7.974 3.76C9.22 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.77l-4.77-4.77z' fill='%23002F87'/%3E%3C/svg%3E") !important;
  }
  #identity.page-customer-account #customer-form .form-group:nth-child(7) {
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    #identity.page-customer-account #customer-form .form-group:nth-child(7) {
      margin-bottom: 40px;
    }
  }
  .homeslider .carousel {
    -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
  }
  .homeslider .carousel .direction {
    z-index: auto;
  }
  .homeslider .carousel .carousel-inner {
    height: 340px;
  }
  .homeslider .carousel .carousel-item {
    height: 100%;
  }
  .homeslider .carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
  }
  .homeslider .carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    color: #fff;
    max-width: 340px;
  }
  .homeslider .carousel .carousel-item .caption .caption-description p {
    color: #fff;
  }
  .homeslider .carousel .carousel-control {
    opacity: 1;
  }
  .homeslider .carousel .carousel-control .icon-next:before,
  .homeslider .carousel .carousel-control .icon-prev:before {
    content: "";
  }
  .homeslider .carousel .carousel-control .icon-next i,
  .homeslider .carousel .carousel-control .icon-prev i {
    font-size: 50px;
    color: #fff;
  }
  .homeslider .carousel .carousel-control .icon-next:hover i,
  .homeslider .carousel .carousel-control .icon-prev:hover i {
    color: #f12c2c;
  }
  .homeslider .carousel .carousel-control .icon-prev {
    left: 16px;
  }
  .homeslider .carousel .carousel-control .icon-next {
    right: 32px;
  }
  .homeslider .carousel .carousel-control.left,
  .homeslider .carousel .carousel-control.right {
    background: none;
  }
  #custom-text {
    overflow: hidden;
    background-color: #091f49;
  }
  #custom-text p {
    padding: 5px 0;
    padding-top: 7px;
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    text-transform: uppercase;
    color: #fff;
    white-space: pre;
    font-weight: 500;
    font-size: 0.75rem;
  }
  .page-content.page-cms {
    background: #fff;
    padding: 20px;
    text-align: justify;
  }
  .page-content.page-cms .cms-box img {
    max-width: 100%;
  }
  @media (max-width: 991px) {
    #block-cmsinfo {
      padding: 20px 30px;
    }
  }
  @-webkit-keyframes rightToLeft {
    0% {
      -webkit-transform: translateX(400px);
      transform: translateX(400px);
    }
    to {
      -webkit-transform: translateX(-600px);
      transform: translateX(-600px);
    }
  }
  @keyframes rightToLeft {
    0% {
      -webkit-transform: translateX(400px);
      transform: translateX(400px);
    }
    to {
      -webkit-transform: translateX(-600px);
      transform: translateX(-600px);
    }
  }
  #products .up .btn-secondary,
  #products .up .btn-tertiary {
    color: #d6d6d6;
    text-transform: inherit;
    margin-bottom: 16px;
    margin-right: 10px;
  }
  .rtl #products .up .btn-secondary,
  .rtl #products .up .btn-tertiary {
    margin-left: 10px;
    margin-right: inherit;
  }
  #products .up .btn-secondary .material-icons,
  #products .up .btn-tertiary .material-icons {
    margin-right: 0;
  }
  .rtl #products .up .btn-secondary .material-icons,
  .rtl #products .up .btn-tertiary .material-icons {
    margin-left: 0;
    margin-right: inherit;
  }
  @media (max-width: 767px) {
    .block-category > h1 {
      margin: 1em 0;
    }
  }
  .block-category .category-cover {
    margin: 0 auto 0 0;
    max-width: 200px;
  }
  .block-category #category-description + .category-cover {
    width: 20%;
    min-width: 80px;
    margin: 0 20px 10px 0;
    float: left;
  }
  .block-category #category-description {
    padding: 15px 0;
  }
  @media (max-width: 991px) {
    .block-category #category-description {
      padding: 0;
    }
  }
  .block-category #category-description p,
  .block-category #category-description strong {
    font-weight: 400;
  }
  .block-category #category-description p {
    margin-bottom: 0;
    line-height: 20px;
  }
  .block-category #category-description p:first-child {
    margin-bottom: 0;
  }
  .products-selection .sort-by-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    text-align: right;
  }
  .rtl .products-selection .sort-by {
    text-align: left;
  }
  .products-selection .total-products {
    padding-top: 6px;
  }
  .products-selection .total-products p {
    margin: 0;
    line-height: 25px;
    display: none;
  }
  .products-selection .showing,
  .products-selection h1 {
    padding-top: 10px;
  }
  .products-selection .products-counter {
    float: right;
    color: #545454;
    margin: 3px 0 0;
  }
  .rtl .products-selection .products-counter {
    float: left;
  }
  .products-selection .display > div {
    float: left;
    margin-right: 5px;
  }
  .rtl .products-selection .display > div {
    float: right;
    margin-left: 5px;
    margin-right: inherit;
  }
  .products-selection .display > div a {
    cursor: pointer;
    text-align: center;
    color: #999;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .products-selection .display > div a:hover {
    color: #000;
  }
  .products-selection .display > div.selected a,
  .products-sort-order {
    color: #333;
  }
  .products-sort-order .select-title {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: #f5f5f5;
    cursor: pointer;
    height: 35px;
    line-height: 27px;
    position: relative;
    border: 0;
    outline: 0;
    color: #888;
    border-radius: 20px;
    padding: 5px 35px 5px 15px;
    text-align: left;
  }
  .rtl .products-sort-order .select-title {
    padding: 5px 15px 5px 35px;
    text-align: right;
  }
  .products-sort-order .select-title:hover {
    color: #000;
  }
  .products-sort-order .select-title i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rtl .products-sort-order .select-title i {
    left: 0;
    right: auto;
  }
  .products-sort-order.open .select-title {
    color: #000;
  }
  .products-sort-order .select-list {
    display: block;
    color: #666;
    padding: 5px 15px;
    font-size: 13px;
  }
  .products-sort-order .select-list:hover {
    background: #f5f5f5;
    color: #000;
  }
  .products-sort-order .dropdown-menu {
    left: auto;
    width: calc(100% - 30px);
    min-width: 200px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  body #search_filters .facet {
    padding: 10px 0;
    margin: 0 0 10px;
  }
  @media (max-width: 991px) {
    body #search_filters .facet {
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }
  body #search_filters .facet .collapse {
    display: block;
    max-height: 210px;
    overflow: auto;
  }
  body #search_filters .facet .facet-title {
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.5;
  }
  body #search_filters .facet .custom-checkbox,
  body #search_filters .facet .facet-label {
    margin-bottom: 0;
  }
  body #search_filters .facet .custom-checkbox a,
  body #search_filters .facet .facet-label a {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .rtl body #search_filters .facet .custom-checkbox a,
  .rtl body #search_filters .facet .facet-label a {
    text-align: right;
  }
  body #search_filters .facet .facet-label {
    display: block;
    text-align: left;
    padding: 7px 20px 7px 0;
    line-height: 20px;
    cursor: pointer;
    position: relative;
  }
  .rtl body #search_filters .facet .facet-label {
    text-align: right;
    padding: 7px 0 7px 20px;
  }
  body #search_filters .facet .facet-label .magnitude {
    position: absolute;
    top: 5px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    right: 5px;
    color: #999;
    font-size: 12px;
    font-family: Poppins;
  }
  .rtl body #search_filters .facet .facet-label .magnitude {
    left: 5px;
    right: auto;
  }
  body #search_filters .facet .facet-label .custom-checkbox,
  body #search_filters .facet .facet-label .custom-radio {
    top: 0;
    margin-right: 0;
  }
  body #search_filters .clear-all-wrapper {
    margin: 10px 0;
  }
  .pagination {
    display: block !important;
    width: 100%;
    background: #fff;
    min-height: 50px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    text-align: center;
  }
  .pagination:after {
    content: "";
    display: block;
    clear: both;
  }
  .pagination > div {
    width: 100%;
    text-align: center !important;
  }
  .pagination .page-list {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center !important;
  }
  .pagination .page-list li {
    display: inline;
    padding: 0 8px;
  }
  .pagination .page-list li span {
    display: none;
  }
  .pagination .page-list li span.spacer,
  .pagination a {
    display: inline-block;
  }
  .pagination a {
    color: #000;
    font-weight: 400;
  }
  .pagination a:focus,
  .pagination a:hover {
    color: #000;
    text-decoration: none;
  }
  .pagination .disabled {
    color: #091f49;
    cursor: no-drop;
  }
  .pagination .disabled:hover {
    color: #091f49;
  }
  .pagination .current a {
    color: #000;
    text-decoration: none;
  }
  @media (min-width: 992px) {
    .pagination {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
    }
    .pagination > div {
      width: auto !important;
      padding: 0;
    }
    .pagination > div:last-child {
      margin-left: auto;
    }
  }
  .active_filters {
    background: #f9f9f9;
    padding: 10px 30px 0;
    margin-bottom: 20px;
  }
  .active_filters .active-filter-title {
    display: inline;
    font-weight: 400;
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #666;
  }
  .active_filters ul {
    display: inline;
  }
  .active_filters .filter-block {
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    color: #5c5c5c;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 10px;
  }
  .rtl .active_filters .filter-block {
    margin-left: 10px;
    margin-right: inherit;
  }
  .active_filters .filter-block .close {
    color: #5c5c5c;
    font-size: 14px;
    margin-top: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 5px;
  }
  .rtl .active_filters .filter-block .close {
    margin-right: 5px;
    margin-left: inherit;
  }
  .block-categories .category-sub-menu,
  .block-categories .category-top-menu {
    margin: 0;
  }
  .block-categories .category-sub-menu li {
    position: relative;
    padding: 0 0 0 20px;
  }
  .rtl .block-categories .category-sub-menu li {
    padding: 0 20px 0 0;
  }
  .block-categories .category-sub-menu li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
    top: 16px;
    left: 0;
  }
  .rtl .block-categories .category-sub-menu li:after {
    right: 0;
    left: auto;
  }
  .block-categories
    .category-sub-menu
    li
    .navbar-toggler[aria-expanded="true"]
    + :after,
  .block-categories .category-sub-menu li:hover:after {
    background-color: #000;
  }
  .block-categories .category-sub-menu li > a {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 20px;
    padding: 10px 0;
    text-transform: capitalize;
  }
  .block-categories .category-sub-menu li > a:hover {
    color: #000;
  }
  .block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
    padding-top: 10px;
  }
  .block-categories .collapse-icons {
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    font-size: 0.9375rem;
    border: 0;
    width: 40px;
    height: 40px;
    right: -16px;
    border-radius: 20px;
    transition: all 0.4s;
  }
  .rtl .block-categories .collapse-icons {
    left: -16px;
    right: auto;
  }
  .block-categories .collapse-icons:hover {
    color: #000;
  }
  .block-categories .collapse-icons .remove {
    display: none;
  }
  .block-categories .collapse-icons i {
    opacity: 0;
    visibility: hidden;
  }
  .block-categories .collapse-icons:before {
    font-family: Material Icons;
    content: "add";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
  }
  .block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: inline-block;
  }
  .block-categories .collapse-icons[aria-expanded="true"]:before {
    content: "remove";
  }
  .block-categories .arrows {
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 40px;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: -16px;
    border-radius: 20px;
    transition: all 0.4s;
  }
  .rtl .block-categories .arrows {
    left: -16px;
    right: auto;
  }
  .block-categories .arrows .arrow-down,
  .block-categories .arrows .arrow-right {
    font-size: 1rem;
    cursor: pointer;
    margin-left: 2px;
  }
  .rtl .block-categories .arrows .arrow-down,
  .rtl .block-categories .arrows .arrow-right {
    margin-right: 2px;
    margin-left: inherit;
  }
  .block-categories .arrows:hover {
    color: #000;
  }
  .block-categories .arrows .arrow-down {
    display: none;
  }
  .block-categories .arrows i {
    opacity: 0;
    visibility: hidden;
  }
  .block-categories .arrows:before {
    font-family: Material Icons;
    content: "add";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
  }
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
  }
  .block-categories .arrows[aria-expanded="true"]:before {
    content: "remove";
  }
  .facets-title {
    color: #333;
  }
  .products-selection .filter-button .btn-primary {
    padding: 7px 8px 6px;
  }
  @media (min-width: 576px) {
    .pagination {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (max-width: 767px) {
    #category .sidebar .block {
      display: none;
    }
    #category .sidebar #search_filters_wrapper {
      margin-left: -10px;
      margin-right: -10px;
      position: relative;
      z-index: 99;
      background: #fff;
    }
    #category .sidebar #search_filter_controls {
      text-align: center;
      margin: 5px 0;
    }
    #category .sidebar #search_filter_controls button {
      margin: 5px 10px;
      font-size: 14px;
      width: calc(100% - 20px);
      padding: 8px;
      border-radius: 20px;
    }
    #category .sidebar #search_filter_controls button .material-icons {
      font-size: 14px;
      vertical-align: -2px;
    }
    #category .sidebar #search_filters {
      margin-bottom: 0;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      padding: 0 0 50px;
      border-top: 1px solid #eee;
      display: block;
    }
    #category .sidebar #search_filters .facet {
      border-bottom: 1px solid #eee;
    }
    #category .sidebar #search_filters .facet .title {
      cursor: pointer;
    }
    #category .sidebar #search_filters .facet .title:after {
      content: "";
      display: block;
      clear: both;
    }
    #category .sidebar #search_filters .facet .title .collapse-icons .remove,
    #category
      .sidebar
      #search_filters
      .facet
      .title[aria-expanded="true"]
      .collapse-icons
      .add {
      display: none;
    }
    #category
      .sidebar
      #search_filters
      .facet
      .title[aria-expanded="true"]
      .collapse-icons
      .remove {
      display: inline-block;
    }
    #category .sidebar #search_filters .facet .facet-title {
      color: #5c5c5c;
      text-transform: uppercase;
    }
    #category .sidebar #search_filters .facet .h6 {
      margin-bottom: 0;
      padding: 10px;
      display: inline-block;
    }
    #category .sidebar #search_filters .facet .navbar-toggler {
      display: inline-block;
      cursor: pointer;
      text-align: center;
      width: 30px;
      height: 30px;
      padding: 0;
      border: 0;
      line-height: 30px;
    }
    #category .sidebar #search_filters .facet .collapse {
      display: none;
    }
    #category .sidebar #search_filters .facet .collapse.in {
      display: block;
    }
    #category .sidebar #search_filters .facet .facet-label a {
      margin-top: 0;
    }
    #category .sidebar #search_filters .facet ul {
      margin-bottom: 0;
    }
    #category .sidebar #search_filters .facet ul li {
      border-top: 1px solid #eee;
      padding: 10px;
    }
    #category #search_filter_toggler {
      width: 100%;
      padding: 8px;
      border-radius: 20px;
    }
    .products-sort-order .select-title {
      margin-left: 0;
    }
    .rtl .products-sort-order .select-title {
      margin-right: 0;
      margin-left: inherit;
    }
    .products-selection h1 {
      padding-top: 0;
      text-align: center;
      margin-bottom: 16px;
    }
    .products-selection .showing {
      padding-top: 16px;
      text-align: center;
    }
  }
  #category .block-category {
    background: transparent;
    margin: 20px 0;
    margin-bottom: 40px;
  }
  @media (min-width: 992px) {
    #category .block-category {
      margin: 30px 0 70px;
    }
  }
  #category .block-category .col-sm-6 {
    padding: 0;
  }
  #category .block-category h1 {
    color: #091f49;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: inherit;
    margin-top: 35px;
  }
  @media (min-width: 768px) {
    #category .block-category h1 {
      margin-top: 15px;
    }
  }
  @media (min-width: 992px) {
    #category .block-category h1 {
      font-size: 1.25rem;
      margin-top: 16px;
    }
  }
  #category .block-category p {
    color: #091f49;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 32px;
  }
  @media (min-width: 992px) {
    #category .block-category p {
      font-size: 2.25rem;
      line-height: 48px;
    }
  }
  #category .block-category p strong {
    color: #091f49 !important;
  }
  #product #content {
    position: relative;
    margin-bottom: 30px;
  }
  #product #content .mask {
    width: 554px;
    max-width: 100%;
    margin: 10px auto;
    height: 124px;
  }
  #product #content .mask img {
    max-width: 100%;
    width: 100px;
    margin: 0 10px 0 0;
    border: 0;
    transition: all 0.4s;
    opacity: 0.5;
  }
  .rtl #product #content .mask img {
    margin: 0 0 0 10px;
  }
  #product #content .mask img.selected,
  #product #content .mask img:hover {
    opacity: 1;
  }
  @media (max-width: 1199px) {
    #product #content .mask {
      width: 430px;
    }
  }
  @media (max-width: 991px) {
    #product #content .mask {
      width: 320px;
    }
  }
  @media (max-width: 767px) {
    #product #content .mask {
      width: 320px;
    }
  }
  @media (max-width: 480px) {
    #product #content .mask {
      width: 210px;
    }
  }
  #product #content .mask li {
    display: inline;
  }
  @media (max-width: 991px) {
    #product #content {
      max-width: 500px;
      margin: auto;
    }
  }
  .product-detail-name {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .product-price {
    color: #000;
    display: inline-block;
    font-family: Poppins;
  }
  .product-information div[itemprop="description"] {
    line-height: 2;
    text-align: justify;
    margin: 0 0 15px;
  }
  .product-description {
    line-height: 2;
  }
  .product-information {
    margin: 35px 0;
    padding: 30px 0 0;
    border-top: 1px solid #efefef;
  }
  .p-desception {
    color: #67747c;
    line-height: 30px;
  }
  .product-manufacturer {
    margin-bottom: 10px;
  }
  .product-manufacturer .manufacturer-logo {
    max-height: 115px;
  }
  .input-color {
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .input-container {
    position: relative;
  }
  .input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .input-color:checked + span,
  .input-color:hover + span,
  .input-radio:checked + span,
  .input-radio:hover + span {
    border: 2px solid #5c5c5c;
  }
  .radio-label {
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: inline-block;
    padding: 5px 14px;
    font-weight: 400;
    border: 2px solid #fff;
  }
  .product-actions .control-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: auto 10px auto 0;
    min-width: 70px;
    color: #000;
    letter-spacing: 1px;
  }
  .product-actions .add-to-cart {
    height: 64px;
    line-height: 64px;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 240px;
    min-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px 0 0;
  }
  .rtl .product-actions .add-to-cart {
    margin: 0 0 0 15px;
  }
  .product-actions .add-to-cart i {
    display: none;
  }
  .product-quantity .add {
    white-space: nowrap;
    position: relative;
  }
  .product-quantity .input-group {
    border: 2px solid #ddd;
    height: 64px;
    padding: 0 30px;
    position: relative;
  }
  .product-quantity .input-group .input-group-btn-vertical {
    width: auto;
    height: auto;
    position: static;
    display: block;
  }
  .product-quantity #quantity_wanted {
    color: #444;
    background: none;
    height: 60px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: none;
    font-weight: 500;
  }
  .product-quantity .input-group-btn-vertical {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .rtl .product-quantity .input-group-btn-vertical {
    left: 0;
    right: auto;
  }
  .product-quantity .input-group-btn-vertical .btn {
    padding: 8px;
    width: 30px;
    height: 64px;
    min-width: 30px;
    padding: 0;
    color: #888;
    -webkit-transform: none;
    transform: none;
    border: 0;
    background: none;
    line-height: 64px;
    position: absolute;
    top: -2px;
  }
  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
  }
  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
  }
  .product-quantity .input-group-btn-vertical .btn:hover {
    background: none;
    color: #000;
  }
  .product-quantity .input-group-btn-vertical .btn i {
    font-size: 15px;
    position: static;
  }
  .product-quantity .input-group-btn-vertical .btn i.touchspin-up:after {
    content: "add";
  }
  .product-quantity .input-group-btn-vertical .btn i.touchspin-down:after {
    content: "remove";
  }
  .product-quantity .btn-touchspin {
    height: 23px;
  }
  .product-discounts > .product-discounts-title {
    font-weight: 400;
    font-size: 1rem;
  }
  .product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #ebebeb;
    text-align: center;
  }
  .product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6;
  }
  .product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff;
  }
  .product-discounts > .table-product-discounts tbody tr td {
    padding: 10px 20px;
    text-align: center;
    border: 5px solid #ebebeb;
  }
  .product-prices {
    margin: 10px 0 20px;
  }
  .product-prices .current-price {
    font-size: 26px;
    color: #000;
  }
  .product-prices .current-price span[itemprop="price"] {
    display: inline-block;
    margin: 0 13px 0 0;
  }
  .rtl .product-prices .current-price span[itemprop="price"] {
    margin: 0 0 0 13px;
  }
  .product-prices .tax-shipping-delivery-label {
    font-size: 13px;
    color: #878787;
  }
  .product-prices .product-discount {
    display: inline-block;
    font-size: 16px;
  }
  .product-discount {
    color: #d6d6d6;
  }
  .product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin: 0 13px 0 0;
  }
  .rtl .product-discount .regular-price {
    margin: 0 0 0 13px;
  }
  .has-discount.product-price,
  .has-discount p {
    color: #f39d72;
  }
  .has-discount .discount {
    background: #f39d72;
    color: #fff;
    font-weight: 500;
    padding: 6px 10px 4px;
    font-size: 10px;
    margin: 0 13px 0 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: 5px;
    border-radius: 2px;
  }
  .rtl .has-discount .discount {
    margin: 0 0 0 13px;
  }
  .product-unit-price {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .product-tabs.tabs {
    margin-bottom: 20px;
    background: #fff;
  }
  .product-tabs.tabs .tab-content {
    padding: 10px 30px;
  }
  @media (max-width: 767px) {
    .product-tabs.tabs .tab-content {
      padding: 10px;
    }
  }
  .product-tabs.tabs .nav-tabs {
    border: none;
    border: 0;
    padding: 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  .product-tabs.tabs .nav-tabs .nav-link {
    border: 0;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 13px;
    position: relative;
    margin: 0 40px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
  }
  @media (max-width: 767px) {
    .product-tabs.tabs .nav-tabs .nav-link {
      font-weight: 500;
      margin: 0 15px;
    }
  }
  @media (max-width: 480px) {
    .product-tabs.tabs .nav-tabs .nav-link {
      font-size: 12px;
      margin: 0 10px;
    }
  }
  .product-tabs.tabs .nav-tabs .nav-link:before {
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #000;
    display: none;
  }
  .product-tabs.tabs .nav-tabs .nav-link.active {
    border: none;
    color: #000;
  }
  .product-tabs.tabs .nav-tabs .nav-link.active:before {
    display: block;
  }
  .product-tabs.tabs .nav-tabs .nav-link:hover {
    border: none;
    color: #000;
  }
  .product-tabs.tabs .nav-tabs .nav-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: auto;
  }
  .product-cover {
    margin-bottom: 10px;
    position: relative;
  }
  .product-cover .layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    display: none;
  }
  .product-cover .layer .zoom-in {
    font-size: 30px;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.4s;
    transition-delay: 0.2s;
  }
  .rtl .product-cover .layer .zoom-in {
    left: 0;
    right: auto;
  }
  .product-cover .layer:hover .zoom-in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #product-modal .modal-content {
    border: none;
    padding: 0;
  }
  @media (min-width: 992px) {
    #product-modal .modal-content .modal-body > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  #product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
    width: 100%;
    max-width: 100%;
  }
  #product-modal .modal-content .modal-body .image-caption {
    padding: 10px 20px;
  }
  #product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0;
  }
  #product-modal .modal-content .modal-body .thumbnails {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .rtl #product-modal .modal-content .modal-body .thumbnails {
    left: 10px;
    right: auto;
  }
  #product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    height: 475px;
    z-index: 1;
  }
  #product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
  }
  #product-modal .modal-content .modal-body .product-images img {
    width: 150px;
    cursor: pointer;
    background: #fff;
    border: 2px solid transparent;
  }
  #product-modal .modal-content .modal-body .product-images img.selected,
  #product-modal .modal-content .modal-body .product-images img:hover {
    border: 2px solid #e5e5e5;
  }
  #product-modal .modal-content .modal-body .arrows {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0;
    display: none;
    opacity: 1 !important;
    cursor: pointer;
  }
  #product-modal .modal-content .modal-body .arrows.scroll {
    display: block;
  }
  #product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: 20px;
    right: 55%;
  }
  #product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    top: 20px;
    left: 55%;
  }
  #product-modal .modal-content .modal-body .arrows i {
    font-size: 24px;
    transition: all 0.4s;
    color: #999;
  }
  #product-modal .modal-content .modal-body .arrows i:hover {
    color: #000;
  }
  #blockcart-modal {
    color: #333;
  }
  #blockcart-modal .modal-header {
    background: #eee;
    border: 0;
  }
  #blockcart-modal .modal-body {
    background: #fff;
    padding: 30px;
  }
  @media (min-width: 768px) {
    #blockcart-modal .modal-body > .row > div {
      width: 50%;
    }
  }
  #blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 10px;
  }
  #blockcart-modal .modal-body .divide-right p {
    color: #000;
  }
  #blockcart-modal .cart-content-btn {
    margin-top: 30px;
    text-align: right;
  }
  @media (min-width: 768px) {
    #blockcart-modal .cart-content-btn {
      width: 200%;
      float: right;
    }
  }
  #blockcart-modal .modal-dialog {
    max-width: 900px;
    width: 100%;
  }
  #blockcart-modal .product-image {
    width: 210px;
    max-width: 100%;
  }
  #blockcart-modal .modal-title {
    font-size: 13px;
    font-weight: 500;
  }
  #blockcart-modal .modal-title i.material-icons {
    margin: 0 10px 0 0;
    vertical-align: -2px;
  }
  .rtl #blockcart-modal .modal-title i.material-icons {
    margin: 0 0 0 10px;
  }
  #blockcart-modal .product-name {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #blockcart-modal .cart-products-count {
    font-weight: 500;
  }
  #blockcart-modal .cart-content {
    padding-left: 20px;
  }
  .rtl #blockcart-modal .cart-content {
    padding-right: 20px;
    padding-left: inherit;
  }
  #blockcart-modal .cart-content button {
    margin-right: 5px;
  }
  #blockcart-modal .divide-right {
    border-right: 1px solid #e5e5e5;
  }
  .rtl #blockcart-modal .divide-right {
    border-left: 1px solid #e5e5e5;
    border-right: inherit;
  }
  .product-images > li.thumb-container > .thumb {
    cursor: pointer;
    margin: 0 0 10px;
    border: 2px solid transparent;
  }
  .product-images > li.thumb-container > .thumb.selected,
  .product-images > li.thumb-container > .thumb:hover {
    border-color: #e5e5e5;
  }
  #main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden;
  }
  #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .scroll-box-arrows {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
  }
  .scroll-box-arrows.scroll {
    display: block;
  }
  .scroll-box-arrows i {
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #222;
    background: #fff;
    border-radius: 20px;
    transition: all 0.4s;
  }
  .scroll-box-arrows i:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
  .scroll-box-arrows .right {
    right: 0;
  }
  .scroll-box-arrows .left {
    left: 0;
  }
  #product-availability {
    display: inline-block;
    font-weight: 400;
    color: #59c379;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 5px;
  }
  #product-availability .material-icons {
    display: none;
  }
  #product-availability .product-available {
    color: #4cbb6c;
  }
  #product-availability .product-last-items,
  #product-availability .product-unavailable {
    color: #ff9a52;
  }
  #product-details .label {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
  }
  .product-features {
    margin-top: 20px;
  }
  .product-features > dl.data-sheet {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .product-features > dl.data-sheet dd.value,
  .product-features > dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #ebebeb;
    padding: 10px;
    margin-right: 10px;
    min-height: 40px;
    word-break: break-all;
  }
  .product-features > dl.data-sheet dd.value:nth-of-type(2n),
  .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6;
  }
  .product-features > dl.data-sheet dt.name {
    text-transform: capitalize;
  }
  .product-variants > .product-variants-item {
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .product-variants > .product-variants-item select {
    min-height: 40px;
  }
  .product-variants > .product-variants-item select:active {
    color: #000;
  }
  .product-variants > .product-variants-item ul li {
    margin: 0 10px 0 0;
  }
  .rtl .product-variants > .product-variants-item ul li {
    margin: 0 0 0 10px;
  }
  .product-variants > .product-variants-item ul li label {
    margin: 5px 0;
  }
  .product-variants > .product-variants-item .color,
  .product-variants > .product-variants-item .input-color {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border-width: 1px;
    vertical-align: top;
  }
  .product-customization {
    margin: 40px 0;
  }
  .product-customization .product-customization-item {
    margin: 20px 0;
  }
  .product-customization .product-message {
    background: #f8f8f8;
    border: none;
    width: 100%;
    height: 50px;
    resize: none;
    padding: 10px;
  }
  .product-customization .product-message::-webkit-input-placeholder {
    color: #d6d6d6;
  }
  .product-customization .product-message:-moz-placeholder,
  .product-customization .product-message::-moz-placeholder {
    color: #d6d6d6;
  }
  .product-customization .product-message:-ms-input-placeholder {
    color: #d6d6d6;
  }
  .product-customization .file-input {
    width: 100%;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .product-customization .custom-file {
    position: relative;
    background: #ebebeb;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    display: block;
    color: #d6d6d6;
    margin-top: 20px;
  }
  .product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-customization small {
    color: #d6d6d6;
  }
  .product-pack {
    margin-top: 40px;
  }
  .product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
    color: #d6d6d6;
  }
  .product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #ebebeb;
    padding-left: 10px;
  }
  .product-pack .pack-product-container .pack-product-name,
  .product-pack .pack-product-container .pack-product-price,
  .product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .product-refresh {
    margin-top: 20px;
  }
  .social-sharing {
    width: 100%;
    margin-bottom: 10px;
  }
  .social-sharing span {
    display: none;
  }
  .social-sharing ul {
    margin-bottom: 0;
  }
  .social-sharing li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.2s ease-in;
    position: relative;
    color: #888;
    width: 30px;
  }
  .rtl .social-sharing li {
    margin-left: 5px;
    margin-right: inherit;
  }
  .social-sharing li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  .social-sharing li a:hover {
    color: transparent;
  }
  .social-sharing li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .social-sharing li:hover {
    color: #000;
  }
  .social-sharing li.facebook:before {
    content: "\F09A";
  }
  .social-sharing li.twitter:before {
    content: "\F099";
  }
  .social-sharing li.rss:before {
    content: "\F09E";
  }
  .social-sharing li.youtube:before {
    content: "\F16A";
  }
  .social-sharing li.googleplus:before {
    content: "\F0D5";
  }
  .social-sharing li.pinterest:before {
    content: "\F0D2";
  }
  .social-sharing li.vimeo:before {
    content: "\F27D";
  }
  .social-sharing li.instagram:before {
    content: "\F16D";
  }
  .products-selection {
    margin-bottom: 30px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
  }
  .products-selection .title {
    color: #878787;
  }
  #blockcart-modal .cart-content .btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: #ccc;
    color: #fff;
  }
  #blockcart-modal .cart-content .btn i {
    vertical-align: -3px;
  }
  #blockcart-modal .cart-content .btn:hover {
    background: #333;
    color: #fff;
  }
  #blockcart-modal .cart-content button.btn {
    background: #f3f3f3;
    color: #444;
  }
  #blockcart-modal .cart-content button.btn:hover {
    background: #eee;
    color: #000;
  }
  .category-products,
  .product-accessories,
  .viewed-products {
    background: #fff;
    padding: 30px 0;
    clear: both;
  }
  .products-section-title {
    margin: 10px 0 45px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .products-section-title {
      font-size: 18px;
    }
  }
  .products-section-title span {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding: 10px 0 0;
    letter-spacing: 0;
  }
  .more-info-product {
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
  }
  .more-info-product .title-info-product {
    color: #000;
    text-transform: uppercase;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    position: relative;
    margin-right: 2.1875rem;
  }
  .rtl .more-info-product .title-info-product {
    margin-left: 2.1875rem;
    margin-right: inherit;
  }
  .more-info-product .title-info-product:before {
    content: "";
    background: #000;
    bottom: 0;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
  }
  .products-accordion {
    margin-top: 2rem;
  }
  .products-accordion .card {
    margin: 0;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 0;
  }
  .products-accordion .card:last-child {
    border-bottom: 1px solid #eee;
  }
  .products-accordion .card-header {
    background: none;
    padding: 20px;
    border-bottom: none;
    border-radius: 0;
  }
  .products-accordion .card-header h5 {
    margin: 0;
  }
  .products-accordion .card-header a {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .products-accordion .card-header a:after {
    content: "\F068";
    font-size: 1.5rem;
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    top: 0;
    color: #000;
    right: 10px;
  }
  .rtl .products-accordion .card-header a:after {
    left: 10px;
    right: auto;
  }
  .products-accordion .card-header a.collapsed:after {
    content: "\F067";
  }
  .products-accordion .card-header a:hover:after {
    color: #000;
  }
  @media (max-width: 991px) {
    .product-cover img {
      width: 100%;
    }
    #product-modal .modal-content .modal-body {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      margin-left: 0;
    }
    #product-modal .modal-content .modal-body img.product-cover-modal {
      width: 100%;
    }
    #product-modal .modal-content .modal-body .arrows {
      display: none;
    }
    #product-modal .modal-content .modal-body .image-caption {
      width: 100%;
    }
    #blockcart-modal .modal-dialog {
      width: calc(100% - 20px);
    }
    #blockcart-modal .modal-body {
      padding: 30px;
    }
  }
  @media (max-width: 767px) {
    #blockcart-modal .divide-right {
      border-right: none;
    }
    .rtl #blockcart-modal .divide-right {
      border-left: none;
      border-right: inherit;
    }
    #blockcart-modal .modal-body {
      padding: 16px;
    }
  }
  .arrows i::-moz-selection,
  .scroll-box-arrows i::-moz-selection {
    background: none;
    color: inherit;
  }
  .arrows i::selection,
  .scroll-box-arrows i::selection {
    background: none;
    color: inherit;
  }
  #product-modal .modal-dialog {
    max-width: 700px;
    margin: 30px auto;
  }
  #product-modal .modal-body {
    padding: 10px 170px 10px 10px;
  }
  .rtl #product-modal .modal-body {
    padding: 10px 10px 10px 170px;
  }
  .product-infor {
    clear: both;
    padding-top: 40px;
  }
  .leo-compare-wishlist-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leo-compare-wishlist-button .btn-product {
    padding: 0;
    width: 40px;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-align: center;
    border: 0;
    background: none;
    color: #888;
  }
  .leo-compare-wishlist-button .btn-product i {
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
  }
  .leo-compare-wishlist-button .btn-product i.material-icons {
    font-size: 20px;
  }
  .leo-compare-wishlist-button .btn-product span span {
    position: absolute;
    bottom: 100%;
    margin-bottom: 6px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
  }
  .leo-compare-wishlist-button .btn-product span span:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
  }
  .leo-compare-wishlist-button .btn-product:active,
  .leo-compare-wishlist-button .btn-product:focus,
  .leo-compare-wishlist-button .btn-product:hover {
    color: #000;
    background: none;
    outline: none;
  }
  .leo-compare-wishlist-button .btn-product:active span span,
  .leo-compare-wishlist-button .btn-product:focus span span,
  .leo-compare-wishlist-button .btn-product:hover span span {
    opacity: 1;
    visibility: visible;
  }
  .product-quantity .add .btn:not(.add-to-cart) {
    position: relative;
    background: none;
    color: #888;
    padding: 0;
    margin: 0 10px 0 0;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
  }
  .rtl .product-quantity .add .btn:not(.add-to-cart) {
    margin: 0 0 0 10px;
  }
  .product-quantity .add .btn:not(.add-to-cart):active,
  .product-quantity .add .btn:not(.add-to-cart):focus,
  .product-quantity .add .btn:not(.add-to-cart):hover {
    color: #000;
    border-color: #000;
  }
  .product-quantity .add .btn:not(.add-to-cart) .cssload-speeding-wheel {
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .product-quantity .add .btn:not(.add-to-cart).add-to-cart:hover {
    background: #dc5e56;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart) {
      font-size: 9px;
    }
  }
  .product-quantity .add .btn:not(.add-to-cart) i {
    display: none;
  }
  .product-actions .product-variants {
    margin: 0 0 30px;
  }
  .product-add-to-cart {
    padding-bottom: 25px;
  }
  .product-add-to-cart .control-label {
    margin: 16px 10px 10px 0;
    float: left;
  }
  .rtl .product-add-to-cart .control-label {
    margin: 16px 0 10px 10px;
    float: right;
  }
  .product-add-to-cart .product-quantity {
    position: relative;
  }
  .product-add-to-cart .product-quantity .qty {
    margin: 0 15px 10px 0;
    width: 100px;
  }
  .rtl .product-add-to-cart .product-quantity .qty {
    margin: 0 0 10px 15px;
  }
  .product-add-to-cart .product-quantity .qty .control-label {
    display: none;
  }
  .product-add-to-cart .product-quantity .add-to-cart {
    background: #2a363b;
  }
  .product-add-to-cart .product-quantity .add-to-cart:hover {
    background: #000;
  }
  .product-add-to-cart .product-quantity .add-to-cart .material-icons,
  .ps-hidden-by-js {
    display: none;
  }
  .product-infor #block-reassurance {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #000;
    margin: 50px 0;
  }
  @media (min-width: 768px) {
    .product-infor #block-reassurance ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .product-infor #block-reassurance ul li {
      border: 0;
      border-right: 1px solid #e5e5e5;
      width: 33.33%;
    }
    .rtl .product-infor #block-reassurance ul li {
      border-left: 1px solid #e5e5e5;
      border-right: inherit;
    }
    .product-infor #block-reassurance ul li .block-reassurance-item {
      padding: 12px 20px;
    }
    .product-infor #block-reassurance ul li:last-child {
      border: 0;
    }
  }
  .quickview h1.h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  #product #content-wrapper {
    padding-bottom: 20px;
  }
  .product-additional-info .social-sharing {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  @media (min-width: 1200px) {
    .page-product > .col-md-6:first-child {
      padding: 0 40px 0 15px;
    }
    .page-product > .col-md-6:nth-child(2),
    .rtl .page-product > .col-md-6:first-child {
      padding: 0 15px 0 40px;
    }
    .rtl .page-product > .col-md-6:nth-child(2) {
      padding: 0 40px 0 15px;
    }
  }
  #leo_product_reviews_block_extra {
    line-height: 20px;
    color: #5a5050;
    margin: 0 0 20px;
  }
  #leo_product_reviews_block_extra a {
    color: #5a5050;
  }
  #leo_product_reviews_block_extra a:hover {
    color: #000;
  }
  #leo_product_reviews_block_extra:after {
    content: "";
    display: block;
    clear: both;
  }
  #leo_product_reviews_block_extra .reviews_note {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    position: relative;
    height: 20px;
  }
  .rtl #leo_product_reviews_block_extra .reviews_note {
    float: right;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
  }
  #leo_product_reviews_block_extra .reviews_note:before {
    content: "";
    width: 2px;
    height: 12px;
    background: #5a5050;
    position: absolute;
    top: 4px;
    right: 0;
  }
  .rtl #leo_product_reviews_block_extra .reviews_note:before {
    left: 0;
    right: auto;
  }
  #leo_product_reviews_block_extra .reviews_note > span {
    display: none;
  }
  #leo_product_reviews_block_extra .reviews_advices {
    float: left;
    margin: 0;
  }
  .rtl #leo_product_reviews_block_extra .reviews_advices {
    float: right;
  }
  #leo_product_reviews_block_extra .reviews_advices li {
    line-height: 20px;
  }
  #leo_product_reviews_block_extra .reviews_advices li.last {
    border: 0;
    padding: 0;
  }
  #leo_product_reviews_block_extra .reviews_advices i {
    display: none;
  }
  @media (min-width: 768px) {
    .product-tabs.tabs {
      border: 1px solid #efefef;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .product-tabs.tabs .nav-tabs {
      width: 270px;
      min-width: 270px;
      margin: 0;
      float: left;
      text-align: left;
      border-right: 1px solid #efefef;
    }
    .rtl .product-tabs.tabs .nav-tabs {
      float: right;
      text-align: right;
      border-left: 1px solid #efefef;
      border-right: inherit;
    }
    .product-tabs.tabs .nav-tabs .nav-item {
      display: block;
      margin: 0 -1px 0 0;
      border-bottom: 1px solid #efefef;
      overflow: hidden;
    }
    .rtl .product-tabs.tabs .nav-tabs .nav-item {
      margin: 0 0 0 -1px;
    }
    .product-tabs.tabs .nav-tabs .nav-item .nav-link {
      padding: 13px 30px;
      border: 0;
      margin: 0;
      border-radius: 0;
    }
    .product-tabs.tabs .nav-tabs .nav-item .nav-link:before {
      display: none;
    }
    .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {
      content: "";
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      width: 0;
      transition: all 0.4s;
    }
    .rtl .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {
      right: -1px;
      left: auto;
    }
    .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after {
      background: #000;
      width: 6px;
    }
    .product-tabs.tabs .tab-content {
      padding: 50px;
      width: calc(100% - 270px);
    }
  }
  .product-thumb-images {
    display: none;
  }
  .product-thumb-images .thumb {
    max-width: 100%;
    cursor: pointer;
    border: 0;
  }
  .product-thumb-images .thumb.selected,
  .product-thumb-images .thumb:hover {
    border: 0;
  }
  .product-detail .arrows-product-fake {
    display: none;
  }
  .product-detail .arrows-product-fake .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    z-index: 999;
    overflow: hidden;
    background: hsla(0, 0%, 100%, 0.8);
    border-radius: 50%;
  }
  .product-detail .arrows-product-fake .slick-arrow:hover {
    color: #fff;
    background: #000;
  }
  .product-detail .arrows-product-fake .slick-arrow.slick-next {
    right: -20px;
  }
  .product-detail .arrows-product-fake .slick-arrow.slick-prev {
    left: -20px;
  }
  .product-detail.product-thumbs-bottom .product-thumb-images {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-detail.product-thumbs-bottom
    .product-thumb-images
    .slick-list
    .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-detail.product-thumbs-bottom
    .product-thumb-images
    .slick-arrow.slick-next {
    right: -5px;
  }
  .product-detail.product-thumbs-bottom
    .product-thumb-images
    .slick-arrow.slick-prev {
    left: -5px;
  }
  .product-detail.product-thumbs-left .images-container,
  .product-detail.product-thumbs-right .images-container {
    position: relative;
  }
  .product-detail.product-thumbs-left
    .images-container
    .product-cover
    .product-flags,
  .product-detail.product-thumbs-right
    .images-container
    .product-cover
    .product-flags {
    left: 10px;
  }
  .rtl
    .product-detail.product-thumbs-left
    .images-container
    .product-cover
    .product-flags,
  .rtl
    .product-detail.product-thumbs-right
    .images-container
    .product-cover
    .product-flags {
    right: 10px;
    left: auto;
  }
  .product-detail.product-thumbs-left .images-container .product-thumb-images,
  .product-detail.product-thumbs-right .images-container .product-thumb-images {
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 80px;
  }
  .product-detail.product-thumbs-left .product-thumb-images .slick-list,
  .product-detail.product-thumbs-right .product-thumb-images .slick-list {
    margin: -5px 0;
  }
  .product-detail.product-thumbs-left
    .product-thumb-images
    .slick-list
    .slick-slide,
  .product-detail.product-thumbs-right
    .product-thumb-images
    .slick-list
    .slick-slide {
    padding: 5px 0;
  }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow,
  .product-detail.product-thumbs-right .product-thumb-images .slick-arrow {
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    color: #fff;
    background: #000;
  }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:before,
  .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:before {
    opacity: 1;
  }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover,
  .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover {
    color: #fff;
    background: #000;
  }
  .product-detail.product-thumbs-left
    .product-thumb-images
    .slick-arrow.slick-next,
  .product-detail.product-thumbs-right
    .product-thumb-images
    .slick-arrow.slick-next {
    top: -20px;
    bottom: auto;
  }
  .product-detail.product-thumbs-left
    .product-thumb-images
    .slick-arrow.slick-next:before,
  .product-detail.product-thumbs-right
    .product-thumb-images
    .slick-arrow.slick-next:before {
    content: "\F106";
    font-family: FontAwesome;
  }
  .product-detail.product-thumbs-left
    .product-thumb-images
    .slick-arrow.slick-prev,
  .product-detail.product-thumbs-right
    .product-thumb-images
    .slick-arrow.slick-prev {
    top: auto;
    bottom: -40px;
  }
  .product-detail.product-thumbs-left
    .product-thumb-images
    .slick-arrow.slick-prev:before,
  .product-detail.product-thumbs-right
    .product-thumb-images
    .slick-arrow.slick-prev:before {
    content: "\F107";
    font-family: FontAwesome;
  }
  .product-detail.product-thumbs-left .images-container {
    position: relative;
  }
  .product-detail.product-thumbs-left .images-container .product-cover {
    margin: 0 0 0 90px;
  }
  .rtl .product-detail.product-thumbs-left .images-container .product-cover {
    margin: 0 90px 0 0;
  }
  .product-detail.product-thumbs-left
    .images-container
    .product-cover
    .product-flags {
    right: 10px;
  }
  .rtl
    .product-detail.product-thumbs-left
    .images-container
    .product-cover
    .product-flags {
    left: 10px;
    right: auto;
  }
  .product-detail.product-thumbs-left .images-container .product-thumb-images {
    left: 0;
  }
  .rtl
    .product-detail.product-thumbs-left
    .images-container
    .product-thumb-images {
    right: 0;
    left: auto;
  }
  .product-detail.product-thumbs-right .images-container {
    position: relative;
  }
  .product-detail.product-thumbs-right .images-container .product-cover {
    margin: 0 90px 0 0;
  }
  .rtl .product-detail.product-thumbs-right .images-container .product-cover {
    margin: 0 0 0 90px;
  }
  .product-detail.product-thumbs-right .images-container .product-cover .layer {
    left: 20px;
    right: auto;
  }
  .product-detail.product-thumbs-right .images-container .product-thumb-images {
    right: 0;
  }
  .rtl
    .product-detail.product-thumbs-right
    .images-container
    .product-thumb-images {
    left: 0;
    right: auto;
  }
  .product-detail.no-thumbs .images-container {
    position: relative;
  }
  .product-detail.no-thumbs .product-thumb-images .slick-arrows,
  .product-detail.no-thumbs .product-thumb-images .slick-list {
    display: none;
  }
  .product-detail.no-thumbs .arrows-product-fake {
    display: block;
  }
  .product-detail.product-image-gallery .product-cover {
    display: none;
  }
  .product-detail.product-image-gallery .product-thumb-images {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-detail.product-image-gallery .product-thumb-images:after {
    content: "";
    display: table;
    clear: both;
  }
  .product-detail.product-image-gallery .product-thumb-images .thumb-container {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
  }
  .rtl
    .product-detail.product-image-gallery
    .product-thumb-images
    .thumb-container {
    float: right;
  }
  @media (min-width: 576px) {
    .product-detail.product-image-gallery .product-thumb-images .thumb-container {
      width: 50%;
    }
  }
  @media (max-width: 575px) {
    .product-detail.product-image-gallery .product-thumb-images .thumb-container {
      width: 100%;
    }
  }
  @media (min-width: 576px) {
    .product-detail.product-image-gallery
      .product-thumb-images
      .thumb-container:nth-child(odd) {
      clear: both;
    }
  }
  .zoomContainer {
    z-index: 9;
  }
  #product #content[data-templateview="right"] .product-flags {
    right: auto;
    left: 25px;
  }
  .rtl #product #content[data-templateview="right"] .product-flags {
    right: 25px;
    left: auto;
  }
  .review_details p[itemprop="name"] {
    color: #333;
  }
  .review_details p[itemprop="name"]:first-letter {
    text-transform: uppercase;
  }
  .review_details p[itemprop="name"] strong {
    display: block;
  }
  .review_details strong {
    font-weight: 600;
  }
  .review-info .review_author .star_content {
    margin: 5px 0;
  }
  .review-info .review_author .review_author_infos strong {
    color: #333;
    text-transform: capitalize;
    margin: 0 5px 0 0;
  }
  .rtl .review-info .review_author .review_author_infos strong {
    margin: 0 0 0 5px;
  }
  @media (min-width: 1200px) {
    .product-detail {
      padding-top: 20px;
    }
    .product-detail > .row {
      margin: 0 -30px;
    }
    .product-detail > .row > div[class^="col-"] {
      padding-left: 30px;
      padding-right: 30px;
    }
    .product-detail > .row > .col-md-12 {
      padding-top: 20px;
    }
  }
  .leo-modal-review input.form-control {
    height: 40px;
  }
  .leo-modal-review .cssload-speeding-wheel {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .leo-modal-review .form-control {
    padding: 10px;
  }
  .leo-modal-review sup {
    color: #e34747;
  }
  .leo-modal-review .product-info {
    width: 40%;
  }
  .leo-modal-review .new_review_form_content {
    width: 60%;
  }
  @media (min-width: 768px) {
    .product-image-no-thumbs .product-tabs.tabs {
      border: 0;
      display: block;
    }
    .product-image-no-thumbs .product-tabs.tabs .tab-content {
      padding: 50px 0;
      border-top: 2px solid #333;
      z-index: 2;
      position: relative;
    }
    .product-image-no-thumbs .product-tabs.tabs .nav-tabs {
      width: auto;
      min-width: 0;
      float: none;
      text-align: center;
      border: 0;
    }
    .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 2px -3px;
      border: 0;
      overflow: hidden;
    }
    .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {
      border: 2px solid #e5e5e5;
      border-bottom: 0;
      color: #ccc;
      border-radius: 0;
      margin: 0;
    }
  }
  @media (min-width: 768px) and (max-width: 767px) {
    .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {
      padding: 10px;
      font-size: 13px;
    }
  }
  @media (min-width: 768px) and (max-width: 480px) {
    .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {
      padding: 10px 5px;
      font-size: 10px;
    }
  }
  @media (min-width: 768px) {
    .product-image-no-thumbs
      .product-tabs.tabs
      .nav-tabs
      .nav-item
      .nav-link:after {
      display: none;
    }
    .product-image-no-thumbs
      .product-tabs.tabs
      .nav-tabs
      .nav-item
      .nav-link:hover {
      color: #333;
    }
    .product-image-no-thumbs
      .product-tabs.tabs
      .nav-tabs
      .nav-item
      .nav-link.active {
      border: 2px solid #333;
      border-bottom: 0;
      color: #333;
      background: #fff;
      position: relative;
      z-index: 3;
    }
  }
  .product-image-thumbs-left .product-tabs.tabs {
    border: 0;
    display: block;
  }
  .product-image-thumbs-left .product-tabs.tabs .nav-tabs {
    width: 100%;
    text-align: center;
    min-width: 0;
    border: 1px solid #eee;
    border-width: 1px 0;
  }
  .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 0;
    border: 0;
    overflow: visible;
    vertical-align: top;
  }
  @media (max-width: 480px) {
    .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item {
      display: block;
    }
  }
  .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link {
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    border: 0;
    margin: 0 0 -1px;
    border-radius: 0;
    color: #ccc;
    background: none;
    position: relative;
  }
  @media (max-width: 480px) {
    .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link {
      height: 50px;
      line-height: 50px;
      padding: 0;
    }
  }
  .product-image-thumbs-left
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link:after {
    content: "";
    background: #222;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    transition: all 0.8s;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: auto;
    width: auto;
  }
  .product-image-thumbs-left
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link:before {
    display: none;
    opacity: 0;
  }
  .product-image-thumbs-left
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link.active,
  .product-image-thumbs-left
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link:hover {
    color: #222;
    background: none;
  }
  .product-image-thumbs-left
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .product-image-thumbs-left .product-tabs.tabs .tab-content {
    clear: both;
    padding: 50px 0;
  }
  .product-image-no-thumbs-center .product-tabs.tabs {
    display: block;
    border: 0;
    float: none;
  }
  .product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab {
    text-align: left;
  }
  .rtl
    .product-image-no-thumbs-center
    .product-tabs.tabs
    #product_reviews_block_tab {
    text-align: right;
  }
  .product-image-no-thumbs-center .product-tabs.tabs .tab-content {
    padding: 30px 0;
  }
  .product-image-no-thumbs-center .product-tabs.tabs .nav-tabs {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    text-align: center;
    float: none;
  }
  .product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 0;
    border: 0;
  }
  .product-image-no-thumbs-center
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link {
    background: none;
  }
  .product-image-no-thumbs-center
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link:after {
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    height: 0;
    top: auto;
    left: 50%;
    margin-left: -8px;
    background: none;
    transition: all 1s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .product-image-no-thumbs-center
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link.active:after {
    background: none;
    width: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .product-image-no-thumbs-fullwidth .offset-lg-2,
  .product-image-no-thumbs-fullwidth .product-cover {
    text-align: center;
  }
  .product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-image-no-thumbs-fullwidth .product-add-to-cart .control-label {
    margin: 0 0 15px;
    float: none !important;
    display: inline-block;
  }
  .product-image-no-thumbs-fullwidth .product-variants > .product-variants-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-image-no-thumbs-fullwidth .product-add-to-cart .product-quantity .qty {
    margin: 0 auto 30px;
  }
  .product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .compare,
  .product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .wishlist {
    display: inline-block;
    float: none !important;
    vertical-align: top;
  }
  .product-image-no-thumbs-fullwidth
    .product-quantity
    .add
    .btn:not(.add-to-cart) {
    margin: 0 10px;
  }
  .product-image-no-thumbs-fullwidth .product-tabs.tabs {
    display: block;
    border: 0;
    float: none;
  }
  .product-image-no-thumbs-fullwidth
    .product-tabs.tabs
    #product_reviews_block_tab {
    text-align: left;
  }
  .rtl
    .product-image-no-thumbs-fullwidth
    .product-tabs.tabs
    #product_reviews_block_tab {
    text-align: right;
  }
  .product-image-no-thumbs-fullwidth .product-tabs.tabs .tab-content {
    padding: 30px 0;
  }
  .product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    text-align: center;
    float: none;
  }
  .product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 0;
    border: 0;
  }
  .product-image-no-thumbs-fullwidth
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link:after {
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    height: 0;
    top: auto;
    left: 50%;
    margin-left: -8px;
    background: none;
    transition: all 1s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .product-image-no-thumbs-fullwidth
    .product-tabs.tabs
    .nav-tabs
    .nav-item
    .nav-link.active:after {
    background: none;
    width: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  @media (max-width: 400px) {
    .product-tabs.tabs .nav-tabs .nav-item {
      display: block;
    }
    .product-tabs.tabs .nav-tabs .nav-link {
      font-size: 14px;
      margin: 0 0 10px;
      background: #f9f9f9;
      color: #888;
      padding: 10px 0;
    }
    .product-tabs.tabs .nav-tabs .nav-link:before {
      display: block;
      bottom: 0;
      transition: all 0.4s;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    .product-tabs.tabs .nav-tabs .nav-link.active {
      color: #000;
    }
    .product-tabs.tabs .nav-tabs .nav-link.active:before {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .p-cartwapper {
    margin: 30px 0;
    padding: 15px 0 0;
    border: 1px solid #ddd;
    border-width: 1px 0;
  }
  .p-cartwapper > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .form-new-review .form-group {
    margin-bottom: 5px;
  }
  .modal-header {
    padding: 15px;
    background: #eee;
    border: 0;
  }
  #blockcart-modal.modal {
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal {
      top: 0;
    }
  }
  #blockcart-modal.modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal .modal-dialog {
      max-width: 500px;
      margin: auto;
    }
  }
  #blockcart-modal.modal .modal-dialog .modal-content {
    border-radius: 30px 30px 0 0;
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal .modal-dialog .modal-content {
      border-radius: 30px;
    }
  }
  #blockcart-modal.modal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
  }
  @media (min-width: 768px) {
    #blockcart-modal.modal .modal-dialog .modal-content .modal-header {
      padding: 15px 30px;
    }
  }
  #blockcart-modal.modal .modal-dialog .modal-content .modal-header .close {
    margin-top: 20px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-header
    #myModalLabel {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 500;
    max-height: 35px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal
      .modal-dialog
      .modal-content
      .modal-header
      #myModalLabel {
      font-size: 1.75rem;
      line-height: 34px;
    }
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-header
    #myModalLabel
    .material-icons {
    display: none;
  }
  #blockcart-modal.modal .modal-dialog .modal-content .modal-body {
    background-color: transparent;
    margin-top: 60px;
  }
  #blockcart-modal.modal .modal-dialog .modal-content .modal-body .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right {
    width: 100%;
    border-top: 1px solid rgba(9, 31, 73, 0.1);
    border-bottom: none;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:first-child {
    width: 170px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:first-child
    .product-image {
    width: 110px;
    max-width: 110px;
    height: 110px;
    max-height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(9, 31, 73, 0.1);
    border-radius: 15px;
    padding: 5px;
    margin: 20px;
    margin-left: 35px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:nth-child(2) {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal
      .modal-dialog
      .modal-content
      .modal-body
      .row
      .divide-right
      .col-md-6:nth-child(2) {
      -ms-grid-columns: 100% 25%;
      grid-template-columns: 100% 25%;
    }
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:nth-child(2)
    .product-name {
    width: 70%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:nth-child(2)
    .product-price {
    font-weight: 600;
    font-size: 1rem;
    color: #091f49;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .divide-right
    .col-md-6:nth-child(2)
    span {
    font-size: 0.75rem;
    font-weight: 400;
    color: #091f49;
  }
  #blockcart-modal.modal .modal-dialog .modal-content .modal-body .row .col-md-7 {
    border-top: 1px solid rgba(9, 31, 73, 0.1);
    width: 100%;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content {
    padding-left: 15px;
    padding-top: 20px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-products-count {
    position: fixed;
    top: 80px;
    color: #091f49;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: #f3f7ff;
    padding: 15px 20px;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
  @media (min-width: 768px) {
    #blockcart-modal.modal
      .modal-dialog
      .modal-content
      .modal-body
      .row
      .col-md-7
      .cart-content
      .cart-products-count {
      width: calc(100% - 60px);
    }
  }
  @media (min-width: 992px) {
    #blockcart-modal.modal
      .modal-dialog
      .modal-content
      .modal-body
      .row
      .col-md-7
      .cart-content
      .cart-products-count {
      font-size: 1rem;
    }
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #091f49;
    margin-bottom: 5px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p
    .label {
    color: #091f49;
    font-size: 1rem;
    font-weight: 400;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p
    .value {
    font-weight: 600;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-total {
    font-weight: 600;
    margin-bottom: -5px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-total
    .label {
    font-weight: 600;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-total
    .label
    span {
    display: none;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-total
    .value {
    font-size: 1.25rem;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-tax {
    color: #091f49;
    font-size: 0.75rem;
    opacity: 0.6;
    position: relative;
    top: -3px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    p.product-tax
    .value {
    display: none;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    margin-top: 10px;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-secondary,
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-tertiary {
    background-color: #fff;
    color: #091f49;
    border: 2px solid #091f49;
    text-transform: inherit;
    width: 50%;
    margin-right: 5%;
    line-height: 24px;
    font-size: 0.75rem;
    padding: 12px 25px;
    letter-spacing: 0;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-secondary:hover,
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-tertiary:hover {
    background-color: #f1f1f1;
    color: #091f49;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-primary {
    background-color: #f26233;
    width: 50%;
    line-height: 24px;
    font-size: 0.75rem;
    padding: 12px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-primary:hover {
    background-color: #f0460f;
  }
  #blockcart-modal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .row
    .col-md-7
    .cart-content
    .cart-content-btn
    .btn-primary
    .material-icons {
    display: none;
  }
  .page-product .nav-item,
  .page-product .p-cartwapper,
  .page-product .product-tabs {
    border-color: rgba(9, 31, 73, 0.1);
  }
  .page-product .fancybox-skin {
    border-radius: 15px !important;
  }
  .page-product .tax-shipping-delivery-label {
    opacity: 0.5;
  }
  .page-product .js-qv-product-cover,
  .page-product .js-thumb {
    border-radius: 15px;
  }
  .page-product .images-container {
    padding-top: 30px;
  }
  @media (min-width: 992px) {
    .page-product .images-container {
      padding-top: 0;
    }
  }
  .page-product .product-detail .current-price,
  .page-product .product-detail .icon-gray,
  .page-product .product-detail .product-detail-name,
  .page-product .product-detail .tax-shipping-delivery-label,
  .page-product .product-detail h1,
  .page-product .product-detail h2,
  .page-product .product-detail h3,
  .page-product .product-detail h4,
  .page-product .product-detail h5,
  .page-product .product-detail h6,
  .page-product .product-detail label,
  .page-product .product-detail p {
    color: #091f49 !important;
  }
  .page-product .product-detail a {
    color: #0075c9;
  }
  .page-product .reviews_advices a {
    color: #091f49 !important;
  }
  .page-product .p-cartwapper,
  .page-product .p-cartwapper .bootstrap-touchspin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-product .p-cartwapper .bootstrap-touchspin {
    border: none;
    background: #e6f1fa;
    border-radius: 25px;
    height: 30px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .page-product .p-cartwapper .bootstrap-touchspin .input-group {
    font-size: 1rem;
  }
  .page-product .p-cartwapper .bootstrap-touchspin .btn-touchspin {
    background: #0075c9;
    border-radius: 50%;
    color: #fff;
    height: 24px;
    width: 24px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px;
  }
  .page-product
    .p-cartwapper
    .bootstrap-touchspin
    .btn-touchspin
    .material-icons {
    font-weight: 600;
  }
  .page-product .p-cartwapper .add .add-to-cart {
    background: #f26233;
    padding: 12px 25px;
    height: 48px;
    min-width: 130px;
    line-height: 0;
  }
  .page-product .p-cartwapper .add .add-to-cart:hover {
    background: #f0460f;
  }
  .page-product .p-cartwapper .leo-wishlist-button-dropdown .leo-list-wishlist {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    max-height: 150px;
    top: 70px;
    left: -116px;
    bottom: auto;
  }
  .page-product
    .p-cartwapper
    .leo-wishlist-button-dropdown
    .leo-list-wishlist
    .wishlist-item {
    border: none;
    color: #091f49;
    font-size: 0.875rem;
  }
  .page-product .modal-content,
  .page-product .modal-header {
    background: #fff;
    border-radius: 25px !important;
  }
  .page-product .product-tabs {
    border-radius: 15px;
  }
  .page-product .product-tabs .material-icons {
    display: none;
  }
  .page-product .product-tabs .nav-link {
    color: #091f49 !important;
    opacity: 0.5 !important;
    background: #fff !important;
  }
  .page-product .product-tabs .nav-link.active {
    opacity: 1 !important;
  }
  .page-product .product-tabs .nav-link.active:after,
  .page-product .product-tabs .nav-link.active:before {
    background: #091f49 !important;
  }
  .page-product .product-accessories {
    background: transparent;
  }
  .page-product .owl-item .price,
  .page-product .owl-item .product-title a {
    color: #091f49;
  }
  .cart-grid {
    margin-bottom: 16px;
  }
  .cart-items {
    margin-bottom: 0;
  }
  .cart-item {
    padding: 16px 0;
  }
  .cart-summary-line {
    margin-bottom: 10px;
    clear: both;
  }
  .cart-summary-line:after {
    content: "";
    display: table;
    clear: both;
  }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
  }
  .rtl .cart-summary-line .label {
    padding-right: 0;
    padding-left: inherit;
  }
  .cart-summary-line .value {
    color: #5c5c5c;
    float: right;
    font-size: 15px;
    font-weight: 600;
    font-family: Fira Sans, Poppins, sans-serif;
  }
  .rtl .cart-summary-line .value {
    float: left;
  }
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400;
  }
  .cart-grid-body {
    margin-bottom: 12px;
  }
  .cart-grid-body a.label:hover {
    color: #f12c2c;
  }
  .cart-grid-body .card-block {
    padding: 16px;
  }
  .cart-grid-body .card-block h1 {
    margin-bottom: 0;
  }
  .cart-grid-body hr {
    margin: 0;
  }
  .cart-grid-body .cart-overview {
    padding: 16px;
  }
  .cart-grid-right hr {
    margin: 0;
  }
  .cart-grid-right .promo-discounts {
    margin-bottom: 0;
  }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787;
  }
  .cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer;
  }
  .cart-detailed-totals > .card-block {
    border-bottom: 1px solid #ddd;
  }
  .block-promo .promo-code {
    padding: 1.6rem;
    background: #f2f2f4;
  }
  .block-promo .promo-code form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 20px;
    background: #ff4c4c;
    color: #fff;
    display: none;
  }
  .block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px;
  }
  .block-promo .promo-input {
    height: 40px;
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #000;
    outline: none;
    margin: 0 10px 0 0;
  }
  .block-promo .promo-input:focus {
    border-color: #999;
  }
  .block-promo .promo-input + button {
    margin-top: 0;
    text-transform: capitalize;
    vertical-align: top;
  }
  .block-promo .cart-summary-line .label,
  .block-promo .promo-name {
    color: #ff9a52;
    font-weight: 400;
  }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: 400;
    color: #5c5c5c;
    display: inline-block;
  }
  .block-promo .promo-code-button {
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .block-promo .promo-code-button:hover {
    color: #000;
  }
  .block-promo.promo-highlighted {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .promo-code .alert-danger:before {
    display: none;
  }
  .promo-code .alert-danger {
    padding: 10px;
  }
  .promo-code .alert-danger span {
    margin: 0 5px !important;
  }
  .promo-code-button a.collapse-button {
    padding: 0 20px;
    margin: 10px 0;
    display: inline-block;
  }
  .product-line-grid-left img {
    max-width: 100%;
  }
  p.promo-code-button {
    width: 100%;
  }
  .block-promo {
    min-height: 50px;
  }
  .product-line-grid-body > .product-line-info {
    margin-bottom: 10px;
  }
  .product-line-grid-body > .product-line-info.product-price {
    display: block;
  }
  .product-line-grid-body > .product-line-info:first-child a.label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .product-line-grid-body > .product-line-info:first-child a.label:hover {
    color: #888;
  }
  .product-line-grid-body > .product-line-info .product-discount {
    margin-bottom: 5px;
  }
  .product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    white-space: inherit;
    font-weight: 400;
    text-align: left;
    color: #999;
  }
  .rtl .product-line-grid-body > .product-line-info > .label {
    text-align: right;
  }
  .product-line-grid-body > .product-line-info > a.label {
    font-size: 1.75rem;
  }
  .product-line-grid-body > .product-line-info > .out-of-stock {
    color: red;
  }
  .product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c;
  }
  .product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #878787;
  }
  .rtl .product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-right: 0.3125rem;
    padding-left: inherit;
  }
  .product-line-grid-right .bootstrap-touchspin {
    width: 68px;
    -o-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  }
  .product-line-grid-right .bootstrap-touchspin > .form-control,
  .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #5c5c5c;
    background-color: #fff;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 48px;
  }
  .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto;
    right: -1px;
  }
  .product-line-grid-right .cart-line-product-actions,
  .product-line-grid-right .product-price {
    color: #5c5c5c;
    line-height: 36px;
  }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #ccc;
    display: inline-block;
  }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
  .product-line-grid-right .product-price .remove-from-cart:hover {
    color: #000;
  }
  @media (max-width: 767px) {
    .product-line-grid-body {
      margin-bottom: 16px;
    }
  }
  @media (max-width: 575px) {
    .cart-items {
      padding: 16px 0;
    }
    .cart-item {
      border-bottom: 1px solid #eee;
    }
    .cart-item .product-line-grid {
      margin: 0;
    }
    .cart-item:last-child {
      border-bottom: 0;
    }
    .cart-grid-body .cart-overview {
      padding: 0;
    }
    .cart-grid-body .no-items {
      padding: 16px;
      display: inline-block;
    }
    .product-line-grid-left {
      padding-right: 0 !important;
    }
  }
  @media (max-width: 360px) {
    .product-line-grid-right .price,
    .product-line-grid-right .qty {
      width: 100%;
    }
  }
  .cart-detailed-actions .text-sm-center {
    text-align: center;
  }
  #cart {
    background-color: #fff;
  }
  #cart #header .header-top {
    background-color: #fff !important;
  }
  #cart #header .header-top .box-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cart #header .header-top .h-logo {
    padding: 15px 0;
  }
  @media (min-width: 992px) {
    #cart #header .header-top .h-logo {
      padding: 10px 0 30px;
    }
  }
  #cart #footer {
    background-color: #fff !important;
    border: none;
  }
  #cart #wrapper {
    padding: 0;
  }
  #cart .breadcrumb {
    display: none;
  }
  #cart .cart-grid {
    padding-top: 25px;
  }
  #cart .cart-grid > .label {
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  #cart .cart-grid .cart-grid-body .cart-container {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  #cart .cart-grid .cart-grid-body .cart-container .card-block {
    padding: 0;
    text-align: center;
  }
  #cart .cart-grid .cart-grid-body .cart-container .card-block h1 {
    text-transform: none;
    color: #091f49;
    text-align: left;
    font-size: 1.5rem;
  }
  @media (min-width: 992px) {
    #cart .cart-grid .cart-grid-body .cart-container .card-block h1 {
      font-size: 1.75rem;
    }
  }
  @media (min-width: 992px) {
    #cart .cart-grid .cart-grid-body .cart-container .cart-overview {
      padding: 0;
    }
  }
  #cart .cart-grid .cart-grid-body .cart-container .cart-overview .cart-items {
    padding: 0;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item {
      padding: 30px 15px;
      border-bottom: 1px solid rgba(9, 31, 73, 0.1);
      border-radius: 0;
    }
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item:last-child {
      border: none;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px auto;
    grid-template-columns: 130px auto;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    * {
    color: #091f49;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    svg
    path {
    fill: #091f49;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-left {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    -ms-grid-column: 1;
    grid-column: 1;
    padding-left: 0;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-left {
      min-width: 150px;
      height: 150px;
      padding: 0;
      margin-right: 30px;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-left
    img {
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-left
      img {
      width: 150px;
      height: 150px;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 10px 0;
    grid-column: 2/3;
    width: 100%;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-body
    .product-name {
    line-height: 20px;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-body
      .product-name {
      margin-bottom: 5px;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-body
    .product-name
    .label {
    font-size: 1rem;
    color: #091f49;
    font-weight: 400;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-body
    .product-price {
    text-align: right;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-body
    .product-price
    .current-price {
    font-size: 1rem;
    color: #091f49;
    font-weight: 600;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .bootstrap-touchspin {
    margin-top: 20px;
    background-color: #e6f1fa;
    width: 90px;
    height: 30px;
    border-radius: 30px;
    margin: 0;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    border: none;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .bootstrap-touchspin
    .input-group-btn {
    width: auto;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .bootstrap-touchspin
    .input-group-btn
    button {
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 400;
    background: #0075c9;
    vertical-align: sub;
    min-width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 25px;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .bootstrap-touchspin
    .js-cart-line-product-quantity {
    background: transparent;
    width: 20px;
    font-size: 1rem;
    padding: 0;
    height: 25px;
    border: none;
    line-height: 25px;
    text-align: center;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right {
    -ms-grid-column: 2;
    grid-column: 2;
    top: auto;
    bottom: 35px;
    margin-right: 15px;
    width: 100%;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-right {
      position: static;
      margin-right: 0;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right
    .bootstrap-touchspin {
    margin: 0;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right
    .product-price {
    display: none;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right
    > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 0;
    grid-template-rows: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-body
      .cart-container
      .cart-overview
      .cart-items
      .cart-item
      .product-line-grid
      .product-line-grid-right
      > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right
    > .row
    .col-xs-6 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #cart
    .cart-grid
    .cart-grid-body
    .cart-container
    .cart-overview
    .cart-items
    .cart-item
    .product-line-grid
    .product-line-grid-right
    svg
    path {
    fill: #d6d6d6;
  }
  #cart .cart-grid .cart-grid-right .cart-summary {
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  @media (min-width: 992px) {
    #cart .cart-grid .cart-grid-right .cart-summary {
      background-color: #f5f5f5;
      padding: 30px;
      border-radius: 20px;
    }
  }
  #cart .cart-grid .cart-grid-right .cart-summary h2 {
    display: none;
  }
  @media (min-width: 992px) {
    #cart .cart-grid .cart-grid-right .cart-summary h2 {
      display: block;
      font-size: 1.25rem;
      margin-bottom: 0;
    }
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block {
    padding: 0;
    border: none;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line
    .label,
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line
    .value {
    font-size: 1rem;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line.cart-total:after {
    display: none;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line.cart-total
    .label {
    font-weight: 600;
    text-align: left;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line.cart-total
    .label
    span {
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(9, 31, 73, 0.6);
    display: block;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .card-block
    .cart-summary-line.cart-total
    .value {
    font-size: 1.25rem;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code {
    background-color: transparent;
    padding: 5px 0 0;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-right
      .cart-summary
      .cart-detailed-totals
      .block-promo
      .promo-code {
      padding-top: 15px;
    }
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper {
    border-color: #ebebeb;
    width: 100%;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-right
      .cart-summary
      .cart-detailed-totals
      .block-promo
      .promo-code
      .input-wrapper {
      background-color: #fff;
    }
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-right
      .cart-summary
      .cart-detailed-totals
      .block-promo
      .promo-code
      .input-wrapper
      .promo-input {
      padding-right: 0;
      margin-right: 0;
      width: 100%;
    }
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper
    button {
    padding: 12px 25px;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-right
      .cart-summary
      .cart-detailed-totals
      .block-promo
      .promo-code
      .input-wrapper
      button {
      padding-left: 15px;
    }
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper
    button
    .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper
    button
    .icon
    path {
    stroke: rgba(0, 47, 135, 0.3);
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper
    button:focus
    path,
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .input-wrapper
    button:hover
    path {
    stroke: #002f87;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .alert-danger {
    display: block;
    margin: 5px 0 0;
    background: transparent;
    color: #f12c2c;
    border: none;
    padding: 0;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .alert-danger
    .material-icons,
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .alert-danger:after {
    display: none;
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-totals
    .block-promo
    .promo-code
    .alert-danger
    span {
    margin: 0 !important;
    font-size: 0.75rem;
  }
  @media (min-width: 992px) {
    #cart .cart-grid .cart-grid-right .cart-summary .cart-detailed-actions {
      padding: 25px 0 0;
    }
  }
  #cart
    .cart-grid
    .cart-grid-right
    .cart-summary
    .cart-detailed-actions
    .btn-primary {
    background-color: #f26233;
    width: auto;
    letter-spacing: 0;
  }
  @media (min-width: 992px) {
    #cart
      .cart-grid
      .cart-grid-right
      .cart-summary
      .cart-detailed-actions
      .btn-primary {
      width: 100%;
    }
  }
  #checkout #wrapper {
    background-color: #fff;
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  #checkout #wrapper .container #content {
    margin-bottom: 0;
  }
  #checkout #wrapper .container #content .cart-grid-body {
    padding-top: 50px;
  }
  @media (min-width: 992px) {
    #checkout #wrapper .container #content .cart-grid-body {
      padding-bottom: 0;
    }
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step:first-child
      .step-title {
      left: 15px;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step:nth-child(2)
    .step-title {
    left: 25%;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step:nth-child(2)
      .step-title {
      left: calc(25% + 15px);
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step:nth-child(3)
    .step-title {
    left: 50%;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step:nth-child(3)
      .step-title {
      left: calc(50% + 15px);
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step:nth-child(4)
    .step-title {
    left: 75%;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step:nth-child(4)
      .step-title {
      left: calc(75% + 15px);
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step:nth-child(4)
    .step-title:before {
    display: none;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .step-title {
    border-bottom: 1px solid rgba(9, 31, 73, 0.1);
    opacity: 0.5;
    padding: 15px auto !important;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    padding: 15px 0;
    width: 25%;
    font-family: Fira Sans, Poppins, sans-serif;
    color: #091f49;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .step-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: none;
      width: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .step-title:before {
    display: none;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .step-title:before {
      height: 1px;
      background-color: #091f49;
      width: 71%;
      opacity: 0.2;
      top: 28px;
      left: 150px;
    }
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .step-title
      .step-number {
      position: static;
      margin-right: 15px;
      background-color: transparent;
      font-family: Fira Sans, Poppins, sans-serif;
      border: 1px solid #091f49;
      color: #091f49;
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 0;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step.js-current-step
    .step-title {
    color: #0075c9;
    border-bottom: 3px solid #0075c9;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 5px;
    padding-bottom: 13px;
    opacity: 1;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step.js-current-step
      .step-title {
      border: none;
    }
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step.js-current-step
      .step-title
      .step-number {
      background-color: #0075c9;
      color: #fff;
      border-color: #0075c9;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step.-complete
    .step-title {
    opacity: 1;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step.-complete
    i.done {
    height: 21px;
    width: 21px;
    border-radius: 26px;
    line-height: 20px;
    left: -1px;
    margin: 0;
    top: 19px;
  }
  #checkout #wrapper .container #content .cart-grid-body .checkout-step .content {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content {
    padding: 30px 0 !important;
    padding-bottom: 0 !important;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content
    h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .content
      .tab-content
      h2 {
      font-size: 1.6rem;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content
    .login-box {
    background-color: #f2f8fc;
    border-radius: 10px;
    margin: 20px 0 15px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1rem;
    font-weight: 400;
    color: #091f49;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .content
      .tab-content
      .login-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      padding: 20px;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content
    .login-box
    .material-icons {
    display: none;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content
    .login-box
    .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #002f87;
    margin-top: 7.5px;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .content
      .tab-content
      .login-box
      .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .checkout-step
    .content
    .tab-content
    .login-box
    .nav-link
    .material-icons {
    display: inline;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7h14.17l-3.58 3.59L12 12l6-6-6-6-1.41 1.41L14.17 5H0v2z' fill='%23002F87'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 13px;
  }
  @media (min-width: 992px) {
    #checkout
      #wrapper
      .container
      #content
      .cart-grid-body
      .checkout-step
      .content
      .tab-content
      .login-box
      .nav-link
      .material-icons {
      width: 18px;
      display: inline-block;
      position: relative;
    }
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    .forgot-password {
    text-align: left;
  }
  #checkout #wrapper .container #content .cart-grid-body #checkout-login-form h3 {
    color: #091f49;
    opacity: 0.3;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    display: table;
    white-space: nowrap;
    margin: 30px 0;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    h3:after,
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    h3:before {
    border-top: 1px solid #091f49;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    h3:before {
    right: 1.5%;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    h3:after {
    left: 1.5%;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    #checkout-login-form
    .create-account-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .js-address-form
    p:first-child {
    display: none;
  }
  #checkout
    #wrapper
    .container
    #content
    .cart-grid-body
    .js-address-form
    label:after {
    color: #091f49;
  }
  .product-line-grid-right {
    -ms-grid-column: 2;
    grid-column: 2;
    top: auto;
    bottom: 35px;
    margin-right: 15px;
    width: 100%;
  }
  @media (min-width: 992px) {
    .product-line-grid-right {
      position: static;
      margin-right: 0;
    }
  }
  .product-line-grid-right .bootstrap-touchspin {
    margin: 0;
  }
  .product-line-grid-right .product-price {
    display: none;
  }
  .product-line-grid-right > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 0;
    grid-template-rows: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (min-width: 992px) {
    .product-line-grid-right > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .product-line-grid-right > .row .col-xs-6 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .product-line-grid-right svg path {
    fill: #d6d6d6;
  }
  #checkout-personal-information-step .content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px auto;
    grid-template-columns: 250px auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  #checkout-personal-information-step .content p {
    font-size: 1rem;
    font-weight: 400px;
    color: #091f49;
  }
  #checkout-personal-information-step .content p a[href="https://waterpik.localhost/?mylogout="]
  {
    border: 2px solid #002f87;
    padding: 12px 30px;
    border-radius: 50px;
    width: 200px;
    height: 52px;
    color: #002f87;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  #checkout-personal-information-step .content p a[href="https://waterpik.localhost/?mylogout="]:hover
  {
    background: #f1f1f1;
  }
  #checkout-personal-information-step .content .identity {
    font-size: 1.5rem;
    font-weight: 500px;
    color: #091f49;
    grid-column: 1/3;
  }
  #checkout-personal-information-step .content .identity a {
    color: #0075c9;
  }
  #checkout-personal-information-step .content .continue {
    float: left !important;
  }
  #checkout-personal-information-step .content .clearfix .btn-primary {
    padding: 16px 30px;
    margin-left: 10px;
    width: 200px;
  }
  #checkout-personal-information-step .create-account-box .btn-primary {
    color: #091f49;
    border: 2px solid #091f49;
    background: transparent;
  }
  #checkout-personal-information-step .create-account-box .btn-primary:hover {
    background: #f1f1f1;
  }
  #checkout-personal-information-step
    .create-account-box
    .btn-primary
    .material-icons {
    display: none;
  }
  .cart-grid-body .label[href="https://waterpik.localhost/"]
  {
    color: #091f49;
    border: 2px solid #091f49;
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    margin-top: 60px;
    display: inline-block;
    font-size: 1rem;
  }
  .cart-grid-body .label[href="https://waterpik.localhost/"] i
  {
    display: none;
  }
  .cart-grid-body .label[href="https://waterpik.localhost/"]:hover
  {
    background: #f1f1f1;
    color: #091f49;
  }
  .cart-grid-right {
    bottom: 0;
    background: #fff;
    z-index: 4;
  }
  .cart-grid-right .block-promo,
  .cart-grid-right .sub.label,
  .cart-grid-right .sub.value {
    display: none;
  }
  .cart-grid-right.offset-lg-1 {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  @media (min-width: 992px) {
    .cart-grid-right.offset-lg-1 {
      position: inherit;
    }
  }
  @media (min-width: 992px) {
    .checkout-step .content {
      max-width: 90% !important;
      margin: 0 !important;
    }
  }
  .js-address-form .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .js-address-form input[type="checkbox"]:checked + span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  .js-address-form input[type="checkbox"]:checked + span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
  }
  .js-address-form label[for="use_same_address"] {
    color: #091f49;
  }
  .label,
  .value {
    color: #091f49 !important;
  }
  .page-cart #custom-text {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  @media (min-width: 992px) {
    .page-cart #custom-text {
      margin-left: -30px;
      margin-right: -30px;
      margin-top: 20px;
    }
  }
  #cart .cart-grid-body {
    margin-bottom: 220px;
  }
  @media (min-width: 992px) {
    #cart .cart-grid-body {
      margin-bottom: 0;
    }
  }
  #block-reassurance {
    margin-top: 16px;
  }
  #block-reassurance img {
    width: 25px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-right: 10px;
  }
  .rtl #block-reassurance img {
    margin-left: 10px;
    margin-right: inherit;
  }
  #block-reassurance li .block-reassurance-item {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .rtl #block-reassurance li .block-reassurance-item {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
  #block-reassurance li .block-reassurance-item span {
    font-weight: 400;
    margin: 0;
    color: #666;
    font-size: 14px;
  }
  .quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
  }
  .quickview .modal-content {
    min-height: 31.25rem;
  }
  .quickview .modal-header {
    border: none;
    padding: 10px;
    background: none;
  }
  .quickview .modal-body {
    min-height: 28.88rem;
  }
  .quickview .modal-footer {
    border-top: 1px solid hsla(0, 0%, 84%, 0.3);
  }
  .quickview .layer {
    display: none;
  }
  .quickview .product-cover img {
    width: 95%;
  }
  .quickview .arrows-product-fake {
    display: none;
  }
  .quickview .images-container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .quickview .images-container .product-cover {
    padding-right: 90px;
  }
  .rtl .quickview .images-container .product-cover {
    padding-left: 90px;
    padding-right: inherit;
  }
  .quickview .images-container .product-thumb-images {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    z-index: 9;
  }
  .quickview .product-thumb-images {
    position: relative;
  }
  .quickview .product-thumb-images .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .quickview .product-thumb-images .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .quickview .slick-arrows .slick-arrow {
    width: 100%;
    margin: auto;
    color: #fff;
    background: #000;
  }
  .quickview .slick-arrows .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .quickview .slick-arrows .slick-arrow:hover {
    color: #fff;
    background: #000;
    font-family: FontAwesome;
  }
  .quickview .slick-arrows .slick-arrow.slick-next {
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .quickview .slick-arrows .slick-arrow.slick-next:before {
    content: "\F106";
  }
  .quickview .slick-arrows .slick-arrow.slick-prev {
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px;
  }
  .quickview .slick-arrows .slick-arrow.slick-prev:before {
    content: "\F107";
  }
  .quickview .social-sharing {
    margin: 0;
  }
  .quickview .product-flags {
    text-align: left;
  }
  .rtl .quickview .product-flags {
    text-align: right;
  }
  .quickview .product-flags li.product-flag span {
    margin: 2px 5px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    font-weight: 600;
  }
  #stores .page-stores {
    width: 85%;
    margin: 0 auto;
  }
  #stores .page-stores .store-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  #stores .page-stores .store-picture img {
    max-width: 100%;
  }
  #stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 0;
  }
  #stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 14px;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #ebebeb;
  }
  .rtl #stores .page-stores .store-item-container .divide-left {
    border-right: 1px solid #ebebeb;
    border-left: inherit;
  }
  #stores .page-stores .store-item-container .divide-left tr {
    height: 25px;
  }
  #stores .page-stores .store-item-container .divide-left td {
    padding-left: 6px;
  }
  #stores .page-stores .store-item-container .divide-left th {
    text-align: right;
  }
  #stores .page-stores .store-item-container .store-description {
    font-size: 0.875rem;
  }
  #stores .page-stores .store-item-footer {
    margin-top: 8px;
    padding-top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #ebebeb;
  }
  #stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
  #stores .page-stores .store-item-footer i.material-icons {
    margin-right: 10px;
    color: #d6d6d6;
    font-size: 0.875rem;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    #stores .page-stores {
      width: 100%;
    }
    #stores .page-stores .store-item-container {
      padding: 16px 0;
    }
  }
  @media (max-width: 575px) {
    #stores .page-stores .store-item-container {
      display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none;
    }
    .rtl #stores .page-stores .store-item-container .divide-left {
      border-right: none;
      border-left: inherit;
    }
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 8px;
    }
    #stores .page-stores .store-item-footer {
      display: block;
    }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: 1px solid #ebebeb;
    }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px;
    }
    #stores .page-stores .store-item-footer .card-block {
      padding: 12px 12px 0;
    }
  }
  #wrapper .container #content-wrapper #content {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .why-wp-header .ApRow {
    padding: 0;
    background-color: transparent !important;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow {
      padding: 80px 0;
    }
  }
  @media (min-width: 1440px) {
    .why-wp-header .ApRow .ApColumn {
      padding: 0;
    }
  }
  .why-wp-header .ApRow .ApColumn:nth-child(2) {
    width: 100%;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn:nth-child(2) {
      width: 50%;
    }
  }
  .why-wp-header .ApRow .ApColumn:nth-child(2) .block {
    margin-bottom: 30px;
  }
  .why-wp-header .ApRow .ApColumn:nth-child(2) .block_content {
    color: #091f49;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 32px;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn:nth-child(2) .block_content {
      font-size: 2.25rem;
      line-height: 48px;
    }
  }
  .why-wp-header .ApRow .ApColumn:nth-child(2) .block_content strong {
    color: #091f49;
    font-weight: 600;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn:nth-child(3) {
      padding: 0;
    }
  }
  .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage {
    margin-bottom: 40px;
    margin-left: -15px;
    width: 90vw;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    height: 250px;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage {
      height: 380px;
    }
  }
  @media (min-width: 768px) {
    .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage {
      margin-left: -30px;
    }
  }
  @media (min-width: 1440px) {
    .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage {
      margin-left: calc((100vw - 1410px) / -2);
    }
  }
  .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn:nth-child(3) .ApImage img {
      height: 380px;
    }
  }
  .why-wp-header .ApRow .ApColumn .title_block {
    font-size: 0.75rem;
    font-weight: 500;
    color: #091f49;
    margin-bottom: 10px;
  }
  @media (min-width: 992px) {
    .why-wp-header .ApRow .ApColumn .title_block {
      font-size: 1.25rem;
    }
  }
  .why-wp-needs .ApRow {
    padding: 0;
  }
  @media (min-width: 992px) {
    .why-wp-needs .ApRow {
      padding: 30px;
    }
  }
  .why-wp-needs .ApRow h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  @media (min-width: 992px) {
    .why-wp-needs .ApRow h2 {
      font-size: 2.25rem;
    }
  }
  .why-wp-needs .ApRow .block_content {
    font-size: 1rem;
    font-weight: 300;
  }
  @media (min-width: 992px) {
    .why-wp-needs .ApRow .block_content {
      font-size: 1.25rem;
    }
  }
  .why-wp-needs .ApRow .hidden-sm-down,
  .why-wp-needs .ApRow .hidden-sm-down .hidden-md-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .why-wp-needs .ApRow .hidden-sm-down .hidden-md-up a {
    background-color: transparent;
    border: 2px solid #002f87;
    border-radius: 50px;
    padding: 12px auto;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .why-wp-needs .ApRow .hidden-sm-down .hidden-md-up a:hover {
    background-color: #f1f1f1;
  }
  .why-wp-needs .ApRow .hidden-sm-down span {
    color: #091f49;
    border: 2px solid #091f49;
    background: transparent;
  }
  .why-wp-needs .ApRow .hidden-sm-down span:hover {
    background: #f1f1f1;
  }
  .why-wp-needs .ApRow .hidden-md-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -50px;
    margin-right: 23px;
    padding: 30px 15px;
  }
  .why-wp-needs .ApRow .hidden-md-up span {
    color: #091f49;
    border: 2px solid #091f49;
    background: transparent;
  }
  .why-wp-needs .ApRow .hidden-md-up span:hover {
    background: #f1f1f1;
  }
  .why-wp-needs .ApRow .block-carousel-image-container {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
  }
  .why-wp-needs
    .ApRow
    .block-carousel-image-container
    .carousel-inner
    > .carousel-item
    > a
    > img,
  .why-wp-needs
    .ApRow
    .block-carousel-image-container
    .carousel-inner
    > .carousel-item
    > img,
  .why-wp-needs .ApRow .block-carousel-image-container .img-fluid {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    height: 314px;
  }
  @media (min-width: 992px) {
    .why-wp-needs
      .ApRow
      .block-carousel-image-container
      .carousel-inner
      > .carousel-item
      > a
      > img,
    .why-wp-needs
      .ApRow
      .block-carousel-image-container
      .carousel-inner
      > .carousel-item
      > img,
    .why-wp-needs .ApRow .block-carousel-image-container .img-fluid {
      height: 528px;
    }
  }
  .why-wp-needs .ApRow .block-carousel-image-container .sub-title {
    display: none;
    position: absolute;
    top: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 0.75rem;
    font-weight: 400;
    margin-left: 40px;
  }
  .why-wp-needs .ApRow .block-carousel-image-container .descript {
    position: absolute;
    bottom: 40px;
    width: 80%;
    margin-left: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
  }
  @media (min-width: 992px) {
    .why-wp-needs .ApRow .block-carousel-image-container .descript {
      font-size: 2.25rem;
    }
  }
  .why-wp-needs .ApRow .block-carousel-image-container .descript strong {
    color: #fff;
    font-weight: 600;
  }
  .why-wp-needs .ApRow .block-carousel-image-container .descript i {
    font-size: 16px;
    font-weight: 600;
  }
  @media (min-width: 992px) {
    .why-wp-needs .ApRow .block-carousel-image-container .descript i {
      font-size: 18px;
    }
  }
  .why-wp-needs .ApRow .block-carousel-image-container .descript i:hover {
    color: #091f49;
  }
  .why-wp-needs .ApRow .owl-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 25px;
  }
  @media (min-width: 768px) {
    .why-wp-needs .ApRow .owl-pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 0;
      margin-top: 15px;
    }
  }
  .why-wp-needs .ApRow .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #091f49;
  }
  .why-wp-needs .ApRow .owl-pagination .owl-page.active span,
  .why-wp-needs .ApRow .owl-pagination .owl-page span:hover {
    background: #091f49;
  }
  .why-wp-results .ApRow,
  .why-wp-use .ApRow {
    margin-left: -30px;
    margin-right: -30px;
  }
  @media (min-width: 992px) {
    .why-wp-results .ApRow,
    .why-wp-use .ApRow {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      margin-left: -30px;
      margin-right: -30px;
    }
  }
  @media (min-width: 1440px) {
    .why-wp-results .ApRow,
    .why-wp-use .ApRow {
      margin-left: calc((100vw - 1380px) / -2);
      margin-right: calc((100vw - 1380px) / -2);
    }
  }
  .why-wp-results .ApRow h4,
  .why-wp-use .ApRow h4 {
    display: none;
  }
  .why-wp-results .ApRow .ApColumn,
  .why-wp-use .ApRow .ApColumn {
    padding: 40px;
    width: 100% !important;
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn,
    .why-wp-use .ApRow .ApColumn {
      padding: 100px 10%;
      height: 770px;
    }
  }
  .why-wp-results .ApRow .ApColumn:first-of-type,
  .why-wp-use .ApRow .ApColumn:first-of-type {
    background: #091f49;
  }
  @media (min-width: 992px) {
    .why-wp-results .ApRow .ApColumn:first-of-type,
    .why-wp-use .ApRow .ApColumn:first-of-type {
      padding-left: 40px;
    }
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:first-of-type,
    .why-wp-use .ApRow .ApColumn:first-of-type {
      padding-left: calc((100vw - 1410px) / 2);
    }
  }
  @media (min-width: 992px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .block,
    .why-wp-use .ApRow .ApColumn:first-of-type .block {
      margin-left: 20%;
    }
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .block,
    .why-wp-use .ApRow .ApColumn:first-of-type .block {
      margin-left: 168px;
    }
  }
  .why-wp-results .ApRow .ApColumn:first-of-type .block h2,
  .why-wp-use .ApRow .ApColumn:first-of-type .block h2 {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .block h2,
    .why-wp-use .ApRow .ApColumn:first-of-type .block h2 {
      font-size: 1.75rem;
    }
  }
  .why-wp-results .ApRow .ApColumn:first-of-type .block p,
  .why-wp-use .ApRow .ApColumn:first-of-type .block p {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .block p,
    .why-wp-use .ApRow .ApColumn:first-of-type .block p {
      font-size: 1.25rem;
    }
  }
  .why-wp-results .ApRow .ApColumn:first-of-type .block p strong,
  .why-wp-use .ApRow .ApColumn:first-of-type .block p strong {
    color: #fff;
    font-weight: 600;
  }
  .why-wp-results .ApRow .ApColumn:first-of-type .ApButton,
  .why-wp-use .ApRow .ApColumn:first-of-type .ApButton {
    background-color: transparent;
    border: 2px solid #fff;
    text-transform: none;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 0.75rem;
  }
  @media (min-width: 992px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .ApButton,
    .why-wp-use .ApRow .ApColumn:first-of-type .ApButton {
      margin-left: 20%;
    }
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:first-of-type .ApButton,
    .why-wp-use .ApRow .ApColumn:first-of-type .ApButton {
      margin-left: 168px;
      font-size: 1rem;
    }
  }
  .why-wp-results .ApRow .ApColumn:first-of-type .ApButton:hover,
  .why-wp-use .ApRow .ApColumn:first-of-type .ApButton:hover {
    background-color: #33599f;
  }
  .why-wp-results .ApRow .ApColumn:last-of-type,
  .why-wp-use .ApRow .ApColumn:last-of-type {
    background-color: #fff;
  }
  @media (min-width: 992px) {
    .why-wp-results .ApRow .ApColumn:last-of-type .block,
    .why-wp-use .ApRow .ApColumn:last-of-type .block {
      width: 25rem;
    }
  }
  @media (min-width: 1440px) {
    .why-wp-results .ApRow .ApColumn:last-of-type .block,
    .why-wp-use .ApRow .ApColumn:last-of-type .block {
      width: 30rem;
    }
  }
  .why-wp-use .ApRow .ApColumn ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0;
    padding: 0;
  }
  .why-wp-use .ApRow .ApColumn ol li {
    position: relative;
    padding-left: 55px;
    padding-right: 20px;
    counter-increment: my-awesome-counter;
    font-weight: 300;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 20px;
    color: #091f49;
  }
  @media (min-width: 1200px) {
    .why-wp-use .ApRow .ApColumn ol li {
      font-size: 1.25rem;
      padding-left: 80px;
      padding-right: 0;
      margin-bottom: 30px;
    }
  }
  .why-wp-use .ApRow .ApColumn ol li strong {
    color: #091f49;
    font-weight: 600;
  }
  .why-wp-use .ApRow .ApColumn ol li:before {
    position: absolute;
    content: "0" counter(my-awesome-counter);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 43px;
    margin-right: 15px;
    margin-left: -55px;
    color: #ccd5e7;
  }
  @media (min-width: 1200px) {
    .why-wp-use .ApRow .ApColumn ol li:before {
      font-size: 3rem;
      margin-right: 30px;
      margin-left: -80px;
    }
  }
  .why-wp-data .ApRow {
    display: -ms-grid;
    display: grid;
    margin: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (min-width: 768px) {
    .why-wp-data .ApRow {
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      margin: 10%;
    }
  }
  .why-wp-data .ApRow .ApColumn {
    width: 100% !important;
  }
  .why-wp-data .ApRow .ApColumn:first-child h2 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 30px;
  }
  @media (min-width: 1200px) {
    .why-wp-data .ApRow .ApColumn:first-child h2 {
      font-size: 2.25rem;
    }
  }
  .why-wp-data .ApRow .ApColumn:first-child p {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 12px;
  }
  @media (min-width: 1200px) {
    .why-wp-data .ApRow .ApColumn:first-child p {
      font-size: 1.25rem;
    }
  }
  .why-wp-data .ApRow .ApColumn:first-child p strong {
    font-weight: 600;
    color: #091f49;
  }
  .why-wp-data .ApRow .ApColumn:first-child .button-video {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14V2l9 6-9 6z' stroke='%23F26233' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    color: #091f49;
    padding: 0;
    padding-left: 38px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
  }
  .why-wp-data .ApRow .ApColumn:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  @media (min-width: 768px) {
    .why-wp-data .ApRow .ApColumn:nth-child(2) {
      -ms-grid-column: 2;
      grid-column: 2;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .why-wp-results .ApRow .ApColumn:nth-child(2) strong {
    font-weight: 500;
    font-size: 3rem;
    color: #091f49;
  }
  @media (min-width: 1200px) {
    .why-wp-results .ApRow .ApColumn:nth-child(2) strong {
      font-size: 64px;
    }
  }
  .why-wp-results .ApRow .ApColumn:nth-child(2) p {
    font-weight: 300;
    font-size: 1rem;
  }
  .owl-row .owl-theme .owl-controls .owl-pagination {
    margin: 40px 0;
  }
  .why-wp-needs .hidden-md-up .btn-group-lg > .btn,
  .why-wp-needs .hidden-md-up .btn-lg {
    margin-top: -65px;
  }
  .cms-id-11 #footer {
    padding-top: 0;
  }
  .block_newsletter p {
    padding-top: 14px;
  }
  .block_newsletter .input-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
  }
  @media (min-width: 992px) {
    .block_newsletter .input-wrapper {
      width: 100%;
      max-width: 330px;
    }
  }
  .block_newsletter .input-wrapper input {
    padding: 10px;
    height: 50px;
    border-right: 0;
    width: 100%;
    outline: 0;
  }
  .rtl .block_newsletter .input-wrapper input {
    border-left: 0;
    border-right: inherit;
  }
  .block_newsletter .input-wrapper input:focus,
  .block_newsletter .input-wrapper input:hover {
    border-color: #f8f8f8;
  }
  .block_newsletter .input-wrapper button {
    height: 50px;
    line-height: 50px !important;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000;
    background: #000;
    border-radius: 0;
    transition: all 0.4s;
  }
  .block_newsletter .input-wrapper button:hover {
    background: #666;
    border-color: #666;
    color: #fff;
  }
  .block_newsletter .col-notice {
    color: #a9a9a9;
    font-size: 13px;
  }
  .block_newsletter .col-notice span {
    color: red;
    padding: 0 5px 0 0;
  }
  .rtl .block_newsletter .col-notice span {
    padding: 0 0 0 5px;
  }
  .block-contact ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.625rem;
  }
  .block-contact .fa {
    color: #fff;
    font-size: 16px;
    width: 2.5rem;
    margin-top: 4px;
  }
  .block-social {
    padding: 10px 0;
  }
  .block-social ul {
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .block-social ul {
      clear: both;
    }
  }
  .block-social li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .block-social li:hover {
    color: #000;
  }
  .block-social li a {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    display: none;
  }
  .block-social li a:hover {
    color: #000;
  }
  .block-social li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
  }
  .block-social li.facebook:before {
    content: "\F09A";
  }
  .block-social li.twitter:before {
    content: "\F099";
  }
  .block-social li.rss:before {
    content: "\F09E";
  }
  .block-social li.youtube:before {
    content: "\F16A";
  }
  .block-social li.googleplus:before {
    content: "\F0D5";
  }
  .block-social li.pinterest:before {
    content: "\F0D2";
  }
  .block-social li.vimeo:before {
    content: "\F27D";
  }
  .block-social li.instagram:before {
    content: "\F16D";
  }
  #index .footer-container {
    border: 0;
  }
  .footer-container {
    position: relative;
    font-size: 13px;
  }
  .footer-container .ApColumn .title_block {
    margin: 0 0 20px;
    font-size: 13px;
  }
  @media (max-width: 767px) {
    .footer-container .ApColumn .title_block {
      margin: 0;
      line-height: 30px;
    }
  }
  .footer-container .ApLink li a {
    display: inline-block;
    line-height: 20px;
    padding: 8px 0;
    vertical-align: top;
    opacity: 1;
  }
  .footer-container .ApLink li a:hover {
    opacity: 0.8;
  }
  #footer {
    background-color: #f2f8fc !important;
    padding: 40px 0 0;
  }
  #footer .footer-top .inner {
    display: none;
  }
  #footer .footer-center {
    background-color: #f2f8fc !important;
  }
  #footer .footer-center a[href*="https://www.facebook"]
  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.667 10.25H8.75l.833-3.333H6.667V5.25c0-.858 0-1.667 1.666-1.667h1.25v-2.8a23.472 23.472 0 0 0-2.38-.116c-2.263 0-3.87 1.38-3.87 3.916v2.334h-2.5v3.333h2.5v7.083h3.334V10.25z' fill='%23091F49'/%3E%3C/svg%3E");
  }
  #footer .footer-center a[href*="https://www.facebook"],#footer .footer-center a[href*="https://www.instagram"]
  {
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .footer-center a[href*="https://www.instagram"]
  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 .667c2.264 0 2.547.008 3.435.05.888.041 1.492.18 2.023.387.55.212 1.014.499 1.477.961.424.417.752.92.96 1.477.207.53.347 1.136.388 2.023.04.888.05 1.17.05 3.435 0 2.264-.008 2.547-.05 3.435-.041.888-.181 1.492-.387 2.023a4.07 4.07 0 0 1-.96 1.477c-.418.424-.921.751-1.478.96-.53.207-1.135.347-2.023.388-.888.04-1.17.05-3.435.05-2.264 0-2.547-.008-3.435-.05-.887-.041-1.492-.181-2.023-.387a4.075 4.075 0 0 1-1.477-.96 4.087 4.087 0 0 1-.96-1.478c-.207-.53-.347-1.135-.388-2.023-.04-.888-.05-1.17-.05-3.435 0-2.264.008-2.547.05-3.435.041-.888.18-1.492.387-2.023.209-.557.537-1.06.961-1.477a4.08 4.08 0 0 1 1.477-.96C4.073.897 4.677.757 5.565.716 6.453.677 6.735.667 9 .667zm0 4.166a4.167 4.167 0 1 0 0 8.334 4.167 4.167 0 0 0 0-8.334zm5.417-.208a1.042 1.042 0 1 0-2.084 0 1.042 1.042 0 0 0 2.084 0zM9 6.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z' fill='%23091F49'/%3E%3C/svg%3E");
  }
  #footer .footer-center .footer-banner .ApColumn {
    max-width: 1440px;
    margin: 0 auto;
    float: none;
  }
  @media (min-width: 768px) {
    #footer .footer-center .footer-banner .ApColumn > .block {
      width: 66.666%;
    }
  }
  @media (min-width: 1200px) {
    #footer .footer-center .footer-banner .ApColumn > .block {
      width: 50%;
    }
  }
  @media (min-width: 1440px) {
    #footer .footer-center .footer-banner .ApColumn > .block {
      padding-left: 15px;
    }
  }
  #footer .footer-center .inner > .ApRow:first-child {
    padding: 80px 40px;
    position: relative;
    background-image: url(../css/0ba7bb0fd870f65544d54c0944a1b5da.jpg) !important;
    background-position: 50% 58% !important;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner > .ApRow:first-child {
      padding: 100px 60px;
    }
  }
  #footer .footer-center .inner > .ApRow:first-child::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 31, 73, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner > .ApRow:first-child {
      padding: 120px 85px;
    }
  }
  #footer .footer-center .inner > .ApRow:first-child h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner > .ApRow:first-child h2 {
      font-size: 1.85rem;
      line-height: 38px;
    }
  }
  @media (min-width: 1200px) {
    #footer .footer-center .inner > .ApRow:first-child h2 {
      font-size: 2.25rem;
      line-height: 48px;
    }
  }
  #footer .footer-center .inner > .ApRow:first-child p {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner > .ApRow:first-child p {
      font-size: 1.25rem;
      line-height: 26px;
    }
  }
  @media (min-width: 1200px) {
    #footer .footer-center .inner > .ApRow:first-child p {
      font-size: 1.5rem;
      line-height: 32px;
    }
  }
  #footer .footer-center .inner > .ApRow:first-child .btn-primary {
    background: #fff;
    color: #091f49;
    margin-top: 10px;
  }
  #footer .footer-center .inner > .ApRow:first-child .btn-primary:hover {
    color: #091f49;
    background: #f1f1f1;
  }
  #footer .footer-center .inner .wrapper {
    background-color: #f2f8fc !important;
  }
  #footer .footer-center .inner .wrapper .box-shipping {
    padding: 40px 0 10px;
    border-bottom: 1px solid #bcc6d3;
    position: relative;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-shipping {
      padding-left: 18px;
      margin-bottom: 0;
      padding-bottom: 40px;
      border: none;
    }
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner .wrapper .box-shipping {
      padding-bottom: 40px;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-shipping:before {
      content: "";
      display: block;
      height: 1px;
      width: 100vw;
      background-color: #bcc6d3;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml {
    padding: 0;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml {
      padding: 0;
    }
  }
  #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml h4 {
    font-size: 1rem;
    color: #091f49;
    display: list-item;
    list-style-type: disc;
    font-weight: 500;
    margin-bottom: 5px;
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml h4 {
      font-size: 1.25rem;
    }
  }
  #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml h4::marker {
    color: #f26233;
    width: 6px;
  }
  #footer .footer-center .inner .wrapper .box-shipping .ApRawHtml p {
    font-size: 0.875rem;
    color: #091f49;
  }
  #footer .footer-center .inner .wrapper .box-footerlink {
    padding: 40px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-footerlink {
      display: block;
      padding-top: 30px;
    }
  }
  @media (min-width: 992px) {
    #footer .footer-center .inner .wrapper .box-footerlink {
      padding-bottom: 60px;
    }
  }
  @media (min-width: 1200px) {
    #footer .footer-center .inner .wrapper .box-footerlink {
      padding-bottom: 75px;
    }
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-footerlink .block_newsletter {
      margin-top: 8px;
    }
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-danger,
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-success {
    margin: 5px 0 0;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0.75rem;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-danger:before,
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-success:before {
    display: none;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-danger {
    color: #f12c2c;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .block_newsletter
    .block_content
    form
    .alert-success {
    color: #4cbb6c;
  }
  #footer .footer-center .inner .wrapper .box-footerlink .ApHtml .block_content {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  #footer .footer-center .inner .wrapper .box-footerlink .ApColumn:first-child {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-footerlink .ApColumn:first-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn:first-child
    img {
    max-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  @media (min-width: 768px) {
    #footer
      .footer-center
      .inner
      .wrapper
      .box-footerlink
      .ApColumn:first-child
      img {
      margin-top: 0;
    }
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn:first-child
    .ApHtml,
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn:first-child
    .block {
    padding-bottom: 0;
    margin: 0;
  }
  #footer .footer-center .inner .wrapper .box-footerlink .ApColumn .ApBlockLink {
    margin-bottom: 20px;
  }
  #footer .footer-center .inner .wrapper .box-footerlink .ApColumn .collapse {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    #footer .footer-center .inner .wrapper .box-footerlink .ApColumn .collapse {
      display: block;
    }
  }
  #footer .footer-center .inner .wrapper .box-footerlink .ApColumn .collapse li {
    margin-right: 30px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .collapse
    li
    a {
    font-size: 1rem;
    color: #091f49;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .collapse
    li
    a:hover {
    -webkit-transform: none;
    transform: none;
    color: rgba(9, 31, 73, 0.8);
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    .block_content
    h3 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    .block_content
    .input-wrapper {
    border: 1px solid #091f49;
    box-sizing: border-box;
    border-radius: 80px;
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    #footer
      .footer-center
      .inner
      .wrapper
      .box-footerlink
      .ApColumn
      .block_newsletter
      .block_content
      .input-wrapper {
      width: 70%;
    }
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    .block_content
    .input-wrapper
    input {
    color: #091f49;
    background-color: transparent;
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 15px 25px;
    border-radius: 80px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    .block_content
    .input-wrapper
    button {
    background-color: transparent;
    background: none;
    border: none;
    font-size: 1.5rem;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    .block_content
    .input-wrapper
    button
    i {
    color: #f26233;
    position: relative;
    top: 3px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    #gdpr_consent
    label {
    color: #091f49;
    font-size: 0.75rem;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    #gdpr_consent
    label
    input:checked
    + span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    #gdpr_consent
    label
    input:checked
    + span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    #gdpr_consent
    label
    .checkbox {
    border: 1px solid #091f49;
    border-radius: 4px;
    width: 15px !important;
    height: 15px !important;
  }
  #footer
    .footer-center
    .inner
    .wrapper
    .box-footerlink
    .ApColumn
    .block_newsletter
    #gdpr_consent
    label
    a {
    font-size: 0.75rem;
    text-decoration: underline;
    color: #091f49;
  }
  @media (min-width: 768px) {
    #footer
      .footer-center
      .inner
      .wrapper
      .box-footerlink
      .ApColumn:not(:first-child) {
      margin-top: 20px;
    }
  }
  #footer .footer-center .inner .wrapper .container {
    width: 100%;
    background-position: 3 left;
  }
  .rtl #footer .footer-center .inner .wrapper .container {
    background-position: 97% left;
  }
  #footer .footer-bottom {
    padding: 0 15px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom {
      padding: 0 30px;
    }
  }
  @media (min-width: 992px) {
    #footer .footer-bottom .inner > .box-coppyh8 {
      padding-bottom: 0;
    }
  }
  #footer .footer-bottom .inner .ApRow:before {
    background: #f2f8fc;
  }
  #footer .footer-bottom .inner .ApRow .ApColumn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-bottom .inner .ApRow .ApColumn:first-child .ApLink .collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 992px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:first-child .ApLink .collapse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-bottom: 0;
    }
  }
  #footer
    .footer-bottom
    .inner
    .ApRow
    .ApColumn:first-child
    .ApLink
    .collapse
    li
    a {
    color: #002f87;
    opacity: 1;
  }
  @media (min-width: 768px) {
    #footer
      .footer-bottom
      .inner
      .ApRow
      .ApColumn:first-child
      .ApLink
      .collapse
      li
      a {
      padding-top: 0;
    }
  }
  #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 15px;
    }
  }
  @media (min-width: 992px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 20px;
    }
  }
  #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) .ApBlockLink {
    min-width: 100%;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) .ApBlockLink {
      min-width: 0;
    }
  }
  @media (min-width: 1200px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) .ApBlockLink {
      margin-right: 60px;
    }
  }
  #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) .ApImage {
    margin-right: 15px;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn:nth-child(2) .ApImage {
      margin-left: 15px;
      margin-right: 0;
    }
  }
  #footer .footer-bottom .inner .ApRow .ApColumn .ApBlockLink .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding-bottom: 30px;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn .ApBlockLink .collapse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 0;
    }
  }
  @media (min-width: 992px) {
    #footer .footer-bottom .inner .ApRow .ApColumn .ApBlockLink .collapse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-bottom: 12px;
    }
  }
  #footer .footer-bottom .inner .ApRow .ApColumn .ApBlockLink .collapse li a {
    font-size: 0.875rem;
    margin-right: 30px;
    color: #091f49;
    opacity: 0.3;
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn .ApBlockLink .collapse li a {
      padding-top: 0;
    }
  }
  #footer
    .footer-bottom
    .inner
    .ApRow
    .ApColumn
    .ApBlockLink
    .collapse
    li
    a:hover {
    -webkit-transform: none;
    transform: none;
    color: rgba(9, 31, 73, 0.8);
  }
  @media (min-width: 768px) {
    #footer .footer-bottom .inner .ApRow .ApColumn .ApImage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .block_newsletter_alert {
    padding: 12px 40px;
  }
  .bottomnav {
    display: none;
  }
  .header-top {
    background-color: #f2f8fc !important;
    background: #f2f8fc !important;
    padding: 0;
    background-color: red;
  }
  /*@media (min-width: 1200px) {
    .header-top {
      padding-left: 15px;
    }
  }*/
  .header-top .inner .container {
    width: 100%;
    padding: 0 15px;
  }
  @media (min-width: 768px) {
    .header-top .inner .container {
      padding: 0 30px;
    }
  }
  .header-top .inner .container .box-top {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (min-width: 992px) {
    .header-top .inner .container .box-top {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 20px 0;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  }
  .header-top .inner .container .box-top .col-logo {
    padding-bottom: 0;
  }
  .header-top .inner .container .box-top .col-menu {
    padding-top: 0;
  }
  @media (min-width: 992px) {
    .header-top .inner .container .box-top .col-menu {
      padding-left: 40px;
    }
  }
  @media (min-width: 1200px) {
    .header-top .inner .container .box-top .col-menu {
      margin-bottom: 7px;
      padding-left: 45px;
    }
  }
  .header-top .inner .container .box-top .col-menu .cate_content span:last-child {
    padding-top: 10px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-top .inner .container .box-top .ApColumn:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
  }
  @media (min-width: 992px) {
    .header-top .inner .container .box-top .ApColumn:first-child {
      padding: 0;
      padding-left: 15px;
      min-width: 150px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 10%;
    }
  }
  .header-top .inner .container .box-top .ApColumn:first-child .h-logo {
    padding: 0;
  }
  .header-top .inner .container .box-top .ApColumn:first-child .h-logo svg {
    height: 40px;
    width: auto;
  }
  @media (min-width: 1200px) {
    .header-top .inner .container .box-top .ApColumn:first-child .h-logo svg {
      height: 50px;
    }
  }
  .header-top .inner .container .box-top .ApColumn:first-child .h-logo img {
    max-width: 150px;
    height: 40px;
  }
  @media (min-width: 1200px) {
    .header-top .inner .container .box-top .ApColumn:first-child .h-logo img {
      height: 50px;
      max-width: none;
    }
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 20%;
  }
  @media (min-width: 992px) {
    .header-top .inner .container .box-top .ApColumn:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 82%;
    }
  }
  @media (min-width: 1200px) {
    .header-top .inner .container .box-top .ApColumn:nth-child(2) nav {
      margin-bottom: 2px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-toggler {
    border: none;
    color: #091f49;
    width: 20px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(2)
      nav
      .navbar-toggler {
      display: none;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-toggler
    .icon {
    height: 24px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-toggler
    path {
    stroke: #091f49;
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(2) nav .navbar-nav {
    text-align: left;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-nav
    a {
    color: #091f49;
    text-transform: none;
    font-weight: 400;
    font-size: 0.95rem;
    padding: 0;
    margin-right: 30px;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(2)
      nav
      .navbar-nav
      a {
      margin-right: 10px;
      font-size: 0.875rem;
    }
  }
  @media (min-width: 1200px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(2)
      nav
      .navbar-nav
      a {
      font-size: 0.95rem;
      margin-right: 30px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-nav
    a:hover {
    color: #f26233;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(2)
    nav
    .navbar-nav
    .dropdown-menu
    a {
    margin-right: 0;
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 20%;
  }
  @media (min-width: 992px) {
    .header-top .inner .container .box-top .ApColumn:nth-child(3) {
      width: 8%;
    }
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(3) #_desktop_cart {
    margin-left: 15px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header {
    height: 24px;
    width: 24px;
    min-width: 0;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(3)
      #_desktop_cart
      .header {
      height: 60px;
      line-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 30px;
      padding: 10px 0;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header
    a
    .icon
    svg
    path {
    stroke: #f26233;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header
    a
    .cart-products-count {
    background-color: transparent !important;
    color: #f26233 !important;
    box-shadow: none !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    top: 10px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(3)
      #_desktop_cart
      .header
      a
      .cart-products-count {
      position: static;
      font-size: 1rem !important;
      padding-top: 5px !important;
      top: 45px !important;
      -webkit-transform: none;
      transform: none;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header
    .icon {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(3)
      #_desktop_cart
      .header
      .icon {
      height: 20px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(3)
    #_desktop_cart
    .header
    .icon
    svg {
    height: 24px;
    width: 24px;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn:nth-child(3)
      #_desktop_cart
      .header
      .icon
      svg {
      height: 20px;
      width: 20px;
    }
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(3) path {
    stroke: #091f49;
  }
  .header-top .inner .container .box-top .ApColumn.col-info {
    padding-top: 0;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    > a {
    height: 24px;
    width: 24px;
    min-width: 0;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn.col-info
      .userinfo-selector
      > a {
      height: 60px;
      line-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    > a
    .icon {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn.col-info
      .userinfo-selector
      > a
      .icon {
      height: 20px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    > a
    .icon
    svg {
    height: 24px;
    width: 24px;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn.col-info
      .userinfo-selector
      > a
      .icon
      svg {
      height: 20px;
      width: 20px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    li
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    li
    a
    .icon {
    margin-right: 21px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .btn-wishlist
    path,
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .logout
    path,
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .register
    path {
    stroke: none;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .btn-wishlist {
    gap: 0 !important;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .shopping_cart
    .blockcart.inactive
    .cart-products-count,
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .popup-content:after,
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .userinfo-selector
    .popup-content:before {
    display: none;
  }
  @media (min-width: 992px) {
    .header-top
      .inner
      .container
      .box-top
      .ApColumn.col-info
      .shopping_cart
      .blockcart.active {
      background-color: #fff;
      border-radius: 100px;
    }
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .shopping_cart
    .blockcart
    .header
    > a:after,
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .shopping_cart
    .blockcart
    .header
    > a:before {
    display: none;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn.col-info
    .shopping_cart
    .leo-fly-cart-mask.active {
    opacity: 0.3;
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(4) {
    padding: 10px;
    background-color: #fff;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header-top .inner .container .box-top .ApColumn:nth-child(4) .block {
    margin-bottom: 0;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 10px auto;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul:first-child
    img {
    -o-object-position: 0 5px;
    object-position: 0 5px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul:nth-child(2)
    img {
    -o-object-position: -3px 5px;
    object-position: -3px 5px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul:nth-child(3)
    img {
    -o-object-position: 10px 5px;
    object-position: 10px 5px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul
    a {
    color: #091f49;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul
    a
    .cate_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul
    a
    .cate_content
    .cover-img {
    border-radius: 80px;
    margin-bottom: 5px;
    background-color: #f2f8fc;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul
    a
    .cate_content
    .cover-img
    img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 80px;
  }
  .header-top
    .inner
    .container
    .box-top
    .ApColumn:nth-child(4)
    .block
    .block_content
    ul
    a
    .cate_content
    span {
    line-height: 18px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-top .h-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .header-banner {
    display: none;
  }
  #checkout .col-logo,
  .page-cart .col-logo {
    width: 100% !important;
  }
  .contact-rich {
    color: #878787;
    margin-bottom: 32px;
  }
  .contact-rich h4 {
    text-transform: uppercase;
    color: #5c5c5c;
    margin-bottom: 32px;
  }
  .contact-rich .block {
    height: auto;
    overflow: hidden;
  }
  .contact-rich .block .icon {
    float: left;
    width: 56px;
  }
  .rtl .contact-rich .block .icon {
    float: right;
  }
  .contact-rich .block .icon i {
    font-size: 32px;
  }
  .contact-rich .block .data {
    color: #5c5c5c;
    font-size: 1rem;
    width: auto;
    overflow: hidden;
  }
  .contact-rich .block .data.email {
    padding-top: 6px;
  }
  .contact-form {
    padding: 16px;
    color: #878787;
    width: 100%;
  }
  .contact-form h3 {
    text-transform: uppercase;
    color: #5c5c5c;
  }
  .page-contact .psgdpr_consent_message span:last-child {
    border: none !important;
  }
  @media (min-width: 1440px) {
    .page-contact #main {
      width: 70%;
      margin-top: 50px;
    }
  }
  #pagenotfound #main .page-header,
  #products #main .page-header {
    margin: 32px 0 48px;
  }
  #pagenotfound .page-not-found,
  #products .page-not-found {
    background: #fff;
    padding: 16px;
    font-size: 1rem;
    color: #878787;
    max-width: 570px;
    margin: 0 auto;
  }
  #pagenotfound .page-not-found .search-widget,
  #products .page-not-found .search-widget {
    float: none;
  }
  #pagenotfound .page-not-found .search-widget input,
  #products .page-not-found .search-widget input {
    width: 100%;
  }
  .customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6;
  }
  .customization-modal .modal-content .modal-body {
    padding-top: 0;
  }
  .customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #f6f6f6;
  }
  .customization-modal
    .modal-content
    .modal-body
    .product-customization-line
    .label {
    font-weight: 600;
    text-align: right;
  }
  .customization-modal
    .modal-content
    .modal-body
    .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  @media (min-width: 768px) {
    .cart-grid-body.col-md-8 {
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-8 {
      width: 66.66667%;
    }
  }
  .cart-grid-body.col-md-4 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4 {
      position: inherit;
      background: #f5f5f5;
      border-radius: 20px;
      padding: 30px;
    }
  }
  .cart-grid-body.col-md-4 #custom-text {
    grid-column: 1/3;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4 #custom-text {
      margin-left: -30px;
      margin-right: -30px;
      position: inherit;
      bottom: 220px;
    }
  }
  .cart-grid-body.col-md-4 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    box-shadow: none;
    margin: 0;
    position: fixed;
    bottom: 0;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4 .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
    }
  }
  .cart-grid-body.col-md-4 #js-checkout-summary {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    width: 100%;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .label,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-name,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-price,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-quantity,
  .cart-grid-body.col-md-4 #js-checkout-summary .value {
    color: #091f49;
    font-size: 1rem;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .label.sub,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-name.sub,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-price.sub,
  .cart-grid-body.col-md-4 #js-checkout-summary .product-quantity.sub,
  .cart-grid-body.col-md-4 #js-checkout-summary .value.sub {
    font-size: 0.75rem;
    opacity: 0.6;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .collapse,
  .cart-grid-body.col-md-4 #js-checkout-summary .collapse .media-left {
    display: block;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .collapse .media-list {
    height: auto;
    overflow: auto;
    max-height: calc(100vh - 154px);
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4 #js-checkout-summary .collapse .media-list {
      max-height: 400px;
    }
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .collapse
    .media-list::-webkit-scrollbar {
    display: none;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 50px;
    grid-template-columns: auto 50px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4 #js-checkout-summary .box-total {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      background: transparent;
      position: inherit;
    }
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total .cart-summary-totals {
    margin-top: 10px;
    padding: 10px 15px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4
      #js-checkout-summary
      .box-total
      .cart-summary-totals {
      margin-bottom: 15px;
      padding: 0 !important;
      position: relative;
    }
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line {
    margin-bottom: 0;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line
    span {
    color: #091f49;
    opacity: 0.6;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line
    span:nth-child(2) {
    line-height: 1;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line
    span:nth-child(2).sub {
    display: none;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line.cart-total
    span {
    opacity: 1;
    font-weight: 600;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line.cart-total
    span:first-child {
    font-size: 1rem;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line.cart-total
    span:nth-child(2) {
    font-size: 1.25rem;
    right: 0;
    bottom: -4px;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .box-total
    .cart-summary-totals
    .cart-summary-line
    .value {
    position: relative;
    right: auto;
    bottom: auto;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4
      #js-checkout-summary
      .box-total
      .cart-summary-totals
      .cart-summary-line
      .value {
      position: absolute;
      right: 15px;
      bottom: 13px;
    }
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total .btn {
    padding: 0;
    background: none;
    color: #091f49;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total .btn:hover {
    background-color: transparent;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total .btn:focus {
    background-color: transparent !important;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .box-total .btn .material-icons {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 7.41L6 2.83 1.41 7.41 0 6l6-6 6 6-1.41 1.41z' fill='%23091F49'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    color: transparent;
    bottom: 18px;
    right: 15px !important;
    margin: 0;
    width: 13px;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .block-promo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .block-promo .promo-code {
    padding: 0;
    background: transparent;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .block-promo .promo-code form {
    background: transparent;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .block-promo
    .promo-code
    form
    .input-with-arrow {
    margin: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .block-promo
    .promo-code
    form
    .input-with-arrow
    .btn {
    padding: 12px 17px;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .block-promo
    .promo-code
    form
    .input-with-arrow
    .btn:hover {
    background-color: transparent;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .block-promo
    .promo-code
    form
    .input-with-arrow
    .btn
    svg {
    background-repeat: no-repeat;
    width: 24px;
    opacity: 0.3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .block-promo
    .promo-code
    form
    .input-with-arrow
    .btn
    svg:hover {
    opacity: 1;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary .card-block {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    p {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 20px;
    border-top: 1px solid rgba(9, 31, 73, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media:first-child {
    border: none;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-left {
    width: 110px;
    height: 110px;
    padding: 0;
    border: 1px solid rgba(9, 31, 73, 0.1);
    border-radius: 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-left
    a
    img {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    border: none;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-body {
    width: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% auto;
    grid-template-columns: 70% auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-body
    .product-name {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1rem;
    font-weight: 400;
    color: #091f49;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-body
    .product-quantity {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 0.75rem;
    font-weight: 400;
    color: #091f49;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-products
    .media
    .media-body
    .product-price {
    -ms-grid-column: 2;
    grid-column: 2;
    font-weight: 600;
    justify-self: flex-end;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-subtotals-container {
    margin-top: 26px;
    padding-top: 30px;
    padding-bottom: 0;
    border: none;
    display: none;
  }
  @media (min-width: 992px) {
    .cart-grid-body.col-md-4
      #js-checkout-summary
      .card-block
      .cart-summary-subtotals-container {
      display: block;
    }
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-subtotals-container
    #cart-subtotal-products
    span,
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-subtotals-container
    #cart-subtotal-shipping
    span {
    font-size: 1rem;
    color: #091f49;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-subtotals-container
    #cart-subtotal-products
    span
    .value,
  .cart-grid-body.col-md-4
    #js-checkout-summary
    .card-block
    .cart-summary-subtotals-container
    #cart-subtotal-shipping
    span
    .value {
    font-weight: 600;
  }
  .cart-grid-body.col-md-4 #js-checkout-summary #checkoutModal {
    top: auto;
    border-top: 1px solid rgba(9, 31, 73, 0.1);
  }
  .cart-grid-body.col-md-4 #js-checkout-summary #checkoutModal .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header {
    background: #fff;
    border-bottom: 1px solid rgba(9, 31, 73, 0.1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 50px;
    grid-template-columns: auto 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals {
    position: relative;
    padding: 0;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-total {
    margin: 0;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-total
    .label {
    font-weight: 600;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-total
    .value {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-summary-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-summary-line
    .sub.label {
    font-weight: 400;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .cart-summary-totals
    .cart-summary-line
    .sub.value {
    display: none;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .close {
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: transparent;
    padding: 0;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .cart-grid-body.col-md-4
    #js-checkout-summary
    #checkoutModal
    .modal-dialog
    .modal-header
    .close
    .icon {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 6px;
  }
  #summaryCheckout .modal-dialog {
    max-width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: #091f49;
  }
  img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.layout-boxed-md {
    background: #fff;
  }
  body.layout-boxed-md #page {
    max-width: 960px;
    -o-box-shadow: 0 0 5px #dcdcdc;
    -ms-box-shadow: 0 0 5px #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    margin: 0 auto;
    background: #fff;
  }
  body.layout-boxed-md #page .container {
    max-width: 940px;
  }
  body.layout-boxed-lg {
    background: #fff;
  }
  body.layout-boxed-lg #page {
    max-width: 1220px;
    -o-box-shadow: 0 0 5px #dcdcdc;
    -ms-box-shadow: 0 0 5px #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    margin: 0 auto;
    background: #fff;
  }
  body.layout-boxed-lg #page .container {
    max-width: 1200px;
  }
  .popover {
    font-family: inherit;
  }
  #index #wrapper {
    padding: 0;
  }
  #index .cc_dialog {
    border-radius: 5px;
    background: #fff;
    margin: 30px auto;
    width: 750px;
  }
  #index .cc_dialog .cc_dialog_headline {
    color: #091f49;
  }
  #index .cc_dialog .cc_dialog_text {
    color: #091f49;
    margin-bottom: 30px;
  }
  #index .cc_dialog .cc_b_inner button {
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 15px;
  }
  #index .cc_dialog .cc_b_inner button.cc_b_ok {
    background: #f26233;
    border: 2px solid #f26233;
  }
  #index .cc_dialog .cc_b_inner button.cc_b_ok:hover {
    background: #f0460f;
    border: 2px solid #f0460f;
  }
  #index .cc_dialog .cc_b_inner button.cc_b_cp {
    background: transparent;
    border: 2px solid #091f49;
    color: #091f49;
  }
  #index .cc_dialog .cc_b_inner button.cc_b_cp:hover {
    background: #f1f1f1;
  }
  #index .cookie-consent-preferences-dialog .cc_cp_container {
    border-radius: 5px !important;
  }
  #index .cookie-consent-preferences-dialog .cc_cp_container * {
    color: #091f49;
    border: none !important;
  }
  #index
    .cookie-consent-preferences-dialog
    .cc_cp_container
    .cc-cp-body-tabs-item {
    background: #e6f1fa;
  }
  #index
    .cookie-consent-preferences-dialog
    .cc_cp_container
    .cc-cp-body-tabs-item[active="true"] {
    background: #f2f8fc !important;
    border: none !important;
    color: #091f49 !important;
  }
  #index .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_m_content {
    background: #f2f8fc !important;
  }
  #index
    .cookie-consent-preferences-dialog
    .cc_cp_container
    .cc_cp_f_save
    button {
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 15px;
    background: #f26233;
    color: #fff !important;
  }
  #index
    .cookie-consent-preferences-dialog
    .cc_cp_container
    .cc_cp_f_save
    button:hover {
    background: #f0460f;
  }
  #index .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer,
  #index .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head {
    border-radius: 5px;
  }
  #page {
    overflow: hidden;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -999px;
    right: -999px;
    bottom: 0;
    background: #f7f7f7;
    z-index: -1;
  }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
  .rtl .breadcrumb li {
    margin: 0 0 0 20px;
  }
  .breadcrumb li:last-child {
    margin: 0;
  }
  .breadcrumb li:last-child a {
    padding: 0;
    color: #000;
  }
  .breadcrumb li:last-child a:after {
    display: none;
  }
  .breadcrumb li a {
    display: block;
    padding: 0 10px 0 0;
    line-height: 20px;
    position: relative;
    transition: all 0.4s;
  }
  .rtl .breadcrumb li a {
    padding: 0 0 0 10px;
  }
  .breadcrumb li a:after {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    content: "/";
    font-size: 8px;
    position: absolute;
    top: 1px;
    color: #888;
    right: -10px;
  }
  .rtl .breadcrumb li a:after {
    left: -10px;
    right: auto;
  }
  #wrapper {
    padding: 30px 9px;
  }
  @media (max-width: 991px) {
    #wrapper {
      padding-top: 0;
      padding-bottom: 10px;
    }
  }
  #wrapper .banner {
    margin-bottom: 24px;
    display: block;
  }
  #wrapper .banner img {
    -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  }
  #wrapper .block-category-full {
    position: relative;
    text-align: center;
    min-height: 150px;
    margin: -30px 0 20px;
    text-shadow: 0 1px 0 #fff;
  }
  #wrapper .block-category-full .cate-name {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
  }
  #wrapper .block-category-full .breadcrumb {
    position: absolute;
    padding: 0;
    text-align: center;
    border-radius: 0;
    top: 50%;
    left: 0;
    right: 0;
    background: none;
    margin-top: 10px;
  }
  #wrapper .block-category-full .breadcrumb[data-depth="1"] {
    display: none;
  }
  #wrapper .block-category-full .breadcrumb ol {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .rtl #wrapper .block-category-full .breadcrumb ol {
    margin: 0 10px 0 0;
  }
  #wrapper .block-category-full .breadcrumb li {
    display: inline;
    white-space: nowrap;
    z-index: 1;
    position: relative;
  }
  #wrapper .block-category-full .breadcrumb li:after {
    content: "\F105";
    color: #222;
    font-family: FontAwesome;
    margin: 0.3125em;
  }
  #wrapper .block-category-full .breadcrumb li:last-child {
    content: "/";
    color: #222;
    margin: 5px;
  }
  #wrapper .block-category-full .breadcrumb li:last-child a {
    color: #222;
  }
  #wrapper .block-category-full .breadcrumb li:last-child:after {
    content: "";
  }
  #wrapper .block-category-full .breadcrumb li a {
    color: #000;
  }
  #wrapper .block-category-full .breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
  }
  #wrapper .bg-wapper .breadcrumb {
    position: relative;
    padding: 320px 0 0;
    margin: -30px 0 30px;
    background: url(../css/a288b5423a721b5e100057d80abe3c52.jpg) top no-repeat;
    text-align: center;
    border-radius: 0;
  }
  #wrapper .bg-wapper .breadcrumb[data-depth="1"] {
    display: none;
  }
  #wrapper .bg-wapper .breadcrumb ol {
    padding: 22px;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #wrapper .bg-wapper .breadcrumb ol:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -o-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  }
  #wrapper .bg-wapper .breadcrumb li {
    display: inline;
    white-space: nowrap;
    z-index: 1;
    position: relative;
  }
  #wrapper .bg-wapper .breadcrumb li:after {
    content: "\F105";
    color: #ddd;
    font-family: FontAwesome;
    margin: 0.3125em;
  }
  #wrapper .bg-wapper .breadcrumb li:last-child {
    content: "/";
    color: #eee;
    margin: 5px;
  }
  #wrapper .bg-wapper .breadcrumb li:last-child a {
    color: #eee;
  }
  #wrapper .bg-wapper .breadcrumb li:last-child:after {
    content: "";
  }
  #wrapper .bg-wapper .breadcrumb li a {
    color: #ddd;
  }
  #wrapper .bg-wapper .breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #main .page-header {
    margin-bottom: 25px;
    text-align: center;
  }
  #main .page-content {
    margin-bottom: 25px;
  }
  #main .page-content h6 {
    margin-bottom: 18px;
  }
  #main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px;
  }
  #notifications ul {
    margin-bottom: 0;
  }
  .sitemap ul.tree li {
    line-height: 20px;
    padding: 5px 0;
  }
  .sitemap ul.tree li a.parent-page {
    text-transform: uppercase;
    font-weight: 700;
  }
  .sitemap ul.tree li ul {
    padding-left: 10px;
  }
  .rtl .sitemap ul.tree li ul {
    padding-right: 10px;
    padding-left: inherit;
  }
  .list-brands {
    margin: 20px 0 10px;
    background: #fff;
  }
  .brand {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  #back-top {
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 90;
    border-radius: 50%;
    background-color: #272727;
    cursor: pointer;
  }
  .rtl #back-top {
    left: 10px;
    right: auto;
  }
  #back-top a {
    margin: 2px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  @media (min-width: 992px) {
    .headertop-flex > [class*="col-"] {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
    }
    .headertop-flex .center-headertop {
      -webkit-box-pack: center;
      box-pack: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
    }
    .headertop-flex .right-headertop {
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      box-direction: reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
    }
  }
  @media (max-width: 767px) {
    #checkout-cart-summary {
      float: none;
      width: 100%;
      margin-top: 1rem;
    }
    section.checkout-step {
      width: 100%;
    }
    .default-input {
      min-width: 100%;
    }
    label {
      clear: both;
    }
  }
  @media (max-width: 991px) {
    .container {
      width: 100%;
    }
    .sub-menu {
      left: 0;
      min-width: 100%;
    }
    #blockcart-modal .product-image {
      width: 100%;
      display: block;
      max-width: 250px;
      margin: 0 auto 15px;
    }
    #blockcart-modal .cart-content {
      padding-left: 0;
    }
    #search_filters .facet .facet-label {
      text-align: left;
    }
    .block-category .category-cover {
      position: relative;
      text-align: center;
    }
    .block-category {
      padding-bottom: 0;
    }
  }
  #page.megamenu-autoheight {
    overflow: auto;
  }
  @media (min-width: 1440px) {
    .container {
      width: 1440px;
    }
  }
  .icon-font {
    font-size: 18px;
  }
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown-menu {
    font-size: 14px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .ApSlideShow .bannercontainer .tp-caption .caption-contain .mega-title {
    font-family: ChronicleDisplayRoman;
    font-weight: 400;
    letter-spacing: 0;
  }
  .ApSlideShow .iview-directionNav a:before {
    font-family: FontAwesome;
    font-size: 26px;
    color: #000;
  }
  @media (max-width: 767px) {
    .ApSlideShow .iview-directionNav a:before {
      font-size: 20px;
    }
  }
  .ApSlideShow .iview-directionNav a.iview-prevNav:before {
    content: "\F104";
  }
  .ApSlideShow .iview-directionNav a.iview-nextNav:before {
    content: "\F105";
  }
  .block-social li {
    position: relative;
  }
  .block-social li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #index .breadcrumb {
    display: none !important;
  }
  .box-customreview .owl-theme .owl-buttons {
    position: static;
    width: auto;
  }
  .box-customreview .owl-theme .owl-buttons div {
    font-size: 0;
    color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    box-shadow: none;
  }
  .box-customreview .owl-theme .owl-buttons div:hover:after {
    border-color: #000;
  }
  .box-customreview .owl-theme .owl-buttons div:before {
    display: none;
  }
  .box-customreview .owl-theme .owl-buttons div:after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: none;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .box-customreview .owl-theme .owl-buttons div.owl-prev {
    left: -40px;
  }
  .box-customreview .owl-theme .owl-buttons div.owl-prev:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 0;
  }
  .box-customreview .owl-theme .owl-buttons div.owl-next {
    right: -40px;
  }
  .box-customreview .owl-theme .owl-buttons div.owl-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
  }
  .box-customreview:hover .owl-theme .owl-buttons div {
    opacity: 1;
    visibility: visible;
    background: none;
  }
  .box-customreview:hover .owl-theme .owl-buttons div.owl-prev {
    left: -30px;
  }
  .box-customreview:hover .owl-theme .owl-buttons div.owl-next {
    right: -30px;
  }
  .form-control {
    font-size: 13px;
    border-radius: 0;
  }
  .font-weight-600,
  .table th,
  table th {
    font-weight: 400;
  }
  body .instagram-block .owl-theme .owl-buttons div {
    margin-top: -20px;
  }
  .carousel-inner > .carousel-item > a > img img,
  .carousel-inner > .carousel-item > img img,
  .img-fluid img {
    max-width: 100%;
  }
  #search #main .page-not-found,
  #search #main > h2 {
    text-align: center;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product {
    clear: none;
  }
  @media (min-width: 1200px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 25%;
    }
    #search.layout-full-width
      .product_list.grid
      .ajax_block_product:nth-child(4n + 1) {
      clear: both;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 25%;
    }
    #search.layout-full-width
      .product_list.grid
      .ajax_block_product:nth-child(4n + 1) {
      clear: both;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 33.333%;
    }
    #search.layout-full-width
      .product_list.grid
      .ajax_block_product:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 767px) and (min-width: 568px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 33.333%;
    }
    #search.layout-full-width
      .product_list.grid
      .ajax_block_product:nth-child(3n + 1) {
      clear: both;
    }
  }
  @media (max-width: 567px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 50%;
    }
    #search.layout-full-width
      .product_list.grid
      .ajax_block_product:nth-child(odd) {
      clear: both;
    }
  }
  .ui-widget {
    font-family: Fira Sans, Poppins, sans-serif;
    font-size: 14px;
  }
  .boxe-top #search_widget input[type="text"] {
    background: #fff url(../css/90ae85e370ffdcb685177a28a0006978.png) 50%
      no-repeat;
  }
  @media (min-width: 768px) {
    .breadcrumb {
      width: 100%;
      background: none;
      margin: -30px 0 40px;
      font-size: 14px;
      position: relative;
      text-align: right;
    }
    .breadcrumb:before {
      top: 0;
      left: 50%;
      right: auto;
      bottom: 0;
      z-index: -1;
      margin-left: -50vw;
      width: 100vw;
      background: #f2f2f4;
    }
    .breadcrumb ol {
      margin: auto 0 auto auto;
      font-size: 12px;
    }
    .breadcrumb h1 {
      font-size: 36px;
      font-weight: 600;
      margin: 0 0 15px;
    }
  }
  .group-product_builder .apconfig-product_builder {
    font-size: 0 !important;
    color: transparent !important;
    display: block;
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 180px;
    transition: all 0.4s;
  }
  .group-product_builder .apconfig-product_builder.active,
  .group-product_builder .apconfig-product_builder:hover {
    border-color: #888;
  }
  .group-product_builder .apconfig-product_builder:before {
    display: none;
  }
  .group-product_builder .apconfig-product_builder:first-child {
    background-image: url(../css/beab458b6337d4557a0420b05116ce2c.jpg);
  }
  .group-product_builder .apconfig-product_builder:nth-child(2) {
    background-image: url(../css/72d1a2d56fde666585417ab211be913e.jpg);
  }
  .group-product_builder .apconfig-product_builder:nth-child(3) {
    background-image: url(../css/3d6bc9b8bedc8a0847552839597641fe.jpg);
  }
  .group-product_builder .apconfig-product_builder:nth-child(4) {
    background-image: url(../css/5625260a4d582325b4dec120d78e18c2.jpg);
  }
  .group-product_builder .apconfig-product_builder:nth-child(5) {
    background-image: url(../css/baad366811f35ea57a29763274e90deb.jpg);
  }
  .group-product_builder .apconfig-product_builder:nth-child(6) {
    background-image: url(../css/ea8bb03a6521d4c4e12b8c6ef07b2a6c.jpg);
    background-image: url(../css/ea8bb03a6521d4c4e12b8c6ef07b2a6c.jpg);
  }
  .paneltool .leo-dynamic-theme-skin {
    margin: 10px 10px 10px 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(4n) {
    margin-right: 0;
  }
  .paneltool .leo-dynamic-theme-skin:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .paneltool .leo-dynamic-theme-skin.current-theme-skin {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.75);
  }
  .paneltool .leo-dynamic-theme-skin label {
    display: none;
  }
  .paneltool .leo-dynamic-theme-skin:first-child {
    background: #000;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(2) {
    background: #0fb8f0;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(3) {
    background: #e6c00d;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(4) {
    background: #a3de83;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(5) {
    background: #2eb872;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(6) {
    background: #c5a17f;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(7) {
    background: #00f;
  }
  .paneltool .leo-dynamic-theme-skin:nth-child(8) {
    background: #e6e6fa;
  }
  .fancybox-skin {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 20px !important;
  }
  .fancybox-inner {
    overflow-x: hidden !important;
  }
  .fancybox-inner .block-social {
    display: none;
  }
  .fancybox-inner .block_newsletter {
    height: 517px;
    max-width: 700px;
    padding: 0 0 0 350px;
    background: url(../css/5e9fe9c5d96ae7ceaf98a9b34d840ec4.jpg) 0 0 no-repeat;
    max-height: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fancybox-inner .block_newsletter .title_block {
    margin: auto auto 20px;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .fancybox-inner .block_newsletter .block_content {
    margin: 0 auto auto;
  }
  .fancybox-wrap .turnoff-popup-wrapper {
    position: absolute;
    bottom: 10px;
    left: 350px;
    right: 0;
    font-size: 12px;
    color: #999;
  }
  .fancybox-wrap .turnoff-popup-wrapper .turnoff-popup {
    vertical-align: -3px;
    margin: 0 10px 0 0;
  }
  .rtl .fancybox-wrap .turnoff-popup-wrapper .turnoff-popup {
    margin: 0 0 0 10px;
  }
  .fancybox-wrap .fancybox-close {
    top: 5px;
    right: 5px;
    background: none !important;
    transition: all 0.4s;
    text-align: center;
    line-height: 36px;
  }
  .fancybox-wrap .fancybox-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fancybox-wrap .fancybox-close:before {
    font-size: 16px;
    content: "\E646";
    font-family: themify;
  }
  body ::-webkit-scrollbar {
    width: 3px;
  }
  body ::-webkit-scrollbar-track {
    background: #f2f8fc;
  }
  .slick-loading body .slick-list {
    background: #fff url(../css/4fb32478e95d3cdeade32e9a3edc1890.svg) 50%
      no-repeat;
    background-size: 32px;
  }
  body .owl-item.loading {
    background: url(../css/4fb32478e95d3cdeade32e9a3edc1890.svg) no-repeat 50%;
    background-size: 32px;
  }
  body .grabbing {
    cursor: url(../css/d817e1dba5bd5d891d0504bf1715807b.png) 8 8, move;
  }
  body .paneltool.multiproductdetailtool .panelbutton:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    z-index: 9;
    margin: auto;
    background: url(../css/11e331ba0a7eb2b8a465930dc0def93b.png) no-repeat;
    background-size: 100%;
    left: -25px;
  }
  .rtl body .paneltool.multiproductdetailtool .panelbutton:before {
    right: -25px;
    left: auto;
  }
  .product-variants > .product-variants-item ul li.outstock .color:after,
  .product-variants > .product-variants-item ul li.outstock .radio-label {
    background-image: linear-gradient(
        to bottom left,
        transparent 50%,
        #999 0,
        #999 calc(50% + 1px),
        transparent 50%
      ),
      linear-gradient(
        to bottom right,
        transparent 50%,
        #999 0,
        #999 calc(50% + 1px),
        transparent 50%
      );
  }
  .product-variants > .product-variants-item ul li.outstock .color:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  img {
    max-width: 100%;
  }
  .thumbnail-container .leo-noimage {
    display: block;
    background: url(../css/3984e6706f793f215e2c885226798894.svg) 50% no-repeat;
    background-size: 50px;
  }
  .thumbnail-container .leo-noimage img {
    opacity: 0;
  }
  div.animated-background {
    background: url(../css/4fb32478e95d3cdeade32e9a3edc1890.svg) 50% no-repeat;
    background-size: 32px;
    -webkit-animation: none;
    animation: none;
    height: auto;
    padding-bottom: 100%;
  }
  div.animated-background div {
    opacity: 0;
  }
  #cart-subtotal-shipping > div small.value {
    font-size: 12px;
    padding: 10px 0 0;
    font-weight: 400;
  }
  #cart-subtotal-shipping > div {
    clear: both;
  }
  .w-name {
    display: none;
  }
  .cssload-speeding-wheel,
  .leo-dropdown-cssload-speeding-wheel {
    background: transparent !important;
  }
  .leo-notification {
    text-align: center;
    pointer-events: none;
  }
  .leo-notification .notification-wrapper {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .leo-notification div.notification {
    background: none;
    color: #000;
    transition: 0.3s ease-in-out;
  }
  .leo-notification div.notification,
  .leo-notification div.notification.closed {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .leo-block-sidebar .post-name {
    margin: 0;
  }
  .leo-block-sidebar .post-name a {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    line-height: 1.5;
  }
  .leo-block-sidebar .info {
    display: block;
  }
  .leo-block-sidebar .list-item {
    margin: 0 0 20px;
  }
  #search_filters,
  .js-modal-content {
    padding: 30px;
  }
  body #search_filters .ui-widget-header {
    background: #000;
  }
  body #search_filters .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 0;
    top: -6px;
  }
  body #search_filters .ui-slider-horizontal {
    height: 4px;
    border: 0;
    background: #ddd;
    border-radius: 0;
  }
  body #search_filters .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin: 0 0 0 -14px;
  }
  #search_filters > .h6 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #subcategories > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subcategory-block {
    margin: 0 0 30px;
  }
  .subcategory-block h3 {
    margin: 0;
  }
  .subcategory-block .subcategory-name {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #444;
    font-weight: 500;
  }
  .subcategory-block .subcategory-name:hover {
    color: #000;
  }
  p:last-child {
    margin: 0;
  }
  b,
  strong {
    font-weight: 600;
  }
  .col-mesg .alert {
    margin: 15px 0 0;
  }
  .checkout.cart-detailed-actions .btn {
    width: 100%;
  }
  .demo-product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .demo-product-detail .leo-widget {
    max-width: 165px;
  }
  #order-items h3.card-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
  }
  #order-items .total-value td:last-child {
    font-size: 1.2em;
  }
  #order-items table tr.sub td:last-child {
    text-align: left;
  }
  .rtl #order-items table tr.sub td:last-child {
    text-align: right;
  }
  .leo-blog-tags .block_content a {
    display: inline-block;
    padding: 5px 8px;
    margin: 0 2px 5px 0;
    background: #f5f5f5;
    border-radius: 5px;
  }
  .leo-blog-tags .block_content a:hover {
    background: #333;
    color: #fff;
  }
  .sidebar .block .title_block.products-section-title {
    font-weight: 600;
  }
  .sidebar .plist-dsimple .thumbnail-container .discount-percentage {
    top: 5px;
    right: auto;
    left: 20px;
  }
  section#products {
    clear: both;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .fw-700 {
    font-weight: 700;
  }
  .fw-600 {
    font-weight: 600;
  }
  .fw-500 {
    font-weight: 500;
  }
  .fw-400 {
    font-weight: 400;
  }
  .fw-300 {
    font-weight: 300;
  }
  .fw-200 {
    font-weight: 200;
  }
  .fw-100 {
    font-weight: 100;
  }
  .product-detail .product-prices .product-price {
    margin: 0;
  }
  .box-instagram .ApInstagram .link-instagram {
    margin: 0;
    text-align: center;
  }
  .box-instagram .ApInstagram .link-instagram a {
    display: inline-block;
    padding: 10px;
  }
  .leo-form-chk {
    position: relative;
  }
  .leo-form-chk input {
    margin: 0 5px 0 0;
    vertical-align: -2px;
  }
  .font-weight-bold {
    font-weight: 600;
  }
  .lql-social-login {
    margin: 10px 0;
  }
  .lql-social-login .btn {
    width: 100%;
  }
  .lql-social-login .btn.facebook-login-bt {
    background: #4267b2;
  }
  .lql-social-login .btn.facebook-login-bt:hover {
    background: #688cd7;
  }
  .lql-social-login .btn.google-login-bt {
    background: #ea4235;
  }
  .lql-social-login .btn.google-login-bt:hover {
    background: #ed5f54;
  }
  .lql-social-login .btn.twitter-login-bt {
    background: #5da9dd;
  }
  .lql-social-login .btn.twitter-login-bt:hover {
    background: #7ab6df;
  }
  .leo-quicklogin-modal .modal-body > .lql-social-login:first-child {
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 0 20px;
  }
  label.required:after {
    content: "*";
    color: red;
  }
  .form-group:last-child label.required:after {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .form-group:last-child .required + div .custom-checkbox label:after {
    content: "*";
    color: red;
  }
  .contact-form #gdpr_consent {
    padding: 0 15px;
  }
  .block_newsletter p {
    padding: 8px 0;
  }
  .modal {
    z-index: 9999;
  }
  .cart-summary-products .btn[data-toggle="collapse"] {
    display: none;
  }
  .cart-summary-products #cart-summary-product-list {
    display: block;
  }
  a.leo-send-wishlist-button i {
    margin: 0 5px 0 0;
    vertical-align: -3px;
  }
  .leo-wishlistproduct-item .leo-wishlist-product-save-button,
  .leo-wishlistproduct-item .wishlist-product-info {
    display: none;
  }
  .send-wishlist {
    display: none !important;
  }
  .wishlist-table-head th {
    color: #222;
    font-weight: 500;
  }
  .leo-save-wishlist-bt {
    min-width: 200px;
  }
  iframe {
    border: 0;
    max-width: 100%;
  }
  .form-control:focus {
    border-color: #000;
  }
  .leo-quicklogin-form h2 {
    font-size: 16px;
  }
  .lof-labelexpired {
    display: none;
  }
  body #search_filters .facet .collapse.faceted-slider {
    overflow: visible;
  }
  .leo-cart-item-img {
    min-height: 1px;
  }
  #blockcart-modal .modal-body .divide-right p {
    display: block;
  }
  #blockcart-modal .modal-body .divide-right p.product-price {
    font-size: 14px;
    font-weight: 500;
  }
  .forgotten-password i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }
  .forgotten-password li.item:after {
    content: "";
    display: table;
    clear: both;
  }
  .forgotten-password li.item p {
    padding: 6px 0 0;
  }
  ul.ps-alert-success i {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }
  ul.ps-alert-success li.item:after {
    content: "";
    display: table;
    clear: both;
  }
  ul.ps-alert-success li.item p {
    padding: 6px 0 0;
  }
  #product-details {
    opacity: 1;
  }
  .slide_config.data-link {
    width: 100% !important;
  }
  .thumbnail-container a.product-thumbnail .product-additional img {
    background: #fff;
  }
  @media (max-width: 991px) {
    .list-brands li.brand {
      display: inline-block;
      width: 100%;
      padding: 0 0 20px;
      margin: 0 0 20px;
      border-bottom: 1px solid #000;
    }
    .list-brands li.brand > div {
      width: 100%;
    }
  }
  .blockreassurance_product {
    background-color: #fff;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    margin: 0 0 20px;
    padding: 0;
  }
  .blockreassurance_product > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .blockreassurance_product > div:last-child {
    border: 0;
    padding: 0;
  }
  .blockreassurance_product > div {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blockreassurance_product p.block-title {
    font-size: 12px;
    line-height: 20px;
    color: #888;
  }
  .blockreassurance_product .item-product img,
  .blockreassurance_product .item-product svg {
    width: 25px;
    height: auto;
  }
  img[title="cms-img"] {
    margin: 0 0 30px;
  }
  .list-images-mobile .slick-slide {
    text-align: center;
  }
  @media (min-width: 992px) {
    .list-images-mobile {
      display: none !important;
    }
  }
  @media (max-width: 991px) {
    .list-images-desktop {
      display: none !important;
    }
  }
  h2.lql-bt:hover {
    color: #000;
  }
  .lql-form-content .form-group:last-child {
    margin: 0;
  }
  .leo-quicklogin-form .leo-form {
    padding: 15px 30px;
  }
  .f-logo2 a span,
  .f-logo a span,
  .h-logo a span {
    font-weight: 700;
    font-size: 34px;
    color: #000;
    letter-spacing: 4px;
  }
  a.label i {
    vertical-align: -3px;
  }
  #product-modal .modal-body {
    background: #fff;
  }
  #product-modal .modal-content .modal-body figure {
    margin: 0;
  }
  #product-modal .modal-content .modal-body .thumbnails {
    display: none;
  }
  #product-modal .modal-content .modal-body .image-caption {
    padding: 15px 0 0;
    text-align: justify;
  }
  .page-content[data-templatezoomtype="none"] .product-cover .layer {
    display: block;
  }
  .page-content[data-templatezoomtype="none"] + #product-modal .modal-body {
    padding: 10px;
  }
  .leo-modal-review .modal-footer button.btn-secondary,
  .leo-modal-review .modal-footer button.btn-tertiary {
    display: none;
  }
  .leo-quicklogin-modal .modal-header {
    padding: 0;
    background: none;
    border: 0;
  }
  .leo-quicklogin-modal .modal-header .close {
    margin-top: 0;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
  }
  .forgotten-password p.send-renew-password-link {
    text-align: center;
    margin: 0 0 35px;
  }
  .forgotten-password .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    margin: auto;
  }
  @media (max-width: 480px) {
    .forgotten-password .center-email-fields {
      margin: 0 -15px 20px;
    }
  }
  .forgotten-password .center-email-fields .form-control-label {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .forgotten-password .center-email-fields .col-md-5.email {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .forgotten-password ul {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
    color: #333;
  }
  .forgotten-password ul li i {
    float: none;
    margin: 0;
  }
  .forgotten-password ul li i svg path {
    fill: #333;
  }
  .page-my-account .page-footer .text-sm-center a {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #eee;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 12px;
  }
  .page-my-account .page-footer .text-sm-center a:hover {
    color: #666;
  }
  .af .af_subtitle {
    font-weight: 600;
    font-size: 13px;
  }
  .af .slider-container .back-bar {
    height: 4px;
  }
  .af .slider-container .back-bar .pointer {
    top: -6px;
    border-radius: 0;
    background: #000;
    border: 1px solid #000;
  }
  .af .af_filter:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .sidebar #amazzing_filter {
    box-shadow: none;
    margin-bottom: 0;
    background: #fff;
    padding: 30px;
  }
  .col-mesg .alert:before {
    display: none;
  }
  .col-mesg .alert {
    padding: 10px;
  }
  @media (max-width: 991px) {
    .product-detail-name {
      margin: 30px 0 15px;
    }
    .breadcrumb {
      margin: 0 0 40px;
    }
    .af_filter_content {
      padding: 0 10px;
    }
    .block-category.card h1 {
      margin: 20px 0 10px;
    }
  }
  #blockcart-modal[aria-hidden="true"] .modal-dialog {
    display: none !important;
  }
  .breadcrumb,
  .leo-fly-cart-mask {
    display: none;
  }
  #contact #wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  @media (min-width: 1440px) {
    #contact .container {
      width: 1200px;
    }
  }
  #contact .container #content-wrapper {
    width: 100%;
    padding: 0;
  }
  #contact .container #content-wrapper .page-content {
    box-shadow: none;
    border: none;
    background: transparent;
  }
  #contact .container #content-wrapper .page-content #left-column {
    display: none;
  }
  #contact .container #content-wrapper .page-content .contact-form {
    padding: 15px;
  }
  #contact .container #content-wrapper .page-content .contact-form .form-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .form-control-comment {
    display: none;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:first-child {
    grid-column: 1/3;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:first-child
    .col-md-offset-3 {
    padding: 0;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:first-child
    .col-md-offset-3
    h3 {
    color: #091f49;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .form-control-label {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #091f49;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-6,
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-9 {
    width: 100% !important;
    padding: 0;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-6
    .form-control,
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-9
    .form-control {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 15px;
    color: #091f49;
    font-size: 0.875rem;
    font-weight: 400;
    background: #fff;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-6
    label[for="filestyle-0"],
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-9
    label[for="filestyle-0"] {
    margin: 0 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #091f49;
    color: #091f49;
    text-transform: inherit;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-6
    label[for="filestyle-0"]:hover,
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .col-md-9
    label[for="filestyle-0"]:hover {
    background-color: #f1f1f1;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3 {
    margin-left: 0;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent {
    padding: 0;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    input[type="checkbox"] {
    margin-top: 30px;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    input[type="checkbox"]:checked
    + span {
    border: 1px solid #091f49;
    border-radius: 4px;
    min-width: 12px;
    height: 15px !important;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    input[type="checkbox"]:checked
    + span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #002f87;
    border-radius: 2px;
    margin: 2px;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    .custom-checkbox
    span {
    border-radius: 4px;
    width: 15px !important;
    height: 15px !important;
    color: #091f49;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    .custom-checkbox
    span
    a {
    color: #0075c9;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group
    .offset-md-3
    #gdpr_consent
    .custom-checkbox
    .material-icons {
    display: none !important;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:nth-child(4) {
    grid-column: 1/3;
  }
  @media (min-width: 992px) {
    #contact
      .container
      #content-wrapper
      .page-content
      .contact-form
      .form-fields
      .form-group:nth-child(4) {
      -ms-grid-column: 1;
      grid-column: 1;
    }
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:nth-last-child(-n + 2) {
    grid-column: 1/3;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-fields
    .form-group:last-child {
    margin-top: 15px !important;
  }
  #contact .container #content-wrapper .page-content .contact-form .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #contact
    .container
    #content-wrapper
    .page-content
    .contact-form
    .form-footer
    .btn-outline {
    background-color: #f26233;
    color: #fff;
    border-radius: 50px;
  }
  #category .container #left-column {
    display: none;
  }
  #category .container #content-wrapper {
    width: 100% !important;
  }
  #category
    .container
    #content-wrapper
    #js-product-list-header
    #category-description {
    padding: 0;
  }
  #category .container #content-wrapper #products .product-meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin: 0 10px;
  }
  #category .container #content-wrapper #products .product-meta .product-title {
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
    width: 90%;
  }
  #category .container #content-wrapper #products .product-meta .product-title a {
    color: #091f49;
  }
  #category
    .container
    #content-wrapper
    #products
    .product-meta
    .product-price-and-shipping {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #category
    .container
    #content-wrapper
    #products
    .product-meta
    .product-price-and-shipping
    span {
    color: #091f49;
  }
  #category
    .container
    #content-wrapper
    #products
    .product-meta
    .button-container {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/3;
  }
  #category
    .container
    #content-wrapper
    #products
    .product-meta
    .button-container
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #category
    .container
    #content-wrapper
    #products
    .product-meta
    .button-container
    form
    .add-to-cart {
    padding: 10px 20px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  #cms #wrapper .container .page-cms {
    background: transparent;
  }
  #cms #wrapper .container .page-cms a {
    color: #0075c9;
  }
  #identity .input-group-btn {
    position: absolute;
  }
  #authentication #content {
    background: transparent;
  }
  @media (min-width: 992px) {
    #authentication #content #login-form section {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      gap: 20px;
    }
  }
  @media (min-width: 992px) {
    #authentication #content #login-form section .form-group {
      margin-bottom: 0;
    }
  }
  #authentication #content #login-form section .form-group .form-control-label {
    color: #091f49;
  }
  #authentication #content #login-form section .form-group .form-control {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 15px;
    color: #091f49;
    font-size: 0.875rem;
    font-weight: 400;
    background: #fff;
  }
  #authentication #content #login-form section .form-group .input-group-btn {
    position: absolute;
  }
  #authentication #content #login-form section .forgot-password {
    text-align: left;
    font-size: 1rem;
  }
  #authentication #content #login-form .form-footer #submit-login {
    width: auto;
  }
  #authentication #content .no-account a {
    color: #091f49;
  }
  #authentication #content .no-account a:hover {
    color: #0075c9;
  }
  #authentication .page-header {
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
  }
  #authentication .page-content {
    margin: 0 auto !important;
    padding: 0 16px !important;
  }
  .ajax_block_banner,
  .description_extra_block {
    display: none;
  }
  @media (min-width: 481px) {
    #category .products .product_list > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media (min-width: 576px) {
    #category .products .product_list .ajax_block_product.col-sm-8 {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    #category .products .product_list .ajax_block_product.col-sm-8 {
      width: 33.33333%;
    }
  }
  @media (min-width: 576px) {
    #category .products .product_list .ajax_block_product.col-sm-8 .col-sm-6 {
      width: 100%;
    }
  }
  @media (min-width: 768px) {
    #category .products .product_list .ajax_block_product:nth-child(odd) {
      clear: none !important;
    }
  }
  #back-top {
    display: none !important;
  }
  .page-home > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 40px;
    padding: 0;
  }
  @media (min-width: 768px) {
    .page-home > div:first-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:first-child {
      margin-bottom: 80px;
    }
  }
  .page-home > div:first-child .ApColumn {
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  @media (min-width: 768px) {
    .page-home > div:first-child .ApColumn {
      margin: 10px;
      width: 50%;
      padding: 40px;
      height: 400px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:first-child .ApColumn {
      height: 560px;
      padding: 60px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:first-child .ApColumn {
      height: 640px;
      padding: 80px;
    }
  }
  @media (min-width: 1440px) {
    .page-home > div:first-child .ApColumn {
      padding-right: 110px;
    }
  }
  .page-home > div:first-child .ApColumn:first-child {
    /* max-height: 200px; */
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .page-home > div:first-child .ApColumn:first-child {
      max-height: 400px;
      margin-bottom: 0;
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:first-child .ApColumn:first-child {
      max-height: 560px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:first-child .ApColumn:first-child {
      max-height: 640px;
    }
  }
  .page-home > div:first-child .ApColumn:first-child .ApImage {
    margin-bottom: 20px;
  }
  .page-home > div:first-child .ApColumn:first-child img {
    height: 200px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (min-width: 768px) {
    .page-home > div:first-child .ApColumn:first-child img {
      height: 400px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:first-child .ApColumn:first-child img {
      height: 560px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:first-child .ApColumn:first-child img {
      height: 640px;
    }
  }
  @media (min-width: 768px) {
    .page-home > div:first-child .ApColumn:last-child {
      margin-right: 0;
    }
  }
  .page-home > div:first-child .ApColumn:last-child .ApHtml {
    margin-bottom: 0;
  }
  .page-home > div:first-child h1 {
    color: #091f49;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 10px;
  }
  @media (min-width: 992px) {
    .page-home > div:first-child h1 {
      line-height: 46px;
      font-size: 2.35rem;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:first-child h1 {
      font-size: 3rem;
      line-height: 58px;
    }
  }
  .page-home > div:first-child p {
    color: #091f49;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 36px;
  }
  @media (min-width: 992px) {
    .page-home > div:first-child p {
      font-size: 1.25rem;
      line-height: 30px;
    }
  }
  .page-home > div:nth-child(2),
  .page-home > div:nth-child(2) > .container {
    padding: 0;
  }
  .page-home > div:nth-child(2) .ApColumn .title_block {
    text-align: left;
    text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 29px;
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(2) .ApColumn .title_block {
      font-size: 1.85rem;
      line-height: 38px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(2) .ApColumn .title_block {
      font-size: 2.25rem;
      line-height: 43px;
    }
  }
  .page-home > div:nth-child(2) .ApColumn .price span,
  .page-home > div:nth-child(2) .ApColumn .product-title a {
    color: #091f49;
  }
  .page-home > div:nth-child(2) .ApColumn .owl-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-home > div:nth-child(2) .ApColumn .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #091f49;
  }
  .page-home > div:nth-child(2) .ApColumn .owl-pagination .owl-page.active span,
  .page-home > div:nth-child(2) .ApColumn .owl-pagination .owl-page span:hover {
    background: #091f49;
  }
  .page-home > div:nth-child(2) .ApColumn .owl-buttons {
    display: none;
  }
  .page-home > div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
    margin-top: 45px;
    padding: 0;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-left: 8.33%;
      margin-right: 8.33%;
      margin-bottom: 120px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(3) {
      margin-top: 100px;
    }
  }
  @media (min-width: 1440px) {
    .page-home > div:nth-child(3) {
      margin-right: 16.666%;
    }
  }
  .page-home > div:nth-child(3) .ApColumn {
    padding: 0;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(3) .ApColumn {
      border-radius: 20px;
    }
  }
  .page-home > div:nth-child(3) .ApColumn:nth-child(2) {
    padding-right: 25px;
    padding-left: 25px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(3) .ApColumn:nth-child(2) {
      margin-left: 8.333%;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  .page-home > div:nth-child(3) .ApColumn:nth-child(2) .block {
    margin-bottom: 15px;
  }
  .page-home > div:nth-child(3) .ApColumn:nth-child(2) .block:nth-child(2) {
    margin-left: 20px;
  }
  .page-home > div:nth-child(3) .ApColumn .ApImage {
    width: 90%;
    height: 160px;
    border-radius: 0 20px 20px 0;
    margin-left: -15px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(3) .ApColumn .ApImage {
      width: 100%;
      height: auto;
      margin-left: 0;
      border-radius: 20px;
    }
  }
  .page-home > div:nth-child(3) .ApColumn .ApImage img {
    border-radius: 0 20px 20px 0;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(3) .ApColumn .ApImage img {
      height: 140px;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
  @media (min-width: 1440px) {
    .page-home > div:nth-child(3) .ApColumn .ApImage img {
      height: 200px;
    }
  }
  .page-home > div:nth-child(3) h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 29px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(3) h2 {
      font-size: 1.85rem;
      line-height: 38px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(3) h2 {
      font-size: 2.25rem;
      line-height: 43px;
    }
  }
  .page-home > div:nth-child(3) li,
  .page-home > div:nth-child(3) p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 24px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(3) li,
    .page-home > div:nth-child(3) p {
      font-size: 1.25rem;
      line-height: 30px;
    }
  }
  .page-home > div:nth-child(3) li {
    display: list-item;
    list-style-type: disc;
    margin-bottom: 5px;
  }
  .page-home > div:nth-child(3) li::marker {
    color: #f26233;
    width: 6px;
    margin-right: 10px;
  }
  .page-home > div:nth-child(3) .button-waterpik {
    color: #091f49;
    background: transparent;
    border: 2px solid #091f49;
    margin-top: 15px;
  }
  .page-home > div:nth-child(3) .button-waterpik:hover {
    background: #f1f1f1;
  }
  .page-home > div:nth-child(4) {
    padding: 0;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(4) {
      margin-bottom: 40px;
      margin-bottom: 60px;
    }
  }
  .page-home > div:nth-child(4) .ApColumn {
    padding: 0;
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(4) .ApColumn {
      padding: 0 15px;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .ApProductList {
    margin-bottom: 5px;
  }
  .page-home > div:nth-child(4) .ApColumn:nth-child(2) {
    display: none;
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(4) .ApColumn:nth-child(2) {
      display: block;
      padding-left: 0;
    }
    .page-home > div:nth-child(4) .ApColumn:nth-child(2) .product-image {
      -ms-grid-columns: auto !important;
      grid-template-columns: auto !important;
      padding: 20px 40px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(4) .ApColumn:nth-child(2) .product-image > a {
      max-height: none !important;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(4) .ApColumn:nth-child(2) .product-image > a img {
      max-height: none !important;
      width: 100%;
      height: 100%;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .product_list .product_block {
    width: 100%;
  }
  .page-home > div:nth-child(4) .ApColumn .product-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 40px 20px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(4) .ApColumn .product-image {
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      padding: 60px 40px;
      height: 400px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(4) .ApColumn .product-image {
      height: 460px;
      padding: 80px;
    }
  }
  .page-home
    > div:nth-child(4)
    .ApColumn
    .product-image
    .product-description-extra
    h1 {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  @media (min-width: 992px) {
    .page-home
      > div:nth-child(4)
      .ApColumn
      .product-image
      .product-description-extra
      h1 {
      margin-bottom: 20px;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1200px) {
    .page-home
      > div:nth-child(4)
      .ApColumn
      .product-image
      .product-description-extra
      h1 {
      font-size: 1.75rem;
      line-height: 32px;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .product-image .product-additional {
    display: none;
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(4) .ApColumn .product-image img {
      width: 100%;
      height: 100%;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .product-image img:hover {
    max-width: 100%;
  }
  .page-home > div:nth-child(4) .ApColumn .product-image .product-additional,
  .page-home > div:nth-child(4) .ApColumn .product-image .product-thumbnail,
  .page-home > div:nth-child(4) .ApColumn .product-image img {
    max-height: 300px !important;
  }
  .page-home > div:nth-child(4) .ApColumn .product-image a {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(4) .ApColumn .product-image a {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-right: 45px;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .product-image li {
    font-weight: 300;
    font-size: 1rem;
    line-height: 24px;
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(4) .ApColumn .product-image li {
      font-size: 1.15rem;
      line-height: 32px;
    }
  }
  .page-home > div:nth-child(4) .ApColumn .product-image li::marker {
    color: #f26233;
    width: 6px;
    margin-right: 10px;
  }
  .page-home > div:nth-child(4) .ApColumn .product-meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-home > div:nth-child(4) .ApColumn .product-meta h3 a {
    color: #091f49;
  }
  .page-home
    > div:nth-child(4)
    .ApColumn
    .product-meta
    .product-price-and-shipping {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .page-home
    > div:nth-child(4)
    .ApColumn
    .product-meta
    .product-price-and-shipping
    .price {
    color: #091f49;
  }
  .page-home > div:nth-child(4) .ApColumn .button-container {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .page-home > div:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(5) {
      margin-left: -30px;
      margin-right: -30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  .page-home > div:nth-child(5) .ApColumn {
    padding: 20px 40px 40px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(5) .ApColumn {
      padding: 60px 60px 80px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(5) .ApColumn {
      padding: 70px 100px 100px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(5) .ApColumn {
      padding: 70px 150px;
    }
  }
  @media (min-width: 1440px) {
    .page-home > div:nth-child(5) .ApColumn {
      padding: 70px 200px;
    }
  }
  .page-home > div:nth-child(5) .ApColumn:first-child {
    background: #091f49;
    background-image: none;
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 24px;
    padding: 40px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(5) .ApColumn:first-child {
      padding: 80px 60px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(5) .ApColumn:first-child {
      padding: 100px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(5) .ApColumn:first-child {
      padding: 100px 120px;
      font-size: 1.25rem;
      line-height: 30px;
    }
  }
  @media (min-width: 1440px) {
    .page-home > div:nth-child(5) .ApColumn:first-child {
      padding: 100px 150px;
    }
  }
  .page-home > div:nth-child(5) .ApColumn:first-child h3 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    color: #fff;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(5) .ApColumn:first-child h3 {
      font-size: 1.5rem;
      line-height: 36px;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(5) .ApColumn:first-child h3 {
      font-size: 1.75rem;
      line-height: 40px;
    }
  }
  .page-home > div:nth-child(5) .ApColumn:first-child .button-waterpik {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 15px;
  }
  .page-home > div:nth-child(5) .ApColumn:first-child .button-waterpik:hover {
    background: #33599f;
  }
  .page-home > div:nth-child(5) .ApColumn:nth-child(2) {
    background-image: url(../css/14ddb59e3dfb502761b127cf9a629ab8.jpg);
    background-repeat: no-repeat;
    background-color: #f9fbfa;
    background-position: 100%;
  }
  .page-home > div:nth-child(5) .ApColumn p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 24px;
    margin: 0;
  }
  .page-home > div:nth-child(5) .ApColumn p strong {
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(5) .ApColumn p strong {
      font-size: 54px;
      line-height: 67px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(5) .ApColumn p strong {
      font-size: 64px;
      line-height: 77px;
    }
  }
  .page-home > div:nth-child(6) {
    margin-top: 40px;
    padding: 0;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(6) {
      margin-top: 80px;
      margin-bottom: 60px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) {
      margin-top: 100px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(6) {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .page-home > div:nth-child(6) .ApColumn {
    position: relative;
  }
  .page-home > div:nth-child(6) .ApColumn:first-child {
    padding: 0;
  }
  .page-home > div:nth-child(6) .ApColumn:first-child .ApHtml {
    margin-bottom: 30px;
  }
  .page-home > div:nth-child(6) .ApColumn:first-child h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 29px;
    margin-bottom: 15px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) .ApColumn:first-child h2 {
      font-size: 1.85rem;
      line-height: 38px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(6) .ApColumn:first-child h2 {
      font-size: 2.25rem;
      line-height: 43px;
    }
  }
  .page-home > div:nth-child(6) .ApColumn:first-child h2 + div span {
    font-size: 1rem;
    font-weight: 300;
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(6) .ApColumn:first-child h2 + div span {
      font-size: 1.25rem;
    }
  }
  .page-home > div:nth-child(6) .ApColumn:nth-child(2),
  .page-home > div:nth-child(6) .ApColumn:nth-child(3) {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    height: 280px;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(6) .ApColumn:nth-child(2),
    .page-home > div:nth-child(6) .ApColumn:nth-child(3) {
      width: calc(50% - 10px);
      margin-bottom: 30px;
    }
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) .ApColumn:nth-child(2),
    .page-home > div:nth-child(6) .ApColumn:nth-child(3) {
      height: 420px;
      padding: 40px;
    }
  }
  .page-home > div:nth-child(6) .ApColumn:nth-child(2):hover,
  .page-home > div:nth-child(6) .ApColumn:nth-child(3):hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(6) .ApColumn:nth-child(2) {
      margin-right: 10px;
    }
  }
  @media (min-width: 768px) {
    .page-home > div:nth-child(6) .ApColumn:nth-child(3) {
      margin-left: 10px;
    }
  }
  .page-home > div:nth-child(6) .ApColumn:nth-child(4) {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    height: 280px;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) .ApColumn:nth-child(4) {
      height: 420px;
      padding: 40px;
    }
  }
  .page-home > div:nth-child(6) .ApColumn:nth-child(4):hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }
  .page-home > div:nth-child(6) .ApColumn h4 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 36px;
    text-transform: none;
    width: 80%;
    text-align: left;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) .ApColumn h4 {
      font-size: 1.85rem;
      line-height: 38px;
      width: 70%;
      padding-top: 20px;
      padding-left: 20px;
    }
  }
  @media (min-width: 1200px) {
    .page-home > div:nth-child(6) .ApColumn h4 {
      font-size: 2.25rem;
      line-height: 43px;
    }
  }
  .page-home > div:nth-child(6) .ApColumn .ApImage {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.343 5.657h11.314V16.97M26.657 5.657L6.575 25.739' stroke='%23091F49' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 0;
  }
  .page-home > div:nth-child(6) .ApColumn .ApImage > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-home > div:nth-child(6) .ApColumn .ApImage img {
    width: auto !important;
    height: 157px !important;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    border-radius: 0 0 20px 0;
    bottom: 0;
    right: 0;
  }
  @media (min-width: 992px) {
    .page-home > div:nth-child(6) .ApColumn .ApImage img {
      height: 340px !important;
    }
  }
  #blog-category h1 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  @media (min-width: 992px) {
    #blog-category h1 {
      font-size: 2.25rem;
      margin-top: 60px;
      margin-bottom: 20px;
    }
  }
  #blog-category .panel-default .category-image {
    display: none;
  }
  @media (min-width: 1200px) {
    #blog-category .panel-default .category-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  #blog-category .panel-default .category-info p {
    font-weight: 300;
    font-size: 1.15rem;
  }
  @media (min-width: 992px) {
    #blog-category .panel-default .category-info p {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1200px) {
    #blog-category .panel-default .category-info > div {
      max-width: 41.666%;
    }
  }
  @media (min-width: 1200px) {
    #blog-category .panel-default .category-info > div:nth-child(2) {
      margin-left: 8.333%;
      padding-left: 15px;
    }
  }
  #blog-category .panel-default .category-info > div:nth-child(2) p {
    font-size: 1rem;
  }
  #blog-category .childrens {
    margin-top: 20px;
  }
  @media (min-width: 992px) {
    #blog-category .childrens {
      margin-top: 60px;
    }
  }
  #blog-category .childrens .row .col-lg-3 h4 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #091f49;
  }
  #blog-category .childrens .row .col-lg-3 a {
    color: #091f49;
    font-weight: 400;
    font-size: 0.875rem;
  }
  #blog-category .childrens .row .col-lg-3 a:hover {
    padding-bottom: 10px;
    opacity: 0.8;
  }
  #blog-category .childrens .row .col-lg-3 a:active {
    padding-bottom: 10px;
    color: #0075c9;
  }
  #blog-category .section-title {
    display: none;
  }
  #blog-category #section-title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #091f49;
  }
  @media (min-width: 992px) {
    #blog-category #section-title {
      font-size: 2.25rem;
    }
  }
  #blog-category .leading-blog,
  #blog-category .secondary-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  @media (min-width: 992px) {
    #blog-category .leading-blog,
    #blog-category .secondary-blog {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 20px;
      column-gap: 20px;
    }
  }
  #blog-category .leading-blog .blog-image-container,
  #blog-category .secondary-blog .blog-image-container {
    display: -ms-grid;
    display: grid;
  }
  #blog-category .leading-blog .blog-image-container .title,
  #blog-category .secondary-blog .blog-image-container .title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 28px;
    color: #091f49;
  }
  @media (min-width: 992px) {
    #blog-category .leading-blog .blog-image-container .title,
    #blog-category .secondary-blog .blog-image-container .title {
      font-size: 1.75rem;
      line-height: 40px;
    }
  }
  #blog-category .leading-blog .blog-image-container .title a,
  #blog-category .secondary-blog .blog-image-container .title a {
    line-height: 40px;
    white-space: normal;
    color: #091f49;
  }
  #blog-category .leading-blog .blog-image-container .blog-meta,
  #blog-category .secondary-blog .blog-image-container .blog-meta {
    display: none;
  }
  #blog-category .leading-blog .blog-image-container .blog-image,
  #blog-category .secondary-blog .blog-image-container .blog-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 20px;
  }
  @media (min-width: 992px) {
    #blog-category .leading-blog .blog-image-container .blog-image,
    #blog-category .secondary-blog .blog-image-container .blog-image {
      height: 240px;
    }
  }
  #blog-category
    .leading-blog
    .blog-image-container
    .blog-image
    .carousel-inner
    > .carousel-item
    > a
    > img,
  #blog-category
    .leading-blog
    .blog-image-container
    .blog-image
    .carousel-inner
    > .carousel-item
    > img,
  #blog-category .leading-blog .blog-image-container .blog-image .img-fluid,
  #blog-category
    .secondary-blog
    .blog-image-container
    .blog-image
    .carousel-inner
    > .carousel-item
    > a
    > img,
  #blog-category
    .secondary-blog
    .blog-image-container
    .blog-image
    .carousel-inner
    > .carousel-item
    > img,
  #blog-category .secondary-blog .blog-image-container .blog-image .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #blog-category .leading-blog .blog-shortinfo,
  #blog-category .secondary-blog .blog-shortinfo {
    color: #091f49;
    font-weight: 300;
    font-size: 1rem;
  }
  #blog-category .leading-blog .more,
  #blog-category .secondary-blog .more {
    padding: 12px 30px;
    background: #002f87;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 20px;
  }
  #blog-category .leading-blog .more:hover,
  #blog-category .secondary-blog .more:hover {
    background: #fff;
    color: #002f87;
  }
  #blog-category .secondary-blog {
    gap: 20px;
    margin: 0;
  }
  @media (min-width: 992px) {
    #blog-category .secondary-blog {
      margin: 30px 0;
    }
  }
  #blog-category .top-pagination-content {
    display: none;
  }
  #blogpage {
    padding-top: 20px;
  }
  @media (min-width: 992px) {
    #blogpage {
      padding-top: 60px;
    }
  }
  #blogpage video {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (min-width: 992px) {
    #blogpage .blog-detail {
      margin-left: 8.333%;
      margin-right: 8.333%;
    }
  }
  @media (min-width: 1200px) {
    #blogpage .blog-detail {
      margin-left: 16.666%;
      margin-right: 16.666%;
    }
  }
  #blogpage .blog-title,
  #blogpage h1 {
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.75rem;
  }
  @media (min-width: 992px) {
    #blogpage .blog-title,
    #blogpage h1 {
      font-size: 2.25rem;
    }
  }
  #blogpage .blog-meta {
    display: none;
  }
  #blogpage .blog-description {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  #blogpage .blog-description img {
    border-radius: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
  }
  #blogpage .blog-description h2,
  #blogpage .blog-description h3,
  #blogpage .blog-description h4,
  #blogpage .blog-description h5,
  #blogpage .blog-description h6 {
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 15px;
  }
  #blogpage .blog-description p {
    font-weight: 300;
    font-size: 1rem;
  }
  #blogpage .blog-description p a {
    text-decoration: underline;
    color: #091f49;
    font-weight: 400;
  }
  #blogpage .blog-comment-block {
    display: none;
  }
  #content-hook_order_confirmation {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  #content-hook_order_confirmation .card-block {
    background: transparent;
    margin-top: 30px;
  }
  #content-hook_order_confirmation .card-block .card-title {
    font-weight: 500;
    font-size: 1.75rem !important;
    color: #0075c9;
    text-transform: none;
  }
  #content-hook_order_confirmation .card-block .card-title .material-icons {
    display: none;
  }
  #content-hook_order_confirmation .card-block p {
    color: #091f49;
    font-size: 1rem;
    font-weight: 600;
  }
  .page-order-confirmation .adresses-summary .card-block {
    font-size: 1rem;
    color: rgba(9, 31, 73, 0.6);
  }
  .definition-list.card,
  .page-order-confirmation.card {
    box-shadow: none;
    border: none;
    border-radius: 20px;
  }
  .definition-list .card-block,
  .page-order-confirmation .card-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
    margin-bottom: 0;
  }
  @media (min-width: 992px) {
    .definition-list .card-block,
    .page-order-confirmation .card-block {
      padding: 50px;
    }
  }
  .definition-list .card-block #order-items,
  .page-order-confirmation .card-block #order-items {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .definition-list .card-block #order-items,
    .page-order-confirmation .card-block #order-items {
      margin-left: 15px;
    }
  }
  @media (min-width: 992px) {
    .definition-list .card-block #order-items,
    .page-order-confirmation .card-block #order-items {
      padding-left: 45px !important;
    }
  }
  .definition-list .card-block #order-items .order-line,
  .page-order-confirmation .card-block #order-items .order-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
    position: relative;
    margin: 0;
    margin-top: 16px;
  }
  @media (min-width: 992px) {
    .definition-list .card-block #order-items .order-line,
    .page-order-confirmation .card-block #order-items .order-line {
      -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
    }
  }
  .definition-list .card-block #order-items .order-line .col-xs-3,
  .page-order-confirmation .card-block #order-items .order-line .col-xs-3 {
    grid-row: 1/3;
    width: 100px;
    height: 100px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
  }
  .definition-list .card-block #order-items .order-line .col-xs-3 img,
  .page-order-confirmation .card-block #order-items .order-line .col-xs-3 img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
  }
  .definition-list .card-block #order-items .order-line .qty,
  .page-order-confirmation .card-block #order-items .order-line .qty {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    font-weight: 400;
    width: 100%;
  }
  .definition-list .card-block #order-items .order-line .qty .row,
  .page-order-confirmation .card-block #order-items .order-line .qty .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .definition-list .card-block #order-items .order-line .qty .col-xs-4,
  .page-order-confirmation .card-block #order-items .order-line .qty .col-xs-4 {
    font-size: 0.75rem;
    text-align: left !important;
  }
  .definition-list
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4.text-xs-left,
  .definition-list
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4:nth-child(2),
  .page-order-confirmation
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4.text-xs-left,
  .page-order-confirmation
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4:nth-child(2) {
    display: none;
  }
  .definition-list
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4.text-xs-right,
  .page-order-confirmation
    .card-block
    #order-items
    .order-line
    .qty
    .col-xs-4.text-xs-right {
    font-size: 1rem;
  }
  .definition-list .card-block #order-items .order-line .details,
  .page-order-confirmation .card-block #order-items .order-line .details {
    font-weight: 400;
    font-size: 1rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    margin-bottom: 0;
  }
  .definition-list .card-block #order-items .card-title,
  .page-order-confirmation .card-block #order-items .card-title {
    display: none;
  }
  .definition-list .card-block #order-details .card-title,
  .page-order-confirmation .card-block #order-details .card-title {
    margin-left: -20px;
    margin-right: -20px;
    padding: 16px 20px 0;
    border-top: 1px solid #eee;
    border-bottom: none;
    margin-top: 16px;
  }
  @media (min-width: 768px) {
    .definition-list .card-block #order-details .card-title,
    .page-order-confirmation .card-block #order-details .card-title {
      border-top: none;
      margin-top: 0;
      padding-top: 0;
    }
  }
  .definition-list .card-block hr,
  .page-order-confirmation .card-block hr {
    margin-left: -20px;
    margin-right: -20px;
  }
  @media (min-width: 992px) {
    .definition-list .card-block hr,
    .page-order-confirmation .card-block hr {
      margin-left: -30px;
      margin-right: -30px;
    }
  }
  .definition-list .card-block .card-title,
  .page-order-confirmation .card-block .card-title {
    color: #091f49;
    font-size: 1rem;
    font-weight: 500;
  }
  .definition-list .card-block .total-value,
  .definition-list .card-block strong,
  .page-order-confirmation .card-block .total-value,
  .page-order-confirmation .card-block strong {
    color: #091f49 !important;
  }
  .definition-list .card-block a,
  .page-order-confirmation .card-block a {
    color: #0075c9;
    word-break: break-all;
  }
  .definition-list .card-block dl,
  .page-order-confirmation .card-block dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6f1fa;
  }
  .definition-list .card-block dl dd,
  .definition-list .card-block dl dt,
  .page-order-confirmation .card-block dl dd,
  .page-order-confirmation .card-block dl dt {
    margin: 0 !important;
    width: 100%;
  }
  .definition-list .card-block dl dd:nth-of-type(odd),
  .definition-list .card-block dl dt:nth-of-type(odd),
  .page-order-confirmation .card-block dl dd:nth-of-type(odd),
  .page-order-confirmation .card-block dl dt:nth-of-type(odd) {
    background: #e6f1fa;
  }
  .definition-list .card-block dl dd:nth-of-type(2n),
  .definition-list .card-block dl dt:nth-of-type(2n),
  .page-order-confirmation .card-block dl dd:nth-of-type(2n),
  .page-order-confirmation .card-block dl dt:nth-of-type(2n) {
    background: #fff;
  }
  .definition-list .card-block dl dt:first-of-type,
  .page-order-confirmation .card-block dl dt:first-of-type {
    border-radius: 5px 0 0 0;
  }
  .definition-list .card-block dl dd,
  .page-order-confirmation .card-block dl dd {
    font-weight: 500;
  }
  .definition-list .card-block dl dd:first-of-type,
  .page-order-confirmation .card-block dl dd:first-of-type {
    border-radius: 0 5px 0 0;
  }
  .definition-list .card-block .taxes,
  .page-order-confirmation .card-block .taxes {
    display: none;
  }
  .bold {
    font-weight: 600;
  }
  #content-hook_payment_return {
    margin-bottom: 20px !important;
  }
  .cc-cp-body-tabs-item-link,
  .cc_cp_container,
  .cc_dialog_inner {
    font-family: fira sans;
  }
  .input-group-btn {
    right: 0;
    top: 0;
    width: auto;
    z-index: 4;
  }
  @media (min-width: 992px) {
    #mywishlist {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  #mywishlist h2 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    text-align: center;
  }
  #mywishlist .list-wishlist {
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6f1fa;
  }
  #mywishlist .list-wishlist .table {
    margin-bottom: 0;
  }
  #mywishlist .list-wishlist .table thead {
    background-color: #091f49;
  }
  #mywishlist .list-wishlist .table thead th {
    color: #fff;
  }
  #mywishlist .list-wishlist .table tbody tr:nth-of-type(odd) {
    background: #e6f1fa;
  }
  #mywishlist .list-wishlist .table tbody tr:nth-of-type(2n) {
    background: #fff;
  }
  #mywishlist .list-wishlist .table tbody tr a,
  #mywishlist .list-wishlist .table tbody tr td {
    color: #091f49;
  }
  #mywishlist .footer_links {
    top: 50px;
    position: absolute;
    z-index: 9;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  @media (min-width: 992px) {
    #mywishlist .footer_links {
      display: block;
    }
  }
  #mywishlist .footer_links .btn {
    background: transparent !important;
    color: #091f49 !important;
    text-transform: none;
  }
  #mywishlist .footer_links .pull-xs-right {
    display: none;
  }
  .wp-image-919,
  .wp-image-920,
  .wp-image-921,
  .wp-image-1038,
  .wp-image-1039,
  .wp-image-1040,
  .wp-image-1047,
  .wp-image-1048,
  .wp-image-1057,
  .wp-image-1058 {
    height: 100% !important;
  }
  .blog-item {
    background: #fff;
    border-radius: 16px;
    padding: 30px !important;
    height: 100%;
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    .blog-item {
      padding: 40px !important;
    }
  }
  .blog-item:hover {
    background: #e6f1fa;
  }
  .blog-item > a {
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .blog-item .blog-image-container,
  .blog-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-item .blog-image-container {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.929 7.071H33.07v14.142M33.071 7.071L7.97 32.173' stroke='%23091F49' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .blog-item .blog-image-container .title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #091f49;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 80%;
  }
  @media (min-width: 992px) {
    .blog-item .blog-image-container .title {
      font-size: 2.25rem;
      line-height: 45px;
    }
  }
  .blog-item .blog-image-container .title a {
    white-space: normal;
    overflow: visible;
    text-overflow: none;
  }
  .blog-item .blog-info {
    max-width: 80%;
  }
  .blog-item .blog-info .blog-shortinfo {
    font-weight: 400;
    font-size: 1rem;
    color: #091f49;
    height: 20px;
    overflow: hidden;
  }
  .dropdown-menu.user-info {
    min-width: 260px;
    border-radius: 15px;
    font-size: 0.875rem;
  }
  .dropdown-menu.user-info li {
    padding: 20px 34px;
  }
  .dropdown-menu.user-info li:hover {
    background: #f6f6f6;
    color: #091f49 !important;
  }
  .dropdown-menu.user-info li a {
    color: #091f49;
  }
  #image-form_5934848456684003 img {
    padding-right: 10%;
  }
  #image-form_5116196524470530 .title_block,
  #image-form_5934848456684003 .title_block,
  #image-form_8085445649690646 .title_block {
    position: relative;
    z-index: 1;
  }
  #image-form_5116196524470530 img,
  #image-form_5934848456684003 img,
  #image-form_8085445649690646 img {
    z-index: 0;
  }
  .leo-quicklogin-modal .lql-form-content input[type="checkbox"]:before {
    width: 9px !important;
    margin-left: 9px;
    margin-top: 6px;
  }
  .table {
    color: #091f49;
    background-color: transparent;
  }
  .table.table-bordered,
  .table.table-bordered td {
    border: none;
  }
  .table .thead-default th {
    background: #091f49;
    background-color: #091f49;
    color: #fff;
  }
  .table .thead-default th:first-child {
    border-top-left-radius: 5px;
  }
  .table .thead-default th:last-child {
    border-top-right-radius: 5px;
  }
  .table tbody tr:nth-of-type(odd) {
    background: #e6f1fa;
  }
  .table tbody tr:nth-of-type(2n) {
    background: #fff;
  }
  .table tbody tr .order-actions a {
    background: #f26233;
    color: #fff;
    margin-right: 10px;
    padding: 5px 15px !important;
    border-radius: 15px;
  }
  .table tbody tr .order-actions a:hover {
    background: #f0460f;
  }
  .table tbody tr .order-actions a[data-link-action="view-order-details"] {
    background: transparent;
    border: 2px solid #091f49;
    color: #091f49;
  }
  .table tbody tr .order-actions a[data-link-action="view-order-details"]:hover {
    background: #091f49;
    border: 2px solid #091f49;
    color: #fff;
  }
  #order-detail .page-content {
    color: rgba(9, 31, 73, 0.5);
  }
  #order-detail .page-content #order-infos .button-primary {
    background: #f26233;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    white-space: nowrap;
  }
  #order-detail .page-content #order-infos .button-primary:hover {
    background: #f0460f;
  }
  #order-detail .page-content .box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
  }
  @media (min-width: 992px) {
    #order-detail .page-content .box {
      padding: 30px;
    }
  }
  #order-detail .page-content .box.order-message-form p:last-child {
    margin: 1rem;
  }
  #order-detail.page-order-detail h3 {
    color: #091f49;
  }
  #module-leofeature-mywishlist .delete-wishlist-product {
    top: 5px;
    right: 30px;
    left: auto;
  }
  #module-leofeature-mywishlist .thumbnail-container a.product-thumbnail {
    padding-bottom: 0;
  }
  #module-leofeature-mywishlist .thumbnail-container a.product-thumbnail img {
    position: relative;
    border-radius: 15px;
  }
  #module-leofeature-mywishlist .leo-wishlist-button-dropdown .leo-list-wishlist {
    bottom: auto;
    border-radius: 15px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  #module-leofeature-mywishlist
    .leo-wishlist-button-dropdown
    .leo-list-wishlist
    .move-wishlist-item {
    padding: 15px !important;
    border: none;
    color: #091f49;
    font-size: 14px;
  }
  #module-leofeature-mywishlist
    .leo-wishlist-button-dropdown
    .leo-list-wishlist
    .move-wishlist-item:hover {
    background-color: #f6f6f6;
  }
  .page-cms-2 h2 {
    color: #091f49;
  }
  .MsoNormalTable {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .MsoNormalTable td {
    border: 1px solid #091f49 !important;
    padding: 15px !important;
  }
  .MsoNormal a {
    color: #0075c9;
  }
  form[action="https://www.waterpik.es/garantia"] .form-group
  {
    margin-bottom: 10px;
  }
  form[action="https://www.waterpik.es/garantia"] .form-group .form-control-label,form[action="https://www.waterpik.es/garantia"] .form-group label
  {
    font-size: 0.875rem;
    font-weight: 400;
    color: #091f49;
    margin-bottom: 5px;
  }
  form[action="https://www.waterpik.es/garantia"] .form-group .form-control-label:after,form[action="https://www.waterpik.es/garantia"] .form-group label:after
  {
    color: #091f49;
  }
  form[action="https://www.waterpik.es/garantia"] .form-group .form-control
  {
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    padding: 10px 15px;
    color: #091f49 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
  }
  .contact-form b,
  .contact-form input,
  .contact-form p {
    color: #091f49;
  }
  .contact-form a {
    color: #0075c9;
  }
  @media screen and (max-width: 540px) {
    body.cms-id-2 .fancybox-outer .fancybox-inner,
    body.cms-id-11 .fancybox-outer .fancybox-inner {
      height: auto !important;
    }
  }
