@charset "UTF-8";
/* Compass, Bootstrap and Variables */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*
TABLE OF CONTENT
1. General classes for anps framework
2. Quotes
3. Page layout styles
4. Grid
5. Tables
6. Input fields and forms
7. Buttons
8. Navigation
9. Alerts
10. Progress bar
11. Carousel
12. General
13. Header
14. Search
15. Footer
16. Blog
17. Blog masonry
18. Recent posts
19. Pagination
20. LayerSlider
21. Boxed layout
22. Transitions
23. Full screen
24. Megamenu
25. Parallax
26. Elements
27. Icon element
28. Heading
29. Posts
30. Progress bar
31. Page heading style 2
32. List
33. Button
34. Tabs
35. Statement box
36. Logos
37. Error 404
38. Page heading
39. Team
40. Pricing table
41. Table
42. Drop Caps
43. Blockquote
44. Alert
45. Accordion
46. FAQ
47. Google maps
48. Contact info
49. Contact form
50. Comments
51. Portfolio
52  Portfolio single
53. Carousel
54. Twitter
55. Counter
56. Coming soon
57. Custom menu
58. Tag Cloud
59. Search
60. Categories
61. Social icons
62. RSS feed
63. WooCommerce
64. Recent Portfolio
65. Recent blog
66. Front page menu styles
67. Sticky-logo
68. Owl carousel
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.added_to_cart > .caret,
.tab-pane .form-submit #submit > .caret,
.dropup > .btn > .caret,
.dropup > .added_to_cart > .caret,
.tab-pane .form-submit .dropup > #submit > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #727272;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  outline: 0;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.align-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 31px;
}

h2,
.h2 {
  font-size: 15px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 11px;
}

p {
  margin: 0 0 8.5px;
}

th,
td {
  padding: 5px;
}

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
ul,
ol {
  padding-left: 40px;
  margin-top: 20px;
}

h2 {
  margin-top: 40px;
}

.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 17px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

th, td {
  padding: 10px 15px;
  vertical-align: top;
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
}

.table {
  width: 100%;
  margin-bottom: 17px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  border-width: 1px 0 0;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.relative {
  position: relative;
  display: table;
  width: 100%;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 31px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 42px;
  line-height: 42px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 38.75px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b2b2b2;
}

@media (min-width: 993px) {
  .form-inline .form-group,
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group > .form-control,
.navbar-form .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label,
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type=radio],
.navbar-form .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 993px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.added_to_cart,
.tab-pane .form-submit #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.added_to_cart:focus,
.tab-pane .form-submit #submit:focus,
.btn:active:focus,
.added_to_cart:active:focus,
.tab-pane .form-submit #submit:active:focus,
.btn.active:focus,
.active.added_to_cart:focus,
.tab-pane .form-submit .active#submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.added_to_cart:hover,
.tab-pane .form-submit #submit:hover,
.added_to_cart:focus,
.tab-pane .form-submit #submit:focus {
  color: #333333;
  text-decoration: none;
}

.added_to_cart:active,
.tab-pane .form-submit #submit:active,
.active.added_to_cart,
.tab-pane .form-submit .active#submit {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.added_to_cart,
.tab-pane .form-submit .disabled#submit,
.btn[disabled],
[disabled].added_to_cart,
.tab-pane .form-submit [disabled]#submit,
fieldset[disabled] .btn,
fieldset[disabled] .added_to_cart,
fieldset[disabled] .tab-pane .form-submit #submit,
.tab-pane .form-submit fieldset[disabled] #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active {
  background-image: none;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.open .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

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

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active {
  background-image: none;
}

.open .btn-success.dropdown-toggle {
  background-image: none;
}

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

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

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active {
  background-image: none;
}

.open .btn-info.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active {
  background-image: none;
}

.open .btn-warning.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active {
  background-image: none;
}

.open .btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

.btn-link {
  color: #d54900;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

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

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

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

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

.added_to_cart,
.tab-pane .form-submit #submit {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #d54900;
}

.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 993px) {
  .nav-justified > li,
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 993px) {
  .nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 993px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 993px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 993px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 993px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 993px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 993px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 993px) {
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 993px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 993px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 993px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 993px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

@media (min-width: 993px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: white;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: whitesmoke;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: white;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.panel {
  margin-bottom: 17px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

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

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 17px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .added_to_cart,
.carousel-caption .tab-pane .form-submit #submit,
.tab-pane .form-submit .carousel-caption #submit {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 992px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Custom mixins */
.secondary-bg {
  background-color: #f9f9f9;
}

/* Global */
/* General */
body,
html {
  height: 100%;
}

p {
  line-height: 1.8em;
}

.left {
  float: left;
}

.carousel-inner .item.left {
  float: none;
}

.right {
  float: right;
}

img {
  max-width: 100%;
}

.onepage-heading {
  position: relative;
}

.onepage-heading:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.35em;
}

h1.style-2,
h2.style-2,
h3.style-2,
h4.style-2,
h5.style-2,
h6.style-2 {
  color: #bfbfbf;
  text-transform: none;
}

h1.style-3,
h2.style-3,
h3.style-3,
h4.style-3,
h5.style-3,
h6.style-3 {
  text-transform: none;
}

h1.style-white,
h2.style-white,
h3.style-white,
h4.style-white,
h5.style-white,
h6.style-white {
  color: #ffffff;
  text-transform: none;
}

h2 + h3 {
  margin-top: 0;
}

h3.style-2 {
  font-size: 18px;
}

.col-md-1 > h1:first-child,
.col-md-1 > h2:first-child,
.col-md-1 > h3:first-child,
.col-md-1 > h4:first-child,
.col-md-1 > h5:first-child,
.col-md-2 > h1:first-child,
.col-md-2 > h2:first-child,
.col-md-2 > h3:first-child,
.col-md-2 > h4:first-child,
.col-md-2 > h5:first-child,
.col-md-3 > h1:first-child,
.col-md-3 > h2:first-child,
.col-md-3 > h3:first-child,
.col-md-3 > h4:first-child,
.col-md-3 > h5:first-child,
.col-md-4 > h1:first-child,
.col-md-4 > h2:first-child,
.col-md-4 > h3:first-child,
.col-md-4 > h4:first-child,
.col-md-4 > h5:first-child,
.col-md-5 > h1:first-child,
.col-md-5 > h2:first-child,
.col-md-5 > h3:first-child,
.col-md-5 > h4:first-child,
.col-md-5 > h5:first-child,
.col-md-6 > h1:first-child,
.col-md-6 > h2:first-child,
.col-md-6 > h3:first-child,
.col-md-6 > h4:first-child,
.col-md-6 > h5:first-child,
.col-md-7 > h1:first-child,
.col-md-7 > h2:first-child,
.col-md-7 > h3:first-child,
.col-md-7 > h4:first-child,
.col-md-7 > h5:first-child,
.col-md-8 > h1:first-child,
.col-md-8 > h2:first-child,
.col-md-8 > h3:first-child,
.col-md-8 > h4:first-child,
.col-md-8 > h5:first-child,
.col-md-9 > h1:first-child,
.col-md-9 > h2:first-child,
.col-md-9 > h3:first-child,
.col-md-9 > h4:first-child,
.col-md-9 > h5:first-child,
.col-md-10 > h1:first-child,
.col-md-10 > h2:first-child,
.col-md-10 > h3:first-child,
.col-md-10 > h4:first-child,
.col-md-10 > h5:first-child,
.col-md-11 > h1:first-child,
.col-md-11 > h2:first-child,
.col-md-11 > h3:first-child,
.col-md-11 > h4:first-child,
.col-md-11 > h5:first-child,
.col-md-12 > h1:first-child,
.col-md-12 > h2:first-child,
.col-md-12 > h3:first-child,
.col-md-12 > h4:first-child,
.col-md-12 > h5:first-child,
.col-sm-1 > h1:first-child,
.col-sm-1 > h2:first-child,
.col-sm-1 > h3:first-child,
.col-sm-1 > h4:first-child,
.col-sm-1 > h5:first-child,
.col-sm-2 > h1:first-child,
.col-sm-2 > h2:first-child,
.col-sm-2 > h3:first-child,
.col-sm-2 > h4:first-child,
.col-sm-2 > h5:first-child,
.col-sm-3 > h1:first-child,
.col-sm-3 > h2:first-child,
.col-sm-3 > h3:first-child,
.col-sm-3 > h4:first-child,
.col-sm-3 > h5:first-child,
.col-sm-4 > h1:first-child,
.col-sm-4 > h2:first-child,
.col-sm-4 > h3:first-child,
.col-sm-4 > h4:first-child,
.col-sm-4 > h5:first-child,
.col-sm-5 > h1:first-child,
.col-sm-5 > h2:first-child,
.col-sm-5 > h3:first-child,
.col-sm-5 > h4:first-child,
.col-sm-5 > h5:first-child,
.col-sm-6 > h1:first-child,
.col-sm-6 > h2:first-child,
.col-sm-6 > h3:first-child,
.col-sm-6 > h4:first-child,
.col-sm-6 > h5:first-child,
.col-sm-7 > h1:first-child,
.col-sm-7 > h2:first-child,
.col-sm-7 > h3:first-child,
.col-sm-7 > h4:first-child,
.col-sm-7 > h5:first-child,
.col-sm-8 > h1:first-child,
.col-sm-8 > h2:first-child,
.col-sm-8 > h3:first-child,
.col-sm-8 > h4:first-child,
.col-sm-8 > h5:first-child,
.col-sm-9 > h1:first-child,
.col-sm-9 > h2:first-child,
.col-sm-9 > h3:first-child,
.col-sm-9 > h4:first-child,
.col-sm-9 > h5:first-child,
.col-sm-10 > h1:first-child,
.col-sm-10 > h2:first-child,
.col-sm-10 > h3:first-child,
.col-sm-10 > h4:first-child,
.col-sm-10 > h5:first-child,
.col-sm-11 > h1:first-child,
.col-sm-11 > h2:first-child,
.col-sm-11 > h3:first-child,
.col-sm-11 > h4:first-child,
.col-sm-11 > h5:first-child,
.col-sm-12 > h1:first-child,
.col-sm-12 > h2:first-child,
.col-sm-12 > h3:first-child,
.col-sm-12 > h4:first-child,
.col-sm-12 > h5:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .responsive .col-md-2 + .col-md-2,
.responsive .col-md-2 + .col-md-3,
.responsive .col-md-2 + .col-md-4,
.responsive .col-md-2 + .col-md-6,
.responsive .col-md-2 + .col-md-7,
.responsive .col-md-2 + .col-md-8,
.responsive .col-md-3 + .col-md-2,
.responsive .col-md-3 + .col-md-3,
.responsive .col-md-3 + .col-md-4,
.responsive .col-md-3 + .col-md-6,
.responsive .col-md-3 + .col-md-7,
.responsive .col-md-3 + .col-md-8,
.responsive .col-md-4 + .col-md-2,
.responsive .col-md-4 + .col-md-3,
.responsive .col-md-4 + .col-md-4,
.responsive .col-md-4 + .col-md-6,
.responsive .col-md-4 + .col-md-7,
.responsive .col-md-4 + .col-md-8,
.responsive .col-md-5 + .col-md-2,
.responsive .col-md-5 + .col-md-3,
.responsive .col-md-5 + .col-md-4,
.responsive .col-md-5 + .col-md-6,
.responsive .col-md-5 + .col-md-7,
.responsive .col-md-5 + .col-md-8,
.responsive .col-md-6 + .col-md-2,
.responsive .col-md-6 + .col-md-3,
.responsive .col-md-6 + .col-md-4,
.responsive .col-md-6 + .col-md-6,
.responsive .col-md-6 + .col-md-7,
.responsive .col-md-6 + .col-md-8,
.responsive .col-md-7 + .col-md-2,
.responsive .col-md-7 + .col-md-3,
.responsive .col-md-7 + .col-md-4,
.responsive .col-md-7 + .col-md-6,
.responsive .col-md-7 + .col-md-7,
.responsive .col-md-7 + .col-md-8,
.responsive .col-md-8 + .col-md-2,
.responsive .col-md-8 + .col-md-3,
.responsive .col-md-8 + .col-md-4,
.responsive .col-md-8 + .col-md-6,
.responsive .col-md-8 + .col-md-7,
.responsive .col-md-8 + .col-md-8 {
    margin-top: 20px;
  }
}
a:hover {
  text-decoration: none;
}

.row.no-margin {
  margin: 0;
}

.subpage {
  padding-bottom: 80px;
}

.space {
  display: inline-block;
  height: 1px;
  width: 25px;
}

.site-wrap {
  overflow: auto;
}

.site-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .footer-parallax .site-wrapper {
    margin-bottom: 0 !important;
  }
}

.footer-parallax .site-wrapper::after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.footer-parallax .site-wrapper > .paralax-header {
  z-index: 11;
}

.footer-parallax .site-wrapper > section,
.footer-parallax .site-wrapper > div {
  position: relative;
  z-index: 10;
}

.absolute.stickymark {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.triangle-topleft.hovercolor {
  border-right: 60px solid transparent;
  border-top: 60px solid #e6ae48;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
  z-index: 30;
}

i.nav_background_color.fa-thumbtack {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #fff;
}

@media (max-width: 992px) {
  .responsive .blog > .row > * {
    float: left;
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .responsive .blog > .row > * {
    float: none;
    width: 100%;
  }

  .responsive .blog > .row > * img {
    width: 100%;
  }
}
/* LayerSlider
---------------------------------------- */
.ls-michell h1,
.ls-michell h2,
.ls-michell h3,
.ls-michell h4,
.ls-michell h5,
.fullscreen h1,
.fullscreen h2,
.fullscreen h3,
.fullscreen h4,
.fullscreen h5 {
  text-transform: none;
}

.ls-michell .upper,
.fullscreen .upper {
  text-transform: uppercase;
}

.ls-michell .btn.btn-md,
.ls-michell .added_to_cart,
.ls-michell .tab-pane .form-submit #submit,
.tab-pane .form-submit .ls-michell #submit,
.fullscreen .btn.btn-md,
.fullscreen .added_to_cart,
.fullscreen .tab-pane .form-submit #submit,
.tab-pane .form-submit .fullscreen #submit {
  font-size: 15px !important;
  padding: 15px 57px !important;
}

@media (max-width: 992px) {
  .responsive .responsive .ls-michell .btn.btn-md,
.responsive .responsive .ls-michell .added_to_cart,
.responsive .responsive .ls-michell .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 13px !important;
    padding: 1.5% 4% !important;
  }
}
@media (max-width: 768px) {
  .responsive .responsive .ls-michell .btn.btn-md,
.responsive .responsive .ls-michell .added_to_cart,
.responsive .responsive .ls-michell .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .responsive .responsive .ls-michell .btn.btn-md,
.responsive .responsive .ls-michell .added_to_cart,
.responsive .responsive .ls-michell .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 11px !important;
  }
}
@media (max-width: 300px) {
  .responsive .responsive .ls-michell .btn.btn-md,
.responsive .responsive .ls-michell .added_to_cart,
.responsive .responsive .ls-michell .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 10px !important;
  }
}
.responsive .ls-wp-fullwidth-container .ls-michell .ls-slide {
  overflow: visible;
}

/* Boxed layout
---------------------------------------- */
.pattern-0 {
  background: url("boxed/image.jpg") center center fixed;
  background-size: cover;
}

.pattern-1 {
  background-image: url(boxed/pattern-1.png);
}

.pattern-2 {
  background-image: url(boxed/pattern-2.png);
}

.pattern-3 {
  background-image: url(boxed/pattern-3.png);
}

.pattern-4 {
  background-image: url(boxed/pattern-4.png);
}

.pattern-5 {
  background-image: url(boxed/pattern-5.png);
}

.pattern-6 {
  background-image: url(boxed/pattern-6.png);
}

.pattern-7 {
  background-image: url(boxed/pattern-7.png);
}

.pattern-8 {
  background-image: url(boxed/pattern-8.png);
}

.pattern-9 {
  background-image: url(boxed/pattern-9.png);
}

.pattern-10 {
  background-image: url(boxed/pattern-10.png);
}

.boxed .site-wrapper {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .boxed .site-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .site-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .site-wrapper {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .boxed .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .boxed .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .boxed .container {
    width: 1100px;
  }
}
/* Transitions
---------------------------------------- */
a {
  transition: color 0.2s;
}

.tagcloud a {
  transition: background-color 0.2s;
}

.ls-michell .ls-nav-next,
.ls-michell .ls-nav-prev,
.ls-michell .ls-bottom-slidebuttons a,
.carousel-indicators li {
  transition: all 0.2s !important;
}

/* Full screen
---------------------------------------- */
.fullscreen {
  background-size: cover;
  display: table;
  width: 100%;
}

.fullscreen > .container {
  display: table-cell;
  vertical-align: middle;
}

.fullscreen > .container > *:first-child {
  margin-top: -70px;
}

.fullscreen h1 {
  font-size: 60px;
}

.fullscreen h2 {
  font-size: 40px;
  margin: 10px 0 30px 0;
}

.fullscreen .btn + .btn,
.fullscreen .added_to_cart + .btn,
.fullscreen .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .fullscreen #submit + .btn,
.fullscreen .btn + .added_to_cart,
.fullscreen .added_to_cart + .added_to_cart,
.fullscreen .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .fullscreen #submit + .added_to_cart,
.fullscreen .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .fullscreen .btn + #submit,
.fullscreen .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .fullscreen .added_to_cart + #submit,
.fullscreen .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .fullscreen #submit + #submit {
  margin-left: 10px;
}

@media (max-width: 420px) {
  .responsive .fullscreen h1 {
    font-size: 40px !important;
  }

  .responsive .fullscreen h2 {
    font-size: 30px !important;
  }

  .responsive .fullscreen .btn,
.responsive .fullscreen .added_to_cart,
.responsive .fullscreen .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .fullscreen #submit {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .responsive .fullscreen .btn + .btn,
.responsive .fullscreen .added_to_cart + .btn,
.responsive .fullscreen .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .responsive .fullscreen #submit + .btn,
.responsive .fullscreen .btn + .added_to_cart,
.responsive .fullscreen .added_to_cart + .added_to_cart,
.responsive .fullscreen .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .responsive .fullscreen #submit + .added_to_cart,
.responsive .fullscreen .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .responsive .fullscreen .btn + #submit,
.responsive .fullscreen .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .responsive .fullscreen .added_to_cart + #submit,
.responsive .fullscreen .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .responsive .fullscreen #submit + #submit {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Elements */
/* Icon element
---------------------------------------- */
.icon {
  text-align: center;
}

.icon > a {
  display: block;
}

.icon > a:before,
.icon > a:after {
  content: " ";
  display: table;
}

.icon > a:after {
  clear: both;
}

.icon .fa,
.icon .fa4 {
  border-radius: 50px;
  color: #fff;
  height: 80px;
  font-size: 22px;
  padding: 29px 0;
  text-align: center;
  width: 80px;
}

.icon .fa,
.icon .fa4,
.icon h2 {
  transition: 0.4s color, 0.4s background-color;
}

.icon h2 {
  font-size: 17px;
  margin: 0;
  padding-top: 23px;
}

.icon h3 {
  font-size: 14px;
  margin-top: 6px;
}

.icon p {
  line-height: 1.75em;
  margin: 15px 0 0;
}

@media (max-width: 992px) {
  .responsive .icon {
    margin: 20px 0;
  }
}
.icon.style-2 .fa,
.icon.style-2 .fa4,
.icon.style-2 a:hover .fa {
  background: none;
  height: auto;
  padding: 0;
}

.icon.style-2 .fa,
.icon.style-2 .fa4 {
  font-size: 29px;
}

.icon.style-2 h2 {
  padding-top: 23px;
}

.icon.style-2 p {
  margin-top: 7px;
}

.icon.icon-left,
.icon.icon-left .fa,
.icon.icon-left .fa4,
.icon.icon-left a:hover .fa,
.icon.icon-left a:hover .fa4 {
  text-align: left;
}

.icon.icon-left span,
.icon.icon-left div {
  float: left;
}

.icon.icon-left div {
  padding-left: 10px;
}

.icon.icon-right,
.icon.icon-right .fa,
.icon.icon-right .fa4,
.icon.icon-right a:hover .fa,
.icon.icon-right a:hover .fa4 {
  text-align: right;
}

.icon.icon-right span,
.icon.icon-right div {
  float: right;
}

.icon.icon-right div {
  padding-right: 10px;
}

.icon.icon-left .fa,
.icon.icon-left .fa4,
.icon.icon-left a:hover .fa,
.icon.icon-left a:hover .fa4,
.icon.icon-right .fa,
.icon.icon-right .fa4,
.icon.icon-right a:hover .fa,
.icon.icon-right a:hover .fa4 {
  width: 15%;
}

.icon.icon-left span,
.icon.icon-left div,
.icon.icon-right span,
.icon.icon-right div {
  width: 85%;
}

.icon.icon-left h2,
.icon.icon-right h2 {
  padding-top: 0;
}

@media (max-width: 992px) {
  .responsive .icon.icon-left,
.responsive .icon.icon-right {
    text-align: center;
  }

  .responsive .icon.icon-left .fa,
.responsive .icon.icon-left .fa4,
.responsive .icon.icon-left a:hover .fa,
.responsive .icon.icon-left a:hover .fa4,
.responsive .icon.icon-right .fa,
.responsive .icon.icon-right .fa4,
.responsive .icon.icon-right a:hover .fa,
.responsive .icon.icon-right a:hover .fa4 {
    margin-bottom: 10px;
    text-align: center;
  }

  .responsive .icon.icon-left span,
.responsive .icon.icon-left div,
.responsive .icon.icon-right span,
.responsive .icon.icon-right div {
    float: none;
    padding: 0;
    width: 100%;
  }
}
/* Posts
---------------------------------------- */
.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.not-responsive .posts {
  min-width: 910px;
}

.posts li {
  background-size: cover;
  float: left;
  position: relative;
  overflow: hidden;
  width: 20%;
}

.posts li:hover div {
  left: 15%;
}

.posts li:hover img {
  left: -15%;
}

.posts img {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.posts div {
  background-color: #f9f9f9;
  bottom: 0;
  left: 100%;
  padding: 26px 19px 26px 28px;
  position: absolute;
  top: 0;
  width: 85%;
  transition: 0.5s all;
}

.posts div a {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  height: 37px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 37px;
  transition: 0.2s background-color;
}

.posts h2 {
  font-size: 17px;
  margin: 0 0 19px 0;
}

@media (max-width: 1320px) {
  .responsive .posts h2 {
    margin-bottom: 7px;
  }

  .responsive .posts div {
    padding: 16px 9px 16px 18px;
    width: 100%;
  }

  .responsive .posts li:hover div {
    left: 0;
  }
}
@media (max-width: 1100px) {
  .responsive .posts h2 {
    font-size: 16px;
  }

  .responsive .posts p {
    display: none;
  }

  .responsive .posts div {
    padding: 12px 9px 12px 14px;
  }
}
@media (max-width: 768px) {
  .responsive .posts li {
    width: 50%;
  }

  .responsive .posts p {
    display: block;
  }
}
@media (max-width: 450px) {
  .responsive .posts p {
    display: none;
  }
}
@media (max-width: 400px) {
  .responsive .posts li {
    width: 100%;
  }

  .responsive .posts p {
    display: block;
  }
}
/* Progress bar
---------------------------------------- */
.progress {
  border-radius: 3px;
  height: 25px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-michell 2s linear infinite;
  animation: progress-bar-michell 2s linear infinite;
}

.progress-bar.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar.progress-bar-danger {
  background-color: #d54900;
}

.progress-striped .progress-bar {
  background-size: 55px 55px;
}

@-webkit-keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* Section style 2, Page heading style 2 (no background image)
---------------------------------------- */
section.style-2 {
  background-color: #f8f8f8;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
}

/* List
---------------------------------------- */
h3 + .list,
h4 + .list {
  margin: 30px 0 20px 0;
}

.list {
  list-style: outside none none;
  margin: 15px 0 20px;
  padding-left: 0;
}

.list.square li:before {
  content: "";
}

.list.circle li:before {
  content: "";
}

.list.circle-arrow li:before {
  content: "";
}

.list.hand li:before {
  content: "";
}

.list.triangle li:before {
  content: "";
}

.list.arrow li:before {
  content: "";
}

.list.circle-check li:before {
  content: "";
}

.list li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
}

.list li + li {
  margin-top: 13px;
}

ol.list {
  list-style: decimal;
  padding-left: 19px;
}

ol.list li {
  padding-left: 7px;
}

ol.list li:before {
  display: none;
}

/* Tabs
---------------------------------------- */
.col-2-5 {
  width: 20%;
}

@media (max-width: 992px) {
  .responsive .col-2-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-9-5 {
  padding-right: 40px;
  width: 75%;
}

.col-2-5 + .col-9-5 {
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 992px) {
  .responsive .col-2-5 + .col-9-5 {
    padding: 0;
  }
}
.col-2-5,
.col-9-5 {
  float: left;
}

@media (max-width: 992px) {
  .responsive .col-2-5,
.responsive .col-9-5 {
    width: 100%;
  }
}
.tab-pane,
.nav-tabs {
  margin: 0 auto;
  max-width: 980px;
}

.tabs-7 li {
  text-align: center;
  width: 14.49%;
}

.tabs-7 li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-tabs {
  border-color: #ececec;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .nav-tabs.vertical {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }

  .nav-tabs.vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }

  .nav-tabs.vertical li.active,
.nav-tabs.vertical li.active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .nav-tabs.vertical li.active:after,
.nav-tabs.vertical li.active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }

  .nav-tabs.vertical li:last-child {
    border-bottom-color: transparent;
  }
}
.nav-tabs > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  transition: all 0.2s;
}

.nav-tabs > li {
  display: inline-block;
  float: none;
}

.nav-tabs > li .fa,
.nav-tabs > li .fas {
  text-indent: 14px;
}

.nav-tabs > li:last-child {
  border-right: transparent;
}

.nav-tabs > li:last-child.active {
  border-right: 0px solid #ececec;
}

@media (max-width: 992px) {
  .nav-tabs > li:last-child.active {
    border-right: 1px solid #ececec;
  }
}
.nav-tabs > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}

.nav-tabs > li > a:hover {
  background: none;
}

.nav-tabs > li.active,
.nav-tabs > li.active:last-child {
  border-color: #ececec;
}

.nav-tabs > li.active:after,
.nav-tabs > li.active:last-child:after {
  content: "";
  left: -1px;
  height: 9px;
  position: absolute;
  right: -1px;
  top: -9px;
}

@media (max-width: 992px) {
  .nav-tabs > li,
.nav-tabs > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  .nav-tabs > li .fa,
.nav-tabs > li:last-child .fa,
.nav-tabs > li .fas,
.nav-tabs > li:last-child .fas {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }

  .nav-tabs > li.active:after,
.nav-tabs > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
}
.tab-pane:before,
.tab-pane:after {
  content: " ";
  display: table;
}

.tab-pane:after {
  clear: both;
}

/* Statement box
---------------------------------------- */
.statement {
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.statement.parallax > * {
  position: relative;
  z-index: 2;
}

.statement.style-2 {
  padding: 75px 0;
}

.statement h1,
.statement h2,
.statement h3,
.statement h4,
.statement h5 {
  margin: 0;
  text-transform: none;
}

.statement h1 {
  text-transform: uppercase;
}

.statement h2 {
  font-size: 30px;
}

.statement .style-2 {
  color: #fff;
}

.statement .btn,
.statement .added_to_cart,
.statement .tab-pane .form-submit #submit,
.tab-pane .form-submit .statement #submit {
  margin-top: 20px;
}

.pos-left {
  position: absolute;
  left: 0;
  top: -50px;
  max-width: 50%;
}

@media (max-width: 1260px) {
  .responsive .pos-left {
    top: -20px;
  }
}
/* Logos
---------------------------------------- */
.logos {
  border: 1px solid #e5e5e5;
  border-style: solid none;
  display: table;
  max-width: 910px;
  margin: 10px auto;
  padding: 25px 0;
}

.logos:before,
.logos:after {
  content: " ";
  display: table;
}

.logos:after {
  clear: both;
}

.not-responsive .logos {
  min-width: 910px;
}

.logos.logos-5 li {
  width: 20%;
}

.logos li {
  display: table-cell;
  list-style: none;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.logos a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
}

.logos a:hover .hover {
  opacity: 1;
}

.logos .hover {
  position: absolute;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: 0.2s opacity;
  width: 100%;
}

@media (max-width: 580px) {
  .responsive .logos li,
.responsive .logos.logos-5 li {
    display: block;
    height: 30px;
    float: left;
    margin: 15px 0;
    width: 50%;
  }
}
@media (max-width: 350px) {
  .responsive .logos li,
.responsive .logos.logos-5 li {
    height: auto;
    width: 100%;
  }

  .responsive .logos li + li,
.responsive .logos.logos-5 li + li {
    margin-top: 30px;
  }
}
/* Error 404
---------------------------------------- */
.error-404 {
  margin: 140px 0 160px 0;
  text-align: center;
}

.error-404 h1,
.error-404 h2 {
  text-transform: none;
}

.error-404 h1 {
  font-size: 48px;
}

.error-404 h2 {
  margin-bottom: 40px;
}

.content-container {
  margin-top: 60px;
}

/* Pricing table
---------------------------------------- */
.pricing-table {
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}

.pricing-table header {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.pricing-table.exposed {
  margin-top: -20px;
}

.pricing-table.exposed header h2 {
  font-size: 22px;
  line-height: 45px;
}

.pricing-table.exposed ul li a.btn {
  font-size: 17px;
  /*    margin-bottom: 50px;
    margin-top: 50px;*/
  padding: 20px 40px;
}

.pricing-table header h2,
.pricing-table header .price {
  color: #fff;
}

.pricing-table header h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 16px 0;
  text-transform: none;
}

.pricing-table header .price {
  font-size: 48px;
  margin: 0 2px;
}

.pricing-table header .currency {
  font-size: 24px;
  position: relative;
  top: -13px;
}

.pricing-table header .date {
  margin-top: -13px;
}

.pricing-table ul {
  margin: 0;
  padding: 0 23px;
}

.pricing-table ul li {
  border-bottom: 1px solid #ececec;
  list-style: none;
  padding: 16px;
}

.pricing-table .btn,
.pricing-table .added_to_cart,
.pricing-table .tab-pane .form-submit #submit,
.tab-pane .form-submit .pricing-table #submit {
  margin: 35px 0;
}

@media (max-width: 992px) {
  .responsive .pricing-table {
    margin: 20px 0;
  }
}
/* Table
---------------------------------------- */
.table thead tr {
  color: #fff;
}

.table thead tr th {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 19px 28px;
}

.table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}

.table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}

.table tbody tr td {
  border-color: #ececec;
  padding: 19px 28px;
}

/* Mark
---------------------------------------- */
.mark {
  color: #fff;
  padding: 3px;
}

/* Drop Caps
---------------------------------------- */
.dropcaps:first-letter {
  float: left;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  margin-right: 15px;
}

/* Blockquote
---------------------------------------- */
blockquote {
  position: relative;
}

blockquote.style-1 {
  border: none;
  margin: 30px 0;
}

blockquote.style-1:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 115px;
}

blockquote.style-1 p {
  font-size: 17px;
  margin-left: 150px;
  font-style: italic;
  line-height: 1.6em;
}

@media (max-width: 992px) {
  .responsive blockquote.style-1 p {
    margin-left: 50px;
  }

  .responsive blockquote.style-1:before {
    left: 0;
  }
}
blockquote.style-2 {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.8em;
  overflow: hidden;
  padding: 29px 33px;
}

blockquote.style-2 p {
  margin-left: 100px;
}

blockquote.style-2:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 38px;
  font-style: normal;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 45px;
}

blockquote.style-2:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Alert
---------------------------------------- */
.alert {
  background-color: #f0f0f0;
  color: #727272;
  font-size: 14px;
  padding: 12px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.alert .fa,
.alert .fas {
  font-size: 18px;
  top: 1px;
  margin-right: 20px;
  width: 20px;
  text-align: center;
}

.alert .close {
  background: none;
  border: none;
  font-family: Arial;
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.3;
  transition: opacity 0.2s;
}

.alert .close:hover {
  opacity: 1;
}

.alert.alert-info {
  background-color: #fff4bc;
}

.alert.alert-success {
  background-color: #c1faa9;
}

.alert.alert-warning {
  background-color: #ffccc8;
}

.alert.alert-useful {
  background-color: #bdeeff;
}

.alert.alert-normal {
  background-color: #dccedf;
}

/* Accordion
---------------------------------------- */
.panel-group .collapse {
  height: 0;
}

.panel-group .collapse.in {
  height: auto;
}

.panel-group .panel-heading {
  padding: 10px 0;
}

.panel-group .panel,
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  box-shadow: none;
}

.panel-group .panel-title {
  text-transform: none;
}

.panel-group .panel-title a {
  color: inherit;
}

.panel-group .panel-body {
  padding: 20px 40px;
}

.panel-group .panel-title a {
  display: block;
}

.panel-group .panel-title a:before {
  border-radius: 4px;
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
}

.panel-group .panel-title a.collapsed:before {
  background-color: #e6e6e6;
  content: "";
}

.panel-group.style-2 .panel-body {
  padding: 10px 30px;
}

.panel-group.style-2 .panel-title a {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

.panel-group.style-2 .panel-title a:before {
  background: none;
  content: "";
  padding: 0;
}

.panel-group.style-2 .panel-title a.collapsed:before {
  content: "";
}

/* FAQ
---------------------------------------- */
.faq .panel-title a {
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  padding-bottom: 15px;
}

.faq .panel-title a:before,
.faq .panel-title a:after {
  background: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  padding: 0;
}

.faq .panel-title a:before {
  content: "";
}

.faq .panel-title a.collapsed:before {
  content: "";
}

.faq .panel-title a:after {
  background: none !important;
  content: "";
  font-size: 18px;
  float: left;
}

.faq .panel-body {
  padding: 10px 0;
}

.faq .panel-body h4 {
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: none;
}

.faq .panel-body p {
  padding-left: 10px;
  padding-right: 10px;
}

/* Google maps
---------------------------------------- */
.map {
  height: 550px;
  z-index: 1;
}

@media (max-width: 768px) {
  .map {
    height: 300px !important;
  }
}
.map img {
  max-width: none;
}

/* Contact info
---------------------------------------- */
.contact-info {
  margin: 0;
  padding: 0;
}

.contact-info .fa,
.contact-info .fas {
  font-size: 15px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}

.contact-info p {
  height: 5px;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin-bottom: 10px;
}

/* Contact form
---------------------------------------- */
.contact-form:before,
.contact-form:after,
.woocommerce:before,
.woocommerce:after {
  content: " ";
  display: table;
}

.contact-form:after,
.woocommerce:after {
  clear: both;
}

.contact-form .form-group,
.woocommerce .form-group {
  position: relative;
}

.contact-form .form-group .fa,
.woocommerce .form-group .fa,
.contact-form .form-group .fas,
.woocommerce .form-group .fas {
  background-color: #fff;
  font-size: 15px;
  margin-top: -7px;
  position: absolute;
  right: 19px;
  top: 22px;
}

.contact-form input[type=text],
.woocommerce input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form textarea,
.contact-form select,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce textarea,
.woocommerce select,
.search-field {
  border: 1px solid #eee;
  border-radius: 3px;
  outline: none;
  padding: 11px 16px;
  width: 100%;
  transition: 0.2s border;
  vertical-align: middle;
}

.search-form {
  padding-left: 10px;
  padding-right: 10px;
}

.search-submit {
  display: inline-block !important;
}

@media (max-width: 601px) {
  .search-form label {
    display: block;
  }

  .search-field {
    width: 100%;
    max-width: 500px;
  }
}
.sidebar .search-form {
  padding: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.sidebar .search-form label {
  margin: 0;
  width: 100%;
}

.sidebar .search-form .search-field {
  border: none;
  padding: 15px 0;
}

.sidebar .search-form .search-submit {
  color: transparent;
  font-size: 1px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 100%;
  background-color: transparent;
}

.sidebar .search-form::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 33%;
  right: 10px;
  position: absolute;
  color: #909090;
  pointer-events: none;
}

.contact-form textarea,
.woocommerce textarea {
  height: 190px;
}

.contact-success {
  margin-top: 30px;
}

/* Portfolio
---------------------------------------- */
.filter {
  padding: 0;
  text-align: center;
}

.filter i.fa-filter {
  margin-right: 10px;
  font-size: 16px;
}

.filter li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.filter button {
  background: none;
  border: none;
  outline: none;
}

.filter button.selected:hover {
  cursor: default;
  opacity: 1;
}

.filter button:hover {
  opacity: 0.7;
}

.isotope {
  margin: 50px 0;
  padding: 0;
  width: 100%;
}

.isotope:before,
.isotope:after {
  content: " ";
  display: table;
}

.isotope:after {
  clear: both;
}

.isotope li {
  display: block;
  float: none;
  width: 25%;
}

@media (max-width: 992px) {
  .responsive .isotope li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .responsive .isotope li {
    width: 100%;
  }
}
.classic.isotope {
  margin-left: -1.3%;
  width: 102.6%;
}

.classic.isotope header {
  overflow: hidden;
  position: relative;
}

.classic.isotope li {
  padding: 0 1.3% 25px 1.3%;
}

.classic.isotope li > h2 {
  margin-top: 14px;
  text-align: center;
  text-transform: none;
}

.random.isotope {
  margin-left: -15px;
  margin-right: -30px;
  width: auto;
}

@media (max-width: 768px) {
  .responsive .random.isotope {
    margin-right: -15px;
  }
}
.random.isotope li {
  height: 232px;
  width: 292px;
  padding: 15px;
}

@media (max-width: 1200px) {
  .responsive .random.isotope li {
    width: 242px;
  }
}
@media (max-width: 992px) {
  .responsive .random.isotope li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .responsive .random.isotope li {
    width: 50%;
  }

  .responsive .random.isotope li {
    height: 232px;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li {
    width: 100%;
  }
}
.isotope li .inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.random.isotope li.width-2 {
  width: 584px;
}

@media (max-width: 1200px) {
  .responsive .random.isotope li.width-2 {
    width: 484px;
  }
}
@media (max-width: 992px) {
  .responsive .random.isotope li.width-2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .responsive .random.isotope li.width-2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li.width-2 {
    width: 100%;
  }
}
.random.isotope li.height-2 {
  height: 448px;
}

@media (min-width: 992px) {
  .random.isotope li.width-2 {
    height: 225px;
    width: 584px;
  }

  .random.isotope li.height-2 {
    height: 450px;
  }

  .random.isotope li {
    height: 225px;
    padding: 15px;
    width: 292px;
  }
}
@media (max-width: 992px) {
  .responsive .random.isotope li.height-2 {
    height: 232px;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li.height-2 {
    height: 232px;
  }
}
/* Portfolio single
---------------------------------------- */
.portfolio-single p {
  margin: 20px 0;
}

.portfolio-single h3 {
  font-size: 18px;
  margin-top: 40px;
}

.portfolio-single h3:first-child {
  margin-top: -5px;
}

.portfolio-single .btn:last-child,
.portfolio-single .added_to_cart:last-child,
.portfolio-single .tab-pane .form-submit #submit:last-child,
.tab-pane .form-submit .portfolio-single #submit:last-child {
  margin-top: 23px;
}

.portfolio-single .carousel + .row {
  margin-top: 53px;
}

.portfolio-single .carousel + .row h4 {
  font-size: 15px;
}

.portfolio-single .carousel + .row h4:first-child {
  margin-top: -6px;
}

.portfolio-single .carousel + .row .btn:last-child,
.portfolio-single .carousel + .row .added_to_cart:last-child,
.portfolio-single .carousel + .row .tab-pane .form-submit #submit:last-child,
.tab-pane .form-submit .portfolio-single .carousel + .row #submit:last-child {
  margin-top: 6px;
}

/* Carousel
---------------------------------------- */
.carousel {
  position: relative;
}

.carousel:hover .carousel-control.right,
.carousel:hover .carousel-control.left {
  opacity: 1;
}

.carousel .carousel-control.right,
.carousel .carousel-control.left {
  opacity: 0;
  background: none;
  font-size: 30px;
  text-shadow: none;
  position: absolute;
  top: 50%;
  top: calc(50% - 20px);
}

.carousel .carousel-control.left {
  left: 0px;
}

.carousel .carousel-control.right {
  right: 0px;
}

.carousel .carousel-indicators li {
  border: 3px solid #fff;
  height: 12px;
  margin: 0;
  width: 12px;
}

.carousel .carousel-indicators li:hover {
  background-color: #fff;
}

/* Twitter
---------------------------------------- */
.twitter {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 18px;
  padding: 75px 0 56px 0;
  text-align: center;
}

.twitter h1 {
  font-size: 29px;
  margin: 0 0 10px 0;
}

.twitter .item {
  padding: 0 20px;
  width: 100%;
}

.twitter .btn,
.twitter .added_to_cart,
.twitter .tab-pane .form-submit #submit,
.tab-pane .form-submit .twitter #submit {
  font-size: 14px;
  margin-top: 20px;
}

.twitter .carousel-indicators {
  margin: 7px auto 0 auto !important;
  position: static;
}

.twitter .carousel-indicators li {
  border: none;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}

/* Counter
---------------------------------------- */
.counter {
  margin: 40px 0;
  text-align: center;
}

.counter h2 {
  font-size: 36px;
}

.counter h3 {
  font-size: 18px;
  text-transform: none;
}

.counter .fa,
.counter .fas {
  font-size: 24px;
}

.counter .wrapbox {
  border: 1px solid #fff;
  margin: 24px;
  padding: 38px 0;
}

/* Coming soon
---------------------------------------- */
.coming-soon {
  background-size: cover;
  min-height: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 40px;
  width: 100%;
}

.coming-soon h1,
.coming-soon h2,
.coming-soon h3 {
  text-transform: none;
  padding: 0 20px;
}

.coming-soon h1 {
  font-size: 36px;
}

.coming-soon h2 {
  font-size: 18px;
}

.coming-soon .countdown {
  font-size: 36px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.coming-soon .countdown:before,
.coming-soon .countdown:after {
  content: " ";
  display: table;
}

.coming-soon .countdown:after {
  clear: both;
}

.coming-soon .countdown li {
  display: inline-block;
  margin: 0 80px;
  position: relative;
}

@media (max-width: 992px) {
  .responsive .coming-soon .countdown li {
    margin: 0 50px;
  }
}
@media (max-width: 600px) {
  .responsive .coming-soon .countdown li {
    margin: 0 20px;
  }
}
@media (max-width: 400px) {
  .responsive .coming-soon .countdown li {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 50%;
  }

  .responsive .coming-soon .countdown li:nth-of-type(2n-1):after {
    display: block !important;
  }
}
.coming-soon .countdown li:after {
  background-color: #292929;
  border-radius: 100%;
  content: "";
  height: 9px;
  position: absolute;
  right: -80px;
  top: 24px;
  width: 9px;
}

@media (max-width: 992px) {
  .responsive .coming-soon .countdown li:after {
    right: -50px;
  }
}
@media (max-width: 600px) {
  .responsive .coming-soon .countdown li:after {
    right: -20px;
  }
}
@media (max-width: 400px) {
  .responsive .coming-soon .countdown li:after {
    right: -10px;
    display: none;
  }
}
.coming-soon .countdown li:last-of-type:after {
  display: none;
}

.coming-soon .countdown label {
  color: #292929;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.coming-soon .contact-form {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 422px;
}

.coming-soon .contact-form .form-group {
  float: left;
  width: 65%;
}

.coming-soon .contact-form .btn,
.coming-soon .contact-form .added_to_cart,
.coming-soon .contact-form .tab-pane .form-submit #submit,
.tab-pane .form-submit .coming-soon .contact-form #submit {
  border-width: 1px;
  margin-left: 5%;
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}

@media (max-width: 300px) {
  .responsive .coming-soon .contact-form .form-group,
.responsive .coming-soon .contact-form .btn,
.responsive .coming-soon .contact-form .added_to_cart,
.responsive .coming-soon .contact-form .tab-pane .form-submit #submit,
.tab-pane .form-submit .responsive .coming-soon .contact-form #submit {
    margin-left: 0;
    width: 100%;
  }
}
/* Testimonials
---------------------------------------- */
.testimonials blockquote {
  border: none;
  padding: 0;
  text-align: center;
}

.testimonials blockquote p {
  font-size: 14px;
  padding: 35px 64px 60px 64px;
  position: relative;
}

.testimonials blockquote p:before,
.testimonials blockquote p:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}

.testimonials blockquote p:before {
  content: "";
  left: 24px;
}

.testimonials blockquote p:after {
  content: "";
  right: 24px;
}

.testimonials blockquote header {
  position: relative;
}

.testimonials blockquote header:before {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}

.testimonials blockquote header img {
  border: 1px solid transparent;
  border-radius: 150px;
  position: relative;
  width: 150px;
  z-index: 9;
}

.testimonials blockquote cite {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}

.testimonials .carousel-control {
  margin-top: -24px;
  height: 19px;
  width: auto;
}

.testimonials .carousel-control.left {
  font-size: 19px;
  left: -29px;
}

.testimonials .carousel-control.right {
  font-size: 19px;
  right: -29px;
}

/* Elements */
/* Tag Cloud
---------------------------------------- */
.tagcloud {
  margin: -1px;
}

.tagcloud:before,
.tagcloud:after {
  content: " ";
  display: table;
}

.tagcloud:after {
  clear: both;
}

.tagcloud a {
  background-color: #292929;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin: 1px;
  padding: 5px 23px;
}

.tagcloud a:hover {
  color: #fff !important;
}

/* Social icons
---------------------------------------- */
.socialize,
.social {
  padding: 0;
}
.socialize svg,
.social svg {
  color: inherit;
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.socialize {
  padding: 0;
}

.socialize li {
  display: inline-block;
  font-size: 20px;
  list-style: none;
}

.socialize a {
  margin: 0 2px;
  padding: 0 10px;
}

/* RSS feed
---------------------------------------- */
.widget_rss {
  padding: 0;
}

.widget_rss .rsswidget {
  display: block;
  text-transform: uppercase;
}

.widget_rss cite,
.widget_rss .rss-date {
  display: block;
  margin: 4px 0;
}

.widget_rss .rss-date {
  opacity: 0.8;
}

.widget_rss li {
  list-style: none;
}

.widget_rss li + li {
  margin-top: 15px;
}

/* WooCommerce */
/* Shop page
---------------------------------------- */
/* Before loop */
.woocommerce-before-loop:before,
.woocommerce-before-loop:after {
  content: " ";
  display: table;
}

.woocommerce-before-loop:after {
  clear: both;
}

.woocommerce-before-loop .woocommerce-ordering {
  float: right;
  position: relative;
  top: -10px;
}

.woocommerce-before-loop .woocommerce-ordering select {
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  padding: 14px 20px 14px 0;
}

.woocommerce-before-loop .woocommerce-ordering:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: -9px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
}

.woocommerce-before-loop .woocommerce-result-count {
  float: left;
  font-size: 18px;
}

@media (max-width: 420px) {
  .woocommerce-before-loop .woocommerce-ordering,
.woocommerce-before-loop .woocommerce-result-count {
    float: none;
    width: 100%;
  }

  .woocommerce-before-loop .woocommerce-ordering select,
.woocommerce-before-loop .woocommerce-result-count select {
    width: 100%;
  }

  .woocommerce-before-loop .woocommerce-result-count {
    margin-bottom: 20px;
  }
}
.select2-drop-active,
.select2-container .select2-choice {
  border-color: #eee !important;
}

.select2-container .select2-choice {
  padding: 14px 19px !important;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
  text-align: left;
  border-color: #eee !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 19px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px !important;
}

.woocommerce-account-fields .create-account {
  margin-top: 15px;
}
.woocommerce-account-fields .create-account + .create-account {
  margin-top: 0;
}
.woocommerce-account-fields .create-account + .create-account label {
  margin-top: 0;
}

/* Content product / loop */
ul.products li.product a img {
  box-shadow: none;
}

.products {
  margin: 0 -15px;
  padding: 0;
}
.products .product {
  margin-top: 0;
}

.products:before,
.products:after {
  content: " ";
  display: table;
}

.products:after {
  clear: both;
}

.products .product-header {
  display: block;
  position: relative;
}

.products .product-header:hover .btn,
.products .product-header:hover .added_to_cart,
.products .product-header:hover .tab-pane .form-submit #submit,
.tab-pane .form-submit .products .product-header:hover #submit {
  opacity: 1;
}

.products .product-header:hover:after {
  opacity: 0.7;
}

.products .product-header img {
  width: 100%;
}

.products .product-header .add-to-cart-wrapper {
  left: 0;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.products .product-header a {
  display: block;
  font-size: 14px;
  margin: 0 auto;
  max-width: 160px;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  transition: all 0.1s, margin 0.4s;
}

.products .product-header a.added {
  margin-top: -24px;
  margin-bottom: 7px;
}

.products .product-header a.added + .added_to_cart {
  display: block;
}

.products .product-header a.added_to_cart {
  display: none;
}

.products li {
  list-style: none;
  margin-bottom: 42px;
  position: relative;
}

.products li h3 {
  font-size: 17px;
  margin: 16px 0 12px 0;
  text-transform: none;
  transition: 0.2s;
}

.price {
  font-size: 16px;
  position: relative;
  top: -4px;
}

.price del {
  color: #a4a4a4;
}

.price ins {
  text-decoration: none;
}

/* Star rating */
.product .star-rating,
.product_list_widget .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.39em;
  line-height: 1.29em;
  font-size: 1.09em;
  font-family: "Font Awesome 5 Free";
}

.product .star-rating:before,
.product_list_widget .star-rating:before {
  content: "";
  font-weight: 400;
}

.product .star-rating span,
.product_list_widget .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

.product .star-rating span:before,
.product_list_widget .star-rating span:before {
  content: "";
  font-weight: 600;
  top: 0;
  position: absolute;
  left: 0;
}

/* Single product page */
.woocommerce .tab-pane,
.woocommerce .nav-tabs {
  max-width: 100%;
}

.product-single-header {
  margin-bottom: 66px;
}

.product-single-header .variations label {
  font-size: 14px;
  font-weight: 300;
  top: -13px;
  margin-right: 27px;
  position: relative;
  text-transform: uppercase;
}

.product-single-header .variations select {
  margin-bottom: 15px;
}

.product-single-header .single_variation {
  margin: 20px 0;
}

.product-single-header form:before,
.product-single-header form:after {
  content: " ";
  display: table;
}

.product-single-header form:after {
  clear: both;
}

.product-single-header .amount {
  font-size: 24px;
}

.product-single-header .star-rating {
  display: inline-block;
  float: none;
  font-size: 1.19em;
  margin-right: 20px;
  top: 0;
  width: 80px;
}

.product-single-header .woocommerce-review-link {
  font-size: 14px;
  position: relative;
  top: -6px;
}

.product-single-header .price del span {
  font-size: 15px;
}

.product-single-header div[itemprop=offers] {
  margin-top: 24px;
  margin-bottom: 10px;
}

.product-single-header div[itemprop=offers]:before,
.product-single-header div[itemprop=offers]:after {
  content: " ";
  display: table;
}

.product-single-header div[itemprop=offers]:after {
  clear: both;
}

.product-single-header div[itemprop=description] {
  margin-bottom: 36px;
}

.product-single-header .images > a {
  display: block;
  float: left;
  margin-bottom: 30px;
  max-width: 100%;
}

.product-single-header .images .thumbnails {
  margin: 0 -1%;
}

.product-single-header .images .thumbnails:before,
.product-single-header .images .thumbnails:after {
  content: " ";
  display: table;
}

.product-single-header .images .thumbnails:after {
  clear: both;
}

.product-single-header .images .thumbnails a {
  float: left;
  margin: 0 1%;
  width: 31%;
}

.tab-pane {
  /* Form */
}

.tab-pane .commentlist {
  list-style: none;
  padding: 0;
}

.tab-pane .commentlist .comment_container {
  min-height: 60px;
  position: relative;
}

.tab-pane .commentlist .comment-text {
  position: relative;
  padding-left: 90px;
}

.tab-pane .commentlist .comment-head:before,
.tab-pane .commentlist .comment-head:after {
  content: " ";
  display: table;
}

.tab-pane .commentlist .comment-head:after {
  clear: both;
}

.tab-pane .commentlist li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}

.tab-pane .commentlist li:before,
.tab-pane .commentlist li:after {
  content: " ";
  display: table;
}

.tab-pane .commentlist li:after {
  clear: both;
}

.tab-pane .commentlist li + li {
  padding-top: 32px;
}

.tab-pane .commentlist .meta {
  float: left;
  font-size: 14px;
}

.tab-pane .commentlist .meta strong {
  font-weight: 300;
  text-transform: uppercase;
}

.tab-pane .commentlist .star-rating {
  clear: right;
  float: left;
  margin-left: 40px;
  margin-top: 4px;
}

.tab-pane .commentlist .description {
  display: inline-block;
}

.tab-pane .commentlist img {
  position: absolute;
  left: 0;
  top: 0;
}

.tab-pane h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.tab-pane .comment-reply-title {
  margin-top: 55px;
  margin-bottom: 25px;
}

.tab-pane .comment-form-author,
.tab-pane .comment-form-email {
  max-width: 380px;
  margin-bottom: 20px;
}

.tab-pane .form-submit #submit {
  display: inline-block;
  margin-top: 30px;
}

.tab-pane p.stars {
  margin: 20px 0 25px 0;
  position: relative;
  font-size: 16px;
}

.tab-pane p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}

.tab-pane p.stars a:last-child {
  border-right: 0;
}

.tab-pane p.stars a.star-1,
.tab-pane p.stars a.star-2,
.tab-pane p.stars a.star-3,
.tab-pane p.stars a.star-4,
.tab-pane p.stars a.star-5 {
  border-right: 1px solid #ccc;
}

.tab-pane p.stars a.star-1:after,
.tab-pane p.stars a.star-2:after,
.tab-pane p.stars a.star-3:after,
.tab-pane p.stars a.star-4:after,
.tab-pane p.stars a.star-5:after {
  font-family: "Font Awesome 5 Free";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-pane p.stars a.star-1 {
  width: 2em;
}

.tab-pane p.stars a.star-1:after {
  content: "";
  font-weight: 600;
}

.tab-pane p.stars a.star-1:hover:after,
.tab-pane p.stars a.star-1.active:after {
  content: "";
  font-weight: 400;
}

.tab-pane p.stars a.star-2 {
  width: 3em;
}

.tab-pane p.stars a.star-2:after {
  content: "";
  font-weight: 600;
}

.tab-pane p.stars a.star-2:hover:after,
.tab-pane p.stars a.star-2.active:after {
  content: "";
  font-weight: 400;
}

.tab-pane p.stars a.star-3 {
  width: 4em;
}

.tab-pane p.stars a.star-3:after {
  content: "";
  font-weight: 600;
}

.tab-pane p.stars a.star-3:hover:after,
.tab-pane p.stars a.star-3.active:after {
  content: "";
  font-weight: 400;
}

.tab-pane p.stars a.star-4 {
  width: 5em;
}

.tab-pane p.stars a.star-4:after {
  content: "";
  font-weight: 600;
}

.tab-pane p.stars a.star-4:hover:after,
.tab-pane p.stars a.star-4.active:after {
  content: "";
  font-weight: 400;
}

.tab-pane p.stars a.star-5 {
  width: 6em;
  border: 0;
}

.tab-pane p.stars a.star-5:after {
  content: "";
  font-weight: 600;
}

.tab-pane p.stars a.star-5:hover:after,
.tab-pane p.stars a.star-5.active:after {
  content: "";
  font-weight: 400;
}

.product_meta {
  font-size: 14px;
  margin-top: 31px;
}

.product_meta > span {
  display: block;
}

.product_meta > span + span {
  margin-top: 3px;
}

.btn.single_add_to_cart_button,
button.single_add_to_cart_button,
.single_add_to_cart_button.added_to_cart,
.tab-pane .form-submit .single_add_to_cart_button#submit {
  padding: 11px 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* WooCommerce */
.tab-content h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Related products */
.related h2,
.upsells h2 {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.upsells + .related h2 {
  margin-top: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
/* Price Filter Widget */
.widget_price_filter:before,
.widget_price_filter:after {
  content: " ";
  display: table;
}

.widget_price_filter:after {
  clear: both;
}

.widget_price_filter .price_slider {
  margin-top: 35px;
  margin-bottom: 19px;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  border: none;
}

.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
  line-height: inherit;
  transition: 0.2s;
}

.widget_price_filter .price_label {
  float: right;
}

.widget_rating_filter .star-rating {
  color: inherit;
}

.widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_label {
  background-color: #ececec;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 13px;
}

.price_slider_wrapper .ui-widget-content {
  background-color: #ececec;
}

.widget_price_filter .ui-slider {
  max-width: 100%;
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  border: none;
  background-color: #d2d2d2;
  cursor: ew-resize;
  margin-left: -1px;
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  outline: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s box-shadow;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider-handle.ui-state-active {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 7px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* Products List Widgets */
.product_list_widget li {
  padding-left: 55px;
  position: relative;
}

.product_list_widget li.empty {
  padding-left: 0;
}

.product_list_widget li:before,
.product_list_widget li:after {
  content: " ";
  display: table;
}

.product_list_widget li:after {
  clear: both;
}

.product_list_widget li > img,
.product_list_widget li .image {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.product_list_widget li h4 {
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: -3px;
  text-transform: none;
}

.product_list_widget li .product-widget-content {
  float: left;
  margin-left: 14px;
}

.product_list_widget li > .star-rating,
.product_list_widget li .widget-rating {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

.product_list_widget li .widget-rating {
  margin-top: 3px;
}

.product_list_widget li + li {
  margin-top: 20px;
}

.widget-price {
  font-size: 14px;
}

.widget-price del {
  color: #a4a4a4;
  font-size: 12px;
}

.widget-price ins {
  text-decoration: none;
}

.widget_anpstext svg {
  color: inherit;
  fill: currentColor;
  height: 14px;
  margin-right: 12px;
  width: 14px;
}

/* =Cart page
-------------------------------------------------------------- */
.shop_table.table {
  width: 100%;
}

.shop_table.table thead th {
  background-color: #f8f8f8;
}

.shop_table.table .product-remove {
  position: relative;
}

.shop_table.table .product-remove a {
  font-size: 20px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}

.shop_table.table tfoot th,
.shop_table.table tfoot td {
  border: none;
  font-size: 14px;
  padding: 12px 25px;
}

@media (max-width: 670px) {
  .shop_table.table .product-thumbnail {
    display: none;
  }
}
@media (max-width: 570px) {
  .shop_table.table .product-price {
    display: none;
  }
}
@media (max-width: 470px) {
  .shop_table.table .product-quantity {
    display: none;
  }
}
.payment_methods {
  background-color: #f8f8f8;
  padding: 25px 30px;
}

.payment_methods li {
  list-style: none;
}

.woocommerce-checkout [for=rememberme],
.woocommerce-checkout .lost_password {
  margin-left: 20px;
  position: relative;
  top: 5px;
}

.woocommerce-checkout .lost_password {
  display: inline-block;
}

.payment_method_paypal img {
  margin: 0 20px;
  position: relative;
  top: -3px;
  max-width: 200px;
}

.checkout_coupon {
  padding: 0;
}

.checkout_coupon .form-row.form-row-last {
  margin-left: 0;
}

.form-row-first,
.form-row-last {
  float: left;
  width: 48%;
}

.form-row-first {
  margin-right: 2%;
}

.form-row-last {
  margin-left: 2%;
}

form label {
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 15px;
}

.checkout .create-account .checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}

#order_review_heading {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.place-order {
  margin-top: 30px;
  text-align: right;
}

#ship-to-different-address {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: lowercase;
}

#ship-to-different-address label {
  font-weight: 300;
  margin-right: 20px;
}

#ship-to-different-address input {
  position: relative;
  top: 1px;
}

/* Thank you page */
.thankyou-details {
  border: 1px solid #ebebeb;
  border-style: none none solid none;
  padding: 0;
  text-transform: uppercase;
}

.thankyou-details:before,
.thankyou-details:after {
  content: " ";
  display: table;
}

.thankyou-details:after {
  clear: both;
}

.thankyou-details strong {
  font-weight: 300;
}

.thankyou-details li {
  float: left;
  list-style: none;
  text-align: left;
}

.thankyou-details li:after {
  content: "/";
  padding: 0 10px;
}

.thankyou-details li.method:after {
  content: "";
}

.thankyou-details + .clear + p {
  margin-bottom: 40px;
}

.thankyou-text {
  margin: 35px 0 40px 0;
}

.thankyou-text p {
  background-color: #f8f8f8;
  margin: 0 0 1px 0;
  padding: 20px 30px;
}

.thankyou-text h2 {
  display: none;
}

.thankyou-text ul {
  margin: 0;
  padding: 0;
}

.thankyou-text ul li {
  border: 1px solid #fff;
  border-style: none solid none none;
  list-style: none;
  float: left;
  padding: 20px 20px;
}

.thankyou-text ul li strong {
  display: block;
  font-weight: 300;
}

/* Order review */
.order-actions .btn.btn-sm {
  padding: 7px 12px;
}

#order_review,
.order_details,
.my_account_orders {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

#order_review th,
#order_review td,
.order_details th,
.order_details td,
.my_account_orders th,
.my_account_orders td {
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0 15px 16px;
}

#order_review tfoot tr,
.order_details tfoot tr,
.my_account_orders tfoot tr {
  border-bottom: 1px solid #fff;
}

@media (max-width: 992px) {
  #order_review .product-name,
.order_details .product-name,
.my_account_orders .product-name {
    width: 50%;
  }
}
.order_details.bacs_details {
  background-color: #f8f8f8;
  padding: 0;
}

.order_details.bacs_details h3 {
  background-color: #fff;
  margin: 0;
  padding-bottom: 20px;
  text-transform: none;
}

ul.order_details {
  margin-left: 0;
  padding-left: 0;
}

ul.order_details:before,
ul.order_details:after {
  content: " ";
  display: table;
}

ul.order_details:after {
  clear: both;
}

ul.order_details li {
  list-style: none;
  float: left;
  padding: 0 7px;
}

ul.order_details li:first-of-type {
  padding-left: 0;
}

ul.order_details li + li:before {
  content: "/";
  margin-right: 14px;
}

.order_details h3 {
  margin: 40px 0 20px 0;
}

.return-shopping .btn,
.return-shopping .added_to_cart,
.return-shopping .tab-pane .form-submit #submit,
.tab-pane .form-submit .return-shopping #submit {
  float: right;
}

/* Cart page */
.table td.actions {
  padding: 0;
}

.table td.actions .coupon h2 {
  font-size: 19px;
  margin: 40px 0 15px 0;
  text-transform: none;
}

.table td.actions .coupon .btn,
.table td.actions .coupon .added_to_cart,
.table td.actions .coupon .tab-pane .form-submit #submit,
.tab-pane .form-submit .table td.actions .coupon #submit {
  height: 42px;
  width: 100%;
}

.cross-sells h2 {
  font-size: 19px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.shipping ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shipping th {
  vertical-align: top;
}
.shipping .woocommerce-shipping-methods {
  margin-bottom: 10px;
}
.shipping .woocommerce-shipping-methods label {
  font-weight: normal;
  margin: 3px 0 10px 5px;
}

.shipping-calculator-form {
  margin: 0;
}

.woocommerce-shipping-calculator {
  margin-top: 30px;
  max-width: 847px;
}
@media (min-width: 992px) {
  .woocommerce-shipping-calculator {
    margin-top: 20px;
  }
}
.woocommerce-shipping-calculator .button {
  margin-top: 10px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] {
  float: none;
  margin-right: 10px;
}

.shipping-calculator-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}
.shipping-calculator-button:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 15px;
  position: relative;
  top: 50%;
}

.cart-sidebar {
  background-color: #f8f8f8;
  padding: 20px;
}

.cart-sidebar h2 {
  font-size: 20px;
  margin: 0;
  text-transform: none;
}

.cart-sidebar .btn,
.cart-sidebar .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit,
.tab-pane .form-submit .cart-sidebar #submit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.cart-sidebar .btn + .btn,
.cart-sidebar .added_to_cart + .btn,
.cart-sidebar .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .cart-sidebar #submit + .btn,
.cart-sidebar .btn + .added_to_cart,
.cart-sidebar .added_to_cart + .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .cart-sidebar #submit + .added_to_cart,
.cart-sidebar .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .cart-sidebar .btn + #submit,
.cart-sidebar .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .cart-sidebar .added_to_cart + #submit,
.cart-sidebar .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .cart-sidebar #submit + #submit {
  margin-top: 12px;
}

.cart-sidebar table {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.cart-sidebar table td,
.cart-sidebar table th {
  padding: 5px 2px;
}

.cart-sidebar table td {
  text-align: right;
}

.cart-sidebar .continue-shopping {
  display: block;
  margin-top: 20px;
  text-align: center;
}

[name=save_account_details],
[name=save_address] {
  margin-top: 20px;
}

/* Login page */
#customer_login h2 {
  font-size: 18px;
  margin: 0 0 40px 0;
}

#customer_login h3 {
  font-size: 18px;
  line-height: 1.7em;
  text-transform: none;
  margin-top: -20px;
}

@media (min-width: 992px) {
  #customer_login h3 {
    height: 163px;
    margin-top: 45px;
  }
}
#customer_login .btn,
#customer_login .added_to_cart,
#customer_login .tab-pane .form-submit #submit,
.tab-pane .form-submit #customer_login #submit {
  margin: 5px 0;
  width: 100%;
}

#customer_login label {
  font-weight: 300;
}

@media (max-width: 992px) {
  #customer_login .col-md-3 + .col-md-3 h2 {
    margin-top: 50px;
  }
}
.menu .current_page_item > a {
  cursor: default;
}

mark {
  color: #fff;
  padding: 3px 7px;
}

.order-info {
  font-size: 21px;
}

/* Recent Portfolio & portfolio*/
ul.recentportfolio {
  margin: 0;
  padding: 0;
}

ul.recentportfolio li.item.item-type-line,
ul.portfolio li.item.item-type-line {
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
}

.item-info h2,
.item-hover:hover h2,
.item-info .fa,
.item-hover:hover .fa,
.item-info h2,
.item-hover:hover h2,
.item-info .fas,
.item-hover:hover .fas {
  color: #fff;
}

.item-hover .fa,
.item-hover .fas {
  font-size: 17px;
  transition: all 300ms ease-out;
}

.item-type-line {
  z-index: 10;
  color: #ffffff;
  position: relative;
}

.item-type-line .item-hover,
li.isotope-item .item-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

ul.random li.isotope-item article {
  position: relative;
}

ul.random li.isotope-item .item-hover {
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 100;
}

ul.random li.isotope-item .item-hover:hover {
  opacity: 1;
}

img.attachment-anps-portfolio-random-width-2-height-1 {
  max-width: 630px;
  margin-left: -50%;
}

@media (min-width: 975px) and (max-width: 1183px) {
  ul.isotope.random .item-img img.attachment-anps-post-thumb {
    max-width: 300px;
  }

  ul.isotope.random .item-img img.attachment-anps-portfolio-random-width-2-height-2 {
    max-width: 630px;
  }

  ul.isotope.random .item-img img.attachment-anps-portfolio-random-width-2-height-1 {
    max-width: 630px;
  }
}
@media (max-width: 974px) {
  ul.isotope.random .item-img img.attachment-anps-post-thumb {
    max-width: 400px;
  }

  ul.isotope.random .item-img img.attachment-anps-portfolio-random-width-2-height-2 {
    max-width: 625px;
  }

  ul.isotope.random .item-img img.attachment-anps-portfolio-random-width-2-height-1 {
    max-width: 625px;
  }
}
.item-type-line .item-hover:hover,
li.isotope-item .item-hover:hover {
  opacity: 1;
}

.line {
  height: 1px;
  margin: 15px auto;
  width: 0%;
}

.item-type-line .item-hover:hover .line,
li.isotope-item .item-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

.item-hover div.item-info {
  z-index: 1000;
  position: relative;
}

.item-type-line .item-hover .mask,
li.isotope-item .item-hover .mask {
  position: absolute;
  background-color: #000;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  width: 100.2%;
  z-index: 0;
  top: 0;
}

li.isotope-item .item-hover:after {
  border: 3px solid rgba(255, 255, 255, 0.15);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color 0.1s;
  z-index: 15;
}

ul.recentportfolio div.item-img img,
ul.portfolio div.item-img img {
  width: 100%;
  height: auto;
}

ul.portfolio.classic li.isotope-item {
  padding: 0 1% 25px;
}

@media (max-width: 370px) {
  ul.portfolio.classic li.isotope-item {
    padding: 0 2px 25px;
  }
}
@media (max-width: 600px) {
  .filter {
    line-height: 15px;
    padding: 25px 0 20px;
    text-align: center;
  }
}
ul.portfolio.isotope.classic li.isotope-item div.relative div.item-img {
  width: 100%;
  height: auto;
}

.post-hover:hover h2,
.post-hover:hover .fa,
.post-hover:hover .fas {
  color: #fff;
}

.post-hover .fa,
.post-hover .fas {
  font-size: 22px;
  transition: all 300ms ease-out;
}

article.recentblog {
  position: relative;
}

.recentblog a.post-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

.recentblog a.post-hover {
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 100;
}

.recentblog a.post-hover {
  bottom: 0;
  display: block;
  top: 0;
}

.recentblog a.post-hover:hover {
  opacity: 1;
}

.recentblog a.post-hover .item-info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.recentblog a.post-hover .item-info {
  display: table;
  height: 100%;
}

.recentblog a.post-hover .item-info .fa,
.recentblog a.post-hover .item-info .fas {
  display: table-cell;
  vertical-align: middle;
}

article.recentblog a.post-hover:hover {
  opacity: 1;
}

article.recentblog a.post-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

a.post-hover div.item-info {
  z-index: 1000;
  position: relative;
}

article.recentblog .post-hover .mask,
.products .product-header:after {
  position: absolute;
  background-color: #000;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100.2%;
  z-index: 0;
  top: 0;
}

article.recentblog .post-hover .mask,
.products .product-header:hover:after {
  opacity: 0.5;
}

.products .product-header:after {
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}

.recentblog div.item-img img {
  width: 100%;
  height: auto;
}

.recentblog div.relative div.item-img {
  width: 100%;
  height: auto;
}

article.recentblog header {
  position: relative;
}

@media (max-width: 960px) {
  .line {
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  ul.recentportfolio li.item.item-type-line,
ul.portfolio li.isotope-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
  }
}
/* Recent Portfolio */
ul.recentportfolio,
ul.portfolio {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

ul.recentportfolio li.item.item-type-line {
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
  display: table;
}

ul.portfolio li.isotope-item {
  width: 25%;
}

ul.portfolio.random li.isotope-item {
  display: block;
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: auto;
}

.item-info h2,
.item-hover:hover h2,
.item-info .fa,
.item-hover:hover .fa,
.item-info .fas,
.item-hover:hover .fas {
  color: #fff;
}

.item-hover .fa,
.item-hover .fas {
  font-size: 22px;
  transition: all 300ms ease-out;
}

ul.recentportfolio li.item.item-type-line .item-hover,
ul.portfolio li.isotope-item .item-hover {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

li.isotope-item article.inner {
  display: block;
  height: 100%;
}

section.no-margin ul.isotope.random {
  margin: 0 auto !important;
  max-width: 90%;
}

.item-type-line {
  z-index: 10;
  color: #ffffff;
  position: relative;
}

.item-type-line .item-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

.item-type-line .item-hover:hover,
.isotope-item .item-hover {
  opacity: 1;
}

.line {
  height: 1px;
  margin: 15px auto;
  width: 0%;
}

.item-type-line .item-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

.item-hover div.item-info {
  position: relative;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

.item-type-line .item-hover .mask {
  position: absolute;
  background-color: #000;
  height: 100%;
  min-height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
}

.item-type-line .item-hover .mask {
  background-color: #000;
  border: medium none;
  bottom: 0 !important;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  min-height: 100.14%;
}

.owly .item-type-line .item-hover .mask {
  min-height: 100%;
}

ul.recentportfolio div.item-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .line {
    margin: 10px auto;
  }

  ul.isotope.random .item-info h2,
ul.isotope.random .item-hover:hover h2,
ul.isotope.random .item-info .fa,
ul.isotope.random .item-hover:hover .fa,
ul.isotope.random .item-info .fas,
ul.isotope.random .item-hover:hover .fas {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  ul.recentportfolio li.item.item-type-line,
ul.portfolio li.isotope-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
  }
}
.posts img,
ul.recentportfolio div.item-img img,
ul.portfolio div.item-img img {
  height: auto;
}

.item-img {
  overflow: hidden;
}

li.item img,
li.isotope-item img,
.recentblog .item-img img {
  transition: all 0.3s ease-in-out 0s;
}

div.ls-inner div.ls-slide.ls-animating img.ls-bg.ls-preloaded {
  display: block;
  height: auto !important;
  margin-top: 0;
}

li.isotope-item .relative {
  width: 100.2%;
}

@media (min-width: 600px) {
  ul.filter {
    margin-bottom: 35px;
  }
}
div.wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 0px !important;
}

body.home section h4.heading {
  padding-top: 80px !important;
  margin-top: -80px !important;
}

body.home section #portfolio h4.heading {
  padding-top: 120px !important;
}

@-webkit-keyframes moveit {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}

@keyframes moveit {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 53px;
  }
  40% {
    bottom: 48px;
  }
  60% {
    bottom: 43px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 53px;
  }
  40% {
    bottom: 48px;
  }
  60% {
    bottom: 43px;
  }
}
/*images fix*/
.wpb_single_image img {
  border-radius: 2px;
}

/* Single image padding fix */
body.page .wpb_single_image.wpb_content_element {
  margin-bottom: 23px;
}

/*Contact Form*/
.contactpage {
  margin-bottom: 80px;
  margin-top: 70px;
}

.contactpage p {
  padding-top: 0;
}

.norightpadding {
  padding-right: 0;
}

.noleftpadding {
  padding-left: 0;
}

div.contactpage div.image img {
  width: 100%;
  height: auto;
}

.textwidget form select {
  max-width: 100%;
}

/*portfolio gallery*/
.portfolio-single .gallery .item {
  margin-bottom: 20px;
}

/*slider buttons fix */
.rev_slider_wrapper a.btn.style-3 {
  padding: 9px 17px;
}

body .tp-leftarrow.default,
body .tp-rightarrow.default {
  color: #fff;
}

p {
  line-height: 1.7em;
  margin: 0 0 10px;
}

/*grid-view fix*/
article.post h1,
article.post.style-3 h2 {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 20px;
}

.post.style-3 header {
  padding-bottom: 15px;
  padding-left: 0;
}

.post.style-3 .post-content {
  border-top: 1px solid #ececec;
  padding-top: 14px;
}

/*vc*/
.wpb_single_image img {
  width: 100%;
}

/*responsive fixes*/
@media (max-width: 1199px) {
  .col-md-9 .col-md-6 .vc_empty_space,
div.col-md-9 div.row div.col-md-6 div.vc_empty_space {
    height: 3px !important;
  }
}
@media (max-width: 992px) {
  .col-md-4 .col-md-6,
.col-md-9 .col-md-6,
.col-md-3 {
    width: 50%;
    float: left;
  }

  .col-md-4 .col-md-6 + .col-md-6,
.col-md-9 .col-md-6 + .col-md-6,
.col-md-3 + .col-md-3 {
    margin-top: 0;
  }

  .responsive .col-2-5 {
    width: 20%;
    padding-left: 0;
    padding-right: 10px;
  }

  .responsive .col-9-5 {
    width: 80%;
  }

  .col-2-5 + .col-9-5:after {
    content: "";
    display: block;
    clear: both;
  }

  .col-md-8 + .col-md-4 {
    clear: both;
  }
}
@media (max-width: 767px) {
  .responsive .col-2-5 {
    width: 40%;
  }

  .responsive .col-9-5 {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .col-md-9 .col-md-6 {
    width: 100%;
    float: none;
  }

  .responsive .col-2-5 {
    width: 50%;
  }

  .responsive .col-9-5 {
    width: 50%;
  }
}
.moveup {
  margin-top: -100px;
}

.container {
  position: relative;
}

@media (max-width: 992px) {
  .sidebar.col-md-3 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .col-md-9 + .sidebar {
    margin-top: 30px;
  }

  .sidebar.col-md-3 + .col-md-9 {
    clear: both;
  }
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
  z-index: 9;
}

/*VC fixes*/
@media (max-width: 600px) {
  .col-xs-12 {
    width: 100% !important;
  }
}
/*portfolio style-2 filter*/
.filter.style-2 li + li:before {
  content: "";
}

.filter.style-2 button {
  padding: 8px 12px;
  margin: 3px 5px;
  border: 2px solid #000;
  transition: all 0.2s ease-in-out;
}

.filter.style-2 button.selected,
.filter.style-2 button:hover {
  background: #000;
  color: #fff !important;
}

.filter.style-2:before {
  content: "";
}

.single-post article header .post-meta > ul > li:nth-child(3),
.blog article header .post-meta > ul > li:nth-child(3) {
  display: none;
}

.boxed .site-wrapper {
  position: relative;
}

/*wpml*/
#lang_sel a.lang_sel_sel {
  background: transparent;
  color: #c1c1c1;
  padding-left: 45px;
}

#lang_sel a,
#lang_sel a:visited {
  border-color: transparent;
  font-family: PT Sans;
  font-size: 14px;
  padding-left: 20px;
  line-height: 23px;
}

.widget_icl_lang_sel_widget,
.widget_icl_lang_sel_widget * {
  z-index: 1000;
}

.widget_icl_lang_sel_widget:hover #lang_sel a {
  border: 1px solid transparent;
}

#lang_sel > ul > li {
  width: 118px;
}

#lang_sel > ul > li > ul {
  left: -12px;
}

#lang_sel {
  padding-top: 7px;
}

#lang_sel ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#lang_sel img.iclflag {
  top: -1px;
}

#lang_sel a.lang_sel_sel span.icl_lang_sel_current:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 20px;
  position: absolute;
  top: 2px;
}

/*mobile*/
#lang_sel_click img.iclflag {
  height: 12px;
  position: relative;
  top: -2px;
  width: 18px;
  padding-right: 5px;
}

#lang_sel_click {
  padding-top: 7px;
}

#lang_sel_list img.iclflag {
  top: -1px;
}

@media (max-width: 599px) {
  .widget_icl_lang_sel_widget,
.widget_icl_lang_sel_widget * {
    z-index: 1;
  }
}
/*downloads*/
.anps_download {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.anps_download > a:focus {
  outline: none;
}

.anps_download > a {
  height: 49px;
  display: table-row;
  vertical-align: middle;
}

.anps_download > a span.anps_download_icon {
  background: none repeat scroll 0 0 red;
  display: table-cell;
  float: none;
  min-height: 49px;
  width: 49px;
  vertical-align: middle;
}

.anps_download > a span i {
  line-height: 49px;
  height: 49px;
  width: 49px;
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.anps_download > a span.download-title {
  position: relative;
  border: 1px solid #e2e2e2;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #919191;
  display: table-cell;
  float: none;
  font-size: 14px;
  height: 49px;
  line-height: 18px;
  padding-left: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  padding-right: 35px;
}

.anps_download > a span.download-title:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 33%;
  right: 20px;
  position: absolute;
  color: #909090;
}

.anps_download > a:hover span.download-title {
  background: #f2f2f2;
}

/*paralax overlay*/
.parallax-overlay:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/*buttons*/
.btn-lg.style-5 {
  width: 160px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  padding: 0 !important;
  font-size: 15px;
}

.folionav {
  width: 100%;
  margin-top: 0 !important;
}

.folionav a {
  display: inline-block;
}

.folionav a:first-child {
  margin-right: 6px;
}

.stickymark i.fa-thumb-tack,
.stickymark i.fa-thumbtack {
  color: #fff;
}

.on-top {
  z-index: 150;
}

/*revslider class*/
.filter li button:active {
  padding: 0 6px;
}

.right.carousel-control .tp-rightarrow.tparrows {
  float: right;
}

.portfolio-single .carousel {
  margin: 15px;
  position: relative;
  margin-bottom: 40px;
  min-height: 50px;
}

@media (min-width: 600px) {
  ul.portfolio li.isotope-item.col-md-6 {
    width: 49.8%;
  }

  ul.portfolio li.isotope-item.col-md-4 {
    width: 33.2%;
  }

  ul.portfolio li.isotope-item.col-md-3 {
    width: 24.2%;
  }

  ul.portfolio li.isotope-item.col-md-2 {
    width: 19%;
  }
}
ul.posts li + li,
ul.isotope li.isotope-item {
  margin-top: 20px !important;
}

.widget_shopping_cart {
  position: relative;
}

/* =Cart page
-------------------------------------------------------------- */
.shop_table.table {
  width: 100%;
}

.shop_table.table thead th {
  background-color: #f8f8f8;
}

.shop_table.table .product-remove {
  position: relative;
}

.shop_table.table .product-remove a {
  font-size: 20px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}

.shop_table.table tfoot th,
.shop_table.table tfoot td {
  border: none;
  font-size: 14px;
  padding: 12px 25px;
}

@media (max-width: 670px) {
  .shop_table.table .product-thumbnail {
    display: none;
  }
}
@media (max-width: 570px) {
  .shop_table.table .product-price {
    display: none;
  }
}
@media (max-width: 470px) {
  .shop_table.table .product-quantity {
    display: none;
  }
}
.payment_methods {
  background-color: #f8f8f8;
  padding: 25px 30px;
}

.payment_methods li {
  list-style: none;
}

.woocommerce-checkout [for=rememberme],
.woocommerce-checkout .lost_password {
  margin-left: 20px;
  position: relative;
  top: 5px;
}

.woocommerce-checkout .lost_password {
  display: inline-block;
}

.form-row-first,
.form-row-last {
  float: left;
  width: 48%;
}

.form-row-first {
  margin-right: 2%;
}

.form-row-last {
  margin-left: 2%;
}

form label {
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 15px;
}

.checkout .create-account .checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}

#order_review_heading {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.place-order {
  margin-top: 30px;
  text-align: right;
}

#ship-to-different-address {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: lowercase;
}

#ship-to-different-address label {
  font-weight: 300;
  margin-right: 20px;
}

#ship-to-different-address input {
  position: relative;
  top: 1px;
}

/* Thank you page */
.thankyou-details {
  border: 1px solid #ebebeb;
  border-style: none none solid none;
  padding: 0;
  text-transform: uppercase;
}

.thankyou-details:before,
.thankyou-details:after {
  content: " ";
  display: table;
}

.thankyou-details:after {
  clear: both;
}

.thankyou-details strong {
  font-weight: 300;
}

.thankyou-details li {
  float: left;
  list-style: none;
  text-align: left;
}

.thankyou-details li:after {
  content: "/";
  padding: 0 10px;
}

.thankyou-details li.method:after {
  content: "";
}

.thankyou-details + .clear + p {
  margin-bottom: 40px;
}

.thankyou-text {
  margin: 35px 0 40px 0;
}

.thankyou-text p {
  background-color: #f8f8f8;
  margin: 0 0 1px 0;
  padding: 20px 30px;
}

.thankyou-text h2 {
  display: none;
}

.thankyou-text ul {
  margin: 0;
  padding: 0;
}

.thankyou-text ul li {
  border: 1px solid #fff;
  border-style: none solid none none;
  list-style: none;
  float: left;
  padding: 20px 20px;
}

.thankyou-text ul li strong {
  display: block;
  font-weight: 300;
}

/* Order review */
#order_review,
.order_details,
.my_account_orders {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

#order_review th,
#order_review td,
.order_details th,
.order_details td,
.my_account_orders th,
.my_account_orders td {
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0 15px 16px;
}

#order_review tfoot tr,
.order_details tfoot tr,
.my_account_orders tfoot tr {
  border-bottom: 1px solid #fff;
}

@media (max-width: 992px) {
  #order_review .product-name,
.order_details .product-name,
.my_account_orders .product-name {
    width: 50%;
  }
}
.order_details.bacs_details {
  background-color: #f8f8f8;
  padding: 0;
}

.order_details.bacs_details h3 {
  background-color: #fff;
  margin: 0;
  padding-bottom: 20px;
  text-transform: none;
}

ul.order_details {
  margin-left: 0;
  padding-left: 0;
}

ul.order_details:before,
ul.order_details:after {
  content: " ";
  display: table;
}

ul.order_details:after {
  clear: both;
}

.order_details h3 {
  margin: 40px 0 20px 0;
}

.return-shopping .btn,
.return-shopping .added_to_cart,
.return-shopping .tab-pane .form-submit #submit,
.tab-pane .form-submit .return-shopping #submit {
  float: right;
}

/* Cart page */
.table td.actions {
  padding: 0;
}

.table td.actions .coupon h2 {
  font-size: 19px;
  margin: 40px 0 15px 0;
  text-transform: none;
}

.cross-sells h2 {
  font-size: 19px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.shipping_calculator {
  margin-top: 20px;
}

.shipping_calculator h2 {
  font-size: 19px;
  margin-bottom: 25px;
}

/* Shipping */
.shipping ul {
  list-style: none;
}

.cart-sidebar {
  background-color: #f8f8f8;
  padding: 20px;
}

.cart-sidebar h2 {
  font-size: 20px;
  margin: 0;
  text-transform: none;
}

.cart-sidebar .btn,
.cart-sidebar .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit,
.tab-pane .form-submit .cart-sidebar #submit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.cart-sidebar .btn + .btn,
.cart-sidebar .added_to_cart + .btn,
.cart-sidebar .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .cart-sidebar #submit + .btn,
.cart-sidebar .btn + .added_to_cart,
.cart-sidebar .added_to_cart + .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .cart-sidebar #submit + .added_to_cart,
.cart-sidebar .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .cart-sidebar .btn + #submit,
.cart-sidebar .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .cart-sidebar .added_to_cart + #submit,
.cart-sidebar .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .cart-sidebar #submit + #submit {
  margin-top: 12px;
}

.cart-sidebar table {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.cart-sidebar table td,
.cart-sidebar table th {
  padding: 5px 2px;
}

.cart-sidebar table td {
  text-align: right;
}

.cart-sidebar .continue-shopping {
  display: block;
  margin-top: 20px;
  text-align: center;
}

[name=save_account_details],
[name=save_address] {
  margin-top: 20px;
}

/* Login page */
#customer_login h2 {
  font-size: 18px;
  margin: 0 0 40px 0;
}

#customer_login h3 {
  font-size: 18px;
  line-height: 1.7em;
  text-transform: none;
  margin-top: -20px;
}

@media (min-width: 992px) {
  #customer_login h3 {
    height: 163px;
    margin-top: 45px;
  }
}
#customer_login .btn,
#customer_login .added_to_cart,
#customer_login .tab-pane .form-submit #submit,
.tab-pane .form-submit #customer_login #submit {
  margin: 5px 0;
  width: 100%;
}

#customer_login label {
  font-weight: 300;
}

@media (max-width: 992px) {
  #customer_login .col-md-3 + .col-md-3 h2 {
    margin-top: 50px;
  }
}
[name=register] {
  margin-top: 8px;
}

.woocommerce-password-strength {
  margin-top: 15px;
}
.woocommerce-password-strength.good, .woocommerce-password-strength.strong {
  display: none !important;
}

.menu .current_page_item > a {
  cursor: default;
}

mark {
  color: #fff;
  padding: 3px 7px;
}

.order-info {
  font-size: 21px;
}

/* Shop categories */
.shop-categories .container {
  text-align: center;
  font-size: 14px;
}

/*cart*/
.table tbody tr.cart_item td {
  vertical-align: middle;
}

.shop_table thead th {
  background-color: #f8f8f8;
}

.shop_table thead tr th {
  border: medium none;
  font-size: 14px;
  font-weight: 300;
  padding: 19px 28px;
}

.shop_table {
  margin-bottom: 20px;
  width: 100%;
}

.shop_table tr td,
.shop_table th {
  border-bottom: 1px solid #ececec;
  border-color: #ececec;
  font-size: 14px;
  padding: 15px 0 15px 27px;
}

.shop_table th,
.shop_table td strong span,
.shop_table tfoot {
  color: #000000;
}

.shop_table .product-thumbnail {
  max-width: 70px;
  min-width: 70px;
}
.shop_table .product-thumbnail img {
  width: 70px;
}

input#place_order {
  border: 3px solid transparent;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.33;
  transition: background-color 0.2s ease 0s, border 0.2s ease 0s;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 12px 25px;
  font-size: 15px;
}

.clear {
  clear: both;
}

p.form-row input.button {
  font-size: 15px;
  padding: 12px 25px;
}

p.form-row input.button:hover {
  background-color: #000;
}

.cart-sidebar .btn.btn-md {
  font-size: 13px;
}

.mini-cart .btn.checkout,
.mini-cart .btn.wc-forward {
  font-size: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.product-single-header .images .thumbnails a {
  margin-bottom: 12px;
}

td.actions .coupon > .row {
  padding-bottom: 75px;
}

@media (max-width: 992px) {
  .woocommerce-cart .woocommerce form > .row > .col-md-3 {
    width: 100%;
  }
}
.cart-sidebar .btn,
.cart-sidebar .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit,
.tab-pane .form-submit .cart-sidebar #submit {
  border: medium none;
}

.table td.actions .coupon .btn,
.table td.actions .coupon .added_to_cart,
.table td.actions .coupon .tab-pane .form-submit #submit,
.tab-pane .form-submit .table td.actions .coupon #submit {
  border: medium none;
}

.price,
.product .star-rating,
.product_list_widget .star-rating {
  font-size: 14px;
}

.tab-pane p.stars a:focus {
  outline: none;
}

/*woo widgets*/
.btn.update-cart,
.widget_shopping_cart_content .btn {
  padding: 7px 15px;
}

.btn.wc-forward.checkout {
  margin-left: 10px;
}

.woocommerce-product-search.searchform {
  margin-top: 20px;
}

.woocommerce-product-search.searchform .screen-reader-text {
  display: none;
}

.alert .button {
  color: #000;
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 15px;
}

/*boxed rev slider*/
body.boxed.home header + section .wpb_revslider_element {
  margin-left: -50px;
  margin-right: -50px;
}

/*woocommerce products aligment fix*/
@media (min-width: 450px) and (max-width: 767px) {
  .products li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .products li.col-sm-4:nth-child(3n+1) {
    clear: both;
  }

  .products li.col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
/* Filter layer nav */
.widget_layered_nav_filters a:before {
  content: "";
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_layered_nav_filters a {
  padding-left: 18px;
  position: relative;
}

.widget_layered_nav_filters a:hover,
.widget_layered_nav_filters a:focus {
  text-decoration: line-through;
}

form.login > p.form-row > label + input.btn.btn-md {
  margin-left: 20px;
}

.login .form-row > .woocommerce-form__label {
  margin-right: 15px;
}

.tab-content > .tab-pane {
  padding-bottom: 20px;
}

section .wpb_content_element {
  margin-bottom: 0;
  clear: both;
}

.vc_single_image-wrapper {
  width: 100%;
}

/*portfolio random*/
.isotope.random .item-img {
  height: 100%;
}

.isotope.random .item-img img {
  height: 100%;
  width: auto;
}

.isotope.random .item-img img.attachment-anps-portfolio-random-width-2-height-2 {
  width: 100%;
  height: auto;
}

.isotope.random .item-img img.attachment-portfolio-random-width-4-height-4 {
  width: 100%;
  height: auto;
}

@media (min-width: 993px) {
  .isotope.random .item-img img.attachment-portfolio-random-width-4-height-4 {
    height: 100%;
    width: auto;
  }
}
ul.isotope.random li.isotope-item {
  margin-top: 0px !important;
}

@media (max-width: 992px) {
  ul.isotope.random li.isotope-item.height-2 img,
.isotope.random .item-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  ul.isotope.random .item-img img.attachment-anps-post-thumb {
    max-width: 100%;
  }
}
/*owl*/
.owl-carousel.recentportfolio {
  margin-left: -5px !important;
  padding-top: 35px;
  padding-bottom: 50px;
  width: calc(100% + 10px);
}

.recentportfolio .owl-item {
  padding: 5px;
}

.row.owly h2 {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

ul.recentportfolio.owl-carousel li.item.item-type-line {
  width: 100%;
}

.owlprev,
.owlnext {
  height: 36px;
  font-size: 22px;
  background: transparent;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}

.owlprev i,
.owlnext i {
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  opacity: 0.25;
  text-align: center;
  width: 36px;
  transition: all 0.2s ease-in-out;
}

.owlprev:hover i,
.owlnext:hover i {
  opacity: 1;
}

.headline > h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
}

.owly .col-md-6 {
  margin-top: 20px;
}

@media (min-width: 600px) {
  section.wpb_row .wpb_column.col-md-12 .owly {
    margin-left: -30px;
    margin-right: 0px;
  }
}
.isotope.random .isotope-item .headline {
  display: block;
}

/*full size recent portfolio fix*/
@media (min-width: 600px) {
  .wpb_row.row.no-margin .recentportfolio .item-type-line .item-hover .mask,
.wpb_row.row.no-margin .recentportfolio .item-type-line .item-img,
.wpb_row.row.no-margin ul.recentportfolio {
    width: 101.5%;
  }
}
@media (max-width: 993px) {
  .isotope {
    margin-top: 0;
  }

  .filter {
    clear: both;
    margin-bottom: 0;
    padding: 0;
    line-height: 25px;
  }
}
/*paralax header*/
.parallax-mirror {
  z-index: 0 !important;
}

body.boxed .parallax-mirror {
  z-index: 0 !important;
}

.parallax-mirror + .site-wrapper {
  background-color: transparent;
}

@media (max-width: 992px) {
  .tablets-clear {
    clear: both;
  }
}
/*additional stylings for WPML*/
#lang_sel ul ul {
  top: auto;
}

#lang_sel_list a,
#lang_sel_list a:visited {
  color: #727272;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
  color: #c1c1c1;
  font-size: 14px;
  line-height: 23px;
  background: transparent;
  padding-right: 5px;
}

#lang_sel_list li:not(:last-child) a:after {
  content: "/";
  color: #c1c1c1;
  padding-left: 5px;
}

#lang_sel_list li:first-child a.lang_sel_sel {
  padding-left: 0;
}

#lang_sel_list a.lang_sel_sel:hover {
  color: #444444;
}

/*native gallery wordpress*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

@media (max-width: 600px) {
  .gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 100%;
  }
}
.gallery-caption {
  display: block;
}

.no-right-padding {
  padding-right: 0;
}

/*custom bootstrap grid fix*/
@media (max-width: 992px) {
  .responsive .col-md-3 + .col-md-3 {
    margin-top: 0;
  }
}
/*carousel VC shortcode*/
.wpb_wrapper,
.vc_images_carousel {
  max-width: 100%;
  position: relative;
}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
  content: "" !important;
  position: relative;
  top: -10px;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
  content: "" !important;
  position: relative;
  top: -10px;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li {
  background-color: #000;
  border: 1px solid #000;
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
  background: #fff;
  border: 1px solid #fff;
}

/* Tabs
---------------------------------------- */
/*new VC tabs*/
.vc_tta.vc_tta-tabs-container.vertical {
  margin: 0 !important;
}

.vc_tta.vc_general .vertical .vc_tta-tab {
  display: block;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list {
  border-color: #ececec;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }

  .vc_tta-style-anps_tabs .vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active,
.vc_tta-style-anps_tabs .vertical li.vc_active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active:after,
.vc_tta-style-anps_tabs .vertical li.vc_active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }

  .vc_tta-style-anps_tabs .vertical li:last-child {
    border-bottom-color: transparent;
    margin-top: -1px;
    margin-left: 0px !important;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  transition: all 0.2s;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  display: inline-block;
  float: none;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid transparent !important;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fas {
  text-indent: 14px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
  border-right: transparent;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  padding-bottom: 12px !important;
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li {
  border-right: 0;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li:first-child.vc_active {
  border-top: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
  border-right: 0px solid #ececec;
}

@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
    border-right: 1px solid #ececec;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a:hover {
  background: none;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:last-child {
  border-color: #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after,
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
  content: "";
  left: -1px;
  position: absolute;
  width: 9px;
  bottom: -1px;
  top: -2px;
}

.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after,
.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
  content: "";
  height: 9px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -2px;
}

@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fa,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fas,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fas {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:after,
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    bottom: -1px;
    z-index: 9;
  }
}
.vc_tta-panel-body h2 {
  font-size: 18px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .vc_tta.vc_general .vc_tta-panels-container.col-sm-9 .vc_tta-panel-body {
    padding-left: 0;
    padding-top: 0;
  }
}
.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0px 0 0 1px;
}

.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
  margin: 1px 0 0 1px;
}

.vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 12px 30px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 12px 15px;
  }

  .vc_tta-tabs-container.col-sm-3.vertical {
    padding-right: 0;
  }
}
.vc_tta-style-anps_tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-container {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
  border-left: 0px;
  border-top: 1px solid transparent;
}

@media (min-width: 992px) and (max-width: 1299px) {
  .vertical-menu .vc_tta-style-anps_tabs .vc_tta-tabs-container.vertical {
    width: 40%;
  }

  .vertical-menu .vc_tta-style-anps_tabs .vc_tta-tabs-container.vertical + * {
    width: 60%;
  }
}
/* Accordion
---------------------------------------- */
.vc_tta-style-anps_accordion .vc_tta-controls-icon {
  display: none !important;
}

.vc_tta-style-anps_accordion .vc_tta-panel-title a:before {
  border-radius: 4px;
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
  background: #e6e6e6;
}

.vc_tta-style-anps_accordion .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
  background-color: #292929;
  content: "";
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps_accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 0;
}

/* Statement vertical menu
---------------------------------------- */
@media (min-width: 993px) {
  body.vertical-menu .vc_row-fluid.text-center .statement {
    margin-left: 330px;
  }
}
/*table responsive fix */
.scroll-x {
  overflow-x: auto;
}

/*owl slider nav fix*/
@media (min-width: 601px) {
  .row.owly {
    margin-left: -30px;
    margin-right: 0px;
  }

  .rtl .row.owly {
    margin-right: -30px;
    margin-left: 0px;
  }
}
.vc_tta-tabs-container.col-sm-3.vertical {
  margin-right: 0 !important;
}

/* woocommerce tabs */
.woocommerce-tabs .panel {
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: none;
}

div.woocommerce-tabs ul.tabs {
  margin-bottom: -1px;
  padding-left: 0;
}

div.woocommerce-tabs ul.tabs li {
  border: none;
  display: table-cell;
  float: none;
  position: relative;
}

div.woocommerce-tabs ul.tabs li.active {
  border: 1px solid #ececec;
}

div.woocommerce-tabs ul.tabs li.active:before {
  content: "";
  height: 9px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -9px;
}

div.woocommerce-tabs ul.tabs li a {
  padding: 13px 24px;
  display: block;
}

ol.commentlist {
  padding-left: 0;
}

ol.commentlist li {
  list-style: none;
}

.woocommerce-tabs h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.woocommerce-tabs {
  /* Form */
}

.woocommerce-tabs .commentlist {
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .commentlist .comment_container {
  min-height: 60px;
  position: relative;
}

.woocommerce-tabs .commentlist .comment-text {
  position: relative;
  padding-left: 90px;
}

.woocommerce-tabs .commentlist .comment-head:before,
.woocommerce-tabs .commentlist .comment-head:after {
  content: " ";
  display: table;
}

.woocommerce-tabs .commentlist .comment-head:after {
  clear: both;
}

.woocommerce-tabs .commentlist li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}

.woocommerce-tabs .commentlist li:before,
.woocommerce-tabs .commentlist li:after {
  content: " ";
  display: table;
}

.woocommerce-tabs .commentlist li:after {
  clear: both;
}

.woocommerce-tabs .commentlist li + li {
  padding-top: 32px;
}

.woocommerce-tabs .commentlist .meta {
  float: left;
  font-size: 14px;
}

.woocommerce-tabs .commentlist .meta strong {
  font-weight: 300;
  text-transform: uppercase;
}

.woocommerce-tabs .commentlist .star-rating {
  clear: right;
  float: left;
  margin-left: 40px;
  margin-top: 4px;
}

.woocommerce-tabs .commentlist .description {
  display: inline-block;
}

.woocommerce-tabs .commentlist img {
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-tabs h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.woocommerce-tabs .comment-reply-title {
  margin-top: 55px;
  margin-bottom: 25px;
}

.woocommerce-tabs .comment-form-author,
.woocommerce-tabs .comment-form-email {
  max-width: 380px;
  margin-bottom: 20px;
}

.woocommerce-tabs .form-submit #submit {
  display: inline-block;
  margin-top: 30px;
}

.woocommerce-tabs p.stars {
  margin: 20px 0 25px 0;
  position: relative;
  font-size: 16px;
}

.woocommerce-tabs p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}

.woocommerce-tabs p.stars a:not(:last-child) {
  border-right: 1px solid #ccc;
}

.woocommerce-tabs p.stars a:after {
  font-family: "Font Awesome 5 Free";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-tabs p.stars a.star-1 {
  width: 2.3em;
}

.woocommerce-tabs p.stars a.star-1:after {
  content: "";
  font-weight: 400;
}

.woocommerce-tabs p.stars a.star-1:hover:after,
.woocommerce-tabs p.stars a.star-1.active:after {
  content: "";
  font-weight: 600;
}

.woocommerce-tabs p.stars a.star-2 {
  width: 3.6em;
}

.woocommerce-tabs p.stars a.star-2:after {
  content: "";
  font-weight: 400;
}

.woocommerce-tabs p.stars a.star-2:hover:after,
.woocommerce-tabs p.stars a.star-2.active:after {
  content: "";
  font-weight: 600;
}

.woocommerce-tabs p.stars a.star-3 {
  width: 4.7em;
}

.woocommerce-tabs p.stars a.star-3:after {
  content: "";
  font-weight: 400;
}

.woocommerce-tabs p.stars a.star-3:hover:after,
.woocommerce-tabs p.stars a.star-3.active:after {
  content: "";
  font-weight: 600;
}

.woocommerce-tabs p.stars a.star-4 {
  width: 5.8em;
}

.woocommerce-tabs p.stars a.star-4:after {
  content: "";
  font-weight: 400;
}

.woocommerce-tabs p.stars a.star-4:hover:after,
.woocommerce-tabs p.stars a.star-4.active:after {
  content: "";
  font-weight: 600;
}

.woocommerce-tabs p.stars a.star-5 {
  width: 6em;
  border: 0;
}

.woocommerce-tabs p.stars a.star-5:after {
  content: "";
  font-weight: 400;
}

.woocommerce-tabs p.stars a.star-5:hover:after,
.woocommerce-tabs p.stars a.star-5.active:after {
  content: "";
  font-weight: 600;
}

.woocommerce-tabs h2 {
  font-size: 18px;
}

.woocommerce-tabs .form-submit #submit {
  font-size: 15px;
  padding: 12px 25px;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s, border 0.2s ease 0s;
}

/* logos */
.logos li {
  position: relative;
}

.logos li:hover .hover {
  opacity: 1;
}

.variations td.label {
  padding-left: 0;
  padding-top: 17px;
  vertical-align: top;
}

.variations a.reset_variations {
  font-size: 12px;
}

.variations td.value select {
  margin-bottom: 5px;
}

button.single_add_to_cart_button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

table td > p {
  margin: 0;
}

.woocommerce-variation-description {
  margin-top: 15px;
}

/* style 2 */
.portfolio-single .carousel.slide {
  display: inline-block;
}

.portfolio-single .carousel.slide .tparrows::before {
  display: none;
}

.portfolio-single .carousel .carousel-control.right,
.portfolio-single .carousel .carousel-control.left {
  width: 40px;
}

/* Google Maps style changes */
.gm-style-iw {
  max-width: 400px;
  padding-top: 5px;
}

.gm-style-iw p {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
}

.gm-style-iw a,
.gm-style-iw a:focus,
.gm-style-iw a:hover {
  color: #427fed;
}

.gm-style-iw a:focus,
.gm-style-iw a:hover {
  text-decoration: underline;
}

.gm-style-iw p + p {
  margin-top: 0.3em;
}

.vertical-menu,
.anps-featured,
.recentportfolio .owl-item .item-img,
.attachment-shop_single,
.attachment-shop_catalog,
.isotope-item .inner {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

/*anps featured*/
.anps-featured {
  position: relative;
  background: #fff;
}

@media (min-width: 768px) {
  .absolute-top {
    margin-top: -65.27%;
    position: absolute;
  }
}
.anps-featured.anps-featured.anps-featured.anps-featured {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .anps-featured.anps-featured.anps-featured.anps-featured {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.anps-featured h3 {
  text-transform: uppercase;
}

.anps-featured header img {
  width: 100%;
}

.anps-featured .content-wrap {
  padding: 30px 40px 17px;
}

.anps-featured footer {
  padding-left: 40px;
  padding-bottom: 30px;
}

/*button*/
.btn.btn-sm.slider {
  padding: 12px 35px;
  line-height: 17px;
}

/*button fix*/
button > p {
  margin-bottom: 0;
}

.btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn.style-3,
.vc_btn.style-3 {
  padding: 10px 23px;
}

.btn.style-2,
.vc_btn.style-2 {
  border: none;
}

/*vc bottom margin*/
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_button {
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {
  body .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
  }

  .statement {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.anps-featured footer {
  padding-right: 40px;
}

@media (max-width: 991px) {
  .spacing-md {
    margin-bottom: 60px;
  }

  body .btn {
    display: block;
  }

  body .btn + .btn {
    margin-top: 15px;
  }

  .statement {
    margin-left: 15px;
    margin-right: 15px;
  }

  .statement .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.post .nobuttontopmargin .btn {
  margin-top: 0px;
}

.vertical-menu,
.anps-featured,
.recentportfolio .owl-item .item-img,
.attachment-shop_single,
.attachment-shop_catalog,
.isotope-item .inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul.recentportfolio li.item.item-type-line {
  overflow: hidden;
}

.item-type-line .item-hover .mask {
  left: 0;
  right: -5px;
  width: auto;
}

.rev-btn {
  border-radius: 4px;
}

/* Recent Portfolio */
.projects-header {
  margin-bottom: 20px;
}

/** Filter */
.projects-filter {
  margin: 0;
  padding: 0;
}

.projects-filter:before,
.projects-filter:after {
  content: " ";
  display: table;
}

.projects-filter:after {
  clear: both;
}

.projects-filter li {
  float: left;
  list-style: none;
}

.projects-filter button {
  transition: opacity 0.4s;
}

.projects-filter button.selected {
  cursor: default;
}

@media (min-width: 992px) {
  .projects-header {
    margin-bottom: 50px;
  }

  .projects-filter {
    margin: 0 -30px 0 0;
  }
}
/* Dark filter version */
@media (max-width: 991px) {
  .projects-filter {
    width: 100%;
  }
}
.projects-filter li {
  margin-top: 1px;
}

.projects-filter li + li {
  margin-left: 1px;
}

@media (min-width: 992px) {
  .projects-filter li {
    margin-top: 0;
  }
}
.projects-filter button {
  background: none;
  border: none;
  padding: 15px 15px 15px 15px;
}

@media (min-width: 992px) {
  .projects-filter button {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 500px) {
  .projects-filter li {
    width: 100%;
  }
}
.projects-filter button:hover,
.projects-filter button:focus,
.projects-filter button.selected {
  opacity: 1;
  outline: none;
}

.projects-filter button,
.projects-filter button {
  opacity: 0.7;
}

/** Content */
.project-content {
  overflow: hidden;
  margin-top: 10px;
}

.project-content .projects-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 30px;
}

/** Title */
.projects-title {
  float: left;
  margin-bottom: 0;
  margin-top: 28px;
}

/** Pagination */
.projects-pagination {
  display: block;
  text-align: center;
}

.projects-pagination > button {
  background: none;
  border: 1px solid;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  height: 37px;
  position: relative;
  width: 37px;
}

.projects-pagination > button:hover,
.projects-pagination > button:focus {
  opacity: 0.7;
}

.projects-pagination > button + button {
  margin-left: 3px;
}

.projects-pagination > button i {
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/** Hover */
.project-hover,
.projects-item:before,
.projects-item:after {
  opacity: 0;
}

.project-hover,
.projects-item:before {
  transition: 0.3s opacity;
}

.project-hover,
.item-hover .headline {
  bottom: 0;
  left: 15px;
  padding: 25px;
  position: absolute;
  right: 15px;
  z-index: 5;
}

.item-hover .headline {
  left: 0;
  right: 0;
}

.item-hover .headline.porfolio-default-headline {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.porfolio-default-link {
  display: block;
  padding: 150px;
}

.projects-item:hover .project-hover,
.projects-item:hover:after,
.projects-item:hover:before,
.projects-item:focus .project-hover,
.projects-item:focus:after,
.projects-item:focus:before {
  opacity: 1;
}

.projects-item .project-desc {
  color: #fff;
  display: none;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .projects-item .project-desc {
    display: block;
  }
}
.projects-item .project-title {
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .projects-item .project-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.projects-item:before,
.projects-item:after {
  content: "";
  left: 15px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
}

.projects-item:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.projects-item:after {
  border: 3px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.1s;
  z-index: 2;
}

/* Projects Item Columns */
.projects-item {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 360px) {
  .projects-item {
    width: 50%;
  }
}
@media (min-width: 786px) {
  div[data-col="3"] .projects-item {
    width: 33.333333%;
  }

  div[data-col="4"] .projects-item {
    width: 25%;
  }

  div[data-col="5"] .projects-item {
    width: 20%;
  }

  div[data-col="6"] .projects-item {
    width: 16.666666%;
  }
}
.projects-filter li:before {
  content: "";
  color: rgba(255, 255, 255, 0.3);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (min-width: 501px) {
  .projects-filter li:first-of-type:before {
    display: none;
  }

  .projects-filter li:first-of-type button {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .projects-item .btn {
    font-size: 12px;
    padding: 9px 15px;
  }

  .project-hover,
.item-hover .headline {
    padding: 15px;
  }
}
.icon .fa,
.icon .fa4 {
  position: relative;
}

.icon .fa:after,
.icon .fa4:after {
  border: 1px solid;
  opacity: 0.25;
  border-radius: 100%;
  content: "";
  height: 130%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 130%;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.owly,
.owl-carousel {
  direction: ltr;
}

.shadow img,
.shadow .item-img {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
}

.shadow .item-img img {
  border: none;
  box-shadow: none;
}

.widget_rss .rsswidget {
  display: inline-block;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}

.product-category mark {
  background: none;
  color: #a4a4a4;
  padding: 0;
}

.products {
  margin-top: 40px;
}

@media (max-width: 400px) {
  .product-category.col-xs-6 {
    text-align: center;
    width: 100%;
  }
}
.woocommerce-before-loop:empty {
  margin-top: -20px;
}

.site-wrapper .vc_row[data-vc-full-width]:not(.vc_parallax) {
  overflow: visible;
}

@media (min-width: 600px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-container.vertical .vc_tta-tabs-list > li:last-child a,
.vc_tta-style-anps_tabs .vc_tta-tabs-container.vertical .vc_tta-tabs-list > li:last-child {
    border-right: none !important;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
    border-top: 1px solid #ececec !important;
  }
}
@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tabs-list > li.vc_active:first-child a {
    border-left: 1px solid #ececec !important;
    border-color: #ececec;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child a {
    border-right: 1px solid #ececec !important;
    border-color: #ececec;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tabs-list > li.vc_active a {
    border-left: 1px solid #ececec !important;
    border-color: #ececec;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .vc_tta.vc_general .vc_tta-tabs-container.vertical {
    padding-right: 0 !important;
  }
}
.vc_tta-tabs-container {
  margin-right: 0 !important;
}

@media (max-width: 991px) and (min-width: 600px) {
  .vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 12px 25px;
  }

  .vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-container.vertical .vc_tta-tabs-list .vc_tta-tab > a {
    font-size: 12px;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tabs-list > li:last-child {
    border-right: none !important;
  }
}
.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after,
.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
  left: 0px;
  right: 0;
}

@media (max-width: 991px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after,
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
    margin-top: 1px;
  }
}
@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-container:not(.vertical) .vc_tta-tab {
    margin-left: -2px !important;
  }
}
@media (max-width: 992px) and (min-width: 600px) {
  .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after,
.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
    height: 48px;
    margin-top: 1px;
  }
}
@media (max-width: 782px) {
  .vc_tta-tabs-container.col-sm-3.vertical + .vc_tta-panels-container {
    padding-left: 0;
  }
}
.pricing-item.col-md-6:nth-child(odd) {
  clear: left;
}

.pricing-item.col-md-4:nth-child(3n+1) {
  clear: left;
}

.pricing-item.col-md-3:nth-child(4n+1) {
  clear: left;
}

/* WooCommerce category description */
.woocommerce .term-description {
  font-size: 18px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .menu-notice {
    color: #fff;
    padding: 20px 0;
  }
}
/* ### Gallery slider */
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 2px -4px 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 4px 4px;
  list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs img:hover,
.woocommerce div.product div.images .flex-control-thumbs img:focus {
  opacity: 0.7;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  margin: 0;
  opacity: 0.5;
  transition: 0.2s opacity;
}

.flex-active {
  opacity: 1 !important;
  transition: 0.2s opacity;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce-product-gallery {
  position: relative;
}

.page-header.style-2 + .portfolio-single {
  margin-top: 40px;
}

/* Fix 15.06.2020 */
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  margin-top: 0;
  text-align: center;
}

.post-content:after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-gallery,
.wp-block-button.aligncenter {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wp-block-gallery {
  margin-top: 20px;
}

.size-full.alignright {
  clear: both;
}

.size-full.alignright:after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-gallery {
  margin-bottom: 30px;
}

.blocks-gallery-item figure img {
  margin-bottom: 0 !important;
}

.content-container > .row > .col-md-12:not(:first-child) > article.post {
  margin-top: 40px !important;
}

.wp-block-button,
.wp-block-categories-dropdown {
  margin-bottom: 15px;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff !important;
}

.row > div > .comment-respond {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wp-caption.alignnone,
.wp-caption.aligncenter {
  clear: both;
  margin: 20px 0 15px 0;
  max-width: 100%;
}
.wp-caption.alignnone img,
.wp-caption.aligncenter img {
  width: 100% !important;
  max-width: 1200px;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-audio,
.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-image.alignnone,
.wp-block-cover.aligncenter,
.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
  margin-top: 20px !important;
  margin-bottom: 15px;
  clear: both;
}

.wp-block-cover.has-background-dim {
  margin-bottom: 15px;
}

.wp-block-image.alignwide img {
  margin-bottom: 0 !important;
}

.wp-block-embed {
  margin-top: 20px;
  margin-bottom: 15px;
}

.wp-block-latest-posts,
.wp-block-latest-comments {
  margin-top: 20px;
  padding-left: 0;
}

.wp-block-latest-posts li:not(:first-child) {
  margin-top: 5px;
}

.wp-block-tag-cloud {
  margin-bottom: 20px;
}

.wp-block-archives,
.wp-block-rss {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 0 0 18px;
}

.wp-block-rss .wp-block-rss__item {
  margin-top: 5px;
}

.wp-block-search__input {
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 15px;
  width: 100%;
  height: 39px;
}

.wpcf7-form input.wpcf7-text:focus {
  border-color: #bd1470;
}

.wp-block-search__button {
  background-image: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 9px 17px;
  font-size: 14px;
  background-color: #bd1470;
  border-radius: 4px;
  margin-bottom: 15px;
}
.wp-block-search__button:hover {
  background-color: #bd1470;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  padding: 0;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wp-caption .wp-caption-text {
  padding-top: 10px !important;
}

.page .comment-respond {
  margin-top: 40px;
}

.page dl dt {
  margin-top: 20px;
}

.page dl dd {
  margin-top: 3px;
}

.navigation.pagination {
  margin-top: 40px;
}

rs-fullwidth-wrap {
  z-index: 0;
}

.pswp {
  z-index: 9999 !important;
}

/*
# Site Header
*/
/*
# Site Logo
*/
.site-header:not(.site-header-vertical-menu) .logo-sticky {
  display: none;
}
.site-header:not(.site-header-vertical-menu) .site-logo,
.site-header:not(.site-header-vertical-menu) .site-logo a,
.site-header:not(.site-header-vertical-menu) .site-logo img {
  max-height: inherit;
}
.site-header:not(.site-header-vertical-menu) .site-logo {
  display: table;
  left: 15px;
  height: 100%;
  position: absolute;
  top: 0;
}
.site-header:not(.site-header-vertical-menu) .site-logo a {
  display: table-cell;
  vertical-align: middle;
}
.site-header:not(.site-header-vertical-menu) .site-logo img {
  transition: 0.3s all;
}
.site-header:not(.site-header-vertical-menu) .site-logo:not(.site-logo-text) {
  font-size: 0;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .site-logo img {
  transition: 0.1s all;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky {
  display: block;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky + img,
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky + span {
  display: none;
}

/*
# Site Navigation
*/
.site-navigation {
  margin-right: -10px;
  text-transform: uppercase;
}
.site-navigation a:focus, .site-navigation a:hover {
  color: #3178bf;
  outline: none;
}

.navbar-toggle {
  margin: 0;
}

@media (min-width: 992px) {
  .site-navigation {
    display: inline-block;
  }

  .menu-item-desc {
    color: #a9a9a9;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    max-width: 150px;
    padding: 10px;
  }

  .menu-item-wrap {
    vertical-align: middle;
  }

  .site-navigation > ul {
    margin: 0;
    padding: 0;
  }
  .site-navigation .current-menu-item > a {
    color: #3178bf;
  }
  .site-navigation .nav-empty {
    margin: 0;
    padding: 7px;
  }
  .site-navigation .menu-item-depth-0 {
    display: inline-block;
  }
  .site-navigation .menu-item-depth-0 > a {
    display: inline-block;
    padding: 7px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
  }
  .site-navigation .menu-item-depth-0 > a::before {
    content: "";
    left: 0;
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 100%;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-left: 10px;
  }
  .site-navigation .menu-item-depth-0:not(.megamenu) > .sub-menu {
    left: 50%;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.2s height;
  }
  .site-navigation .menu-item {
    position: relative;
  }
  .site-navigation .menu-item > a:focus + .sub-menu:not([data-height]), .site-navigation .menu-item > a:hover + .sub-menu:not([data-height]) {
    height: auto;
  }
  .site-navigation .sub-menu {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    position: absolute;
    width: 204px;
  }
  .site-navigation .sub-menu > .menu-item:first-child {
    padding-top: 5px;
  }
  .site-navigation .sub-menu > .menu-item:last-child {
    padding-bottom: 5px;
  }
  .site-navigation .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top: -5px;
  }
  .site-navigation .sub-menu > li:first-child > .sub-menu {
    top: 0;
  }
  .site-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .site-navigation .sub-menu:hover {
    height: auto;
    opacity: 1;
  }
  .site-navigation .sub-menu a {
    display: block;
    font-size: 12px;
    padding: 6px 24px;
  }

  .site-header-dropdown-2 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu a {
    font-size: 12px;
    padding: 10px 18px;
    text-transform: none;
  }
  .site-header-dropdown-2 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .sub-menu {
    top: 0;
  }
  .site-header-dropdown-2 #menu-main-menu > .menu-item:not(.megamenu) .menu-item {
    padding: 0 !important;
  }
  .site-header-dropdown-2 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a {
    position: relative;
  }
  .site-header-dropdown-2 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a::before {
    background-color: #ececec;
    content: "";
    left: 18px;
    height: 1px;
    position: absolute;
    right: 18px;
    top: 0;
  }

  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu a {
    font-size: 12px;
    padding: 10px 18px;
    text-transform: none;
    transition: 0.2s background-color, 0.2s color;
  }
  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu a:hover, .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu a:focus {
    color: #fff !important;
  }
  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .sub-menu {
    top: 0;
  }
  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .menu-item {
    padding: 0 !important;
  }
  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a {
    position: relative;
  }
  .site-header-dropdown-3 #menu-main-menu > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a::before {
    background-color: #ececec;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-navigation .nav-empty {
    margin: 0;
    padding: 10px;
  }
  .site-navigation .menu-item-depth-0 > a {
    padding: 10px;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-left: 20px;
  }
}
/* Divider Style Option */
@media (min-width: 992px) {
  .site-header-divider .menu-item-depth-0 > a .menu-item-wrap {
    position: relative;
  }
  .site-header-divider .menu-item-depth-0 > a .menu-item-wrap::after {
    background-color: currentColor;
    bottom: -3px;
    content: "";
    left: 0;
    height: 1px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.3s opacity;
  }
  .site-header-divider .menu-item-depth-0 > a:focus .menu-item-wrap::after, .site-header-divider .menu-item-depth-0 > a:hover .menu-item-wrap::after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .site-header-divider .menu-item-depth-0 > a::after {
    left: 10px;
    right: 10px;
  }
}
/* Transparent */
.site-navigation-transparent {
  position: absolute;
}

/* Mobile */
@media (max-width: 991px) {
  .site-navigation {
    background-color: #0f0f0f;
    color: rgba(255, 255, 255, 0.85);
    display: none;
    left: 50%;
    padding: 30px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 100vw;
  }
  .site-navigation .current-menu-item > a {
    color: #fff !important;
  }
  .boxed .site-navigation {
    width: calc(100% + 30px);
  }
  .site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-navigation > ul > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-navigation ul a {
    color: currentColor;
    display: block;
    padding: 7px 0;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-top: 5px;
  }
  .site-navigation .sub-menu {
    font-size: 13px;
    list-style: square;
    margin-top: 10px;
    padding-left: 20px;
  }
  .site-navigation .megamenu-title .sub-menu {
    margin-top: 0;
  }

  .menu-item-desc {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.7;
    text-transform: uppercase;
  }

  .site-navigation-opened {
    display: block;
  }

  .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar-toggle {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    transition: 0.4s background-color;
    width: 30px;
    padding: 0 !important;
  }

  .navbar-toggle i {
    display: block;
  }
  .navbar-toggle i:before {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
  }
}
.menu-item-label {
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 20px;
  margin-left: 15px;
  padding: 0 13px;
  vertical-align: middle;
  white-space: normal;
}

.anps-search-toggle {
  display: inline-block;
  margin-left: 20px;
}

.anps-search-toggle__btn,
.anps-search__close {
  display: inline-block;
  margin: 0;
  padding: 10px;
  border: 0;
  color: inherit;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: relative;
}

.anps-search,
.anps-search__input {
  color: #707070;
  background: #fff;
}

.anps-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 0;
  z-index: 10000;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 90px;
}

.anps-search,
.anps-search__form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.anps-search__input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  border: 0;
  padding: 10px 0;
}
.anps-search__input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.anps-search__input:-ms-input-placeholder {
  color: #c0c0c0;
}
.anps-search__input::placeholder {
  color: #c0c0c0;
}

.anps-search__close {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.anps-search__input,
.anps-search__close {
  font-size: 32px;
  line-height: 2;
  box-shadow: none !important;
  outline: 0 !important;
}

@media (max-width: 991px) {
  .anps-search-toggle--no-mobile {
    display: none;
  }

  .anps-search-toggle {
    position: absolute;
    right: 124px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .anps-search-toggle__btn {
    font-size: 20px;
  }

  .anps-search__input {
    font-size: 24px;
  }

  .anps-search {
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .anps-search-toggle--no-desktop {
    display: none;
  }
}
/*
# Site Header Boxed
*/
.large-above-menu li {
  list-style: none;
  float: left;
}
.large-above-menu li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .large-above-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .large-above-menu {
    display: table;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    /* ## Widgets */
    /* ### Social */
  }
  .site-header-style-boxed .large-above-menu {
    padding-bottom: 35px;
  }
  .large-above-menu > .widget {
    display: table-cell;
    vertical-align: middle;
  }
  .large-above-menu .widget-title {
    display: none;
  }
  .large-above-menu .widget_anpssocial a {
    display: block;
    position: relative;
  }
  .large-above-menu .widget_anpssocial .fa,
.large-above-menu .widget_anpssocial .fas {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ## Style 1 */
.large-above-menu-style-1 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-1 > .widget:not(:last-child) {
  padding-right: 20px;
}
.large-above-menu-style-1 .widget_anpstext {
  position: relative;
}
.large-above-menu-style-1 .widget_anpstext .fa,
.large-above-menu-style-1 .widget_anpstext .fas {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: none;
  font-size: 24px;
  height: 64px;
  left: 0;
  line-height: 64px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
}
@media (min-width: 1200px) {
  .large-above-menu-style-1 .widget_anpstext {
    padding-left: 74px;
  }
  .large-above-menu-style-1 .widget_anpstext .fa,
.large-above-menu-style-1 .widget_anpstext .fas {
    display: inline-block;
  }
}
.large-above-menu-style-1 svg {
  height: 24px;
  margin-right: 0;
  width: 24px;
}
.large-above-menu-style-1 .widget_anpssocial ul {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0;
  padding: 0 10px;
}
.large-above-menu-style-1 .widget_anpssocial ul:after {
  clear: both;
  content: "";
  display: table;
}
.large-above-menu-style-1 .widget_anpssocial a,
.large-above-menu-style-1 .widget_anpssocial li {
  height: 62px;
}
.large-above-menu-style-1 .widget_anpssocial li {
  float: left;
}
.large-above-menu-style-1 .widget_anpssocial a {
  font-size: 18px;
  height: 62px;
  width: 45px;
}

/* ## Style 2 */
.large-above-menu-style-2 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-2 > .widget:not(:last-child) {
  padding-right: 40px;
}
.large-above-menu-style-2 .widget_anpstext {
  line-height: 1.6em;
}
.large-above-menu-style-2 .widget_anpstext .fa,
.large-above-menu-style-2 .widget_anpstext .fas,
.large-above-menu-style-2 .widget_anpstext .important {
  font-size: 18px;
}
.large-above-menu-style-2 .widget_anpstext .fa,
.large-above-menu-style-2 .widget_anpstext .fas {
  margin-right: 5px;
}
.large-above-menu-style-2 .widget_anpssocial li {
  float: left;
  margin: 0;
}
.large-above-menu-style-2 .widget_anpssocial li + li {
  margin-left: 7px;
}
.large-above-menu-style-2 .widget_anpssocial a {
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  height: 40px;
  margin: 0;
  transition: 0.2s background-color;
  width: 40px;
}
.large-above-menu-style-2 .widget_anpssocial a:hover, .large-above-menu-style-2 .widget_anpssocial a:focus {
  color: #fff;
}

/* ## Style 3 */
.large-above-menu-style-3 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-3 > .widget:not(:last-child) {
  padding-right: 30px;
}
.large-above-menu-style-3 .widget_anpstext {
  position: relative;
}
.large-above-menu-style-3 .widget_anpstext .fa,
.large-above-menu-style-3 .widget_anpstext .fas {
  display: none;
  font-size: 36px;
  height: 64px;
  left: 0;
  line-height: 64px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
}
@media (min-width: 1200px) {
  .large-above-menu-style-3 .widget_anpstext {
    padding-left: 68px;
  }
  .large-above-menu-style-3 .widget_anpstext .fa,
.large-above-menu-style-3 .widget_anpstext .fas {
    display: inline-block;
  }
}
.large-above-menu-style-3 .widget_anpstext svg {
  height: 36px;
  width: 36px;
}
.large-above-menu-style-3 .widget_anpssocial ul {
  margin: 0;
  padding: 0 10px;
}
.large-above-menu-style-3 .widget_anpssocial ul:after {
  clear: both;
  content: "";
  display: table;
}
.large-above-menu-style-3 .widget_anpssocial a,
.large-above-menu-style-3 .widget_anpssocial li {
  height: 62px;
}
.large-above-menu-style-3 .widget_anpssocial li {
  float: left;
}
.large-above-menu-style-3 .widget_anpssocial a {
  font-size: 36px;
  height: 62px;
  width: 45px;
}
.large-above-menu-style-3 .widget_anpssocial a[style] {
  transition: 0.2s opacity;
}
.large-above-menu-style-3 .widget_anpssocial a[style]:hover, .large-above-menu-style-3 .widget_anpssocial a[style]:focus {
  opacity: 0.7;
}

/* ## Style 4 */
.large-above-menu-style-4 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-4 > .widget:not(:last-child) {
  padding-right: 30px;
}
.large-above-menu-style-4 .widget_anpstext {
  position: relative;
}
@media (max-width: 1199px) {
  .large-above-menu-style-4 .widget_anpstext .anpstext-arrow {
    display: none;
  }
}
.large-above-menu-style-4 .widget_anpstext .anpstext-arrow::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 64px;
  position: absolute;
  width: 20px;
}
.large-above-menu-style-4 .widget_anpstext .anpstext-arrow::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: currentColor;
  content: "";
  display: block;
  top: 50%;
  height: 1px;
  left: 46px;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 20px;
}
.large-above-menu-style-4 .widget_anpstext .fa,
.large-above-menu-style-4 .widget_anpstext .fas {
  border: 1px solid;
  border-radius: 50%;
  display: none;
  font-size: 20px;
  height: 46px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
}
.large-above-menu-style-4 .widget_anpstext .fa::before,
.large-above-menu-style-4 .widget_anpstext .fas::before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.large-above-menu-style-4 .widget_anpstext svg {
  color: inherit;
  fill: currentColor;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .large-above-menu-style-4 .widget_anpstext {
    padding-left: 74px;
  }
  .large-above-menu-style-4 .widget_anpstext .fa,
.large-above-menu-style-4 .widget_anpstext .fas {
    display: inline-block;
  }
}
.large-above-menu-style-4 .widget_anpssocial ul {
  margin: 0;
  padding: 0 10px;
}
.large-above-menu-style-4 .widget_anpssocial ul:after {
  clear: both;
  content: "";
  display: table;
}
.large-above-menu-style-4 .widget_anpssocial li {
  float: left;
}
.large-above-menu-style-4 .widget_anpssocial a {
  border: 1px solid;
  border-radius: 50%;
  font-size: 18px;
  height: 46px;
  width: 46px;
}
.large-above-menu-style-4 .widget_anpssocial a[style] {
  transition: 0.2s opacity;
}
.large-above-menu-style-4 .widget_anpssocial a[style]:hover, .large-above-menu-style-4 .widget_anpssocial a[style]:focus {
  opacity: 0.7;
}

/* ## Style 5 */
.large-above-menu-style-5 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-5 > .widget:not(:last-child) {
  padding-right: 30px;
}
.large-above-menu-style-5 .widget_anpstext {
  position: relative;
}
.large-above-menu-style-5 .widget_anpstext .fa,
.large-above-menu-style-5 .widget_anpstext .fas {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.45);
  display: none;
  font-size: 20px;
  height: 49px;
  left: 0;
  line-height: 49px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
}
.large-above-menu-style-5 .widget_anpstext svg {
  height: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
@media (min-width: 1200px) {
  .large-above-menu-style-5 .widget_anpstext {
    padding-left: 64px;
  }
  .large-above-menu-style-5 .widget_anpstext .fa,
.large-above-menu-style-5 .widget_anpstext .fas {
    display: inline-block;
  }
}
.large-above-menu-style-5 .widget_anpssocial ul {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 10px;
}
.large-above-menu-style-5 .widget_anpssocial ul:after {
  clear: both;
  content: "";
  display: table;
}
.large-above-menu-style-5 .widget_anpssocial li {
  float: left;
}
.large-above-menu-style-5 .widget_anpssocial svg {
  height: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
.large-above-menu-style-5 .widget_anpssocial a {
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  height: 49px;
  width: 45px;
}
.large-above-menu-style-5 .widget_anpssocial a:hover, .large-above-menu-style-5 .widget_anpssocial a:focus {
  color: rgba(0, 0, 0, 0.75);
}

.anpstext-desc {
  display: inline-block;
}

/*
# Above nav bar
*/
.above-nav-bar {
  display: none;
  padding-bottom: 10px;
  /* ## Widgets */
  /* ### Social */
  /* ### Anpstext */
}
.site-header-sticky-active .above-nav-bar {
  display: none;
}
@media (min-width: 992px) {
  .above-nav-bar {
    display: block;
  }
  .above-nav-bar .widget-container {
    display: inline-block;
  }
}
.above-nav-bar .widget-container + .widget-container {
  margin-left: 7px;
}
.above-nav-bar .widget_anpssocial ul {
  display: inline-block;
  margin: 0;
}
.above-nav-bar .widget_anpssocial li {
  height: 38px;
  width: 38px;
}
.above-nav-bar .widget_anpssocial li + li {
  margin-left: 3px;
}
.above-nav-bar .widget_anpssocial li > * {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.above-nav-bar .widget_anpssocial .fa:before,
.above-nav-bar .widget_anpssocial .fas:before {
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.above-nav-bar .widget_anpstext {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 7px 12px 7px 44px;
  position: relative;
}
.above-nav-bar .widget_anpstext:after {
  border-right: 1px solid #e5e5e5;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 31px;
}
.above-nav-bar .widget_anpstext .fa,
.above-nav-bar .widget_anpstext .fas {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
}

/* Styles */
/*
# Site Header Style Normal
*/
.site-header-style-normal .nav-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 74px;
  max-height: 74px;
  position: relative;
  transition: 0.2s height;
  z-index: 9999;
}
.site-header-style-normal .nav-wrap > .container {
  height: 100%;
  max-height: inherit;
}
@media (min-width: 992px) {
  .site-header-style-normal .nav-wrap {
    height: 112px;
    max-height: 112px;
  }
}

@media (max-width: 993px) {
  .site-header-style-normal .nav-wrap > .container {
    width: 100%;
  }
}
/*
# Site Header Style Modern
*/
.site-header-style-modern .nav-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 74px;
  max-height: 74px;
  position: relative;
  transition: 0.2s height;
  z-index: 9999;
}
@media (min-width: 992px) {
  .site-header-style-modern .nav-wrap {
    height: 112px;
    max-height: 112px;
  }
}
.site-header-style-modern .nav-wrap > .container {
  height: 100%;
  max-height: inherit;
}
.site-header-style-modern .site-navigation {
  text-transform: none;
}
.site-header-style-modern .site-navigation + .menu-button {
  margin-left: 27px;
}
@media (min-width: 1200px) {
  .site-header-style-modern .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-left: 14px;
  }
}
.site-header-style-modern .nav-bar > .menu-button {
  border: 1px solid;
  border-radius: 3px;
  margin-left: 15px;
  padding: 10px 24px;
  position: relative;
  top: 3px;
}
@media (max-width: 993px) {
  .site-header-style-modern .nav-bar > .menu-button {
    display: none;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.site-header-style-modern .menu-item > .menu-button {
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 15px;
  padding: 9px 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-header-style-modern .menu-button-wrap {
    display: none;
  }
}

@media (max-width: 993px) {
  .site-header-style-normal .nav-wrap > .container {
    width: 100%;
  }
}
.site-header-style-modern.site-header-style-transparent:not(.site-header-sticky-active) {
  position: relative;
}
.site-header-style-modern.site-header-style-transparent:not(.site-header-sticky-active) .nav-wrap {
  background: none !important;
  border: none;
  top: 0;
}

/*
# Site Header Style Transparent
*/
@media (min-width: 992px) {
  .top-bar + .site-header-style-transparent .nav-wrap {
    top: 41px;
  }
}

.site-header-style-transparent .nav-wrap {
  height: 74px;
  left: 0;
  max-height: 74px;
  position: absolute;
  transition: 0.2s height, 0.4s background-color ease-in-out;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 992px) {
  .site-header-style-transparent .nav-wrap {
    height: 112px;
    max-height: 112px;
  }
}
.site-header-style-transparent .nav-wrap > .container {
  height: inherit;
  max-height: inherit;
}

/*
# Site Header Full Width
*/
@media (max-width: 767px) {
  .site-header-style-full-width .woo-header-cart .mini-cart {
    right: -90px;
    top: 70px;
    z-index: 99999;
  }
}
@media (max-width: 991px) {
  .site-header-style-full-width {
    z-index: 9999;
  }
  .site-header-style-full-width .show-md.cartwrap .woo-header-cart {
    display: none;
  }
  .site-header-style-full-width .woo-header-cart .cart-contents {
    margin-right: 10px;
    margin-top: 32px;
    padding-bottom: 20px;
  }
  .site-header-style-full-width .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
  }
  .site-header-style-full-width .woo-header-cart .mini-cart {
    top: 88px;
  }
  .site-header-style-full-width .preheader-wrap .hidden-lg.cartwrap {
    right: 90px;
  }
  .site-header-style-full-width .preheader-wrap .hidden-lg.cartwrap .woo-header-cart {
    margin: 0;
    padding: 0;
  }
  .site-header-style-full-width + .container {
    margin-top: 0;
  }
  .site-header-style-full-width {
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }
  .site-header-style-full-width .navbar-toggle {
    top: -34px;
  }
  .site-header-style-full-width .preheader-wrap {
    height: 72px;
    position: relative;
  }
  .site-header-style-full-width .preheader-wrap > * {
    position: absolute;
  }
  .site-header-style-full-width .header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  .site-header-style-full-width {
    /* Preheader */
    /* Navigation */
    /* Search */
  }
  .site-header-style-full-width .preheader-wrap {
    height: 114px;
  }
  .site-header-style-full-width .show-md.cartwrap {
    display: table;
  }
  .site-header-style-full-width .show-md.cartwrap .cart-contents {
    padding: 0;
  }
  .site-header-style-full-width .show-md.cartwrap .woo-header-cart {
    display: table-cell;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 0;
    float: none;
    height: auto;
    vertical-align: middle;
  }
  .site-header-style-full-width .woo-header-cart .cart-contents > span {
    top: -2px;
  }
  .site-header-style-full-width .woo-header-cart .mini-cart {
    top: 100%;
  }
  .site-header-style-full-width .header-wrap {
    position: relative;
    z-index: 99999;
  }
  .site-header-style-full-width.site-header-sticky-active .header-wrap,
.site-header-style-full-width .header-wrap {
    background-color: #353d47;
  }
  .site-header-style-full-width .nav-bar-wrapper {
    display: table;
    height: 83px;
    width: 100%;
  }
  .site-header-style-full-width .nav-bar {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-style-full-width .site-navigation {
    margin-left: -10px;
  }
  .site-header-style-full-width .site-navigation .nav-empty,
.site-header-style-full-width .site-navigation > ul > li > a {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .site-header-style-full-width nav.site-navigation > ul > li > a::after {
    bottom: 24px;
  }
  .site-header-style-full-width .menu-item-depth-0:not(.megamenu) > .sub-menu {
    margin-top: 0;
  }
  .site-header-style-full-width .menu-item-depth-0:first-child:not(.megamenu) > .sub-menu {
    left: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .site-header-style-full-width .site-logo {
    background-color: currentColor;
    color: transparent;
  }
  .site-header-style-full-width .site-logo:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
  }
  .site-header-style-full-width .site-logo:after {
    border-left: 0 solid currentColor;
    border-right: 120px solid transparent;
    border-top: 144px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    width: 0;
    top: 0;
  }
  .site-header-style-full-width .menu-button {
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 64px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
  }
  .site-header-style-full-width .menu-button i {
    margin-right: 10px;
  }
  .site-header-style-full-width .woo-header-cart .cart-contents {
    padding-top: 9px;
  }
}

/* full heading */
@media (min-width: 992px) {
  .site-header-style-full-width.site-header-style-transparent {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .site-header-style-full-width.site-header-style-transparent .preheader-wrap {
    z-index: 2;
  }

  .transparent.top-bar + .site-header-style-full-width.site-header-style-transparent {
    top: 92px;
  }
}
/*
# Site Header Boxed
*/
@media (max-width: 767px) {
  .site-header-style-boxed .woo-header-cart .mini-cart {
    right: -90px;
    top: 70px;
    z-index: 99999;
  }
}
@media (max-width: 991px) {
  .site-header-style-boxed {
    z-index: 9999;
  }
  .site-header-style-boxed .show-md.cartwrap .woo-header-cart {
    display: none;
  }
  .site-header-style-boxed .woo-header-cart .cart-contents {
    margin-right: 10px;
    margin-top: 33px;
    padding-bottom: 20px;
  }
  .site-header-style-boxed .woo-header-cart .mini-cart {
    top: 50px;
  }
  .site-header-style-boxed .preheader-wrap .hidden-lg.cartwrap {
    right: 90px;
  }
  .site-header-style-boxed .preheader-wrap .hidden-lg.cartwrap .woo-header-cart {
    margin: 0;
    padding: 0;
  }
  .site-header-style-boxed + .container {
    margin-top: 0;
  }
  .site-header-style-boxed {
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }
  .site-header-style-boxed .navbar-toggle {
    top: -34px;
  }
  .site-header-style-boxed .preheader-wrap {
    height: 72px;
    position: relative;
    width: 100%;
  }
  .site-header-style-boxed .preheader-wrap > * {
    position: absolute;
  }
  .site-header-style-boxed .header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-header-style-boxed .menu-button {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header-style-boxed {
    /* Preheader */
    /* Navigation */
    /* Search */
  }
  .site-header-style-boxed .site-logo {
    padding-bottom: 35px;
  }
  .site-header-style-boxed .show-md.cartwrap {
    display: table;
    float: none;
    height: 100%;
  }
  .site-header-style-boxed .show-md.cartwrap .cart-contents {
    padding: 0;
  }
  .site-header-style-boxed .preheader-wrap {
    height: 144px;
    position: relative;
  }
  .site-header-style-boxed .show-md.cartwrap .woo-header-cart {
    display: table-cell;
    margin-top: 0;
    padding-left: 30px;
    float: none;
    height: auto;
    vertical-align: middle;
  }
  .site-header-style-boxed .woo-header-cart .mini-cart {
    top: 48px;
  }
  .site-header-style-boxed .woo-header-cart .cart-contents > span {
    top: -2px;
  }
  .site-header-style-boxed .above-nav-bar {
    display: none;
  }
  .site-header-style-boxed .header-wrap {
    position: relative;
    z-index: 99999;
  }
  .site-header-style-boxed .nav-bar-wrapper {
    display: table;
    height: 83px;
    left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
  }
  .site-header-style-boxed:not(.site-header-sticky-active) .nav-bar-wrapper {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header-style-boxed .nav-bar {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
  }
  .site-header-style-boxed .site-navigation > ul > li > a,
.site-header-style-boxed .site-navigation .nav-empty {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .site-header-style-boxed .site-navigation {
    float: left;
  }
  .site-header-style-boxed.site-header-divider .menu-item-depth-0 > a:after {
    bottom: 20px;
  }
  .site-header-style-boxed .menu-item-depth-0:not(.megamenu) > .sub-menu {
    margin-top: 0;
  }
  .site-header-style-boxed .menu-item-depth-0:first-child:not(.megamenu) > .sub-menu {
    left: -20px;
    -webkit-transform: none;
    transform: none;
  }
  .site-header-style-boxed .site-logo {
    background-color: currentColor;
    color: transparent;
  }
  .site-header-style-boxed .site-logo:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
  }
  .site-header-style-boxed .site-logo:after {
    border-left: 0 solid currentColor;
    border-right: 120px solid transparent;
    border-top: 144px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    width: 0;
    top: 0;
  }
  .site-header-style-boxed .menu-button {
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 71px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: background-color 0.2s;
  }
  .site-header-style-boxed .menu-button i {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .site-wrapper > .site-header-style-boxed + .page-heading {
    padding-top: 70px !important;
  }
}
/* full heading */
@media (min-width: 992px) {
  .site-header-style-boxed.site-header-style-transparent {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff;
  }
  .site-header-style-boxed.site-header-style-transparent .preheader-wrap {
    z-index: 2;
  }

  .transparent.top-bar + .site-header-style-boxed.site-header-style-transparent {
    top: 60px;
  }
}
/*
# Header styling
*/
@media (min-width: 992px) {
  .site-header-style-normal .menu-item-depth-0:not(:last-child):after {
    top: 0;
  }

  .top-bar .container > div {
    height: 100%;
  }

  .transparent.top-bar {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }

  /* top bar divider */
  .top-bar:not(.top-bar-divider) .widget-container {
    padding-left: 25px;
  }
  .top-bar:not(.top-bar-divider) .widget-container:first-child {
    padding-left: 0;
  }

  .top-bar-divider .widget-container {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }
  .top-bar-divider .widget-container::after, .top-bar-divider .widget-container::before {
    background-color: currentColor;
    content: "";
    display: none;
    height: 100%;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .top-bar-divider .widget-container::before {
    display: block;
    left: 0;
  }
  .top-bar-divider .widget-container:last-child::after {
    display: block;
    right: 0;
  }
}
/* Separators */
@media (min-width: 992px) {
  .site-header.site-header-style-boxed .site-navigation > ul > li:after, .site-header.site-header-style-full-width .site-navigation > ul > li:after {
    top: 50%;
  }

  .site-header-style-boxed .site-navigation > ul > li:after,
.site-header-style-full-width .site-navigation > ul > li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* header and footer spacing */
body.header-spacing-off .page-heading {
  margin-bottom: 0;
}

body.header-spacing-off .site-header ~ .container {
  margin-top: 0;
}

body.footer-spacing-off .site-footer {
  margin-top: 0;
}
body.footer-spacing-off section.container .vc_row:last-child {
  margin-bottom: 0;
}

/* Positions */
/*
# Site Header Position Bottom
*/
.site-header-position-bottom.site-header-style-transparent {
  position: relative;
  top: -74px;
}
@media (min-width: 992px) {
  .site-header-position-bottom.site-header-style-transparent {
    top: -112px;
  }
}

/* Layouts */
/*
# Site Header Layout Normal
*/
@media (min-width: 992px) {
  .site-header-layout-normal .nav-bar {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-layout-normal .nav-bar-wrapper {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .site-header-layout-normal .above-nav-bar {
    text-align: right;
  }
}

/*
# Site Header Center
*/
@media (min-width: 992px) {
  .site-header-layout-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .site-header-layout-center:not(.site-header-style-full-width) .nav-wrap {
    height: 233px;
    padding: 50px;
    max-height: none;
  }
  .site-header-layout-center:not(.site-header-style-full-width) .site-logo {
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .site-header-layout-center:not(.site-header-style-full-width).site-header-sticky-active .nav-wrap {
    height: 117px;
    padding: 15px;
  }
  .site-header-layout-center:not(.site-header-style-full-width).site-header-sticky-active .site-logo {
    margin-bottom: 5px;
  }
}

/* Other */
/*
# Site Header Sticky
*/
.site-header-sticky-active:not(.site-header-layout-center) .nav-wrap {
  height: 74px;
  max-height: 74px;
}

@media (min-width: 992px) {
  .site-header-style-full-width.site-header-sticky-active,
.site-header-style-full-width.site-header-sticky-active .nav-wrap {
    height: 197px;
  }
}
.site-header-sticky-active .nav-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 601px) {
  .admin-bar .site-header-sticky-active .nav-wrap {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .site-header-sticky-active .nav-wrap {
    top: 32px;
  }
}

@media (max-width: 991px) {
  .site-header-sticky-active.site-header-style-full-width {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 601px) {
  .admin-bar .site-header-sticky-active.site-header-style-full-width {
    top: 46px;
  }
}
@media (max-width: 991px) and (min-width: 783px) {
  .admin-bar .site-header-sticky-active.site-header-style-full-width {
    top: 32px;
  }
}
@media (min-width: 992px) {
  .site-header-sticky-active .header-wrap {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 601px) {
  .admin-bar .site-header-sticky-active .header-wrap {
    top: 46px;
  }
}
@media (min-width: 992px) and (min-width: 783px) {
  .admin-bar .site-header-sticky-active .header-wrap {
    top: 32px;
  }
}
@media (min-width: 992px) {
  .site-header-style-boxed.site-header-sticky-active .header-wrap {
    background: none;
  }
}
/*
# Site Header Vertical
*/
.vertical-menu .container {
  max-width: 100%;
}

@media (max-width: 991px) {
  .site-header-vertical-menu .container,
.site-header-vertical-menu .site-logo,
.site-header-vertical-menu .site-logo a,
.site-header-vertical-menu .site-logo img {
    max-height: inherit;
  }
  .site-header-vertical-menu .container {
    position: relative;
  }
  .site-header-vertical-menu .vertical-bottom-sidebar {
    display: none;
  }
  .site-header-vertical-menu .container,
.site-header-vertical-menu .site-logo,
.site-header-vertical-menu .site-logo a {
    height: inherit;
  }
  .site-header-vertical-menu .site-logo {
    display: table;
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .site-header-vertical-menu .site-logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-vertical-menu .nav-wrap {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 72px;
    max-height: 72px;
    position: relative;
    z-index: 999;
  }
  .site-header-vertical-menu .nav-bar-wrapper {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  /* Body class */
  .vertical-menu:not(.hide-side-menu) {
    margin-left: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .vertical-menu .top-bar .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header-vertical-menu {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    height: 100%;
    padding-left: 60px;
    padding-top: 60px;
    position: fixed;
    top: 0;
    width: 330px;
    z-index: 9999;
  }
  .site-header-vertical-menu .above-nav-bar {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .site-header-vertical-menu .vertical-bottom-sidebar {
    margin-top: 30px;
  }
  .admin-bar .site-header-vertical-menu {
    top: 32px;
  }
  .site-header-vertical-menu .nav-bar {
    margin-top: 90px;
    position: relative;
  }
  .site-header-vertical-menu .site-navigation {
    width: 100%;
  }
  .site-header-vertical-menu .container {
    padding: 0;
    max-width: 100%;
  }
  .site-header-vertical-menu .site-navigation {
    border-top: 1px solid #ececec;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) {
    border-bottom: 1px solid #ececec;
    display: block;
    margin: 0 !important;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > .sub-menu {
    left: 100%;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > a {
    display: block;
    padding-left: 0;
  }
  .site-header-vertical-menu .sub-menu li {
    padding: 3px;
  }
  .site-header-vertical-menu .menu-item-has-children::after {
    color: #000;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*
# Megamenu
*/
@media (max-width: 991px) {
  .site-navigation .megamenu li[class*=col-] {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-navigation .megamenu > .sub-menu {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.4s height;
    margin-left: 73px;
    margin-top: 5px;
    width: 940px;
  }
  .site-navigation .megamenu > .sub-menu > li {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .site-navigation .megamenu > .sub-menu a {
    margin-top: 7px;
  }
  .site-navigation .megamenu > .sub-menu > li:not([class*=col-]) {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .site-navigation .megamenu > .sub-menu .sub-menu {
    background: none;
    box-shadow: none;
    left: auto;
    display: block;
    position: static;
    top: auto;
  }
  .site-navigation .megamenu > .sub-menu a {
    padding: 0;
  }

  .site-navigation .megamenu .megamenu-title > a {
    border-bottom: 1px solid #ececec;
    cursor: static;
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .site-navigation .megamenu > .sub-menu {
    width: 1140px;
  }
}
/* Footer */
.site-footer {
  background-color: #313131;
  color: #fff;
  line-height: 1.9em;
  margin-top: 70px;
}
.footer-banner + .site-footer {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer-parallax .site-footer {
    position: relative;
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .footer-parallax .site-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}
.site-footer a:not(.btn),
.site-footer .widget-title,
.site-footer .socialize a {
  color: inherit;
}
.site-footer > .container {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .site-footer > .container {
    padding-bottom: 62px;
    padding-top: 69px;
  }
}
.site-footer > .container + .container {
  padding-top: 0;
}
.site-footer .widget-title {
  font-size: 17px;
  margin-bottom: 28px;
  margin-top: -6px;
  text-transform: uppercase;
}
.site-footer .row > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .footer-right {
    text-align: right;
  }
  .footer-right .widget-container {
    clear: both;
    float: right;
  }
  .footer-right .menu .menu-item {
    float: right;
  }
  .footer-right .menu.menu-horizontal .menu-item {
    margin-left: 35px;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .site-footer .widget-title {
    margin-bottom: 18px;
  }

  .responsive .site-footer .row > div + div {
    margin-top: 0;
  }

  .site-footer .col-md-3:not(:last-child),
.site-footer .col-md-4:not(:last-child),
.site-footer .col-md-6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.site-footer .menu a {
  display: block;
}

.site-footer .menu li + li {
  margin-top: 9px;
}

.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .menu.menu-horizontal li {
  display: inline-block;
  float: none;
  margin-right: 35px;
  width: auto;
}
.site-footer .menu.menu-1-column li {
  width: 100%;
}
.site-footer .menu::after {
  clear: both;
  content: "";
  display: table;
}

.site-footer .copyright-footer {
  background-color: #2c2c2c;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .copyright-footer > .container {
  padding-bottom: 22px;
  padding-top: 22px;
}

.site-footer .copyright-footer .socialize {
  margin-bottom: -3px;
}

.site-footer .copyright-footer .socialize a {
  color: inherit;
}

.site-footer .copyright-footer .socialize a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .site-footer .copyright-footer .text-right {
    text-align: left;
  }

  .site-footer .copyright-footer .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
}
.site-footer .contact-info li {
  margin-bottom: 7px;
}

.site-footer .contact-footer *:first-child {
  margin-top: 45px;
}

.site-footer .contact-footer h2,
.site-footer .contact-footer h3 {
  color: inherit;
  margin: 0;
  text-transform: none;
}

.site-footer .contact-footer h2 {
  font-size: 34px;
}

.site-footer .contact-footer h3 {
  font-size: 26px;
}

.widget_recent_entries {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .recent-posts li::before,
.site-footer .recent-posts li::after,
.site-footer .widget_recent_entries li::before,
.site-footer .widget_recent_entries li::after {
  content: " ";
  display: table;
}

.site-footer .recent-posts li::after,
.site-footer .widget_recent_entries li::after {
  clear: both;
}

.site-footer .recent-posts li + li,
.site-footer .widget_recent_entries li + li {
  margin-top: 9px;
}

.site-footer .recent-posts span::before,
.site-footer .widget_recent_entries span::before {
  content: "/";
  margin: 0 6px;
}

/* Border colors for widgets in footer */
.site-footer .sidebar .widget_recent_comments li,
.site-footer .widget_recent_comments .recentcomments,
.site-footer #wp-calendar tbody tr,
.site-footer .widget_recent_entries > ul > li {
  border-color: rgba(255, 255, 255, 0.2);
}

.site-footer.site-footer--modern .copyright-footer > .container {
  padding-bottom: 32px;
  padding-top: 32px;
}
.site-footer.site-footer--modern .widget-title {
  text-transform: none;
}

.copyright-footer {
  border-top: 1px solid transparent;
}

/* Search in footer
---------------------------------------- */
.site-footer.site-footer--default .searchform {
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
}

.site-footer.site-footer--default .searchform input[type=text],
.site-footer.site-footer--default .searchform input[type=submit],
.site-footer.site-footer--default .searchform button[type=submit] {
  background-color: #292929;
}

.site-footer.site-footer--default .searchform input[type=text],
.site-footer.site-footer--default .search-field {
  border: 1px solid;
  color: inherit;
  padding: 7px 35px 7px 15px;
  width: 100%;
}

.site-footer.site-footer--default .searchform input[type=submit],
.site-footer.site-footer--default .searchform button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-left: 1px solid;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.site-footer.site-footer--default .searchform button[type=submit]:hover,
.site-footer.site-footer--default .searchform button[type=submit]:focus {
  opacity: 0.7;
}

.site-footer.site-footer--modern {
  /* Search */
  /* Tagcloud */
}
.site-footer.site-footer--modern > .container {
  padding-bottom: 20px;
}
.site-footer.site-footer--modern .searchform,
.site-footer.site-footer--modern .woocommerce-product-search {
  position: relative;
}
.site-footer.site-footer--modern .searchform input[type=text],
.site-footer.site-footer--modern .searchform input[type=search],
.site-footer.site-footer--modern .woocommerce-product-search input[type=text],
.site-footer.site-footer--modern .woocommerce-product-search input[type=search] {
  background: none;
  border: 1px solid #888;
  border-radius: 0;
  padding: 8px 20px;
  transition: 0.2s border-color ease-in-out;
  width: 100%;
}
.site-footer.site-footer--modern .searchform input[type=text]:focus,
.site-footer.site-footer--modern .searchform input[type=search]:focus,
.site-footer.site-footer--modern .woocommerce-product-search input[type=text]:focus,
.site-footer.site-footer--modern .woocommerce-product-search input[type=search]:focus {
  border-color: #000;
  outline: none;
}
.site-footer.site-footer--modern .searchform input[type=text]:focus + [type=submit],
.site-footer.site-footer--modern .searchform input[type=search]:focus + [type=submit],
.site-footer.site-footer--modern .woocommerce-product-search input[type=text]:focus + [type=submit],
.site-footer.site-footer--modern .woocommerce-product-search input[type=search]:focus + [type=submit] {
  border-color: #000;
}
.site-footer.site-footer--modern .searchform [type=submit],
.site-footer.site-footer--modern .woocommerce-product-search [type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-left: 1px solid #888;
  color: #888;
  font-size: 80%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}
.site-footer.site-footer--modern .searchform [type=submit]:hover, .site-footer.site-footer--modern .searchform [type=submit]:focus,
.site-footer.site-footer--modern .woocommerce-product-search [type=submit]:hover,
.site-footer.site-footer--modern .woocommerce-product-search [type=submit]:focus {
  color: #000;
}
.site-footer.site-footer--modern .tagcloud a {
  border-radius: 0;
  font-size: inherit !important;
  padding: 4px 19px;
}
.site-footer.site-footer--modern #wp-calendar caption {
  text-align: left;
}

.site-footer .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  .copyright-footer {
    text-align: center;
  }

  .site-footer .copyright-footer .socialize {
    text-align: center;
  }
}
footer.site-footer .widget_anpstext {
  padding-left: 30px;
  position: relative;
}

footer.site-footer .widget_anpstext span.fa,
footer.site-footer .widget_anpstext span.fas {
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 16px;
}

footer.site-footer .menu li {
  float: left;
  margin-bottom: 5px;
  width: 40%;
}

.site-footer .menu li + li {
  margin-top: 0;
}

.site-footer .menu-main-menu-container {
  display: inline-block;
}

.site-footer #lang_sel_list {
  margin-top: 10px;
}

.site-footer #lang_sel a.lang_sel_sel:hover {
  color: #fff;
}

/* Footer Spacing Fix */
.site-footer [class*=col] > ul > li + li {
  margin-top: 28px;
}

@media (max-width: 992px) {
  .site-footer [class*=col] > ul > li + li {
    margin-top: 18px;
  }
}
/* Footer Socialize Fix */
.site-footer .socialize {
  margin-left: -12px;
}

.site-footer [class*=col] > ul > li.widget_anpstext + li.widget_anpstext {
  margin-top: 0;
}

.home:not(.blog) .site-footer {
  margin-top: 0;
}

.site-footer.site-footer--modern .copyright-footer > .container {
  padding-bottom: 22px;
  padding-top: 22px;
}
.site-footer.site-footer--modern .widget-title {
  text-transform: none;
}

.copyright-footer {
  border-top: 1px solid transparent;
}
.copyright-footer .textwidget > p {
  margin-bottom: 0;
}

/*
# Top bar
*/
.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: table;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 9;
  /* Widgets */
}
.top-bar .container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  will-change: height;
}
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
  .top-bar .container {
    overflow: hidden;
  }
  .top-bar .top-bar-left {
    margin-top: 20px;
  }
  .top-bar .widget-container {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .top-bar {
    padding-bottom: 0;
    /* Widgets */
  }
  .top-bar .top-bar-left {
    float: left;
  }
  .top-bar .top-bar-right {
    float: right;
  }
  .top-bar .container > div {
    display: table;
  }
  .top-bar .widget-container {
    display: table-cell;
    vertical-align: middle;
  }
  .top-bar .top-bar-right > * + * {
    margin-left: 13px;
  }
}
.top-bar .widget-title {
  display: none;
}
.top-bar .widget_anpstext .fa,
.top-bar .widget_anpstext .fa {
  padding-right: 12px;
}
.top-bar .social,
.top-bar .socialize,
.top-bar .widget-title {
  line-height: 1.4em;
}
.top-bar .social,
.top-bar .socialize,
.top-bar .widget-title .fa,
.top-bar .widget-title .fas {
  font-size: 15px;
}
.top-bar .social,
.top-bar .socialize {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .social li,
.top-bar .socialize li {
  display: inline-block;
  font-size: inherit;
}
.top-bar .social li:first-child a,
.top-bar .socialize li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.top-bar .social li:last-child a,
.top-bar .socialize li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.top-bar .social a,
.top-bar .socialize a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
}

.top-bar-hide .container,
.top-bar-show .container {
  transition: 0.4s height;
}

.top-bar-close {
  background: none;
  border: none;
  bottom: 0;
  left: 50%;
  padding: 7px 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}
@media (min-width: 992px) {
  .top-bar-close {
    display: none;
  }
}
.top-bar-close:focus, .top-bar-close:hover {
  color: #000;
  outline: none;
}
.top-bar-show .top-bar-close {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.top-bar .widget_nav_menu ul,
.above-nav-bar .widget_nav_menu ul {
  display: table;
  margin: 0;
  vertical-align: middle;
  padding: 0;
}
.top-bar .widget_nav_menu ul .sub-menu,
.above-nav-bar .widget_nav_menu ul .sub-menu {
  display: none;
}
.top-bar .widget_nav_menu .menu-item,
.above-nav-bar .widget_nav_menu .menu-item {
  display: table-cell;
  vertical-align: middle;
  float: none;
  list-style: none;
}
.top-bar .widget_nav_menu .menu-item a,
.above-nav-bar .widget_nav_menu .menu-item a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.top-bar .widget_nav_menu .menu-item:first-child a,
.above-nav-bar .widget_nav_menu .menu-item:first-child a {
  padding-left: 0;
}
.top-bar .widget_nav_menu .menu-item:last-child a,
.above-nav-bar .widget_nav_menu .menu-item:last-child a {
  padding-right: 0;
}

.portfolio-m__header {
  position: relative;
  text-align: center;
}
.portfolio-m__header--default .portfolio-m__title {
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .portfolio-m__title {
    margin-bottom: 30px;
  }
}
.portfolio-m__items {
  margin: 0 -15px;
  transition: 0.5s opacity;
}
.portfolio-m__item {
  float: left;
  margin: 0 !important;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 500px) {
  .portfolio-m__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .portfolio-m__item {
    width: 33.333%;
  }
}
.portfolio-m__wrap {
  overflow: hidden;
  position: relative;
}
.portfolio-m__wrap::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.portfolio-m__wrap:hover .portfolio-m__link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-m__wrap:hover .portfolio-m__enlarge {
  opacity: 1;
}
.portfolio-m__wrap:hover .portfolio-m__name {
  transition: 0.4s opacity, 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.4s opacity;
  transition: 0.2s transform ease-in-out, 0.4s opacity, 0.2s -webkit-transform ease-in-out;
}
.portfolio-m__wrap:hover .portfolio-m__link {
  transition: 0.5s opacity, 0.4s -webkit-transform ease-in-out;
  transition: 0.4s transform ease-in-out, 0.5s opacity;
  transition: 0.4s transform ease-in-out, 0.5s opacity, 0.4s -webkit-transform ease-in-out;
}
.portfolio-m__content {
  bottom: 34px;
  left: 30px;
  position: absolute;
  transition: 0.2s -webkit-transform 0.1s ease-in-out;
  transition: 0.2s transform 0.1s ease-in-out;
  transition: 0.2s transform 0.1s ease-in-out, 0.2s -webkit-transform 0.1s ease-in-out;
  width: 100%;
  z-index: 3;
}
.portfolio-m__enlarge {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.4s opacity;
}
.portfolio-m__enlarge svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}
.portfolio-m__name {
  margin: 0;
}
.portfolio-m__link {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.3s opacity, 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.3s opacity;
  transition: 0.2s transform ease-in-out, 0.3s opacity, 0.2s -webkit-transform ease-in-out;
  vertical-align: middle;
  position: absolute;
}
.portfolio-m__link svg {
  display: inline;
  height: 6px;
  fill: currentColor;
  margin-left: 10px;
  width: 41px;
}
.portfolio-m--in-progress .portfolio-m__items {
  opacity: 0.7;
}

div.portfolio-m__item .portfolio-m__wrap:hover .portfolio-m__content {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.portfolio-m--white .portfolio-m__item {
  color: #000;
}
.portfolio-m--white .portfolio-m__name {
  color: #000;
  font-size: 21px;
}
@media (min-width: 768px) {
  .portfolio-m--white .portfolio-m__name {
    font-size: 24px;
  }
}
.portfolio-m--white .portfolio-m__header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portfolio-m--white .portfolio-m__header {
    margin-bottom: 30px;
  }
}
.portfolio-m--white .portfolio-m__link {
  color: #000;
  font-size: 12px;
}
.portfolio-m--white .portfolio-m__wrap::after {
  background-color: #000;
  opacity: 0;
  transition: 0.2s opacity;
}
.portfolio-m--white .portfolio-m__wrap:hover::after {
  opacity: 0.05;
}

.portfolio-m--dark .portfolio-m__item {
  color: #fff;
}
.portfolio-m--dark .portfolio-m__header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portfolio-m--dark .portfolio-m__header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .portfolio-m--dark .portfolio-m__header {
    margin-bottom: 45px;
  }
}
.portfolio-m--dark .portfolio-m__name {
  color: #fff;
  font-size: 21px;
}
@media (min-width: 768px) {
  .portfolio-m--dark .portfolio-m__name {
    font-size: 24px;
  }
}
.portfolio-m--dark .portfolio-m__link {
  color: #fff;
}
.portfolio-m--dark .portfolio-m__wrap::after {
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  opacity: 0.5;
}

.portfolio-m--fancy .portfolio-m__item {
  color: #fff;
}
.portfolio-m--fancy .portfolio-m__name {
  font-size: 21px;
}
@media (min-width: 768px) {
  .portfolio-m--fancy .portfolio-m__name {
    font-size: 30px;
  }
}
.portfolio-m--fancy .portfolio-m__header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portfolio-m--fancy .portfolio-m__header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .portfolio-m--fancy .portfolio-m__header {
    margin-bottom: 50px;
  }
}
.portfolio-m--fancy .portfolio-m__title, .portfolio-m--fancy .portfolio-m__name, .portfolio-m--fancy .portfolio-m__link {
  color: #fff;
}
.portfolio-m--fancy .portfolio-m__wrap::after {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, black);
  opacity: 0.3;
}
.portfolio-m--fancy .portfolio-m__wrap::before {
  border: 10px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s border-color;
  width: 100%;
  z-index: 2;
}
.portfolio-m--fancy .portfolio-m__wrap:hover::before {
  border-color: #e53935;
}

/* Filter */
.filter-m {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-m__item {
  display: inline-block;
}
.filter-m__button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .filter-m__button {
    margin-bottom: 15px;
  }
}
.filter-m__text {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.filter-m__loader {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.filter-m__loader i {
  -webkit-animation: filter-loader 0.5s linear forwards infinite;
  animation: filter-loader 0.5s linear forwards infinite;
}

@-webkit-keyframes filter-loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes filter-loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.portfolio-m--in-progress .filter-m__button--active .filter-m__text {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.portfolio-m--in-progress .filter-m__button--active .filter-m__loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-m--white .filter-m__button {
  border-color: transparent;
  color: inherit;
  font-size: 95%;
  line-height: 40px;
  padding: 0 24px;
  position: relative;
}
.filter-m--white .filter-m__button::before, .filter-m--white .filter-m__button::after {
  border: 1px solid;
  border-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.filter-m--white .filter-m__button::before {
  border-right: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  left: 0;
}
.filter-m--white .filter-m__button::after {
  border-left: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 50%;
}
.filter-m--white .filter-m__button--active {
  border-color: currentColor;
}

.filter-m--dark .filter-m__button {
  border-radius: 90px;
  color: #fff;
  padding: 4px 24px;
}
.filter-m--dark .filter-m__button--active {
  background-color: rgba(255, 255, 255, 0.2);
}

.filter-m--fancy .filter-m {
  color: #fff;
}
.filter-m--fancy .filter-m__button {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 8px 21px;
}
.filter-m--fancy .filter-m__button--active {
  border-color: #e53935;
}

/* Next / Prev */
.next-prev-m {
  text-align: center;
}
.next-prev-m__button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin: 0 7px;
  outline: none;
  padding: 12px 5px;
}
.next-prev-m svg {
  height: 5px;
  width: 41px;
}

.next-prev-m--white {
  margin-top: 15px;
}
.next-prev-m--white .next-prev-m__button svg {
  fill: #737373;
  transition: 0.2s fill;
}
.next-prev-m--white .next-prev-m__button:hover svg, .next-prev-m--white .next-prev-m__button:focus svg {
  fill: #000;
}

.next-prev-m--dark {
  margin-top: 12px;
}
.next-prev-m--dark .next-prev-m__button svg {
  fill: #818181;
  transition: 0.2s fill;
}
.next-prev-m--dark .next-prev-m__button:hover svg, .next-prev-m--dark .next-prev-m__button:focus svg {
  fill: #ab9866;
}

.next-prev-m--fancy .next-prev-m__button {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  height: 39px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s background-color;
  width: 39px;
}
.next-prev-m--fancy .next-prev-m__button:hover, .next-prev-m--fancy .next-prev-m__button:focus {
  background-color: #ff7676;
}
.next-prev-m--fancy .next-prev-m__button--prev {
  left: 0;
}
.next-prev-m--fancy .next-prev-m__button--next {
  right: 0;
}
.next-prev-m--fancy svg {
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
}

.pagination-m {
  text-align: center;
}
.pagination-m__button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  line-height: 1em;
  margin: 30px 15px;
  outline: none;
  padding: 8px 6px;
}
.pagination-m__button--active {
  border-color: currentColor;
}

.pagination-m--dark .pagination-m__button:hover, .pagination-m--dark .pagination-m__button:focus, .pagination-m--dark .pagination-m__button--active {
  color: #fff;
}

.pagination-m--fancy .pagination-m__button {
  color: #020202;
}
.pagination-m--fancy .pagination-m__button:hover, .pagination-m--fancy .pagination-m__button:focus, .pagination-m--fancy .pagination-m__button--active {
  color: #e7393b;
}

.image-lightbox {
  position: relative;
}
.image-lightbox::after {
  background-image: url("../images/svgs/enlarge.svg");
  background-size: 100%;
  content: "";
  height: 23px;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 23px;
  z-index: 1;
}
.image-lightbox--light::after {
  background-image: url("../images/svgs/enlarge-light.svg");
}

.sb_instagram_error {
  border: 1px solid #ccc;
  margin: 0 auto 40px;
  max-width: 500px;
  padding: 15px 25px;
}
.sb_instagram_error p {
  margin-bottom: 0;
}

.footer-banner {
  margin-top: 60px;
}

.awards {
  padding: 0 25px;
}
@media (min-width: 500px) {
  .awards {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .awards {
    padding: 0 120px;
  }
}

.owl-item .award img {
  display: inline-block;
  width: auto;
}

.award {
  text-align: center;
}
.award img {
  margin-bottom: 20px;
}
.award__title {
  color: #000;
  font-size: 18px;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
.award__desc {
  color: #000;
  font-size: 95%;
  font-weight: 300;
  line-height: 1.65em;
}

@media (max-width: 699px) {
  .awards-nav {
    margin-top: 15px;
    text-align: center;
  }
}

.award-prev {
  left: 0;
}

.award-next {
  right: 0;
}

.award-prev,
.award-next {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: auto;
  outline: none;
  padding: 20px;
  z-index: 1;
}
.award-prev svg,
.award-next svg {
  fill: #bababa;
  height: 30px;
  transition: 0.2s fill;
  width: 39px;
}
.award-prev:hover svg, .award-prev:focus svg,
.award-next:hover svg,
.award-next:focus svg {
  fill: #000;
}
@media (min-width: 700px) {
  .award-prev,
.award-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.icon-modern {
  color: #000;
  text-align: center;
}
.icon-modern:hover .icon-modern__arrow, .icon-modern:focus .icon-modern__arrow {
  opacity: 1;
}
.icon-modern__media {
  border-radius: 50%;
  display: block;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}
.icon-modern__media > * {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-modern__title {
  font-size: 21px;
  margin-top: 20px;
}
.icon-modern__desc {
  font-size: 95%;
  margin-top: 13px;
}
.icon-modern__arrow {
  margin: 8px auto 0;
  opacity: 0;
  transition: 0.2s opacity;
}

.icon-modern--fancy:hover .icon-modern__arrow, .icon-modern--fancy:focus .icon-modern__arrow {
  fill: #4d5e8c;
}
.icon-modern--fancy .icon-modern__media {
  border: 3px solid #4d5e8c;
  height: 85px;
  width: 85px;
}
.icon-modern--fancy .icon-modern__icon {
  font-size: 40px;
}
.icon-modern--fancy .icon-modern__svg {
  max-height: 40px;
  max-width: 40px;
}
.icon-modern--fancy .icon-modern__svg svg {
  height: 40px;
  width: 40px;
}
.icon-modern--fancy .icon-modern__image {
  max-height: 40px;
  max-width: 40px;
}
.icon-modern--fancy .icon-modern__arrow {
  width: 41px;
}

.icon-modern--dark:hover .icon-modern__arrow, .icon-modern--dark:focus .icon-modern__arrow {
  fill: #ab9866;
}
.icon-modern--dark .icon-modern__media {
  border: 2px solid #ab9866;
  height: 71px;
  width: 71px;
}
.icon-modern--dark .icon-modern__icon {
  font-size: 30px;
}
.icon-modern--dark .icon-modern__svg svg {
  height: 30px;
  width: 30px;
}
.icon-modern--dark .icon-modern__image {
  max-height: 30px;
  max-width: 30px;
}
.icon-modern--dark .icon-modern__arrow {
  width: 41px;
}

.icon-modern--white {
  border: 1px solid transparent;
  display: block;
  padding: 40px 24px;
  transition: 0.2s border-color;
}
.icon-modern--white:not(:hover):not(:focus) {
  border-color: transparent !important;
}
.icon-modern--white:hover, .icon-modern--white:focus {
  border-color: #b7b7b7;
}
.icon-modern--white:hover .icon-modern__border circle, .icon-modern--white:focus .icon-modern__border circle {
  stroke-dashoffset: 47;
  stroke-width: 2px;
  transition: stroke-dashoffset 0.4s;
}
.icon-modern--white .icon-modern__media {
  background-color: #eaeaea;
  color: #000;
  fill: currentColor;
  height: 52px;
  width: 52px;
}
.icon-modern--white .icon-modern__icon {
  font-size: 30px;
}
.icon-modern--white .icon-modern__svg {
  max-height: 30px;
  max-width: 30px;
}
.icon-modern--white .icon-modern__svg svg {
  height: 30px;
  width: 30px;
}
.icon-modern--white .icon-modern__image {
  max-height: 30px;
  max-width: 30px;
}
.icon-modern--white .icon-modern__border {
  stroke: #b7b7b7;
  -webkit-transform: translate(-50%, -50%) rotate(-87deg);
  transform: translate(-50%, -50%) rotate(-87deg);
}
.icon-modern--white .icon-modern__border circle {
  fill: none;
  stroke-dashoffset: 194;
  stroke-width: 0;
  transition: stroke-dashoffset 0.4s, stroke-width 0.01s 0.4s;
}
.icon-modern--white .icon-modern__arrow {
  width: 32px;
}

/* Pricing element */
@media (min-width: 768px) {
  .pricing--dark,
.pricing--white,
.pricing--fancy {
    padding: 0 105px;
  }
}

.pricing::after {
  clear: both;
  content: "";
  display: table;
}
.pricing__subcategory {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
}

.pricing-item {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .pricing-item {
    float: left;
  }
  .pricing--classic .pricing-item {
    padding: 20px 35px;
  }
  .pricing--dark .pricing-item, .pricing--white .pricing-item, .pricing--fancy .pricing-item {
    padding: 20px 55px;
  }
}
.pricing-item + .pricing-item {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .pricing-item + .pricing-item {
    margin-top: 0;
  }
}
.pricing-item__header {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .pricing-item__header {
    display: table;
  }
  .pricing-item__header > * {
    display: table-cell;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .pricing-item__divider {
    height: 1px;
    opacity: 0.7;
    width: 98%;
  }
}
.pricing-item__title {
  font-size: 21px;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  .pricing-item__title {
    line-height: 1em;
    padding-right: 9px;
    white-space: nowrap;
    width: 1%;
  }
}
.pricing-item__price {
  font-size: 21px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .pricing-item__price {
    display: block;
    margin-top: 11px;
  }
}
@media (min-width: 768px) {
  .pricing-item__price {
    font-size: 18px;
    padding-left: 9px;
    white-space: nowrap;
    width: 1%;
  }
}

.pricing-tab-content {
  margin: 0 auto;
  max-width: 830px;
}

.pricing__nav {
  border: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
.pricing__nav-item {
  display: inline-block;
  text-align: center;
}
.pricing__nav-item.active > a {
  pointer-events: none;
}
.pricing__nav-link {
  background: none;
  display: inline-block;
  font-weight: 400 !important;
  transition: 0.2s color, 0.2s border-color;
}

.pricing__pane {
  display: none;
}
.pricing__pane.active {
  display: block;
}

.pricing--classic .pricing__nav-link {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 13px 27px;
  text-transform: uppercase;
}
.pricing--classic .pricing__subcategory {
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.pricing--dark .pricing__nav-link {
  border: 1px solid transparent;
  border-radius: 34px;
  padding: 13px 24px;
}
.pricing--dark .pricing__nav .active .pricing__nav-link {
  border-color: currentColor;
}
.pricing--dark .pricing__subcategory {
  font-size: 18px;
  margin-bottom: 28px;
}
.pricing--dark .pricing__subcategory::after {
  background-color: #ab9866;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
}

.pricing--white .pricing__nav-link {
  border-color: transparent;
  font-size: 95%;
  line-height: 40px;
  padding: 0 24px;
  position: relative;
}
.pricing--white .pricing__nav-link::before, .pricing--white .pricing__nav-link::after {
  border: 1px solid;
  border-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.pricing--white .pricing__nav-link::before {
  border-right: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  left: 0;
}
.pricing--white .pricing__nav-link::after {
  border-left: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 50%;
}
.pricing--white .pricing__nav .active .pricing__nav-link {
  border-color: currentColor;
}
.pricing--white .pricing__subcategory {
  font-size: 24px;
  margin-bottom: 28px;
}
.pricing--white .pricing__subcategory:not(:first-child) {
  margin-top: 30px;
}

.pricing--fancy .pricing__nav-link {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 13px 24px;
}
.pricing--fancy .pricing__subcategory {
  font-size: 24px;
  margin-bottom: 28px;
}

.scroll-top {
  outline: none;
  position: relative;
  z-index: 999;
  margin-top: 20px;
}
.scroll-top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll-top--fixed {
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
}
@media (min-width: 550px) {
  .scroll-top--fixed {
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 750px) {
  .scroll-top--fixed {
    bottom: 50px;
    right: 50px;
  }
}
@media (min-width: 900px) {
  .scroll-top--fixed {
    bottom: 80px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .scroll-top--fixed {
    display: none;
  }
}
.scroll-top--style-1 {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid;
  color: #000;
  font-size: 28px;
  height: 50px;
  transition: 0.2s color;
  width: 50px;
}
.scroll-top--style-1::before {
  content: "";
}
.scroll-top--style-2 {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid;
  border-radius: 50%;
  color: #000;
  font-size: 28px;
  height: 40px;
  transition: 0.2s opacity;
  width: 40px;
}
.scroll-top--style-2::before {
  border-bottom: 8px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  width: 0;
  height: 0;
}
.scroll-top--style-2:hover, .scroll-top--style-2:focus {
  opacity: 0.7;
}
.scroll-top--style-3 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #d0ced1;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  color: #000;
  font-size: 28px;
  height: 44px;
  transition: 0.2s color;
  width: 44px;
}
.scroll-top--style-3 svg {
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
}

/* Blog
---------------------------------------- */
.post {
  margin-bottom: 60px;
}
.post__header {
  overflow: hidden;
  position: relative;
}
.post__title {
  margin-top: 0;
}

.post-meta {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-meta ul {
  height: 100%;
  padding: 0;
}
.post-meta button {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 20px;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 11;
}
.post-meta button i {
  display: block;
  height: 100px;
  margin-top: 1px;
  width: 70px;
}
.post-meta button i:before {
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.post-meta li {
  height: 25%;
  list-style: none;
  position: relative;
}
.post-meta li:first-of-type button {
  -webkit-order: none;
  order: none;
}

.post .post-meta button i .post .post-meta button:hover i {
  background-color: rgba(0, 0, 0, 0.15);
}

.post .post-meta button:hover + .meta-content {
  left: 70px;
}

.post .post-meta .meta-content {
  background-color: #f9f9f9;
  border-top: 1px solid #f9f9f9;
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  padding: 0 30px;
  top: 0;
  z-index: 10;
  transition: 0.4s all;
}

.post .post-meta .meta-content span {
  display: inline-block;
  position: relative;
  margin-top: -7px;
  float: right;
  top: 50%;
}

.post .post-meta .meta-content:hover {
  left: 70px;
}

.post h2 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}

.post .added_to_cart,
.post .tab-pane .form-submit #submit,
.tab-pane .form-submit .post #submit {
  margin-top: 20px;
}

.post.style-2 header {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
}

.post.style-2 > header img {
  margin-bottom: 20px;
}

.post.style-2 h2 {
  margin: 13px 0 15px 0;
}

.post.style-3 header img {
  max-width: 100%;
}

/* NO SIDEBAR BLOG PADDING*/
.post.style-2 h1,
.post.style-2 h2.title {
  margin-bottom: 7px;
  margin-top: 15px;
}

.post.style-2 .btn.btn-md {
  margin-bottom: 10px;
}

.post.style-2 .post-meta {
  position: static;
}

.post.style-2 .post-meta .fa {
  margin-right: 10px;
}

.post.style-2 .post-meta .fas {
  margin-right: 10px;
}

.post.style-2 .post-meta li {
  display: inline-block;
  margin-right: 10px;
}

.post.style-3 {
  margin-bottom: 56px;
}

.post.style-3 h2 {
  font-size: 19px;
  margin-top: 0;
}

.post.style-3 .post-content {
  border-top: 1px solid #ececec;
  padding-top: 14px;
}

.post.style-3 .post-meta {
  margin-top: -70px;
  top: 100%;
}

.post.style-3 .post-meta ul {
  position: relative;
}

.post.style-3 .post-meta li {
  float: left;
  width: 25%;
  height: auto;
  position: static;
}

.post.style-3 .post-meta li button {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}

.post.style-3 .post-meta li button i {
  height: 65px;
  width: 200px;
}

.post.style-3 .post-meta li button:hover + .meta-content {
  left: 0;
  top: -42px;
}

.post.style-3 .post-meta li .meta-content {
  height: 42px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.post.style-3 .post-meta li .meta-content span {
  display: inline-block;
  position: relative;
  margin-top: -7px;
  float: left;
  top: 50%;
}

.post.style-3 .post-meta li .meta-content:hover {
  left: 0;
  top: -42px;
}

.post-meta li,
.post-meta li a {
  color: #b8b8b8;
}

.post-meta li a:hover {
  color: #727272;
}

.post h1,
.post h2 {
  overflow-wrap: break-word;
}

.post .btn {
  margin-top: 15px;
}

.blog-single--classic .post-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  padding-top: 10px;
}

.blog-single--modern .post-meta {
  font-size: 0.86rem;
}
.blog-single--modern .post-meta li,
.blog-single--modern .post-meta a,
.blog-single--modern .post-meta .fa {
  color: #959595 !important;
}
.blog-single--modern .post-meta li,
.blog-single--modern .post-meta a,
.blog-single--modern .post-meta .fas {
  color: #959595 !important;
}

/* Button
---------------------------------------- */
body {
  display: block !important;
}

@media (min-width: 601px) {
  .buttons {
    margin-top: -20px;
  }
  .buttons > .btn {
    display: inline-block;
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
  }
}

.added_to_cart,
.tab-pane .form-submit #submit {
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s background-color, 0.2s border;
}

.btn .fa:first-child,
.added_to_cart .fa:first-child,
.tab-pane .form-submit #submit .fa:first-child {
  margin-right: 5px;
}

.btn .fas:first-child,
.added_to_cart .fas:first-child,
.tab-pane .form-submit #submit .fas:first-child {
  margin-right: 5px;
}

.btn:hover,
.added_to_cart:hover,
.tab-pane .form-submit #submit:hover {
  color: #fff;
}

.btn.btn-sm,
.btn-sm.added_to_cart,
.tab-pane .form-submit .btn-sm#submit {
  font-size: 14px;
  padding: 11px 17px;
}

.btn.btn-sm .fa,
.btn-sm.added_to_cart .fa,
.tab-pane .form-submit .btn-sm#submit .fa {
  font-size: 16px;
}

.btn.btn-sm .fas,
.btn-sm.added_to_cart .fas,
.tab-pane .form-submit .btn-sm#submit .fas {
  font-size: 16px;
}

.btn.btn-md,
.added_to_cart,
.tab-pane .form-submit #submit,
.woocommerce-page .button:not(.wc-forward) {
  font-size: 15px;
  padding: 12px 25px;
}

.btn.btn-md .fa,
.added_to_cart .fa,
.tab-pane .form-submit #submit .fa {
  font-size: 16px;
}

.btn.btn-md .fas,
.added_to_cart .fas,
.tab-pane .form-submit #submit .fas {
  font-size: 16px;
}

.btn.btn-lg,
.btn-lg.added_to_cart,
.tab-pane .form-submit .btn-lg#submit {
  font-size: 17px;
  padding: 15px 41px;
}

.btn.btn-lg .fa,
.btn-lg.added_to_cart .fa,
.tab-pane .form-submit .btn-lg#submit .fa {
  font-size: 16px;
}

.btn.btn-lg .fas,
.btn-lg.added_to_cart .fas,
.tab-pane .form-submit .btn-lg#submit .fas {
  font-size: 16px;
}

.btn.btn-wide,
.btn-wide.added_to_cart,
.tab-pane .form-submit .btn-wide#submit {
  font-size: 14px;
  padding: 12px 57px;
}

.btn.style-2,
.style-2.added_to_cart,
.tab-pane .form-submit .style-2#submit {
  border: none;
}

.btn.style-3,
.style-3.added_to_cart,
.tab-pane .form-submit .style-3#submit {
  border-radius: 3px;
}

.style-3.added_to_cart:hover,
.tab-pane .form-submit .style-3#submit:hover {
  color: #fff !important;
}

.btn.modern-1,
.btn.modern-2,
.btn.modern-3,
.btn.modern-4,
.btn.modern-5,
.btn.modern-6 {
  text-transform: none;
  transition: 0.2s background-color, 0.1s color, 0.2s border-color;
}
.btn.modern-1.btn-sm,
.btn.modern-2.btn-sm,
.btn.modern-3.btn-sm,
.btn.modern-4.btn-sm,
.btn.modern-5.btn-sm,
.btn.modern-6.btn-sm {
  font-size: 13px;
  padding: 9px 20px;
  min-width: 140px;
}
.btn.modern-1.btn-md,
.btn.modern-2.btn-md,
.btn.modern-3.btn-md,
.btn.modern-4.btn-md,
.btn.modern-5.btn-md,
.btn.modern-6.btn-md {
  font-size: 14px;
  padding: 12px 30px;
  min-width: 160px;
}
.btn.modern-1.btn-lg,
.btn.modern-2.btn-lg,
.btn.modern-3.btn-lg,
.btn.modern-4.btn-lg,
.btn.modern-5.btn-lg,
.btn.modern-6.btn-lg {
  font-size: 15px;
  padding: 16px 35px;
  min-width: 175px;
}

.btn.modern-6 {
  background: none !important;
  background-color: none !important;
}

/* Comments
---------------------------------------- */
.comment-heading {
  margin-bottom: 20px;
}

.comments--classic .comments-title {
  margin-bottom: 30px;
  margin-top: 50px;
}
.comments--classic .post-comment-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comments--classic .comment-avatar {
  border-radius: 50%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
@media (max-width: 499px) {
  .comments--classic .comment-avatar {
    width: 45px;
  }
}
.comments--classic .comment-list {
  margin: 0;
  padding: 0;
}
.comments--classic .comment-list ul {
  margin: 0;
  padding: 0;
}
.comments--classic .comment-list .comment {
  border-bottom: 1px solid #ececec;
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 60px;
  position: relative;
}
@media (min-width: 500px) {
  .comments--classic .comment-list .comment {
    padding-left: 75px;
  }
}
@media (min-width: 768px) {
  .comments--classic .comment-list .comment {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.comments--classic .comment-list .comment header {
  margin-bottom: 4px;
  min-height: 24px;
}
.comments--classic .comment-list .comment:hover .comment-reply-link,
.comments--classic .comment-list .comment:hover .added_to_cart {
  display: inline-block;
  width: auto;
}
.comments--classic .comment-list .comment .comment-reply-link,
.comments--classic .comment-list .comment .added_to_cart {
  display: none;
  font-size: 12px;
  line-height: 1;
  padding: 4px 17px 5px;
  text-transform: lowercase;
  position: relative;
  top: -2px;
}
.comments--classic .comment-list .comment .comment-reply-link,
.comments--classic .comment-list .comment #cancel-comment-reply-link {
  margin-left: 20px;
}
.comments--classic .comment-list .comment .date::before {
  content: "/";
  margin: 0 4px;
}
.comments--classic .comment-list .comment .comment-author {
  display: inline-block;
}
.comments--classic .comment-list .comment .children {
  border-top: 1px solid #ececec;
  margin-top: 20px;
  padding-top: 30px;
}
.comments--classic .comment-list .comment .children .comment-author,
.comments--classic .comment-list .comment .children .date {
  font-size: 14px;
}
.comments--classic .comment-list .comment .children li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments--classic .comment-list .comment.depth-2 {
  margin-left: 10%;
}
.comments--classic .comment-list .comment.depth-3 {
  margin-left: 12%;
}
.comments--classic .comment-list .comment.depth-4 {
  margin-left: 14%;
}
@media (max-width: 768px) {
  .comments--classic .comment-list .comment.depth-2, .comments--classic .comment-list .comment.depth-3, .comments--classic .comment-list .comment.depth-4 {
    margin-left: 20px;
  }
}

.comments--modern .comments-title {
  margin-bottom: 30px;
  margin-top: 50px;
}
.comments--modern .post-comment-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comments--modern .comment-avatar {
  border-radius: 50%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
@media (max-width: 499px) {
  .comments--modern .comment-avatar {
    width: 45px;
  }
}
.comments--modern .comment-list {
  margin: 0;
  padding: 0;
}
.comments--modern .comment-list ul {
  margin: 0;
  padding: 0;
}
.comments--modern .comment-list .comment {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 60px;
  position: relative;
}
@media (min-width: 500px) {
  .comments--modern .comment-list .comment {
    padding-left: 75px;
  }
}
@media (min-width: 768px) {
  .comments--modern .comment-list .comment {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.comments--modern .comment-list .comment header {
  margin-bottom: 4px;
  min-height: 24px;
}
.comments--modern .comment-list .comment .btn {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto;
}
.comments--modern .comment-list .comment .added_to_cart {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 6px 17px;
  position: relative;
  text-transform: lowercase;
  top: -2px;
  width: auto;
}
.comments--modern .comment-list .comment .date::before {
  content: "/";
  margin: 0 4px;
}
.comments--modern .comment-list .comment .comment-author {
  display: inline-block;
}
.comments--modern .comment-list .comment .children .comment-author,
.comments--modern .comment-list .comment .children .date {
  font-size: 14px;
}
.comments--modern .comment-list .comment .children li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments--modern .comment-list .comment.depth-2 {
  margin-left: 75px;
}
.comments--modern .comment-list .comment.depth-3 {
  margin-left: 150px;
}
.comments--modern .comment-list .comment.depth-4 {
  margin-left: 225px;
}
@media (max-width: 768px) {
  .comments--modern .comment-list .comment.depth-2, .comments--modern .comment-list .comment.depth-3, .comments--modern .comment-list .comment.depth-4 {
    margin-left: 20px;
  }
}

.contact-buttons {
  margin-top: 15px;
}

.comment-form-cookies-consent > label {
  display: inline;
}

.comments-closed {
  margin: 1em 0;
}

.recent-posts {
  margin-top: -30px;
}
.recent-posts .recent-post {
  margin-top: 30px;
}
.recent-posts .recent-post__title:first-child {
  margin-top: 0;
}
.recent-posts .recent-post__title > * {
  margin: 0;
}
.recent-posts .recent-post__img img {
  width: 100%;
}

.recent-posts--classic .recent-post__icon, .recent-posts--classic .recent-post__time {
  position: absolute;
  right: 22px;
  width: 42px;
  z-index: 101;
}
.recent-posts--classic .recent-post__icon {
  height: 57px;
  top: -4px;
}
.recent-posts--classic .recent-post__time {
  color: #fff;
  line-height: 0.8em;
  font-size: 18px;
  text-align: center;
  text-transform: lowercase;
  top: 8px;
  z-index: 102;
}
.recent-posts--classic .recent-post__time span {
  display: block;
  font-size: 9px;
}
.recent-posts--classic .recent-post__header {
  position: relative;
}
.recent-posts--classic .recent-post__title {
  border-bottom: 1px solid #ececec;
  display: block;
  font-size: 19px;
  margin-bottom: 12px;
  margin-top: 17px;
  padding-bottom: 10px;
}
.recent-posts--classic .recent-post__img {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
}
.recent-posts--classic .recent-post__hover {
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 100;
}
.recent-posts--classic .recent-post__hover::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.recent-posts--classic .recent-post__hover::after {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 50%;
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-posts--classic .recent-post__hover:hover, .recent-posts--classic .recent-post__hover:focus {
  opacity: 1;
}

.recent-posts--white .recent-post__header,
.recent-posts--dark .recent-post__header,
.recent-posts--fancy .recent-post__header {
  position: relative;
}
.recent-posts--white .recent-post__title,
.recent-posts--dark .recent-post__title,
.recent-posts--fancy .recent-post__title {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.recent-posts--white .recent-post__title > *,
.recent-posts--dark .recent-post__title > *,
.recent-posts--fancy .recent-post__title > * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.recent-posts--white .recent-post__time {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  color: #fff;
  font-family: Open Sans;
  font-size: 12px;
  left: 9px;
  line-height: 2.5em;
  padding: 0 17px;
  position: absolute;
  top: 10px;
  z-index: 101;
}
.recent-posts--white .recent-post__hover {
  background-color: #000;
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 100;
}
.recent-posts--white .recent-post__hover:hover, .recent-posts--white .recent-post__hover:focus {
  opacity: 0.05;
}

.recent-posts--dark .recent-post__time {
  background: rgba(23, 29, 32, 0.6);
  border-radius: 28px;
  color: #fff;
  font-family: Open Sans;
  font-size: 12px;
  left: 9px;
  line-height: 2.5em;
  padding: 0 17px;
  position: absolute;
  top: 10px;
  z-index: 101;
}
.recent-posts--dark .recent-post__hover {
  background-color: #000;
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 100;
}
.recent-posts--dark .recent-post__hover:hover, .recent-posts--dark .recent-post__hover:focus {
  opacity: 0.3;
}
.recent-posts--dark .recent-post__excerpt {
  color: #000;
}

.recent-posts--fancy .recent-post__time {
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  padding: 7px 15px 4px;
  position: absolute;
  top: 0;
  z-index: 101;
}
.recent-posts--fancy .recent-post__hover {
  border: 10px solid #f9cf01;
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 100;
}
.recent-posts--fancy .recent-post__hover:hover, .recent-posts--fancy .recent-post__hover:focus {
  opacity: 1;
}
.recent-posts--fancy .recent-post__excerpt {
  color: #000;
}

.social-bar-wrapper {
  left: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  z-index: 999;
}

.social-bar {
  left: 0;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.social-bar__item {
  color: #000;
  display: block;
  padding: 12px 0;
  transition: 0.2s opacity;
}
.social-bar__item:hover, .social-bar__item:focus {
  color: #000;
  opacity: 0.7;
}
.social-bar__item--light, .social-bar__item--light-img {
  color: #fff;
}
.social-bar__item--light:hover, .social-bar__item--light:focus, .social-bar__item--light-img:hover, .social-bar__item--light-img:focus {
  color: #fff;
}

/* Title Styles */
.title {
  margin: 0;
}
.title--middle {
  position: relative;
  text-align: center;
}
.title--middle span {
  display: inline-block;
}

.title--style-classic.title--middle span {
  border-bottom: 1px solid #ececec;
  padding: 0 58px 20px;
}
@media (max-width: 480px) {
  .title--style-classic.title--middle span {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.title--style-classic.title--sm {
  font-size: 16px;
}
.title--style-classic.title--md {
  font-size: 19px;
}
.title--style-classic.title--lg {
  font-size: 24px;
}

.title--style-white.title {
  line-height: 1.1em;
}
.title--style-white.title--sm {
  font-size: 18px;
}
@media (min-width: 992px) {
  .title--style-white.title--sm {
    font-size: 24px;
  }
}
.title--style-white.title--md {
  font-size: 24px;
}
@media (min-width: 992px) {
  .title--style-white.title--md {
    font-size: 36px;
  }
}
.title--style-white.title--lg {
  font-size: 36px;
}
@media (min-width: 992px) {
  .title--style-white.title--lg {
    font-size: 48px;
  }
}

.title--style-dark.title--middle span::after {
  background-color: #ab9866;
  content: "";
  display: block;
  height: 2px;
  margin: 0.65em auto 0;
  width: 80px;
}
.title--style-dark.title--sm {
  font-size: 18px;
}
@media (min-width: 992px) {
  .title--style-dark.title--sm {
    font-size: 24px;
  }
}
.title--style-dark.title--md {
  font-size: 28px;
}
@media (min-width: 992px) {
  .title--style-dark.title--md {
    font-size: 32px;
  }
}
.title--style-dark.title--lg {
  font-size: 52px;
}
@media (min-width: 992px) {
  .title--style-dark.title--lg {
    font-size: 60px;
  }
}

.title--style-fancy.title--sm {
  font-size: 21px;
}
.title--style-fancy.title--md {
  font-size: 30px;
}
.title--style-fancy.title--lg {
  font-size: 60px;
}

.anps-instagram__wrap {
  position: relative;
}
.anps-instagram__title {
  margin-bottom: 58px;
}
.anps-instagram__title svg {
  margin-left: 22px;
  height: 24px;
  position: relative;
  top: 2px;
  width: 24px;
}
.anps-instagram .sbi_item {
  width: 100% !important;
}
.anps-instagram .sbi_photo {
  height: auto !important;
}
.anps-instagram .sbi_photo img {
  display: block !important;
}
.anps-instagram #sbi_load {
  display: none;
}
.anps-instagram--default .owl-prev,
.anps-instagram--default .owl-next {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 10%;
}
.anps-instagram--default .owl-next {
  right: 0;
}
.anps-instagram--default .owl-prev {
  left: 0;
}
.anps-instagram--fancy .owl-prev,
.anps-instagram--fancy .owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s background-color;
  width: 39px;
  height: 39px;
  z-index: 9;
}
.anps-instagram--fancy .owl-prev svg,
.anps-instagram--fancy .owl-next svg {
  left: 50%;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
.anps-instagram--fancy .owl-prev:hover, .anps-instagram--fancy .owl-prev:focus,
.anps-instagram--fancy .owl-next:hover,
.anps-instagram--fancy .owl-next:focus {
  background-color: #ff7676;
}
.anps-instagram--fancy .owl-next {
  right: 0;
}
.anps-instagram--fancy .owl-prev {
  left: 0;
}
.anps-instagram--fancy .sbi_photo {
  opacity: 1 !important;
  position: relative;
}
.anps-instagram--fancy .sbi_photo::after {
  border: 10px solid transparent;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s border-color;
  width: 100%;
}
.anps-instagram--fancy .sbi_photo:hover::after, .anps-instagram--fancy .sbi_photo:focus::after {
  border-color: #e53935;
}

@media (min-width: 450px) and (max-width: 767px) {
  .team-row > * {
    float: left;
    width: 50%;
  }
}
.team--classic {
  border-bottom: 1px solid #ececec;
  padding-bottom: 17px;
  margin-top: 0 !important;
  text-align: center;
}
.team--classic.team--hover .team__header:hover img, .team--classic.team--hover .team__header:focus img {
  -webkit-transform: translateY(-77px);
  transform: translateY(-77px);
}
.team--classic.team--hover .team__header:hover .team__desc, .team--classic.team--hover .team__header:focus .team__desc {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.team--classic img {
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  will-change: transform;
}
.team--classic .team__header {
  overflow: hidden;
  position: relative;
}
.team--classic .team__desc {
  background-color: #f9f9f9;
  left: 0;
  padding: 26px 22px 22px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  will-change: transform;
  width: 100%;
}
.team--classic .team__title {
  font-size: 17px;
}
.team--classic .team__subtitle {
  color: #a3a3a3;
  font-size: 95%;
  font-style: normal;
}

.team--white {
  text-align: center;
}
.team--white.team--hover .team__header {
  overflow: hidden;
  position: relative;
}
.team--white.team--hover .team__header:hover::after {
  opacity: 1;
}
.team--white.team--hover .team__header:hover .team-social__item {
  opacity: 1;
  -webkit-transform: rotateX(0) translateY(0);
  transform: rotateX(0) translateY(0);
}
.team--white.team--hover .team__header::after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s opacity;
}
.team--white .team__title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 22px;
}
.team--white .team__subtitle {
  color: #000;
  font-size: 95%;
  font-style: normal;
}
.team--white .team-social {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.team--white .team-social__item {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  margin: 0 3px;
  padding: 0 8px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: rotateX(75deg) translateY(20px);
  transform: rotateX(75deg) translateY(20px);
}
.team--white .team-social__item svg {
  fill: currentColor;
  height: 21px;
  width: 21px;
}
.team--white .team-social__item:hover, .team--white .team-social__item:focus {
  color: rgba(255, 255, 255, 0.8);
}

.team--dark {
  text-align: center;
}
.team--dark.team--hover .team__header {
  overflow: hidden;
  position: relative;
}
.team--dark.team--hover .team__header:hover::after {
  opacity: 1;
}
.team--dark.team--hover .team__header:hover .team-social__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team--dark.team--hover .team__header::after {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s opacity;
}
.team--dark .team__title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 22px;
}
.team--dark .team__subtitle {
  color: #000;
  font-size: 95%;
  font-style: normal;
}
.team--dark .team-social {
  bottom: 40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
.team--dark .team-social__item {
  color: #fff;
  display: inline-block;
  font-size: 29px;
  margin: 0 6px;
  line-height: 1em;
  padding: 0 8px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  vertical-align: bottom;
}
.team--dark .team-social__item svg {
  fill: currentColor;
  height: 29px;
  width: 29px;
}
.team--dark .team-social__item:hover, .team--dark .team-social__item:focus {
  color: rgba(255, 255, 255, 0.8);
}

.team--fancy.team--hover .team__header {
  overflow: hidden;
  position: relative;
}
.team--fancy.team--hover .team__header:hover::after,
.team--fancy.team--hover .team__header:hover .team-social {
  opacity: 1;
}
.team--fancy.team--hover .team__header::after {
  border: 10px solid #e53935;
  border-bottom: none;
  bottom: 40px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s;
}
.team--fancy.team--hover .team__header .team-social {
  display: block;
}
.team--fancy .team__header {
  text-align: center;
}
.team--fancy .team__title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 22px;
}
.team--fancy .team__subtitle {
  color: #000;
  font-size: 95%;
  font-style: normal;
}
.team--fancy .team-social {
  background-color: #e53935;
  bottom: 0;
  display: none;
  left: 0;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  text-align: center;
  position: absolute;
  transition: opacity 0.2s;
  z-index: 1;
  width: 100%;
}
.team--fancy .team-social__item {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  margin: 0 6px;
  padding: 0 8px;
}
.team--fancy .team-social__item svg {
  fill: currentColor;
  height: 21px;
  width: 21px;
}
.team--fancy .team-social__item:hover, .team--fancy .team-social__item:focus {
  color: rgba(255, 255, 255, 0.8);
}

.wpcf7-textarea {
  max-width: 100%;
}

.wpcf7-text,
.wpcf7-number,
.wpcf7-textarea {
  width: 100%;
}
.wpcf7-text:focus, .wpcf7-text:focus, .wpcf7-text:focus,
.wpcf7-number:focus,
.wpcf7-number:focus,
.wpcf7-number:focus,
.wpcf7-textarea:focus,
.wpcf7-textarea:focus,
.wpcf7-textarea:focus {
  outline: none;
}

.site-wrapper div.wpcf7-validation-errors,
.site-wrapper div.wpcf7-response-output {
  background-color: #ffccc8;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  clear: both;
  color: #727272;
  font-size: 14px;
  margin: 0;
  padding: 12px;
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-response-output.send-ok,
.wpcf7-mail-sent-ok {
  background-color: #c1faa9;
}

.wpcf7-not-valid {
  border: 1px solid #d82e21 !important;
}

.wpcf7-not-valid-tip {
  background-color: #fff;
  color: #f00;
  display: block;
  font-size: 1em;
  padding: 0 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

form.wpcf7-form .col-sm-7.norightpadding {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpcf7-form .col-sm-7 {
    padding-left: 0;
  }

  .wpcf7-form .col-sm-5 {
    padding-right: 0;
  }
}
.contact-form--classic {
  /* Contact Form 7 Textarea size using [rows] attribute */
}
.contact-form--classic .wpcf7-form p {
  margin: 0 0 5px;
}
.contact-form--classic .wpcf7-text,
.contact-form--classic .wpcf7-number,
.contact-form--classic .wpcf7-textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 15px;
  height: 39px;
}
.contact-form--classic .wpcf7-textarea {
  min-height: 157px;
}
.contact-form--classic .wpcf7-submit {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #d54900;
  background-image: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 11px 17px;
  font-size: 14px;
  border-radius: 4px;
  float: right;
}
.contact-form--classic .wpcf7-submit:hover {
  background: #000;
}
.contact-form--classic .wpcf7-form textarea[rows="2"] {
  min-height: 98px;
}
.contact-form--classic .wpcf7-form textarea[rows="3"] {
  min-height: 157px;
}
.contact-form--classic .wpcf7-form textarea[rows="4"] {
  min-height: 216px;
}
.contact-form--classic .wpcf7-form textarea[rows="5"] {
  min-height: 275px;
}
.contact-form--classic .wpcf7-form textarea[rows="6"] {
  min-height: 334px;
}

.contact-form--modern {
  /* Contact Form 7 Textarea size using [rows] attribute */
}
.contact-form--modern .wpcf7-form p {
  margin-bottom: 20px;
}
.contact-form--modern .wpcf7-text,
.contact-form--modern .wpcf7-number,
.contact-form--modern .wpcf7-textarea {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  padding: 10px 17px;
  transition: 0.2s border-color;
}
@media (min-width: 600px) {
  .contact-form--modern .wpcf7-text,
.contact-form--modern .wpcf7-number,
.contact-form--modern .wpcf7-textarea {
    padding: 13px 33px;
  }
}
.contact-form--modern .wpcf7-text::-webkit-input-placeholder, .contact-form--modern .wpcf7-number::-webkit-input-placeholder, .contact-form--modern .wpcf7-textarea::-webkit-input-placeholder {
  color: #555;
}
.contact-form--modern .wpcf7-text:-ms-input-placeholder, .contact-form--modern .wpcf7-number:-ms-input-placeholder, .contact-form--modern .wpcf7-textarea:-ms-input-placeholder {
  color: #555;
}
.contact-form--modern .wpcf7-text::placeholder,
.contact-form--modern .wpcf7-number::placeholder,
.contact-form--modern .wpcf7-textarea::placeholder {
  color: #555;
}
.contact-form--modern .wpcf7-submit {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 2px;
  color: #fff;
  float: right;
  margin-top: 15px;
  min-width: 180px;
  text-align: center;
  padding: 9px 20px;
}
.contact-form--modern .wpcf7-form textarea[rows="2"] {
  min-height: 130px;
}
.contact-form--modern .wpcf7-form textarea[rows="3"] {
  min-height: 205px;
}
.contact-form--modern .wpcf7-form textarea[rows="4"] {
  min-height: 280px;
}
.contact-form--modern .wpcf7-form textarea[rows="5"] {
  min-height: 335px;
}
.contact-form--modern .wpcf7-form textarea[rows="6"] {
  min-height: 406px;
}

.ea-bootstrap {
  margin: 0 auto;
  max-width: 600px !important;
}
.ea-bootstrap .ui-datepicker {
  background-color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.ea-bootstrap .ui-datepicker-calendar {
  width: 100%;
}
.ea-bootstrap .ui-datepicker-header {
  text-align: center;
  margin-top: 29px;
}
.ea-bootstrap .calendar {
  position: relative;
}
.ea-bootstrap tbody > tr:first-child td {
  padding-top: 10px;
}
.ea-bootstrap td, .ea-bootstrap th {
  line-height: 43px;
  padding: 0;
  text-align: center;
}
.ea-bootstrap td:first-child, .ea-bootstrap th:first-child {
  padding-left: 12px;
}
.ea-bootstrap td:last-child, .ea-bootstrap th:last-child {
  padding-right: 12px;
}
@media (min-width: 430px) {
  .ea-bootstrap td, .ea-bootstrap th {
    line-height: 53px;
  }
  .ea-bootstrap td:first-child, .ea-bootstrap th:first-child {
    padding-left: 30px;
  }
  .ea-bootstrap td:last-child, .ea-bootstrap th:last-child {
    padding-right: 30px;
  }
}
.ea-bootstrap th {
  background-color: #e1e1e1;
  color: #000;
  font-weight: normal;
}
.ea-bootstrap .ui-state-default {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  position: relative;
  width: 35px;
}
@media (min-width: 420px) {
  .ea-bootstrap .ui-state-default {
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.ea-bootstrap .no-slots,
.ea-bootstrap .unselectable,
.ea-bootstrap .ui-state-disabled {
  pointer-events: none;
}
.ea-bootstrap .no-slots .ui-state-default,
.ea-bootstrap .unselectabl .ui-state-default,
.ea-bootstrap .ui-state-disabled .ui-state-default {
  color: #cbcbcb !important;
  pointer-events: none;
}
.ea-bootstrap .ui-state-highlight.ui-state-default {
  color: #fff !important;
}
.ea-bootstrap #ea-loader {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.ea-bootstrap #ea-loader::before {
  -webkit-animation: calendarLoader 1s infinite linear;
  animation: calendarLoader 1s infinite linear;
  color: rgba(0, 0, 0, 0.8);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ea-bootstrap .calendar-available {
  bottom: 100%;
  opacity: 0;
  color: #000;
  height: 30px;
  font-size: 12px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  transition: 0.2s opacity;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 999999;
}
@media (max-width: 420px) {
  .ea-bootstrap .calendar-available {
    display: none;
  }
}
.ea-bootstrap .calendar-available::before, .ea-bootstrap .calendar-available::after {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.ea-bootstrap .calendar-available::before {
  border-right: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  left: 0;
}
.ea-bootstrap .calendar-available::after {
  border-left: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 50%;
}
.ea-bootstrap .calendar-available span {
  display: block;
  font-weight: 400;
  line-height: 30px;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}
.ea-bootstrap .calendar-available span::before, .ea-bootstrap .calendar-available span::after {
  content: "";
  height: 0;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.ea-bootstrap .calendar-available span::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  z-index: 1;
}
.ea-bootstrap .calendar-available span::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #a1a1a1;
}
.ea-bootstrap .time-row,
.ea-bootstrap .anps-time-step {
  display: none;
}
.ea-bootstrap.time-show .anps-time-step {
  display: block;
}
.ea-bootstrap .anps-step {
  background-color: #fff;
  color: #000;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 420px) {
  .ea-bootstrap .anps-step {
    padding: 25px 40px;
  }
}
.ea-bootstrap .anps-step__header {
  position: relative;
  text-align: center;
}
.ea-bootstrap .anps-step__title, .ea-bootstrap .anps-step__subtitle, .ea-bootstrap .anps-step__success {
  font-size: 17px;
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 420px) {
  .ea-bootstrap .anps-step__title, .ea-bootstrap .anps-step__subtitle, .ea-bootstrap .anps-step__success {
    font-size: 18px;
  }
}
.ea-bootstrap .anps-step__title {
  margin-bottom: 15px;
}
@media (min-width: 420px) {
  .ea-bootstrap .anps-step__title {
    margin-bottom: 25px;
  }
}
.ea-bootstrap .anps-step__success {
  margin-top: 25px;
}
.ea-bootstrap .anps-step__back {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 24px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}
.ea-bootstrap .anps-step__button {
  background-color: transparent;
  border: 1px solid;
  border-radius: 36px;
  color: #000;
  font-size: 12px;
  padding: 10px 28px;
  transition: 0.2s background-color;
}
@media (min-width: 420px) {
  .ea-bootstrap .anps-step__button {
    min-width: 180px;
  }
}
.ea-bootstrap .anps-book-time {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ea-bootstrap .anps-book-time__item {
  border-bottom: 1px solid #c2c2c2;
  display: table;
  width: 100%;
}
.ea-bootstrap .anps-book-time__item > * {
  display: table-cell;
}
.ea-bootstrap .anps-book-time__item:last-child {
  border-bottom: none;
}
.ea-bootstrap .anps-book-time__time {
  font-size: 16px;
  padding: 21px 0;
}
.ea-bootstrap .anps-book-time__wrap {
  text-align: right;
}
.ea-bootstrap .ui-datepicker-prev,
.ea-bootstrap .ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  padding: 9px 20px;
  transition: 0.2s opacity;
}
.ea-bootstrap .ui-datepicker-prev:hover, .ea-bootstrap .ui-datepicker-prev:focus,
.ea-bootstrap .ui-datepicker-next:hover,
.ea-bootstrap .ui-datepicker-next:focus {
  opacity: 0.7;
}
.ea-bootstrap .ui-datepicker-prev span,
.ea-bootstrap .ui-datepicker-next span {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 5px;
  line-height: 0;
  width: 22px;
}
.ea-bootstrap .ui-datepicker-prev {
  float: left;
}
.ea-bootstrap .ui-datepicker-next {
  float: right;
}
.ea-bootstrap .ui-icon-circle-triangle-w {
  background-image: url("../images/svgs/arrow2-l.svg");
}
.ea-bootstrap .ui-icon-circle-triangle-e {
  background-image: url("../images/svgs/arrow2-r.svg");
}
.ea-bootstrap .time-value {
  display: block;
}
.ea-bootstrap .date {
  position: relative;
}
.ea-bootstrap .ui-datepicker-title {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ea-bootstrap .form-group:nth-child(1),
.ea-bootstrap .form-group:nth-child(2),
.ea-bootstrap .form-group:nth-child(3),
.ea-bootstrap .step.final,
.ea-bootstrap .anps-confirm-step {
  display: none;
}
.ea-bootstrap .confirm-show .anps-confirm-step {
  display: block;
}
.ea-bootstrap .anps-confirm-step {
  text-align: center;
}
.ea-bootstrap .anps-confirm-step input {
  border: 1px solid #c1c1c1;
  color: #000;
  font-size: 14px;
  margin-top: 20px;
  padding: 19px 18px;
}
.ea-bootstrap .anps-confirm-step input::-webkit-input-placeholder {
  color: #535353;
}
.ea-bootstrap .anps-confirm-step input:-ms-input-placeholder {
  color: #535353;
}
.ea-bootstrap .anps-confirm-step input::placeholder {
  color: #535353;
}
.ea-bootstrap .anps-confirm-step .error {
  display: block;
}
.ea-bootstrap .anps-confirm-step .anps-step__button {
  margin-top: 30px;
}

@-webkit-keyframes calendarLoader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes calendarLoader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.calendar-service {
  margin-top: 24px;
  text-align: center;
}
.calendar-service__item {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid transparent;
  border-radius: 36px;
  color: #000;
  display: inline-block;
  font-size: 89%;
  margin: 0 7px;
  outline: none;
  padding: 12px 19px;
}
.calendar-service__item:focus {
  opacity: 0.7;
  outline: none;
}
.calendar-service__item--active {
  border-color: currentColor;
}

.calendar-location {
  font-size: 24px;
  text-align: center;
}
.calendar-location::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
}
.calendar-location__nav {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 14px;
  padding: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
  text-align: center;
  transition: 0.2s opacity;
  width: 30px;
}
.calendar-location__nav:hover, .calendar-location__nav:focus {
  outline: none;
  opacity: 0.7;
}
.calendar-location__nav--prev::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.calendar-location__nav--next::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.opening-time {
  line-height: 1.8em;
  position: relative;
}
.opening-time ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.opening-time strong {
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
  min-width: 85px;
}

.opening-time-border-double {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 11px;
  padding: 20px;
}
.opening-time-border-double::after {
  border: 3px solid;
  border-color: inherit;
  bottom: -11px;
  content: "";
  left: -11px;
  position: absolute;
  right: -11px;
  top: -11px;
}

.opening-time-border-thin {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
}

.opening-time-border-strong {
  border: 3px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
}

@media (min-width: 992px) {
  .widget_anpsopeningtime > .widget-title {
    padding-left: 30px;
  }
  .widget_anpsopeningtime .widget-title {
    margin-bottom: 15px;
  }
}

.blog-row,
.blog-masonry {
  margin-bottom: -60px;
}
.blog-row > *,
.blog-masonry > * {
  margin-bottom: 60px;
}

/* Post password form */
.post-password-form p + p {
  margin-top: 25px;
}
.post-password-form input[type=password] {
  vertical-align: middle;
  margin-left: 10px;
  padding: 8px 15px;
}
.post-password-form label {
  margin: 0;
}
.post-password-form .btn {
  margin: 0;
}

.post a:first-child .post__title {
  margin-top: 0;
}
.post.post-style-white .post-meta, .post.post-style-dark .post-meta, .post.post-style-fancy .post-meta {
  font-size: 0.86rem;
}
.post.post-style-white .post-meta .fa,
.post.post-style-white .post-meta .fas, .post.post-style-dark .post-meta .fa,
.post.post-style-dark .post-meta .fas, .post.post-style-fancy .post-meta .fa,
.post.post-style-fancy .post-meta .fas {
  margin-right: 5px;
}
.post.post-style-white .post-meta ul, .post.post-style-dark .post-meta ul, .post.post-style-fancy .post-meta ul {
  margin: 0;
}
.post.post-style-white .post-meta li, .post.post-style-dark .post-meta li, .post.post-style-fancy .post-meta li {
  margin-right: 13px;
}
.post.post-style-white .post-meta *, .post.post-style-dark .post-meta *, .post.post-style-fancy .post-meta * {
  color: #959595 !important;
}
.post.post-style-white .post-content:hover .post-link, .post.post-style-dark .post-content:hover .post-link, .post.post-style-fancy .post-content:hover .post-link {
  opacity: 1;
}
.post.post-style-white .post-link, .post.post-style-dark .post-link, .post.post-style-fancy .post-link {
  margin-left: 11px;
  opacity: 0;
  transition: 0.2s opacity;
}
.post.post-style-white .post-link svg, .post.post-style-dark .post-link svg, .post.post-style-fancy .post-link svg {
  height: 5px;
  width: 32px;
}
.post.post-style-white.style-2 img {
  margin-bottom: 15px;
}
.post.post-style-white.style-2 .post__title {
  margin: 10px 0 5px;
}
.post.post-style-white .post__title {
  font-size: 24px;
}
.post.post-style-white .post-date {
  background-color: rgba(23, 29, 32, 0.3);
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  left: 11px;
  line-height: 2.5em;
  padding: 0 17px;
  position: absolute;
  top: 11px;
  z-index: 1;
}
.post.post-style-white .post-content {
  border-top: none;
  font-size: 95%;
  padding-top: 0;
}
.post.post-style-white header {
  padding-bottom: 10px;
}
.post.post-style-dark .post__title {
  font-size: 24px;
  font-weight: inherit;
  margin-bottom: 10px;
  margin-top: 3px;
}
.post.post-style-dark .post-date {
  background-color: rgba(23, 29, 32, 0.6);
  border-radius: 28px;
  color: #fff;
  font-family: Open Sans;
  font-size: 12px;
  left: 9px;
  line-height: 2.5em;
  padding: 0 17px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.post.post-style-dark .post-content {
  border-top: none;
  line-height: 1.5em;
  padding-top: 0;
}
.post.post-style-dark header {
  padding-bottom: 10px;
}
.post.post-style-fancy .post__title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 3px;
}
.post.post-style-fancy .post-date {
  background-color: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  padding: 7px 15px 4px;
  position: absolute;
  top: 0;
  z-index: 101;
}
.post.post-style-fancy .post-content {
  border-top: none;
  line-height: 1.5em;
  padding-top: 0;
}
.post.post-style-fancy .post__header-link {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
}
.post.post-style-fancy .post__header-link:hover::after, .post.post-style-fancy .post__header-link:focus::after {
  opacity: 1;
}
.post.post-style-fancy .post__header-link img {
  margin: 0;
}
.post.post-style-fancy .post__header-link::after {
  border: 10px solid #f9cf01;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 100;
}
.post.post-style-fancy header {
  padding-bottom: 10px;
}

.post-link-pages {
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-masonry .post {
  margin-top: 0;
}

.post-nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em 0;
}

.post-page-numbers {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 6px 9px;
  margin-left: 0.5em;
  border-radius: 4px;
  text-decoration: none;
}

.post-nav-link,
.post-link-pages {
  clear: both;
}

.bypostauthor {
  background: none;
}

/* Pagination
---------------------------------------- */
.page-numbers {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1em;
  margin: 0 12px;
  padding: 8px 7px;
}

.navigation.pagination > .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.nav-link-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pagination--classic {
  clear: both;
  font-size: 16px;
  text-align: center;
}
.pagination--classic.pagination--woocommerce {
  margin-bottom: 0;
  margin-top: 60px;
}

.pagination--dark,
.pagination--white,
.pagination--fancy,
.pagination--modern {
  font-size: 14px;
  text-align: center;
}
.pagination--dark a,
.pagination--white a,
.pagination--fancy a,
.pagination--modern a {
  color: #898989;
}
.pagination--dark .page-numbers,
.pagination--white .page-numbers,
.pagination--fancy .page-numbers,
.pagination--modern .page-numbers {
  display: inline-block;
  line-height: 1em;
  margin: 0 17px;
  padding: 8px 7px;
}
.pagination--dark .current,
.pagination--white .current,
.pagination--fancy .current,
.pagination--modern .current {
  border-bottom: 1px solid #000;
}
.pagination--dark .prev,
.pagination--dark .next,
.pagination--white .prev,
.pagination--white .next,
.pagination--fancy .prev,
.pagination--fancy .next,
.pagination--modern .prev,
.pagination--modern .next {
  display: none;
}

.pagination--woocommerce {
  margin-bottom: 80px;
  margin-top: 30px;
}

.pagination-nav {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.pagination-nav svg {
  fill: currentColor;
  height: 12px;
  width: 7px;
}
.pagination-nav--prev {
  margin-right: 5px;
}
.pagination-nav--next {
  margin-left: 5px;
}

/* Breadcrumbs */
.page-breadcrumbs {
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
}

.page-breadcrumbs .breadcrumbs {
  color: #c3c3c3;
  font-size: 14px;
  padding: 15px 0;
}

.breadcrumbs li {
  display: inline-block;
  margin: 0 25px;
}

.breadcrumbs li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-variant: normal;
  font-size: 14px;
  position: relative;
  left: -25px;
}

.breadcrumbs li:first-of-type:before {
  display: none;
}

.breadcrumbs li:first-of-type {
  margin-left: 0;
}

.page-breadcrumbs--modern {
  border: none;
}
.page-breadcrumbs--modern .breadcrumbs {
  padding: 0;
  padding-top: 25px;
}
.page-breadcrumbs--modern .breadcrumbs li {
  margin: 0;
  margin-right: 30px;
}
.page-breadcrumbs--modern .breadcrumbs li::before {
  left: -15px;
}
@media (min-width: 768px) {
  .page-breadcrumbs--modern {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .page-breadcrumbs--modern {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .page-breadcrumbs--classic {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .page-breadcrumbs--classic {
    margin-bottom: 70px;
  }
}

/* Page heading
---------------------------------------- */
/* Default */
.page-header {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  padding: 35px 0;
}
.page-header h1 {
  font-size: 36px;
}
@media (min-width: 992px) {
  .page-header {
    padding: 55px;
  }
  .page-header h1 {
    font-size: 48px;
  }
}
.page-header.style-2 {
  text-align: center;
}

/* Full screen */
.paralax-header {
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: auto;
}
.paralax-header .btn {
  margin-top: 35px;
}
.paralax-header .page-heading {
  margin-top: 0;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .paralax-header .page-heading {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .paralax-header .page-heading {
    padding: 100px 0;
  }
}
.paralax-header .site-header-layout-normal + .page-heading {
  padding: 80px 0 30px;
}
@media (min-width: 992px) {
  .paralax-header .site-header-layout-normal + .page-heading {
    padding: 140px 0 30px;
  }
}
.paralax-header .page-title {
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .paralax-header .page-title {
    font-size: 48px;
  }
}
.paralax-header > .page-heading ul.breadcrumbs {
  clear: both;
  float: none;
  font-size: 12px;
}
.paralax-header > .page-heading ul.breadcrumbs a {
  font-size: 12px;
}
.paralax-header + section.container {
  padding-top: 70px;
}
.paralax-header .page-desc {
  line-height: 1.75em;
  opacity: 0.9;
}

.page-header--classic .page-title {
  text-transform: uppercase;
}

.page-header--dark .page-title {
  font-size: 38px;
}
@media (min-width: 500px) {
  .page-header--dark .page-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-header--dark .page-title {
    font-size: 64px;
  }
}
.page-header--dark .page-desc {
  font-size: 110%;
}
@media (min-width: 768px) {
  .page-header--dark .page-desc {
    font-size: 130%;
  }
}

.page-header--fancy .page-title {
  font-size: 36px;
}
@media (min-width: 500px) {
  .page-header--fancy .page-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .page-header--fancy .page-title {
    font-size: 77px;
  }
}
.page-header--fancy .page-desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-header--fancy .page-desc {
    font-size: 18px;
  }
}

.img-txt {
  color: #000;
}
@media (min-width: 900px) {
  .img-txt {
    display: table;
    width: 100%;
  }
}
.img-txt__content, .img-txt__images {
  position: relative;
}
@media (min-width: 900px) {
  .img-txt__content, .img-txt__images {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 899px) {
  .img-txt__content {
    margin-bottom: 40px;
  }
}
.img-txt__images {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}
.img-txt__image {
  max-height: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
.img-txt__image::after {
  background-color: white;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s opacity;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-txt__image img {
    max-width: none;
  }
}
.img-txt__image:not(.img-txt__image--active) {
  cursor: pointer;
}
.img-txt__image:not(.img-txt__image--active):hover::after {
  opacity: 0.4;
}
.img-txt__image--animate {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.img-txt__image--active {
  z-index: 99 !important;
}
.img-txt__image:not(:nth-child(1)) {
  left: 0;
  position: absolute;
  top: 0;
}
.img-txt__image:nth-child(1) {
  position: relative;
  z-index: 5;
}
.img-txt__image:nth-child(2) {
  margin-left: -30px;
  margin-top: 30px;
  z-index: 4;
}
@media (max-width: 899px) {
  .img-txt__image:nth-child(2) {
    margin-left: -15px;
    margin-top: 15px;
  }
}
.img-txt__image:nth-child(3) {
  margin-left: -60px;
  margin-top: 60px;
  z-index: 3;
}
@media (max-width: 899px) {
  .img-txt__image:nth-child(3) {
    margin-left: -30px;
    margin-top: 30px;
  }
}
.img-txt__image:nth-child(4) {
  margin-left: -90px;
  margin-top: 90px;
  z-index: 2;
}
@media (max-width: 899px) {
  .img-txt__image:nth-child(4) {
    margin-left: -45px;
    margin-top: 45px;
  }
}
.img-txt__image:nth-child(5) {
  margin-left: -120px;
  margin-top: 120px;
  z-index: 1;
}
@media (max-width: 899px) {
  .img-txt__image:nth-child(5) {
    margin-left: -60px;
    margin-top: 60px;
  }
}
.img-txt__item-wrap {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 899px) {
  .img-txt__item-wrap {
    padding: 0 30px;
  }
}
.img-txt__text {
  display: inline-block;
  opacity: 0;
  text-align: left;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}
.img-txt__title {
  opacity: 0;
  -webkit-transform: translate3d(0, 16px, 0);
  transform: translate3d(0, 16px, 0);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.img-txt__subtitle {
  opacity: 0;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.55, 1), -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.55, 1), transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.55, 1), transform 1.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.img-txt__item--active {
  position: relative;
  z-index: 1;
}
.img-txt__item--active .img-txt__text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.img-txt__item--active .img-txt__subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-txt__item--active .img-txt__title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-txt__item--active .img-txt__btns {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.img-txt__item--hide .img-txt__text {
  -webkit-transform: translate3d(-40px, 0, 0) !important;
  transform: translate3d(-40px, 0, 0) !important;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.img-txt__content {
  padding: 0 80px;
}
.img-txt__btns {
  opacity: 0;
}
.img-txt__nav {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .img-txt__nav {
    margin-left: 0;
    margin-top: 15px;
  }
}
.img-txt__btn {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #d7d7d7;
  font-size: 0;
  height: 47px;
  line-height: 0;
  outline: none;
  padding: 0 14px;
}
.img-txt__btn:hover, .img-txt__btn:focus {
  background-color: #f4f4f4;
}
.img-txt__btn--next {
  border-left: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.img-txt__btn--prev {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.img-txt__btn svg {
  height: 5px;
  width: 22px;
}

.img-txt--white .img-txt__title {
  font-size: 2.58rem;
}
@media (min-width: 992px) {
  .img-txt--white .img-txt__title {
    font-size: 3.3rem;
  }
}
.img-txt--white .img-txt__subtitle {
  font-size: 1.5rem;
  margin-bottom: 0.4em;
}
@media (min-width: 992px) {
  .img-txt--white .img-txt__subtitle {
    font-size: 1.72rem;
  }
}
.img-txt--white .img-txt__item {
  max-width: 480px;
}
.img-txt--white .img-txt__btns {
  margin-top: 55px;
}

.img-txt--dark .img-txt__title,
.img-txt--fancy .img-txt__title {
  font-size: 48px;
}
@media (min-width: 992px) {
  .img-txt--dark .img-txt__title,
.img-txt--fancy .img-txt__title {
    font-size: 60px;
  }
}
.img-txt--dark .img-txt__subtitle,
.img-txt--fancy .img-txt__subtitle {
  font-size: 21px;
}
@media (min-width: 992px) {
  .img-txt--dark .img-txt__subtitle,
.img-txt--fancy .img-txt__subtitle {
    font-size: 28px;
  }
}
.img-txt--dark .img-txt__item,
.img-txt--fancy .img-txt__item {
  max-width: 423px;
}
.img-txt--dark .img-txt__text,
.img-txt--fancy .img-txt__text {
  margin-top: 25px;
  width: 93%;
}
.img-txt--dark .img-txt__btns,
.img-txt--fancy .img-txt__btns {
  margin-top: 45px;
}

.img-txt--fancy .img-txt__title {
  font-style: italic;
}

.featured-m__link {
  margin-left: 11px;
  opacity: 0;
  transition: 0.2s opacity;
}
.featured-m__link svg {
  height: 5px;
  width: 32px;
}
.featured-m__image {
  display: block;
}
.featured-m__title {
  color: #000;
  display: inline-block;
  font-size: 24px;
}
.featured-m__text {
  color: #000;
  line-height: 1.7em;
}
.featured-m__text:hover .featured-m__link {
  opacity: 1;
}

.featured-m--white .featured-m__text {
  font-size: 95%;
}
.featured-m--white .featured-m__title {
  margin-top: 22px;
}
.featured-m--white .featured-m__text {
  margin-top: 13px;
}

.featured-m--dark .featured-m__title {
  margin-top: 22px;
}
.featured-m--dark .featured-m__text {
  margin-top: 13px;
}

.featured-m--fancy .featured-m__title {
  margin-top: 22px;
}
.featured-m--fancy .featured-m__text {
  margin-top: 13px;
}
.featured-m--fancy a.featured-m__image {
  position: relative;
}
.featured-m--fancy a.featured-m__image::before {
  border: 10px solid #e53935;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 1;
}
.featured-m--fancy a.featured-m__image:hover::before, .featured-m--fancy a.featured-m__image:focus::before {
  opacity: 1;
}

.shop-filter {
  list-style: none;
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  text-align: center;
}
.shop-filter__item {
  display: inline-block;
}
.shop-filter__item--active .shop-filter__link {
  border-color: currentColor;
}
.shop-filter__link {
  border-color: transparent;
  color: inherit;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  padding: 0 24px;
  position: relative;
}
.shop-filter__link::before, .shop-filter__link::after {
  border: 1px solid;
  border-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.shop-filter__link::after {
  border-left: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 50%;
}
.shop-filter__link::before {
  border-right: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  left: 0;
}

.woocommerce--modern {
  /* Quantity */
  /* Mini cart */
  /* Tabs */
}
.woocommerce--modern .products li h3 {
  font-size: 18px;
}
.woocommerce--modern .onsale {
  border-radius: 90px;
  color: #fff;
  font-size: 12px;
  left: 15px;
  line-height: 30px;
  padding: 0 18px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 9;
}
.woocommerce--modern .product-single-header .onsale {
  left: 30px;
}
.woocommerce--modern .star-rating {
  color: #ab9866;
  font-size: 12px;
  letter-spacing: 3px;
}
.woocommerce--modern .entry-summary .woocommerce-Price-amount,
.woocommerce--modern .price {
  color: #000;
}
.woocommerce--modern .products .product-header:hover::after {
  opacity: 0.4;
}
.woocommerce--modern .woocommerce-product-gallery__trigger {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: transparent !important;
  height: 31px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: 0.2s background-color;
  width: 31px;
  z-index: 9;
}
.woocommerce--modern .woocommerce-product-gallery__trigger:hover, .woocommerce--modern .woocommerce-product-gallery__trigger:focus {
  background-color: black;
}
.woocommerce--modern .woocommerce-product-gallery__trigger svg {
  fill: #fff;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
}
.woocommerce--modern .woocommerce-product-gallery__trigger:hover,
.woocommerce--modern .woocommerce-product-gallery__trigger:focus {
  color: #fff;
}
.woocommerce--modern .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce--modern .product-single-header .product_title {
  margin-top: 44px;
}
.woocommerce--modern .product_meta {
  font-size: 95%;
}
.woocommerce--modern .product_meta a {
  color: #898989;
}
.woocommerce--modern .product_meta a:hover, .woocommerce--modern .product_meta a:focus {
  color: #000;
}
.woocommerce--modern .grouped_form td {
  padding: 0 10px 10px;
}
.woocommerce--modern .grouped_form td:first-child {
  padding-left: 0;
}
.woocommerce--modern .grouped_form td:last-child {
  padding-right: 0;
}
.woocommerce--modern .grouped_form label {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
}
.woocommerce--modern .grouped_form .single_add_to_cart_button {
  margin-top: 15px;
}
.woocommerce--modern .product-single-header .star-rating {
  margin-bottom: 1px;
  margin-right: 5px;
  width: 80px;
}
.woocommerce--modern .woocommerce-review-link {
  color: #898989;
  font-size: 12px;
}
.woocommerce--modern .woocommerce-review-link:hover, .woocommerce--modern .woocommerce-review-link:focus {
  color: #000;
}
.woocommerce--modern .woocommerce-product-rating {
  margin-bottom: 20px;
}
.woocommerce--modern .woocommerce-product-details__short-description {
  font-size: 14px;
  margin-bottom: 30px;
}
.woocommerce--modern .quantity-field {
  border: 1px solid #000;
  border-radius: 4px;
  color: #d3d3d3;
  float: left;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  width: 72px;
  zoom: 1;
}
.woocommerce--modern .quantity-field input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  border: none;
  float: left;
  font-size: 16px;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 46px;
}
.woocommerce--modern .quantity-field__button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid;
  border-style: solid none none solid;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: calc(50% + 1px);
  line-height: 23px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: 0.2s background-color;
  width: 26px;
}
.woocommerce--modern .quantity-field__button:hover, .woocommerce--modern .quantity-field__button:focus {
  background-color: #adadad;
}
.woocommerce--modern .quantity-field__button--plus {
  border-bottom: 0;
  right: 0;
  top: -1px;
}
.woocommerce--modern .quantity-field__button--minus {
  bottom: -1px;
  right: 0;
}
.woocommerce--modern .cartwrap {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 37px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .woocommerce--modern .cartwrap {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .woocommerce--modern .cartwrap {
    position: relative;
    top: 3px;
  }
}
.woocommerce--modern .cartwrap:hover .mini-cart {
  opacity: 1;
  pointer-events: all;
}
.woocommerce--modern .cart-contents span {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}
.woocommerce--modern .cart-contents i {
  font-size: 21px;
}
.woocommerce--modern .mini-cart {
  background-color: #fff;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.2s opacity ease-in-out;
  z-index: 9;
  right: 0;
  width: 240px;
}
@media (max-width: 991px) {
  .woocommerce--modern .mini-cart {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .woocommerce--modern .mini-cart {
    margin-top: 30px;
  }
}
.woocommerce--modern .mini-cart:first-of-type {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce--modern .mini-cart::before {
  bottom: 100%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.woocommerce--modern .mini-cart .total {
  border-top: 1px solid #969696;
  margin-top: 15px;
  padding-top: 20px;
}
.woocommerce--modern .mini-cart .total strong {
  font-weight: normal;
}
.woocommerce--modern .mini-cart .buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
}
.woocommerce--modern .mini-cart .buttons .btn {
  background: none;
  border: 1px solid #000;
  border-radius: 90px;
  color: #000;
  margin: 0;
  width: calc(50% - 5px);
}
.woocommerce--modern .mini-cart .buttons .btn:hover, .woocommerce--modern .mini-cart .buttons .btn:focus {
  background-color: #e53935;
  color: #fff;
}
.woocommerce--modern .mini-cart .btn.checkout,
.woocommerce--modern .mini-cart .btn.wc-forward {
  font-size: 75%;
  padding: 8px 15px;
}
.woocommerce--modern .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce--modern .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.woocommerce--modern div.woocommerce-tabs ul.tabs li.active {
  pointer-events: none;
}
.woocommerce--modern div.woocommerce-tabs ul.tabs li.active::before {
  display: none;
}
.woocommerce--modern div.woocommerce-tabs ul.tabs a {
  color: #000;
  font-size: 95%;
  transition: 0.2s background-color;
}
.woocommerce--modern div.woocommerce-tabs ul.tabs a:hover {
  background-color: #e1e1e1;
}
.woocommerce--modern .woocommerce-tabs h2,
.woocommerce--modern .related h2, .woocommerce--modern .upsells h2 {
  font-size: 24px;
}
.woocommerce--modern .woocommerce-tabs h2 {
  margin: 10px 0;
}
.woocommerce--modern .product-thumbnail img {
  width: 75px;
}
.woocommerce--modern .woocommerce-Message .button {
  margin-right: 15px;
}

.btn.btn-woocommerce {
  background-color: #fff;
  border-radius: 90px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  max-width: none !important;
  padding: 15px 33px !important;
  text-overflow: ellipsis;
  text-transform: none;
  vertical-align: middle;
  width: 90%;
}
.btn.btn-woocommerce:hover, .btn.btn-woocommerce:focus {
  color: #fff;
}
.btn.btn-woocommerce svg {
  height: 19px;
  vertical-align: middle;
  margin-left: 7px;
  width: 19px;
}

.woocommerce--modern.woocommerce-page .button:not(.wc-forward) {
  background: none;
  border: 1px solid #000;
  color: #000;
  max-width: 100%;
  padding: 9px 25px;
  text-transform: none;
}
.woocommerce--modern.woocommerce-page .button:not(.wc-forward):hover, .woocommerce--modern.woocommerce-page .button:not(.wc-forward):focus {
  border: 1px solid #000;
}
.woocommerce--modern.woocommerce-page .button:not(.wc-forward) svg {
  height: 19px;
  margin-left: 7px;
  vertical-align: middle;
  width: 19px;
}

.single_add_to_cart_button {
  padding: 9px 10px;
  width: 180px;
}

.cart_totals h2 {
  display: none !important;
}

.cart_totals th, td {
  border-color: transparent;
}

.woocommerce--classic {
  /* Quantity */
  /* # WooCommerce Header Cart */
  /*header*/
  /* =Header
  -------------------------------------------------------------- */
}
.woocommerce--classic .products {
  margin-bottom: -42px;
}
.woocommerce--classic .woocommerce-products-header__title {
  display: none;
}
.woocommerce--classic .onsale {
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  padding: 13px 6px;
  position: absolute;
  right: -5px;
  text-transform: uppercase;
  top: -5px;
  z-index: 1;
}
.woocommerce--classic .woocommerce-product-gallery__trigger {
  color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 19px;
  height: 50px;
  z-index: 9999;
  text-align: center;
  width: 50px;
}
.woocommerce--classic .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce--classic .woocommerce-product-gallery__trigger::before {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce--classic .product-single-header .onsale {
  left: 10px;
  right: auto;
}
.woocommerce--classic .product-single-header .product_title {
  font-size: 36px;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
  text-transform: none;
}
.woocommerce--classic .product-single-header .woocommerce-product-rating {
  margin-bottom: 15px;
  margin-top: -5px;
}
.woocommerce--classic .quantity-field {
  border: 1px solid #eee;
  border-radius: 4px;
  color: #d3d3d3;
  float: left;
  margin-right: 13px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  width: 89px;
  zoom: 1;
}
.woocommerce--classic .quantity-field input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  border: none;
  float: left;
  font-size: 14px;
  height: 44px;
  padding: 0 5px 0 0;
  text-align: center;
  width: 63px;
}
.woocommerce--classic .quantity-field__button {
  background-color: #ccc;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 23px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  vertical-align: text-top;
  width: 26px;
}
.woocommerce--classic .quantity-field__button--plus {
  border-bottom: 0;
  right: 0;
  top: 0;
}
.woocommerce--classic .quantity-field__button--minus {
  bottom: 0;
  right: 0;
}
.woocommerce--classic .woo-header-cart {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  z-index: 9;
}
@media (min-width: 768px) {
  .woocommerce--classic .woo-header-cart {
    position: relative;
  }
}
.woocommerce--classic .woo-header-cart .mini-cart {
  background-color: #474747;
  color: #fff;
  display: none;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .woocommerce--classic .woo-header-cart .mini-cart {
    width: 244px;
  }
}
.woocommerce--classic .woo-header-cart .mini-cart li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 15px;
}
.woocommerce--classic .woo-header-cart .mini-cart li + li {
  margin-top: 15px;
}
.woocommerce--classic .woo-header-cart .mini-cart h4 {
  margin-bottom: 4px;
}
.woocommerce--classic .woo-header-cart .mini-cart h4 a {
  color: #fff;
}
.woocommerce--classic .woo-header-cart .mini-cart .quantity {
  color: #d3d3d3;
}
.woocommerce--classic .woo-header-cart .mini-cart:hover {
  display: block;
}
.woocommerce--classic .woo-header-cart .mini-cart ul {
  list-style: none;
  padding: 0;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit {
  box-sizing: border-box;
  float: left;
  margin-right: 3%;
  width: 47%;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit:hover {
  color: #fff;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + #submit,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .added_to_cart,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .btn,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .added_to_cart + #submit,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .btn + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .added_to_cart + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .btn + #submit {
  margin-left: 3%;
  margin-right: 0;
}
.woocommerce--classic .woo-header-cart .cart-contents {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 25px;
}
.woocommerce--classic .woo-header-cart .cart-contents > i {
  color: #474747;
  font-size: 19px;
}
.woocommerce--classic .woo-header-cart .cart-contents:hover + .mini-cart {
  display: block;
}
.woocommerce--classic .woo-header-cart .cart_list + .total strong {
  color: #fff;
}
.woocommerce--classic .cart_list + .total {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.woocommerce--classic .cart_list + .total strong {
  font-weight: 300;
}
.woocommerce--classic .widget_shopping_cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
}
.woocommerce--classic .widget_shopping_cart li + li {
  margin-top: 15px;
}
.woocommerce--classic .widget_shopping_cart h4 {
  margin-bottom: 0;
}
.woocommerce--classic .hidden-lg.cartwrap .woo-header-cart {
  margin-left: 2px;
  margin-top: 19px;
}
.woocommerce--classic .show-md.cartwrap .woo-header-cart {
  margin-left: 10px;
  margin-top: 5px;
  padding-bottom: 0;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .woocommerce--classic .show-md.cartwrap {
    float: right;
    margin-right: 50px;
    margin-top: 15px;
  }
  .woocommerce--classic .show-md.cartwrap.cart-search-space {
    margin-right: 85px;
  }
  .woocommerce--classic .vertical-menu .show-md.cartwrap {
    margin-right: 35px;
    margin-top: -4px;
  }
  .woocommerce--classic .vertical-menu .show-md.cartwrap.cart-search-space {
    margin-right: 65px;
  }
}
@media (min-width: 992px) {
  .woocommerce--classic .show-md.cartwrap {
    float: right;
  }
  .woocommerce--classic .vertical-menu .show-md.cartwrap {
    float: left;
    margin-top: 20px;
  }
  .woocommerce--classic .vertical-menu .show-md.cartwrap .woo-header-cart {
    margin: 0 0 20px;
    padding: 0;
  }
  .woocommerce--classic .vertical-menu .woo-header-cart .mini-cart {
    left: 0;
    right: auto;
  }
}
.woocommerce--classic .woo-header-cart {
  float: right;
  height: 25px;
  margin-left: 1px;
  margin-top: 19px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 5px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .woocommerce--classic .woo-header-cart {
    position: relative;
  }
}
.woocommerce--classic .woo-header-cart .mini-cart {
  background-color: #474747;
  color: #fff;
  display: none;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 37px;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .woocommerce--classic .woo-header-cart .mini-cart {
    width: 244px;
  }
}
@media (max-width: 768px) {
  .woocommerce--classic .woo-header-cart .mini-cart {
    top: 64px;
  }
  .woocommerce--classic .product-single-header .images a {
    max-width: 50%;
    padding-right: 20px;
  }
}
.woocommerce--classic .woo-header-cart .mini-cart li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 15px;
}
.woocommerce--classic .woo-header-cart .mini-cart li + li {
  margin-top: 15px;
}
.woocommerce--classic .woo-header-cart .mini-cart h4 {
  margin: 0;
  font-size: 14px;
  top: -3px;
}
.woocommerce--classic .woo-header-cart .mini-cart h4 a {
  color: #fff;
}
.woocommerce--classic .woo-header-cart .mini-cart .quantity {
  color: #d3d3d3;
}
.woocommerce--classic .woo-header-cart .mini-cart:hover {
  display: block;
}
.woocommerce--classic .woo-header-cart .mini-cart ul {
  list-style: none;
  padding: 0;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit {
  box-sizing: border-box;
  float: left;
  margin-right: 3%;
  width: 47%;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn:hover,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit:hover {
  color: #fff;
}
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + #submit,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .added_to_cart,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .btn,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .added_to_cart + #submit,
.woocommerce--classic .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .btn + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .added_to_cart + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .btn + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .added_to_cart,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .btn,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .added_to_cart + #submit,
.woocommerce--classic .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .btn + #submit {
  margin-left: 3%;
  margin-right: 0;
}
.woocommerce--classic .woo-header-cart .cart-contents {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 2px;
}
.woocommerce--classic .woo-header-cart .cart-contents > i {
  color: #474747;
  font-size: 19px;
}
.woocommerce--classic .woo-header-cart .cart-contents > span {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 20px;
  line-height: 13px;
  padding: 4px;
  text-align: center;
  width: 20px;
}
.woocommerce--classic .woo-header-cart .cart-contents:hover + .mini-cart {
  display: block;
}
.woocommerce--classic .woo-header-cart .cart_list + .total strong {
  color: #fff;
}
.woocommerce--classic .cart_list + .total {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.woocommerce--classic .cart_list + .total strong {
  font-weight: 300;
}
.woocommerce--classic .product_list_widget dl {
  margin-bottom: 0;
}
.woocommerce--classic .product_list_widget dl * {
  display: inline;
}
.woocommerce--classic .cart_list.product_list_widget {
  float: none;
}
.woocommerce--classic .cart_list.product_list_widget h4 > a {
  font-size: 14px;
}
.woocommerce--classic .buttons .btn {
  margin-top: 0;
}

.woocommerce-mini-cart-item {
  min-height: 40px;
  padding: 0 10px 5px 55px !important;
  font-size: 14px;
  line-height: 19px;
}
.woocommerce-mini-cart-item .remove_from_cart_button,
.woocommerce-mini-cart-item img {
  position: absolute;
}
.woocommerce-mini-cart-item .remove_from_cart_button {
  top: 0;
  right: 0;
  font-size: 18px;
}
.woocommerce-mini-cart-item img {
  top: 1px;
  left: 0;
  width: 40px;
  height: 40px;
}
.woocommerce-mini-cart-item .quantity {
  display: block;
}
.woocommerce-mini-cart-item a {
  color: inherit;
}

.woocommerce-mini-cart__buttons .btn {
  line-height: 1.5;
}

.woo-header-cart .fa-shopping-cart {
  vertical-align: middle;
}

.portfolio-fs__item {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  display: block;
  height: 100vh;
  position: relative;
}
.portfolio-fs__item:hover, .portfolio-fs__item:focus {
  color: #000;
}
.portfolio-fs__item:hover .portfolio-fs__title, .portfolio-fs__item:focus .portfolio-fs__title {
  color: #000;
}
.portfolio-fs__item:hover .portfolio-fs__more svg, .portfolio-fs__item:focus .portfolio-fs__more svg {
  opacity: 1;
}
.portfolio-fs__content {
  bottom: 160px;
  left: 15px;
  position: absolute;
}
.portfolio-fs__container {
  height: 100%;
  position: relative;
}
.portfolio-fs__title {
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}
.portfolio-fs__more {
  color: #000;
}
.portfolio-fs__more svg {
  height: 6px;
  fill: currentColor;
  margin-left: 26px;
  opacity: 0;
  transition: 0.2s opacity;
  width: 41px;
}

.portfolio-fs--white .portfolio-fs__title {
  font-size: 48px;
}
.portfolio-fs--white .portfolio-fs__more {
  font-size: 14px;
}

.portfolio-fs--fancy .portfolio-fs__title {
  font-size: 36px;
}
@media (min-width: 768px) {
  .portfolio-fs--fancy .portfolio-fs__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .portfolio-fs--fancy .portfolio-fs__title {
    font-size: 60px;
  }
}
.portfolio-fs--fancy .portfolio-fs__more {
  font-size: 16px;
}

.widget_newsletterwidget {
  width: 100%;
}

.tnp-widget {
  position: relative;
}
.tnp-widget label {
  display: none;
}

.tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
}

.tnp-submit {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.tnp-email {
  width: 100%;
}

.site-footer--classic .widget_newsletterwidget {
  max-width: 250px;
}

.site-footer--modern .widget_newsletterwidget {
  max-width: 352px;
}
.site-footer--modern .tnp-email {
  background: none;
  border: none;
  height: 40px;
  padding: 0 20px;
}
.site-footer--modern .tnp-email::-webkit-input-placeholder {
  color: #898989;
}
.site-footer--modern .tnp-email:-ms-input-placeholder {
  color: #898989;
}
.site-footer--modern .tnp-email::placeholder {
  color: #898989;
}
.site-footer--modern .tnp-email:focus {
  border-color: #000;
  outline: none;
}
.site-footer--modern .tnp-widget {
  border: 1px solid #888;
}
.site-footer--modern .tnp-field-button {
  border-left: 1px solid #888;
}
.site-footer--modern .tnp-submit {
  color: #898989;
  line-height: 40px;
  padding: 0 28px;
  text-transform: uppercase;
  transition: 0.2s color;
}
.site-footer--modern .tnp-submit:focus, .site-footer--modern .tnp-submit:hover {
  color: #000;
  outline: none;
}

.sidebar--classic {
  /* Categories */
  /* Product Categories */
  /* Text widget */
  /* Menu */
  /* Widget title */
  /* Search */
}
@media (max-width: 992px) {
  .sidebar--classic {
    margin-top: 60px;
  }
}
.sidebar--classic .widget-categories,
.sidebar--classic .widget_archive,
.sidebar--classic .widget_categories,
.sidebar--classic .widget_recent_entries {
  padding: 0;
}
.sidebar--classic .widget-categories ul,
.sidebar--classic .widget_archive ul,
.sidebar--classic .widget_categories ul,
.sidebar--classic .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar--classic .widget-categories li,
.sidebar--classic .widget_archive li,
.sidebar--classic .widget_categories li,
.sidebar--classic .widget_recent_entries li {
  border-bottom: 1px solid #ebebeb;
}
.sidebar--classic .widget-categories a,
.sidebar--classic .widget_archive a,
.sidebar--classic .widget_categories a,
.sidebar--classic .widget_recent_entries a {
  color: #848484;
  display: inline-block;
  padding: 9px 0;
}
.sidebar--classic .widget_recent_comments li,
.sidebar--classic .widget_recent_comments .recentcomments {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
  padding: 9px 0;
}
.sidebar--classic .product-categories {
  padding: 0;
}
.sidebar--classic .product-categories li {
  list-style: none;
}
.sidebar--classic .product-categories a {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  display: block;
  padding: 9px 0;
}
.sidebar--classic .product-categories .children a {
  padding-left: 20px;
}
.sidebar--classic .widget_anpstext {
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.sidebar--classic .widget_anpstext span.fa,
.sidebar--classic .widget_anpstext span.fas {
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 16px;
}
.sidebar--classic .menu {
  margin: 0;
  padding: 0;
}
.sidebar--classic .menu li {
  list-style: none;
  margin-bottom: 5px;
}
.sidebar--classic .menu li ul {
  margin-left: 20px;
  margin-top: 5px;
}
.sidebar--classic .menu a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #848484;
  display: block;
  padding: 11px 20px;
  position: relative;
}
.sidebar--classic .menu a::after {
  content: "›";
  font-family: Georgia, serif;
  font-size: 17px;
  position: absolute;
  right: 17px;
  top: 7px;
}
.sidebar--classic .menu .current_page_item > a {
  color: #fff;
}
.sidebar--classic .menu .current_page_item > a:hover, .sidebar--classic .menu .current_page_item > a:focus {
  color: #fff;
}
.sidebar--classic .menu .current-menu-ancestor a {
  color: #fff;
  padding: 8px 21px;
}
.sidebar--classic .menu [class*=col-md-4] {
  float: none;
  padding: 0;
  width: 100%;
}
.sidebar--classic .widget-title,
.sidebar--classic h2.widgettitle {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.sidebar--classic .searchform {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}
.sidebar--classic .searchform input[type=text] {
  border: none;
  outline: none;
  padding: 5px 0;
  width: 100%;
}
.sidebar--classic .searchform button.fa-search {
  border: 0 outset buttonface;
  padding: 0;
}
.sidebar--classic .searchform button[type=submit] {
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 2px;
}
.sidebar--classic .widget_recent_comments #recentcomments,
.sidebar--classic .widget_nav_menu #menu-side-menu,
.sidebar--classic .vc_wp_meta .widget_meta > ul,
.sidebar--classic .vc_wp_pages .widget_pages > ul,
.sidebar--classic .vc_wp_archives .widget_archive > ul,
.sidebar--classic .vc_wp_categories .widget_categories > ul,
.sidebar--classic .widget_recent_entries > ul {
  padding-left: 0;
}
.sidebar--classic .vc_wp_custommenu .widget_nav_menu #menu-side-menu > li,
.sidebar--classic .vc_wp_meta .widget_meta > ul > li,
.sidebar--classic .vc_wp_pages .widget_pages > ul > li,
.sidebar--classic .vc_wp_archives .widget_archive > ul > li,
.sidebar--classic .vc_wp_categories .widget_categories > ul > li,
.sidebar--classic .widget_recent_entries > ul > li {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  list-style: outside none none;
  padding: 9px 0;
}
.sidebar--classic .wpb_content_element .widget a {
  color: #848484;
}

.sidebar--dark {
  /* Search */
}
.sidebar--dark .widget-title {
  margin-bottom: 25px;
}
.sidebar--dark .widget-container + .widget-container {
  margin-top: 40px;
}
.sidebar--dark .menu {
  margin: 0;
  padding: 0;
}
.sidebar--dark .anps_menu_widget ul,
.sidebar--dark .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.sidebar--dark .anps_menu_widget li + li,
.sidebar--dark .woocommerce-MyAccount-navigation li + li {
  margin-top: 15px;
}
.sidebar--dark .anps_menu_widget ul ul,
.sidebar--dark .woocommerce-MyAccount-navigation ul ul {
  margin-top: 15px;
  padding-left: 30px;
}
.sidebar--dark .anps_menu_widget .current_page_item > a,
.sidebar--dark .woocommerce-MyAccount-navigation .current_page_item > a {
  background-color: #e2dedd;
}
.sidebar--dark .anps_menu_widget .current_page_item > a::before, .sidebar--dark .anps_menu_widget .current_page_item > a::after,
.sidebar--dark .woocommerce-MyAccount-navigation .current_page_item > a::before,
.sidebar--dark .woocommerce-MyAccount-navigation .current_page_item > a::after {
  background-color: inherit;
}
.sidebar--dark .anps_menu_widget a,
.sidebar--dark .woocommerce-MyAccount-navigation a {
  color: #000;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 34px;
  padding: 11px 0;
  position: relative;
  transition: 0.2s background-color ease-in-out;
  z-index: 1;
}
.sidebar--dark .anps_menu_widget a:hover, .sidebar--dark .anps_menu_widget a:focus,
.sidebar--dark .woocommerce-MyAccount-navigation a:hover,
.sidebar--dark .woocommerce-MyAccount-navigation a:focus {
  background-color: #e2dedd;
}
.sidebar--dark .anps_menu_widget a:hover::before, .sidebar--dark .anps_menu_widget a:hover::after, .sidebar--dark .anps_menu_widget a:focus::before, .sidebar--dark .anps_menu_widget a:focus::after,
.sidebar--dark .woocommerce-MyAccount-navigation a:hover::before,
.sidebar--dark .woocommerce-MyAccount-navigation a:hover::after,
.sidebar--dark .woocommerce-MyAccount-navigation a:focus::before,
.sidebar--dark .woocommerce-MyAccount-navigation a:focus::after {
  background-color: #e2dedd;
}
.sidebar--dark .anps_menu_widget a::before, .sidebar--dark .anps_menu_widget a::after,
.sidebar--dark .woocommerce-MyAccount-navigation a::before,
.sidebar--dark .woocommerce-MyAccount-navigation a::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s background-color ease-in-out;
  width: 34px;
}
.sidebar--dark .anps_menu_widget a::before,
.sidebar--dark .woocommerce-MyAccount-navigation a::before {
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  left: -34px;
}
.sidebar--dark .anps_menu_widget a::after,
.sidebar--dark .woocommerce-MyAccount-navigation a::after {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  left: 100%;
}
.sidebar--dark .anps_menu_widget [class*=col-],
.sidebar--dark .woocommerce-MyAccount-navigation [class*=col-] {
  float: none;
  width: 100%;
}
.sidebar--dark .searchform {
  position: relative;
}
.sidebar--dark .searchform input[type=text] {
  border: 1px solid #888;
  padding: 8px 20px;
  transition: 0.2s border-color ease-in-out;
  width: 100%;
}
.sidebar--dark .searchform input[type=text]:focus {
  border-color: #000;
  outline: none;
}
.sidebar--dark .searchform input[type=text]:focus + input[type=submit] {
  border-color: #000;
}
.sidebar--dark .searchform input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-left: 1px solid #888;
  color: #888;
  font-size: 80%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}
.sidebar--dark .searchform input[type=submit]:hover, .sidebar--dark .searchform input[type=submit]:focus {
  color: #000;
}
.sidebar--dark .widget_recent_comments li + li,
.sidebar--dark .widget_meta li + li,
.sidebar--dark .widget_categories li + li,
.sidebar--dark .widget_archive li + li,
.sidebar--dark .widget_recent_entries li + li {
  margin-top: 15px;
}

.sidebar--white {
  /* Search */
}
.sidebar--white .widget-title {
  margin-bottom: 25px;
}
.sidebar--white .widget-container + .widget-container {
  margin-top: 40px;
}
.sidebar--white .menu {
  margin: 0;
  padding: 0;
}
.sidebar--white .anps_menu_widget ul,
.sidebar--white .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.sidebar--white .anps_menu_widget li + li,
.sidebar--white .woocommerce-MyAccount-navigation li + li {
  margin-top: 15px;
}
.sidebar--white .anps_menu_widget ul ul,
.sidebar--white .woocommerce-MyAccount-navigation ul ul {
  margin-top: 15px;
  padding-left: 30px;
}
.sidebar--white .anps_menu_widget .current_page_item > a,
.sidebar--white .woocommerce-MyAccount-navigation .current_page_item > a {
  border-color: currentColor;
}
.sidebar--white .anps_menu_widget a,
.sidebar--white .woocommerce-MyAccount-navigation a {
  border-color: transparent;
  color: #000;
  display: inline-block;
  line-height: 1.3em;
  padding: 11px 34px;
  position: relative;
  transition: 0.2s border-color ease-in-out;
}
.sidebar--white .anps_menu_widget a:hover, .sidebar--white .anps_menu_widget a:focus,
.sidebar--white .woocommerce-MyAccount-navigation a:hover,
.sidebar--white .woocommerce-MyAccount-navigation a:focus {
  border-color: currentColor;
}
.sidebar--white .anps_menu_widget a::before, .sidebar--white .anps_menu_widget a::after,
.sidebar--white .woocommerce-MyAccount-navigation a::before,
.sidebar--white .woocommerce-MyAccount-navigation a::after {
  border: 1px solid;
  border-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.sidebar--white .anps_menu_widget a::before,
.sidebar--white .woocommerce-MyAccount-navigation a::before {
  border-right: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  left: 0;
}
.sidebar--white .anps_menu_widget a::after,
.sidebar--white .woocommerce-MyAccount-navigation a::after {
  border-left: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 50%;
}
.sidebar--white .anps_menu_widget [class*=col-],
.sidebar--white .woocommerce-MyAccount-navigation [class*=col-] {
  float: none;
  width: 100%;
}
.sidebar--white .searchform {
  position: relative;
}
.sidebar--white .searchform input[type=text] {
  border: 1px solid #888;
  padding: 8px 20px;
  transition: 0.2s border-color ease-in-out;
  width: 100%;
}
.sidebar--white .searchform input[type=text]:focus {
  border-color: #000;
  outline: none;
}
.sidebar--white .searchform input[type=text]:focus + input[type=submit] {
  border-color: #000;
}
.sidebar--white .searchform input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-left: 1px solid #888;
  color: #888;
  font-size: 80%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}
.sidebar--white .searchform input[type=submit]:hover, .sidebar--white .searchform input[type=submit]:focus {
  color: #000;
}
.sidebar--white .widget_recent_comments li + li,
.sidebar--white .widget_meta li + li,
.sidebar--white .widget_categories li + li,
.sidebar--white .widget_archive li + li,
.sidebar--white .widget_recent_entries li + li {
  margin-top: 15px;
}

.sidebar--fancy {
  /* Search */
}
.sidebar--fancy .widget-title {
  margin-bottom: 25px;
}
.sidebar--fancy .widget-container + .widget-container {
  margin-top: 40px;
}
.sidebar--fancy .menu {
  margin: 0;
  padding: 0;
}
.sidebar--fancy .widget_nav_menu ul,
.sidebar--fancy .anps_menu_widget ul,
.sidebar--fancy .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.sidebar--fancy .widget_nav_menu li + li,
.sidebar--fancy .anps_menu_widget li + li,
.sidebar--fancy .woocommerce-MyAccount-navigation li + li {
  margin-top: 15px;
}
.sidebar--fancy .widget_nav_menu ul ul,
.sidebar--fancy .anps_menu_widget ul ul,
.sidebar--fancy .woocommerce-MyAccount-navigation ul ul {
  margin-top: 15px;
  padding-left: 30px;
}
.sidebar--fancy .widget_nav_menu .current_page_item > a,
.sidebar--fancy .anps_menu_widget .current_page_item > a,
.sidebar--fancy .woocommerce-MyAccount-navigation .current_page_item > a {
  background-color: #efbcc5;
}
.sidebar--fancy .widget_nav_menu .current_page_item > a::before, .sidebar--fancy .widget_nav_menu .current_page_item > a::after,
.sidebar--fancy .anps_menu_widget .current_page_item > a::before,
.sidebar--fancy .anps_menu_widget .current_page_item > a::after,
.sidebar--fancy .woocommerce-MyAccount-navigation .current_page_item > a::before,
.sidebar--fancy .woocommerce-MyAccount-navigation .current_page_item > a::after {
  background-color: inherit;
}
.sidebar--fancy .widget_nav_menu a,
.sidebar--fancy .anps_menu_widget a,
.sidebar--fancy .woocommerce-MyAccount-navigation a {
  color: #000;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 34px;
  padding: 11px 0;
  position: relative;
  transition: 0.2s background-color ease-in-out;
  z-index: 1;
}
.sidebar--fancy .widget_nav_menu a:hover, .sidebar--fancy .widget_nav_menu a:focus,
.sidebar--fancy .anps_menu_widget a:hover,
.sidebar--fancy .anps_menu_widget a:focus,
.sidebar--fancy .woocommerce-MyAccount-navigation a:hover,
.sidebar--fancy .woocommerce-MyAccount-navigation a:focus {
  background-color: #efbcc5;
}
.sidebar--fancy .widget_nav_menu a:hover::before, .sidebar--fancy .widget_nav_menu a:hover::after, .sidebar--fancy .widget_nav_menu a:focus::before, .sidebar--fancy .widget_nav_menu a:focus::after,
.sidebar--fancy .anps_menu_widget a:hover::before,
.sidebar--fancy .anps_menu_widget a:hover::after,
.sidebar--fancy .anps_menu_widget a:focus::before,
.sidebar--fancy .anps_menu_widget a:focus::after,
.sidebar--fancy .woocommerce-MyAccount-navigation a:hover::before,
.sidebar--fancy .woocommerce-MyAccount-navigation a:hover::after,
.sidebar--fancy .woocommerce-MyAccount-navigation a:focus::before,
.sidebar--fancy .woocommerce-MyAccount-navigation a:focus::after {
  background-color: #efbcc5;
}
.sidebar--fancy .widget_nav_menu a::before, .sidebar--fancy .widget_nav_menu a::after,
.sidebar--fancy .anps_menu_widget a::before,
.sidebar--fancy .anps_menu_widget a::after,
.sidebar--fancy .woocommerce-MyAccount-navigation a::before,
.sidebar--fancy .woocommerce-MyAccount-navigation a::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s background-color ease-in-out;
  width: 34px;
}
.sidebar--fancy .widget_nav_menu a::before,
.sidebar--fancy .anps_menu_widget a::before,
.sidebar--fancy .woocommerce-MyAccount-navigation a::before {
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  left: -34px;
}
.sidebar--fancy .widget_nav_menu a::after,
.sidebar--fancy .anps_menu_widget a::after,
.sidebar--fancy .woocommerce-MyAccount-navigation a::after {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  left: 100%;
}
.sidebar--fancy .widget_nav_menu [class*=col-],
.sidebar--fancy .anps_menu_widget [class*=col-],
.sidebar--fancy .woocommerce-MyAccount-navigation [class*=col-] {
  float: none;
  width: 100%;
}
.sidebar--fancy .searchform {
  position: relative;
}
.sidebar--fancy .searchform input[type=text] {
  border: 1px solid #888;
  padding: 8px 20px;
  transition: 0.2s border-color ease-in-out;
  width: 100%;
}
.sidebar--fancy .searchform input[type=text]:focus {
  border-color: #000;
  outline: none;
}
.sidebar--fancy .searchform input[type=text]:focus + input[type=submit] {
  border-color: #000;
}
.sidebar--fancy .searchform input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-left: 1px solid #888;
  color: #888;
  font-size: 80%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}
.sidebar--fancy .searchform input[type=submit]:hover, .sidebar--fancy .searchform input[type=submit]:focus {
  color: #000;
}
.sidebar--fancy .widget_recent_comments li + li,
.sidebar--fancy .widget_meta li + li,
.sidebar--fancy .widget_categories li + li,
.sidebar--fancy .widget_archive li + li,
.sidebar--fancy .widget_recent_entries li + li {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .anps-side-container {
    position: relative;
  }
}

.anps-box--shadow {
  box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
.anps-box__wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.anps-box__wrap > *:first-child {
  margin-top: 0;
}
.anps-box__wrap > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .anps-box--border .anps-box {
    border-right: 1px solid #f2f2f2;
  }
}
.anps-box--border > div:last-child .anps-box {
  border-right: 0;
}

a.anps-box__img {
  transition: 0.2s opacity;
}
a.anps-box__img:hover, a.anps-box__img:focus {
  opacity: 0.85;
}

:root .has-gray-color {
  color: #727272;
}

:root .has-purple-light-color {
  color: #bf5a91;
}

:root .has-purple-dark-color {
  color: #940855;
}

:root .has-light-color {
  color: #ffffff;
}

:root .has-dark-color {
  color: #242424;
}

:root .has-gray-background-color {
  background-color: #727272;
}

:root .has-purple-light-background-color {
  background-color: #bf5a91;
}

:root .has-purple-dark-background-color {
  background-color: #940855;
}

:root .has-light-background-color {
  background-color: #ffffff;
}

:root .has-dark-background-color {
  background-color: #242424;
}

.has-anps-h-1-font-size {
  font-size: 31px;
}

.has-anps-h-2-font-size {
  font-size: 24px;
}

.has-anps-h-3-font-size {
  font-size: 21px;
}

.has-anps-h-4-font-size {
  font-size: 18px;
}

.has-anps-h-5-font-size {
  font-size: 16px;
}

.wp-block-table,
.wp-block-media-text,
.wp-block-file,
.wp-block-cover,
.wp-block-button,
.wp-block-image,
.wp-block-gallery,
.wp-block-audio,
.wp-block-columns,
.wp-block-pullquote {
  margin-bottom: 10px;
}

.wp-block-quote,
.wp-block-group {
  margin-bottom: 10px !important;
}

.wp-block-quote {
  padding: 9px 17px;
}

.wp-block-pullquote > blockquote,
.wp-block-pullquote > blockquote > p {
  padding: 0;
  border: 0;
}

.wp-block-pullquote > blockquote {
  margin: 1em;
}

.wp-block-pullquote > blockquote > p {
  font-size: 28px;
}

.wp-block-code {
  font-size: 13px;
}

.wp-block-separator {
  clear: both;
}

.wp-block-file__button {
  display: inline-block;
}

.blocks-gallery-caption {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.wp-block-image .alignleft {
  margin-right: 20px;
}
.wp-block-image .alignright {
  margin-left: 20px;
}
.wp-block-image .aligncenter {
  margin-top: 5px;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 5px;
  margin-bottom: 10px;
}
.wp-block-image figcaption {
  margin: 0;
  padding: 10px 4px;
  font-size: 14px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.12);
}

.wp-block-gallery {
  border: 0 !important;
  box-shadow: none !important;
}
.wp-block-gallery.alignnone {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-top: -11px;
}

.wp-block-table {
  border-width: 0 !important;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid #e5e5e5 !important;
}

.wp-block-code,
.wp-block-preformatted {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wp-block-verse {
  font-family: inherit;
  font-size: inherit;
}

.wp-block-coblocks-click-to-tweet,
.wp-block-coblocks-pricing-table,
.wp-block-coblocks-highlight,
.wp-block-coblocks-alert,
.wp-block-coblocks-media-card,
.wp-block-coblocks-accordion {
  margin-top: 0;
  margin-bottom: 10px;
}