@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
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 {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

  .btn > .caret, .woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button > .caret, .woocommerce-checkout #payment .place-order input#place_order > .caret,
.dropup > .btn > .caret,
.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .dropup > .button > .caret,
.woocommerce-checkout #payment .place-order .dropup > input#place_order > .caret {
    border-top-color: #000 !important;
  }

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

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* Keeps page centered in all browsers regardless of content height */
  -moz-osx-font-smoothing: grayscale;
}

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

@-moz-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
}

audio, canvas, video {
  display: inline;
  zoom: 1;
}

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

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 48em) {
  .container {
    max-width: 64rem;
  }
}
@media (min-width: 64em) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 80em) {
  .container {
    max-width: 117rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row {
  display: flex;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

@media (min-width: 20em) {
  .col-xs-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xs-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xs-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xs-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .col-sm-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 64em) {
  .col-md-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 80em) {
  .col-lg-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 120em) {
  .col-xl-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

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

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

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

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

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

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

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

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-first {
  order: -1;
}

.col-xs-last {
  order: 1;
}

@media (min-width: 48em) {
  .col-sm-first {
    order: -1;
  }

  .col-sm-last {
    order: 1;
  }
}
@media (min-width: 64em) {
  .col-md-first {
    order: -1;
  }

  .col-md-last {
    order: 1;
  }
}
@media (min-width: 80em) {
  .col-lg-first {
    order: -1;
  }

  .col-lg-last {
    order: 1;
  }
}
@media (min-width: 120em) {
  .col-xl-first {
    order: -1;
  }

  .col-xl-last {
    order: 1;
  }
}
.row-xs-top {
  align-items: flex-start;
}

.row-xs-center {
  align-items: center;
}

.row-xs-bottom {
  align-items: flex-end;
}

@media (min-width: 48em) {
  .row-sm-top {
    align-items: flex-start;
  }

  .row-sm-center {
    align-items: center;
  }

  .row-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 64em) {
  .row-md-top {
    align-items: flex-start;
  }

  .row-md-center {
    align-items: center;
  }

  .row-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 80em) {
  .row-lg-top {
    align-items: flex-start;
  }

  .row-lg-center {
    align-items: center;
  }

  .row-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 120em) {
  .row-xl-top {
    align-items: flex-start;
  }

  .row-xl-center {
    align-items: center;
  }

  .row-xl-bottom {
    align-items: flex-end;
  }
}
.col-xs-top {
  align-self: flex-start;
}

.col-xs-center {
  align-self: center;
}

.col-xs-bottom {
  align-self: flex-end;
}

@media (min-width: 48em) {
  .col-sm-top {
    align-self: flex-start;
  }

  .col-sm-center {
    align-self: center;
  }

  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 64em) {
  .col-md-top {
    align-self: flex-start;
  }

  .col-md-center {
    align-self: center;
  }

  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 80em) {
  .col-lg-top {
    align-self: flex-start;
  }

  .col-lg-center {
    align-self: center;
  }

  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 120em) {
  .col-xl-top {
    align-self: flex-start;
  }

  .col-xl-center {
    align-self: center;
  }

  .col-xl-bottom {
    align-self: flex-end;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.media {
  display: flex;
  margin-bottom: 1rem;
}

.media-body {
  flex: 1;
}

.media-middle {
  align-self: center;
}

.media-bottom {
  align-self: flex-end;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 48em) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 80em) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 120em) {
  .text-xl-left {
    text-align: left;
  }

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

  .text-xl-center {
    text-align: center;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #0275d8;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff;
  background-color: #0275d8;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5;
}

.bg-success {
  color: #fff;
  background-color: #5cb85c;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44;
}

.bg-info {
  color: #fff;
  background-color: #5bc0de;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5;
}

.bg-warning {
  color: #fff;
  background-color: #f0ad4e;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f;
}

.bg-danger {
  color: #fff;
  background-color: #d9534f;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c;
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1rem !important;
}

.m-t {
  margin-top: 1rem !important;
}

.m-r {
  margin-right: 1rem !important;
}

.m-b {
  margin-bottom: 1rem !important;
}

.m-l {
  margin-left: 1rem !important;
}

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-md {
  margin: 1.5rem !important;
}

.m-t-md {
  margin-top: 1.5rem !important;
}

.m-r-md {
  margin-right: 1.5rem !important;
}

.m-b-md {
  margin-bottom: 1.5rem !important;
}

.m-l-md {
  margin-left: 1.5rem !important;
}

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-lg {
  margin: 3rem !important;
}

.m-t-lg {
  margin-top: 3rem !important;
}

.m-r-lg {
  margin-right: 3rem !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

.m-l-lg {
  margin-left: 3rem !important;
}

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1rem !important;
}

.p-t {
  padding-top: 1rem !important;
}

.p-r {
  padding-right: 1rem !important;
}

.p-b {
  padding-bottom: 1rem !important;
}

.p-l {
  padding-left: 1rem !important;
}

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-md {
  padding: 1.5rem !important;
}

.p-t-md {
  padding-top: 1.5rem !important;
}

.p-r-md {
  padding-right: 1.5rem !important;
}

.p-b-md {
  padding-bottom: 1.5rem !important;
}

.p-l-md {
  padding-left: 1.5rem !important;
}

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-lg {
  padding: 3rem !important;
}

.p-t-lg {
  padding-top: 3rem !important;
}

.p-r-lg {
  padding-right: 3rem !important;
}

.p-b-lg {
  padding-bottom: 3rem !important;
}

.p-l-lg {
  padding-left: 3rem !important;
}

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 20em) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 63.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 79.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 80em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 119.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 120em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.thememove-recent-posts .recent-posts__item::after, .mini-cart .widget_shopping_cart_content .cart_list li::after {
  content: "";
  display: table;
  clear: both;
}
.header04 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after, .header04 .main-navigation ul.menu li.menu-item-has-children > a:after, .header03 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after, .header03 .main-navigation ul.menu li.menu-item-has-children > a:after, .header02 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after, .header02 .main-navigation ul.menu li.menu-item-has-children > a:after, .header01 .main-navigation .menu li > .sub-menu li.menu-item-has-children > a:after, .header01 .main-navigation .menu li > .sub-menu li.page_item_has_children > a:after, .header01 .main-navigation .menu li .children li.menu-item-has-children > a:after, .header01 .main-navigation .menu li .children li.page_item_has_children > a:after, .header01 .main-navigation .menu li.menu-item-has-children > a:after, .header01 .main-navigation .menu li.page_item_has_children > a:after, .tmlawyer_textbox_2 ul li:before, .tmlawyer_textbox_1 ul li:before, .error404 .error404-bg .error-404 .page-content .search-form:after, .sidebar .widget.widget_categories ul li a:before, .sidebar .widget.better-menu-widget ul li a:before,
.wpb_widgetised_column .widget.widget_categories ul li a:before,
.wpb_widgetised_column .widget.better-menu-widget ul li a:before, .single-post .comments-area .comment .comment-content:before, .page .comments-area .comment .comment-content:before, .hentry.format-link .entry-excerpt a:before, .hentry .entry-more a:after, .big-title .title-container ul li:before,
.big-title--single .title-container ul li:before, .mini-cart .top-cart:after, .site-footer ul li a:before, .social-menu .menu li a:before, .top-menu .menu-item a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb a:before, .thememove-recent-posts .recent-posts__item .recent-posts__thumb:after, .thememove-recent-posts .recent-posts__item .recent-posts__thumb:before, .thememove-skill .bar, .popup-search .inner .content, #tmlawyer-practice-4 .eg-tmlawyer-practice-4-wrapper .esg-entry-media img, #tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper .esg-entry-media img, #tmlawyer-practice-1 .eg-tmlawyer-practice-1-wrapper .eg-tmlawyer-practice-1-container, #tmlawyer-practice-1 .eg-tmlawyer-practice-1-wrapper .esg-entry-media img, #tmlawyer-gallery .eg-tmlawyer-gallery-wrapper .esg-entry-media img, .tmlawyer_icon_1 .vc_icon_element-inner, .home_intro .home_intro_icon .icon, .mini-cart .widget_shopping_cart_content, .mini-cart .mini-cart__button, .mini-cart .top-cart:hover, .site-footer ul li, .search-box .search-form, .search-box input[type=search], .search-box i:before, .search-box i:after, .search-box i, .main-navigation .sub-menu li a, .main-navigation .children li a, .main-navigation .sub-menu li, .main-navigation .children li, .main-navigation .sub-menu, .main-navigation .children, .main-navigation .menu > ul > li, .main-navigation .menu > li, button,
input[type=button],
input[type=reset],
input[type=submit], select,
textarea,
input {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb a:before, .big-title:after,
.big-title--single:after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
select,
textarea,
input {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 25px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #888;
  vertical-align: top;
  font-size: 14px;
}
select:focus,
textarea:focus,
input:focus {
  outline: none;
  background-color: #fff;
  color: #000;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

textarea {
  height: 200px;
  resize: vertical;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 15px 20px;
  width: auto;
  border: none;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form .row {
  margin: 0 -5px;
}
.wpcf7-form [class*=col-] {
  padding: 0 5px;
}
.wpcf7-form textarea {
  height: 110px;
}

.form1 select, .form1 textarea, .form1 input {
  border: none;
  background-color: #65656f;
  color: #fff;
}
.form1 select:focus, .form1 textarea:focus, .form1 input:focus {
  background-color: #fff;
  color: #888;
}
.form1 input:-moz-placeholder,
.form1 textarea:-moz-placeholder {
  color: #fff;
}
.form1 input::-moz-placeholder,
.form1 textarea::-moz-placeholder {
  color: #fff;
}
.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #fff;
}
.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-item, .page_item {
  display: inline-block;
}

.top-menu {
  position: relative;
  z-index: 1;
}
.top-menu .menu-item {
  padding: 5px;
}
.top-menu .menu-item a:after {
  margin-left: 10px;
  content: "";
}

.main-navigation {
  position: relative;
  z-index: 999;
  width: 100%;
}
.main-navigation .primary-menu {
  position: relative;
}
.main-navigation .menu, .main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation .menu li:hover > .sub-menu, .main-navigation .menu li:hover > .children {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.main-navigation .menu li:hover > .sub-menu > li, .main-navigation .menu li:hover > .children > li {
  margin-right: 0;
}
.main-navigation .menu > ul > li, .main-navigation .menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}
.main-navigation .menu > ul > li a, .main-navigation .menu > li a {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
}
.main-navigation .sub-menu, .main-navigation .children {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation .sub-menu li, .main-navigation .children li {
  position: relative;
  margin-right: 20px;
}
.main-navigation .sub-menu li.current-menu-item a, .main-navigation .children li.current-menu-item a {
  color: #c8a472;
}
.main-navigation .mega-menu {
  position: static !important;
}
.main-navigation .mega-menu ul.sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
}
.main-navigation .mega-menu ul.sub-menu > li {
  padding: 0px !important;
}
.main-navigation .mega-menu .mega-menu-content {
  padding: 15px;
}
.main-navigation .mega-menu .mega-menu-content ul {
  margin: 0;
  padding: 0;
}
.main-navigation .mega-menu .mega-menu-content ul li {
  padding: 0 !important;
}
.main-navigation .mega-menu .mega-menu-content ul li i {
  width: 20px;
}

@media (min-width: 64em) {
  .top-menu .menu-item {
    padding: 15px 30px 15px 0;
  }
}
/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
#open-left {
  line-height: 1;
  cursor: pointer;
}

.snap-drawers {
  background-color: #fff;
}
@media (min-width: 64em) {
  .snap-drawers {
    display: none;
  }
}

.mobile-menu-wrap {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}
.mobile-menu-wrap .mobile-menu-overlay {
  position: absolute;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-wrap .mobile-menu-inner {
  position: relative;
  background-color: #ffffff;
  width: 90%;
  max-width: 300px;
  display: block;
  height: 100%;
  z-index: 9999;
  transform: translateX(-10%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-wrap .mobile-menu-inner .mobile-menu-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  right: -40px;
  margin-top: -20px;
  background-color: #fff;
  cursor: pointer;
}
.mobile-menu-wrap .mobile-menu-inner .mobile-menu-close:before {
  content: "";
  font-family: FontAwesome;
}
.mobile-menu-wrap .mobile-menu-inner .mobile-menu-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-wrap.open .mobile-menu-overlay {
  opacity: 1;
}
.mobile-menu-wrap.open .mobile-menu-inner {
  transform: translateX(0);
}

body.admin-bar .mobile-menu-wrap {
  top: 32px;
}

.mobile-menu {
  padding: 15px;
  overflow-x: hidden;
}
.mobile-menu > ul {
  padding: 0;
  margin: 0;
}
.mobile-menu > ul li {
  display: block;
  position: relative;
}
.mobile-menu > ul li > ul {
  display: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.mobile-menu > ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.mobile-menu > ul li:last-child {
  border: none;
}
.mobile-menu > ul li .mega-menu-content [class*=col-] {
  width: 100%;
  flex: none;
  max-width: 100%;
}
.mobile-menu > ul li .mega-menu-content ul {
  margin: 0;
  padding: 0;
}
.mobile-menu > ul li .mega-menu-content ul li:last-child a {
  border-bottom: none;
}
.mobile-menu > ul li.active.menu-item-has-children > a {
  width: 90%;
}
.mobile-menu > ul li.active.menu-item-has-children > .menu-arrow {
  transform: translateY(-50%) rotate(0deg);
  top: 26px;
}
.mobile-menu > ul li.menu-item-has-children .menu-arrow {
  right: 10px;
  position: absolute;
  top: 30px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
.mobile-menu > ul li.menu-item-has-children .menu-arrow svg {
  max-width: 9px;
  max-height: 14px;
}

/*--------------------------------------------------------------
## Social menu
--------------------------------------------------------------*/
.social-menu .menu li {
  display: inline-block;
  margin-left: 20px;
  width: auto !important;
}
.social-menu .menu li:before {
  display: none;
}
.social-menu .menu li a {
  font-size: 0;
}
.social-menu .menu li a:before {
  display: inline-block;
  font-size: 16px;
}
.social-menu .menu li a[href*=facebook]:before {
  content: "";
}
.social-menu .menu li a[href*=twitter]:before {
  content: "";
}
.social-menu .menu li a[href*=instagram]:before {
  content: "";
}
.social-menu .menu li a[href*=youtube]:before {
  content: "";
}
.social-menu .menu li a[href*="plus.google.com"]:before {
  content: "";
}
.social-menu .menu li a[href*=flickr]:before {
  content: "";
}
.social-menu .menu li a[href*=dribbble]:before {
  content: "";
}
.social-menu .menu li a[href*=foursquare]:before {
  content: "";
}
.social-menu .menu li a[href*=linkedin]:before {
  content: "";
}
.social-menu .menu li a[href*=tumblr]:before {
  content: "";
}
.social-menu .menu li a[href*=feed]:before {
  content: "";
}
.social-menu .menu li a[href*=vimeo]:before {
  content: "";
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-top {
  position: relative;
  width: 100%;
}

.site-branding {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
}

.extra-info > div {
  padding: 10px 15px;
  text-align: left;
}
.extra-info i {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 30px;
}
.extra-info span {
  color: #777;
  font-weight: 600;
}
.extra-info h3 {
  letter-spacing: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}

.search-box {
  position: relative;
  z-index: 9999;
}
.search-box i {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}
.search-box i:before, .search-box i:after {
  position: absolute;
}
.search-box i:before {
  top: 0;
  left: 0;
}
.search-box i:after {
  top: 100%;
  left: 0;
  content: "";
}
.search-box label span, .search-box input[type=submit] {
  display: none;
}
.search-box input[type=search] {
  position: absolute;
  z-index: 99;
  padding: 10px;
  width: 100%;
  border: none;
  border-top: 3px solid transparent;
  background-color: #fff;
  box-shadow: 0, 6px, 12px, 0, rgba(0, 0, 0, 0.2);
}
.search-box .search-form {
  position: absolute;
  left: -300px;
  top: -100%;
  visibility: hidden;
  width: 300px;
  height: 100%;
  opacity: 0;
}
.search-box .search-form.open {
  visibility: visible;
  opacity: 1;
}
.search-box .search-form.open + i:before {
  top: -100%;
}
.search-box .search-form.open + i:after {
  top: 0;
}
@media (max-width: 79.9em) {
  .search-box {
    width: 100%;
  }
}

@media (min-width: 48em) {
  body {
    color: #000;
  }
}
@media (min-width: 64em) {
  .site-top .social-menu {
    position: relative;
    display: inline-block;
  }
  .site-top .social-menu ul {
    position: relative;
    z-index: 2;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.newsletter {
  background-size: cover;
  color: #ffffff;
}
.newsletter form {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.newsletter input[type=text], .newsletter input[type=email] {
  width: 230px !important;
  height: 48px !important;
  padding: 0 15px !important;
  line-height: 48px !important;
  text-align: center !important;
  border: none !important;
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.newsletter input[type=submit] {
  height: 48px !important;
  padding: 0 20px !important;
  line-height: 48px !important;
  background-color: #c8a472;
  font-weight: 600 !important;
  border: none !important;
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.newsletter input[type=submit]:hover {
  background-color: #222222 !important;
}
.newsletter .text {
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
}
.newsletter .social-menu {
  display: inline-block;
}
.newsletter .social-menu ul.menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.newsletter .social-menu ul.menu li {
  margin: 3px 0px;
  padding: 0;
}
.newsletter .social-menu ul.menu li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.newsletter .social-menu ul.menu li a:before {
  line-height: 40px;
}
.newsletter .social-menu ul.menu li a:hover {
  background-color: #c8a472;
}

.site-footer a {
  text-decoration: none;
  font-size: inherit;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.site-footer .widget ul {
  margin: 0;
  padding: 0;
}
.site-footer .widget .sub-menu {
  display: none;
}
.site-footer .widget i {
  color: #c8a472;
  width: 16px;
}
.site-footer .widget p {
  font-size: inherit;
  line-height: 1.8;
}
.site-footer .widget .widget-title {
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 20px;
}
.site-footer .widget .widget-title:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 10px;
  display: block;
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
  color: #c8a472;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.site-footer .widget .widget-title span {
  display: inline-block;
  margin-bottom: 10px;
}
.site-footer .widget:hover .widget-title:before {
  color: #ffffff;
}
.site-footer .col-md-4 {
  margin-bottom: 30px;
}
.site-footer .social-menu .menu li {
  margin: 0 15px 0 0;
}
.site-footer .social-menu .menu li a:before {
  font-size: 20px;
}
.site-footer ul li {
  display: block;
  margin-bottom: 10px;
  list-style-type: none;
  vertical-align: top;
}
.site-footer ul li a:before {
  margin-right: 10px;
  content: "";
  color: #c8a472;
}

.office p {
  margin-bottom: 10px;
}
.office i {
  width: 35px;
  font-size: 16px;
}

.copyright {
  overflow: hidden;
  line-height: 1.5;
  padding: 40px 0;
  border-top: 1px solid #444444;
}
.copyright a {
  text-decoration: none;
}

@media (max-width: 63.9em) {
  .copyright .copyright-left, .copyright .copyright-right {
    text-align: center !important;
  }

  .newsletter .newsletter-right, .newsletter .newsletter-left {
    text-align: center !important;
  }
  .newsletter .newsletter-left {
    margin-bottom: 30px;
  }
  .newsletter .newsletter-left .text {
    margin: 0;
  }
  .newsletter .newsletter-left input[type=email] {
    margin-bottom: 10px !important;
    float: left;
    margin-right: 5px !important;
  }
}
/*--------------------------------------------------------------
## Mini cart
--------------------------------------------------------------*/
.mini-cart {
  position: relative;
  padding: 0 15px;
}
.mini-cart .top-cart {
  cursor: pointer;
}
.mini-cart .top-cart i {
  margin-right: 10px;
}
.mini-cart .top-cart:after {
  content: "";
  margin-left: 5px;
}
.mini-cart .top-cart:hover {
  opacity: 0.7;
}
.mini-cart .mini-cart__button {
  cursor: pointer;
}
.mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  max-height: 700px;
  width: 300px;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0, 6px, 12px, 0, rgba(0, 0, 0, 0.2);
}
.mini-cart .widget_shopping_cart_content .cart_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini-cart .widget_shopping_cart_content .cart_list li {
  list-style: none;
  margin-bottom: 10px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.mini-cart .widget_shopping_cart_content .cart_list li img {
  float: left;
  margin: 0 10px 0 0;
  width: 70px;
}
.mini-cart .widget_shopping_cart_content .cart_list li.empty {
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  color: #666;
  font-size: 12px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove {
  position: relative;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 15px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove:hover {
  background: red;
  color: #fff !important;
}
.mini-cart .widget_shopping_cart_content .total {
  margin-bottom: 0;
  padding: 5px 15px 5px;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .wc-forward {
  display: inline-block;
  margin: 10px 3px 15px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.mini-cart.open .widget_shopping_cart_content {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.boxed {
  margin: auto;
  max-width: 1200px;
}

.site {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
}

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

.site-content {
  margin: auto;
  max-width: 1170px;
}

.row:before, .row:after,
.container:before,
.container:after {
  display: none !important;
}

.home_intro .home_intro_button {
  text-align: right;
}
.home_intro .home_intro_button button {
  font-size: 14px;
  font-weight: 400;
}
.home_intro .home_intro_button button:hover {
  background-color: #333333 !important;
}
.home_intro .home_intro_icon {
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.home_intro .home_intro_icon .icon {
  color: #c8a472;
  font-size: 50px;
}
.home_intro:hover .icon {
  color: #ffffff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.big-title,
.big-title--single {
  position: relative;
  background-size: cover;
  background-position: center;
}
.big-title .container,
.big-title--single .container {
  position: relative;
  z-index: 1;
}
.big-title:after,
.big-title--single:after {
  content: "";
}
.big-title .title-container,
.big-title--single .title-container {
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  padding: 70px 15px;
  max-width: 680px;
  display: block;
  margin: 0 auto;
}
.big-title .title-container .entry-title,
.big-title--single .title-container .entry-title {
  text-transform: uppercase;
  font-size: 20px !important;
}
.big-title .title-container ul,
.big-title--single .title-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.big-title .title-container ul li,
.big-title--single .title-container ul li {
  display: inline-block;
  margin-left: 5px;
}
.big-title .title-container ul li:before,
.big-title--single .title-container ul li:before {
  content: "";
  color: #c8a472;
  font-size: 14px;
  margin-right: 5px;
}
.big-title .title-container ul li:first-child:before,
.big-title--single .title-container ul li:first-child:before {
  content: "";
}
.big-title .title-container ul li a,
.big-title--single .title-container ul li a {
  color: #ffffff;
  text-decoration: none;
}
.big-title .title-container ul li a:hover,
.big-title--single .title-container ul li a:hover {
  color: #ffffff;
}

.big-title--single {
  margin-bottom: 60px;
}

.taxonomy-description {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  color: #c8a472;
  font-family: "EB Garamond" !important;
}
.taxonomy-description p {
  font-size: 20px;
  color: #c8a472;
  font-family: "EB Garamond" !important;
  margin-bottom: 0;
}

.pagination span, .pagination a {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border: none;
  background: #F9F5F0;
  text-align: center;
  line-height: 50px;
  color: #333333 !important;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pagination span:hover, .pagination a:hover {
  color: #fff !important;
  background-color: #c8a472;
}
.pagination span.current {
  color: #fff !important;
  background-color: #c8a472;
}
.pagination .next, .pagination .prev {
  width: auto;
  padding: 0 20px;
}

.hentry {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.hentry .entry-thumb, .hentry .entry-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.hentry .entry-gallery .nav {
  position: absolute;
  height: 1px;
  top: 50%;
  z-index: 9999;
  width: 100%;
}
.hentry .entry-gallery .nav .nav-inner {
  position: relative;
  height: 1px;
}
.hentry .entry-gallery .nav .nav-inner .next {
  right: 0;
}
.hentry .entry-gallery .nav .nav-inner .prev {
  left: 0;
}
.hentry .entry-gallery .nav .nav-inner .next, .hentry .entry-gallery .nav .nav-inner .prev {
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  display: block;
  background-color: rgba(51, 51, 51, 0.7);
  color: #c8a472;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  font-size: 20px;
}
.hentry .entry-header {
  margin-bottom: 30px;
}
.hentry .entry-header .entry-title {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: 0;
  font-size: 36px;
  -ms-hyphens: auto;
  margin: 0;
  color: #333333;
}
.hentry .entry-header .entry-title a {
  color: #333333;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hentry .entry-header .entry-title:hover {
  color: #C6A472;
}
.hentry .entry-header .entry-title:hover a {
  color: #C6A472;
}
.hentry .entry-meta {
  margin-bottom: 30px;
  font-size: 13px;
}
.hentry .entry-meta span {
  padding-right: 20px;
}
.hentry .entry-meta i {
  margin-right: 5px;
  color: #C6A472;
}
.hentry .entry-excerpt {
  color: #666666;
  font-size: 13px;
}
.hentry .entry-footer {
  overflow: hidden;
}
.hentry .entry-more {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}
.hentry .entry-more a:after {
  content: "";
  margin-left: 5px;
}

.hentry.format-quote .entry-meta {
  margin-bottom: 0px;
}
.hentry.format-quote .entry-excerpt {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 24px;
  color: #ffffff;
  background-color: #c8a472;
  font-family: "EB Garamond";
}

.hentry.format-link .entry-meta {
  margin-bottom: 0px;
}
.hentry.format-link .entry-excerpt {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #eeeeee;
}
.hentry.format-link .entry-excerpt a {
  font-size: 24px;
  color: #333333;
  font-family: "EB Garamond";
}
.hentry.format-link .entry-excerpt a:before {
  content: "";
  margin-right: 10px;
}
.hentry.format-link .entry-excerpt a:hover {
  color: #c8a472;
}

.hentry.format-audio .entry-meta {
  margin-bottom: 0px;
}
.hentry.format-audio .entry-excerpt {
  margin-bottom: 30px;
}

.hentry.format-video .entry-meta {
  margin-bottom: 0px;
}
.hentry.format-video .entry-excerpt {
  margin-bottom: 30px;
}

.single-post .comment-form .form-submit, .single-post .comment-form .logged-in-as, .page .comment-form .form-submit, .page .comment-form .logged-in-as {
  padding: 0px;
}

.single-post .comments-area, .page .comments-area {
  margin-top: 30px;
}
.single-post .comment-reply-title, .single-post .comments-title, .page .comment-reply-title, .page .comments-title {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
}

.single-post .hentry .entry-meta {
  margin-bottom: 30px;
}

.content-sidebar .content, .sidebar-content .content, .single-post .content, .archive .content, .search-results .content, .search-no-results .content, .blog .content, .group-blog .content {
  padding: 70px 0;
}

.single-post .comments-area .comment, .page .comments-area .comment {
  position: relative;
  margin-bottom: 20px;
}
.single-post .comments-area .comment > div, .page .comments-area .comment > div {
  padding-left: 100px;
  width: 100%;
  position: relative;
}
.single-post .comments-area .comment .comment-author, .page .comments-area .comment .comment-author {
  left: 0;
  top: 40px;
  width: 80px;
  position: absolute;
}
.single-post .comments-area .comment .comment-content, .page .comments-area .comment .comment-content {
  display: inline-block;
  padding: 20px;
  border: 2px solid #DDDDDD;
  margin-top: 40px;
  position: relative;
  vertical-align: top;
  width: 100%;
  min-height: 80px;
}
.single-post .comments-area .comment .comment-content:before, .page .comments-area .comment .comment-content:before {
  content: "";
  position: absolute;
  left: -8px;
  color: #DDDDDD;
  font-size: 20px;
}
.single-post .comments-area .comment .comment-content cite.fn, .page .comments-area .comment .comment-content cite.fn {
  text-transform: none;
  font-size: 24px;
  font-family: "EB Garamond";
  color: #c8a472;
}
.single-post .comments-area .comment .comment-content cite.fn a, .page .comments-area .comment .comment-content cite.fn a {
  text-transform: none;
  font-size: 24px;
  font-family: "EB Garamond";
}
.single-post .comments-area .comment .comment-content .metadata, .page .comments-area .comment .comment-content .metadata {
  position: absolute;
  top: -40px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  left: 0;
}
.single-post .comments-area .comment .comment-content .metadata br, .page .comments-area .comment .comment-content .metadata br {
  display: none;
}
.single-post .comments-area .comment .comment-content .metadata > a, .page .comments-area .comment .comment-content .metadata > a {
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333333;
  font-size: 13px;
  font-family: "Poppins";
  color: #333333;
}
.single-post .comments-area .comment .comment-content p, .page .comments-area .comment .comment-content p {
  margin-bottom: 0px !important;
}
.single-post .comments-area .comment .comment-reply-link, .page .comments-area .comment .comment-reply-link {
  position: absolute;
  top: -40px;
  right: 0px;
  padding: 0;
  color: #c8a472;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
}
@media (min-width: 64em) {
  .single-post .comments-area .comment .children, .page .comments-area .comment .children {
    margin-left: 50px;
  }
}
.single-post .comments-area .comment .fn, .page .comments-area .comment .fn {
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
}
.single-post .comments-area .comment .comment-respond, .page .comments-area .comment .comment-respond {
  margin-top: 30px;
}
.single-post .comments-area .comment .comment-respond .comment-reply-title, .page .comments-area .comment .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
.single-post .comments-area .comment-respond, .page .comments-area .comment-respond {
  margin-top: 30px;
}
.single-post .comments-area .comment-respond .comment-reply-title, .page .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
.single-post .comments-area input[type=text], .single-post .comments-area input[type=email], .single-post .comments-area textarea, .page .comments-area input[type=text], .page .comments-area input[type=email], .page .comments-area textarea {
  border: none !important;
  width: 100%;
  text-align: center;
  background: #F7F7F7;
  margin-bottom: 0;
}
.single-post .comments-area button, .single-post .comments-area input[type=button], .single-post .comments-area input[type=submit], .page .comments-area button, .page .comments-area input[type=button], .page .comments-area input[type=submit] {
  border: none !important;
  width: 100%;
  text-align: center;
  background-color: #c8a472;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.single-post .comments-area button:hover, .single-post .comments-area input[type=button]:hover, .single-post .comments-area input[type=submit]:hover, .page .comments-area button:hover, .page .comments-area input[type=button]:hover, .page .comments-area input[type=submit]:hover {
  background: #333333;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  position: relative;
}
.comment-list .children {
  margin: 0;
  list-style: none;
}

.single-post .hentry {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom: none !important;
}
.single-post .hentry .entry-footer {
  background: #F9F5F0;
  margin-top: 15px;
  padding: 15px;
}
.single-post .hentry .entry-footer i {
  color: #C6A472;
}
.single-post .hentry .entry-footer i.fa-tags {
  margin-left: 15px;
}
.single-post .hentry .entry-footer a {
  color: #999999;
}
.single-post .hentry .entry-footer a:hover {
  color: #C6A472;
}

.gallery-size-full {
  margin: 30px 0;
}
.gallery-size-full .gallery-item {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 80em) {
  .big-title,
.big-title--single {
    margin: 0 -100%;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.sidebar,
.wpb_widgetised_column {
  border-left: 1px solid #EEEEEE;
  padding: 70px 0;
  height: 100%;
}
.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title,
.wpb_widgetised_column .widget .widget-title {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .widget .widget-title:after,
.wpb_widgetised_column .widget .widget-title:after {
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
  color: #c8a472;
  display: block;
  width: 100%;
  text-align: left;
}
.sidebar .widget ul,
.wpb_widgetised_column .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li,
.wpb_widgetised_column .widget ul li {
  display: block;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}
.sidebar .widget ul li a,
.wpb_widgetised_column .widget ul li a {
  padding: 15px 0 15px 20px;
  display: inline-block;
}
.sidebar .widget ul li .sub-menu,
.wpb_widgetised_column .widget ul li .sub-menu {
  border-top: 1px solid #eee;
  padding-left: 15px;
}
.sidebar .widget ul li ul.children,
.wpb_widgetised_column .widget ul li ul.children {
  margin-top: 15px;
  border-top: 1px solid #EEEEEE;
  margin-bottom: -16px;
}
.sidebar .widget ul li:last-child,
.wpb_widgetised_column .widget ul li:last-child {
  border-bottom: none !important;
}
.sidebar .widget .recent-posts__item,
.wpb_widgetised_column .widget .recent-posts__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar .widget .recent-posts > div:last-child,
.wpb_widgetised_column .widget .recent-posts > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget.widget_search .search-form,
.wpb_widgetised_column .widget.widget_search .search-form {
  position: relative;
}
.sidebar .widget.widget_search .search-form label,
.wpb_widgetised_column .widget.widget_search .search-form label {
  width: 100%;
}
.sidebar .widget.widget_search .search-form span.screen-reader-text,
.wpb_widgetised_column .widget.widget_search .search-form span.screen-reader-text {
  display: none;
}
.sidebar .widget.widget_search .search-form input[type=search],
.wpb_widgetised_column .widget.widget_search .search-form input[type=search] {
  margin-bottom: 0;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sidebar .widget.widget_search .search-form .search-submit,
.wpb_widgetised_column .widget.widget_search .search-form .search-submit {
  display: none;
}
.sidebar .widget form,
.wpb_widgetised_column .widget form {
  padding-left: 20px;
}
.sidebar .widget a,
.wpb_widgetised_column .widget a {
  color: #666666 !important;
}
.sidebar .widget a:hover,
.wpb_widgetised_column .widget a:hover {
  color: #c8a472 !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud,
.wpb_widgetised_column .widget.widget_tag_cloud .tagcloud {
  padding: 20px 0 0 20px;
  display: block;
}
.sidebar .widget.widget_tag_cloud .tagcloud a,
.wpb_widgetised_column .widget.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #F9F5F0;
  padding: 10px 15px;
  display: inline-block;
  margin: 0 6px 10px 0 !important;
  border: none !important;
  float: none;
  box-sizing: border-box;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.wpb_widgetised_column .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #333333;
  color: #ffffff !important;
}
.sidebar .widget.widget_categories ul li a:before, .sidebar .widget.better-menu-widget ul li a:before,
.wpb_widgetised_column .widget.widget_categories ul li a:before,
.wpb_widgetised_column .widget.better-menu-widget ul li a:before {
  content: "";
  margin-right: 10px;
  color: #c8a472;
}
.sidebar .widget.widget_categories ul li .children, .sidebar .widget.better-menu-widget ul li .children,
.wpb_widgetised_column .widget.widget_categories ul li .children,
.wpb_widgetised_column .widget.better-menu-widget ul li .children {
  margin: 0 !important;
}
.sidebar .widget.widget_categories ul li.current-menu-item a, .sidebar .widget.widget_categories ul li.current_page_item a, .sidebar .widget.widget_categories ul li.current-cat a, .sidebar .widget.better-menu-widget ul li.current-menu-item a, .sidebar .widget.better-menu-widget ul li.current_page_item a, .sidebar .widget.better-menu-widget ul li.current-cat a,
.wpb_widgetised_column .widget.widget_categories ul li.current-menu-item a,
.wpb_widgetised_column .widget.widget_categories ul li.current_page_item a,
.wpb_widgetised_column .widget.widget_categories ul li.current-cat a,
.wpb_widgetised_column .widget.better-menu-widget ul li.current-menu-item a,
.wpb_widgetised_column .widget.better-menu-widget ul li.current_page_item a,
.wpb_widgetised_column .widget.better-menu-widget ul li.current-cat a {
  color: #c8a472;
  font-weight: 700;
}
.sidebar .widget.widget_text .textwidget,
.wpb_widgetised_column .widget.widget_text .textwidget {
  padding: 20px 0 0 20px;
}
.sidebar .widget.widget_recent_entries ul li,
.wpb_widgetised_column .widget.widget_recent_entries ul li {
  padding: 15px 0 15px 20px;
}
.sidebar .widget.widget_recent_entries ul li a,
.wpb_widgetised_column .widget.widget_recent_entries ul li a {
  padding: 0 !important;
}
.sidebar .widget.widget_recent_entries ul li .post-date,
.wpb_widgetised_column .widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #999999;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list {
  padding: 20px 0 0 20px;
  display: inline-block;
  width: 100%;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-thumb,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-thumb {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  background: #eeeeee;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title {
  margin-bottom: 10px;
  display: block;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title a,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title a {
  font-size: 20px;
  font-family: "EB Garamond";
  color: #333333 !important;
  line-height: 1;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title a:hover,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .title a:hover {
  color: #C7A472 !important;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time, .sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .comment, .sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .like,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .comment,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .like {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  font-family: "Poppins";
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time i, .sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .comment i, .sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .like i,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time i,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .comment i,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .like i {
  color: #C7A472 !important;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .count,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .count {
  display: inline-block;
}
.sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list .postswidget-info .time {
  margin-right: 10px;
  margin-bottom: 10px;
}
.sidebar .widget .widget-brochure,
.wpb_widgetised_column .widget .widget-brochure {
  background: #F9F5F0;
  display: block;
  padding: 15px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar .widget .widget-brochure i,
.wpb_widgetised_column .widget .widget-brochure i {
  width: 20px;
  color: #c8a472;
  margin-right: 5px;
}
.sidebar .widget_recent_comments ul li.recentcomments,
.wpb_widgetised_column .widget_recent_comments ul li.recentcomments {
  padding: 15px 0 15px 20px;
}

@media (max-width: 63.9em) {
  .sidebar,
.wpb_widgetised_column {
    border-left: none !important;
  }
  .sidebar .widget ul li, .sidebar .widget .recent-posts__item,
.wpb_widgetised_column .widget ul li,
.wpb_widgetised_column .widget .recent-posts__item {
    padding: 15px 0 15px 0px;
  }
  .sidebar .widget .widget-title,
.wpb_widgetised_column .widget .widget-title {
    padding-left: 0;
  }
  .sidebar .widget.widget_tag_cloud .tagcloud,
.wpb_widgetised_column .widget.widget_tag_cloud .tagcloud {
    padding: 20px 0 0 0px;
  }
  .sidebar .widget.widget_text .textwidget,
.wpb_widgetised_column .widget.widget_text .textwidget {
    padding: 20px 0 0 0px;
  }
  .sidebar .widget.widget_tm_lawyers_postswidget .postswidget-list,
.wpb_widgetised_column .widget.widget_tm_lawyers_postswidget .postswidget-list {
    padding: 20px 0 0 0px;
  }
  .sidebar .widget form,
.wpb_widgetised_column .widget form {
    padding-left: 0px;
  }
}
/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
.body-noscroll {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.heading_center {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.heading_center:after {
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
  color: #c8a472;
  display: block;
  width: 100%;
  text-align: center;
}

.heading_left {
  position: relative;
  margin-bottom: 40px;
}
.heading_left:after {
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
  color: #c8a472;
  display: block;
  width: 100%;
  text-align: left;
}

.col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-eb-garamond {
  font-family: "EB Garamond" !important;
}

.text-poppins {
  font-family: "Poppins" !important;
}

.tmlawyer-caseresults-line .wpb_wrapper {
  position: relative;
  display: block;
  border-bottom: 1px solid #eeeeee;
}
.tmlawyer-caseresults-line .wpb_wrapper h2 {
  background-color: #ffffff !important;
  position: absolute;
  top: -6px;
  padding: 0 10px 0 0;
}

.tmlawyer_icon_1 {
  margin-bottom: 10px !important;
}
.tmlawyer_icon_1 .vc_icon_element-inner {
  padding: 15px;
  border-width: 1px !important;
  border-color: #c8a472;
}

.error404 .error404-bg {
  padding: 160px 0;
  background-size: cover;
  background-position: center;
}
.error404 .error404-bg .error-404 {
  max-width: 640px;
  background-color: rgba(51, 51, 51, 0.9);
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}
.error404 .error404-bg .error-404 .page-title {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
}
.error404 .error404-bg .error-404 .page-content p {
  color: #C6A472;
  font-size: 20px;
  margin-bottom: 30px;
}
.error404 .error404-bg .error-404 .page-content label {
  width: 100%;
  margin: 0;
  padding: 0;
}
.error404 .error404-bg .error-404 .page-content input[type=search] {
  width: 100%;
  margin: 0;
  background-color: #c8a472;
  color: #111;
  border: none;
}
.error404 .error404-bg .error-404 .page-content input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
.error404 .error404-bg .error-404 .page-content input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.error404 .error404-bg .error-404 .page-content input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.error404 .error404-bg .error-404 .page-content input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}
.error404 .error404-bg .error-404 .page-content .search-form {
  position: relative;
  overflow: hidden;
}
.error404 .error404-bg .error-404 .page-content .search-form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
}
.error404 .newsletter {
  display: none;
}

.tmlawyer_story {
  color: #AAAAAA;
  font-size: 13px;
  width: 100%;
  max-width: 640px;
  margin: 80px auto;
  padding: 0 15px;
}
.tmlawyer_story h3 {
  font-family: "EB Garamond";
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.tmlawyer_story .name {
  font-family: "EB Garamond";
  font-size: 24px;
  color: #C7A472;
  margin-top: 20px;
  display: block;
  margin-bottom: 0px;
  line-height: 1;
}
.tmlawyer_story .tagline {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.tmlawyer_story img {
  display: block;
  margin-top: 10px;
}
@media (max-width: 79.9em) {
  .tmlawyer_story {
    margin-top: 0;
    padding: 30px;
  }
}

.tmlawyer_counters .tmlawyer_counter, .tmlawyer_counters .tmlawyer_counter p {
  text-align: center;
  margin-bottom: 0px;
  color: #333333;
  font-weight: 700;
  font-size: 40px;
}

.tmlawyer_bg_center_top {
  background-position: center top !important;
}

.tmlawyer_bg_cover {
  background-size: cover !important;
  background-position: center !important;
}

.tmlawyer_contact_form {
  text-align: center;
}
.tmlawyer_contact_form input, .tmlawyer_contact_form button, .tmlawyer_contact_form textarea {
  max-width: 570px;
  width: 90%;
  border: none;
  padding: 15px;
  margin: 0;
  background-color: #F7F7F7;
}
.tmlawyer_contact_form input[type=submit] {
  background-color: #c8a472;
}
.tmlawyer_contact_form input[type=submit]:hover {
  background-color: #333333;
}
.tmlawyer_contact_form p {
  margin-bottom: 10px;
}
.tmlawyer_contact_form img.ajax-loader {
  display: block;
  margin: 0 auto !important;
  position: relative !important;
}
.tmlawyer_contact_form .wpcf7-response-output, .tmlawyer_contact_form .wpcf7-validation-errors {
  border: none !important;
}

.tmlawyer_contact_form2 {
  text-align: center;
}
.tmlawyer_contact_form2 input, .tmlawyer_contact_form2 button, .tmlawyer_contact_form2 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  text-align: center;
  margin: 0;
  background-color: #F7F7F7;
}
.tmlawyer_contact_form2 input[type=submit] {
  background-color: #c8a472;
}
.tmlawyer_contact_form2 input[type=submit]:hover {
  background-color: #333333;
}
.tmlawyer_contact_form2 p {
  margin-bottom: 10px;
}
.tmlawyer_contact_form2 img.ajax-loader {
  display: block;
  margin: 0 auto !important;
  position: relative !important;
}
.tmlawyer_contact_form2 .wpcf7-response-output, .tmlawyer_contact_form2 .wpcf7-validation-errors {
  border: none !important;
}

.tmlawyer_contact_form3 {
  text-align: center;
}
.tmlawyer_contact_form3 input, .tmlawyer_contact_form3 button, .tmlawyer_contact_form3 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  text-align: center;
  margin: 0;
  background-color: #FFFFFF;
}
.tmlawyer_contact_form3 input[type=submit] {
  background-color: #c8a472;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  width: auto !important;
}
.tmlawyer_contact_form3 input[type=submit]:hover {
  background-color: #333333;
}
.tmlawyer_contact_form3 p {
  margin-bottom: 10px;
}
.tmlawyer_contact_form3 img.ajax-loader {
  display: block;
  margin: 0 auto !important;
  position: relative !important;
}
.tmlawyer_contact_form3 .wpcf7-response-output, .tmlawyer_contact_form3 .wpcf7-validation-errors {
  border: none !important;
}

.tmlawyer_contact_text, .tmlawyer_contact_text p {
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
}

.tmlawyer_contact_keepintouch {
  font-size: 13px;
  color: #666666;
}
.tmlawyer_contact_keepintouch i {
  color: #c8a472;
  width: 12px;
}

.tmlawyer_column_center .wpb_wrapper {
  max-width: 560px;
  margin: 0 auto;
}

.social-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-menu ul.menu li {
  margin: 0 1px !important;
}
.social-menu ul.menu li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #CCCCCC;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.social-menu ul.menu li a:hover {
  background-color: #c8a472;
}
.social-menu ul.menu li a:before {
  line-height: 30px;
  color: #ffffff;
}

.social-menu-left ul.menu {
  text-align: left !important;
}
.social-menu-left ul.menu li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.social-menu-left ul.menu li a:before {
  line-height: 40px;
}

.tmlawyer_accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.tmlawyer_accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  font-size: 24px;
  color: #333333;
}
.tmlawyer_accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #c8a472;
}
.tmlawyer_accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_content_element {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}

.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 20px 0;
}
.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  font-size: 20px;
  color: #333333;
}
.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #c8a472;
}
.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0 0 20px 0;
}
.tmlawyer_accordion_2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_content_element {
  font-size: 13px;
  color: #666666;
}

.tmlawyer_box_leftlines {
  padding-bottom: 30px;
  position: relative;
}
.tmlawyer_box_leftlines:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 50px;
  height: 10px;
  display: block;
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
}

.tmlawyer_textbox_1 {
  font-size: 13px !important;
  color: #666666;
  margin: 0 auto;
  max-width: 640px;
  width: 90%;
}
.tmlawyer_textbox_1 p {
  font-size: 13px !important;
  margin-bottom: 20px;
}
.tmlawyer_textbox_1 ul {
  margin: 20px 0;
  padding: 0;
}
.tmlawyer_textbox_1 ul li {
  list-style: none;
}
.tmlawyer_textbox_1 ul li:before {
  content: "";
  color: #C7A472;
  margin-right: 10px;
}

.tmlawyer_textbox_2 {
  font-size: 13px !important;
  color: #666666;
  margin: 0 auto;
}
.tmlawyer_textbox_2 p {
  font-size: 13px !important;
  margin-bottom: 20px;
}
.tmlawyer_textbox_2 ul {
  margin: 20px 0;
  padding: 0;
}
.tmlawyer_textbox_2 ul li {
  list-style: none;
  margin-bottom: 5px;
}
.tmlawyer_textbox_2 ul li:before {
  content: "";
  font-size: 8px;
  color: #C7A472;
  margin-right: 10px;
}

.tmlawyer_w640 {
  max-width: 640px !important;
  margin: 0 auto !important;
}

.tmlawyer_button_1 a, .tmlawyer_button_1 button {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #c8a472;
}
.tmlawyer_button_1 a:hover, .tmlawyer_button_1 button:hover {
  background-color: #333333 !important;
}

.tmlawyer_button_2 a, .tmlawyer_button_2 button {
  font-size: 14px;
  color: #c8a472 !important;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff !important;
}
.tmlawyer_button_2 a:hover, .tmlawyer_button_2 button:hover {
  color: #ffffff !important;
  background-color: #333333 !important;
}

#tmlawyer-gallery .eg-tmlawyer-gallery-wrapper .esg-entry-media img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#tmlawyer-gallery .eg-tmlawyer-gallery-wrapper:hover .esg-entry-media img {
  filter: none;
  -webkit-filter: none;
}

#tmlawyer-practice-1 .eg-tmlawyer-practice-1-wrapper .esg-entry-media img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#tmlawyer-practice-1 .eg-tmlawyer-practice-1-wrapper:hover .eg-tmlawyer-practice-1-container {
  background-color: rgba(200, 164, 114, 0.9);
}
#tmlawyer-practice-1 .eg-tmlawyer-practice-1-wrapper:hover .eg-tmlawyer-practice-1-element-1 {
  color: #333333;
}

.eg-tmlawyer-home-02-news-wrapper {
  background: none !important;
}
.eg-tmlawyer-home-02-news-wrapper .eg-tmlawyer-home-02-news-content {
  background: none !important;
}

#tmlawyer-practice-2 .eg-tmlawyer-practice-2-wrapper .eg-tmlawyer-practice-2-element-1 {
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
}
#tmlawyer-practice-2 .eg-tmlawyer-practice-2-wrapper:hover .esg-entry-media img {
  filter: none;
  -webkit-filter: none;
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
}

#tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper .esg-entry-cover {
  overflow: visible !important;
}
#tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper .esg-entry-cover .esg-bc {
  bottom: -38px !important;
}
#tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper .esg-entry-media img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper .eg-tmlawyer-practice-3-element-1 {
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
}
#tmlawyer-practice-3 .eg-tmlawyer-practice-3-wrapper:hover .esg-entry-media img {
  filter: none;
  -webkit-filter: none;
}

#tmlawyer-practice-4 .eg-tmlawyer-practice-4-wrapper .esg-entry-media img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#tmlawyer-practice-4 .eg-tmlawyer-practice-4-wrapper .eg-tmlawyer-practice-4-element-1 {
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
}
#tmlawyer-practice-4 .eg-tmlawyer-practice-4-wrapper:hover .esg-entry-media img {
  filter: none;
  -webkit-filter: none;
}

.tmlawyer_tabs .vc_tta-tabs-container {
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  border-left: none !important;
  border-right: none !important;
}
.tmlawyer_tabs .vc_tta-tabs-container ul li {
  margin: 0 !important;
  border-right: 1px solid #eeeeee;
}
.tmlawyer_tabs .vc_tta-tabs-container ul li a {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background: none !important;
}
.tmlawyer_tabs .vc_tta-tabs-container ul li.vc_active a {
  border-bottom: 3px solid #c8a472 !important;
}
.tmlawyer_tabs .vc_tta-panels-container .vc_tta-panels {
  background: none !important;
  border: none !important;
}
.tmlawyer_tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 30px 0 !important;
  background: none !important;
  border: none !important;
}

.popup-search {
  display: none;
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.popup-search .inner {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.popup-search .inner .content {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  opacity: 0;
  height: 1px;
}
.popup-search .inner .content .box {
  width: 90%;
  max-width: 460px;
  margin: 0 auto;
  margin-top: -40px;
  color: #ffffff;
  position: relative;
  font-family: "Poppins";
}
.popup-search .inner .content .box .popup-search-close {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.popup-search .inner .content .box .popup-search-close:hover {
  color: #C6A472;
}
.popup-search .inner .content .box label {
  width: 100%;
}
.popup-search .inner .content .box .screen-reader-text {
  display: none;
}
.popup-search .inner .content .box input {
  width: 100% !important;
  font-size: 16px !important;
}

.body-noscroll .popup-search .content {
  opacity: 1;
  top: 50%;
}

.headroom--not-top {
  position: fixed !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.admin-bar .headroom--not-top {
  position: fixed !important;
  top: 32px !important;
}

.scrollup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  background-color: #c8a472;
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scrollup:hover {
  background-color: #333333;
}
.scrollup.show {
  bottom: 30px;
}

.eg-tmlawyer-practice-5-wrapper, .eg-tmlawyer-practice-2-wrapper {
  background: none !important;
}

.eg-tmlawyer-practice-5-content, .eg-tmlawyer-practice-2-content {
  background: none !important;
}

.darkyellow {
  color: #C7A472 !important;
}

@media (max-width: 63.9em) {
  .tmlawyer_center_sm, .tmlawyer_center_sm div {
    text-align: center !important;
  }

  .home_intro .wpb_column {
    padding: 0;
  }
  .home_intro .vc_custom_heading {
    text-align: center !important;
    padding: 20px !important;
  }
  .home_intro .home_intro_button {
    text-align: center !important;
  }
  .home_intro .home_intro_button .tmlawyer_button_1 {
    padding: 0 0 30px 0 !important;
  }
}
/* hidden */
@media (min-width: 64em) and (max-width: 79.9em) {
  .hidden-md {
    display: none !important;
  }
}
div.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

/* fix VC */
.vc_col-has-fill > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.vc_btn3-container {
  margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
## Effects
--------------------------------------------------------------*/
/*---------------*/
/***** Apollo *****/
/*---------------*/
.effect-apollo {
  background: #000000;
  overflow: hidden;
  position: relative;
}
.effect-apollo img {
  opacity: 0.95;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.05, 1.05, 1);
}
.effect-apollo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  opacity: 0;
}
.effect-apollo:hover img {
  opacity: 0.9;
  transform: scale3d(1, 1, 1);
}
.effect-apollo:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  opacity: 1;
}

/*---------------*/
/***** Layla *****/
/*---------------*/
.effect-layla {
  background: #000000;
  position: relative;
}
.effect-layla:before, .effect-layla:after {
  position: absolute;
  content: "";
  opacity: 0;
}
.effect-layla:before {
  top: 20px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
}
.effect-layla:after {
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}
.effect-layla:hover img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.effect-layla:hover:before, .effect-layla:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover:after {
  transition-delay: 0.15s;
}

/*--------------------------------------------------------------
## Extra
--------------------------------------------------------------*/
.mw-480 {
  max-width: 480px !important;
  margin: 0 auto !important;
}

.mw-480-l {
  max-width: 480px !important;
}

.mw-500 {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.mw-500-l {
  max-width: 500px !important;
}

.mw-560 {
  max-width: 560px !important;
  margin: 0 auto !important;
}

.mw-560-l {
  max-width: 560px !important;
}

.mw-560-r {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.mw-600 {
  max-width: 600px !important;
  margin: 0 auto !important;
}

.mw-640 {
  max-width: 640px !important;
  margin: 0 auto !important;
}

.mw-670 {
  max-width: 670px !important;
  margin: 0 auto !important;
}

.mw-720 {
  max-width: 720px !important;
  margin: 0 auto !important;
}

.mw-790 {
  max-width: 790px !important;
  margin: 0 auto !important;
}

.mw-790-l {
  max-width: 790px !important;
}

.mw-800 {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.mw-1900 {
  max-width: 1900px !important;
  margin: 0 auto !important;
}

.wpb_single_image.img-w100 figure {
  width: 100%;
}
.wpb_single_image.img-w100 figure .vc_single_image-wrapper {
  width: 100%;
}
.wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
}

.thememove-title {
  display: block;
  width: 100%;
  text-align: center;
}
.thememove-title--small-title {
  font-size: 34px;
  font-weight: 400;
  font-family: "EB Garamond";
  color: #c8a472;
}
.thememove-title--big-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins";
  color: #333333;
  text-transform: uppercase;
}
.thememove-title--decor:after {
  content: "";
  font-family: "TMLawyer";
  font-size: 9px;
  color: #c8a472;
  display: block;
  width: 100%;
  text-align: center;
}

.thememove-accordion .item {
  margin-bottom: 15px;
  background: #ffffff;
  overflow: hidden;
}
.thememove-accordion .item .title {
  background-color: #f8f7f7;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 60px 20px 30px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thememove-accordion .item .title:after {
  content: "+";
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #c8a472;
  color: #ffffff;
}
.thememove-accordion .item .content {
  height: 0;
  padding: 0 30px;
  line-height: 1.6;
  background-color: #f8f7f7;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thememove-accordion .item:last-child {
  margin-bottom: 0;
}
.thememove-accordion .item.active .title {
  background-color: #c8a472;
  color: #ffffff;
}
.thememove-accordion .item.active .title:after {
  content: "-";
  background-color: #ffffff;
  color: #333333;
}
.thememove-accordion .item.active .content {
  height: auto;
  padding: 30px;
}
.thememove-accordion .item:hover .title {
  background: #c8a472;
  color: #ffffff;
}

.thememove-single-testi {
  text-align: center;
  padding: 0 15px;
}
.thememove-single-testi .photo {
  margin-bottom: 40px;
}
.thememove-single-testi .photo img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.thememove-single-testi .text {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
}
.thememove-single-testi .info {
  margin-top: 40px;
}
.thememove-single-testi .info .author .name, .thememove-single-testi .info .author .tagline {
  display: inline-block;
}
.thememove-single-testi .info .author .name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.thememove-single-testi .info .author .tagline {
  color: #ababab;
  font-size: 14px;
  margin-left: 5px;
}

.thememove-video {
  display: block;
  width: 100%;
  overflow: hidden;
}
.thememove-video a {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.thememove-video a:before {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 41px;
  background-color: #c8a472;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 97;
}
.thememove-video a:after {
  content: "";
  font-family: Ionicons;
  color: #ffffff;
  font-size: 24px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 34px;
  background-color: #c8a472;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
}
.thememove-video a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 96;
}
.thememove-video:hover img {
  transform: scale(1.1);
}
.thememove-video.mtop-120 {
  margin-top: -120px;
}

.thememove-skill {
  display: block;
}
.thememove-skill .text {
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "EB Garamond";
  margin-bottom: 40px;
}
.thememove-skill .value {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins";
  color: #C7A472;
}
.thememove-skill .progress {
  width: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
}
.thememove-skill .bar {
  height: 10px;
  width: 0px;
  transition-delay: 0.5s;
}
.thememove-skill.skill_fly .progress .bar {
  left: 0 !important;
}

.thememove-history {
  background-color: #F9F5F0;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #ffffff;
}
.thememove-history .date {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  color: #c8a472;
}
.thememove-history .text {
  font-size: 20px;
  font-family: "EB Garamond";
  color: #333333;
}

.thememove-ourteam.ourteam_type1 {
  text-align: center;
}
.thememove-ourteam.ourteam_type1 a {
  text-decoration: none;
}
.thememove-ourteam.ourteam_type1 .ourteam_name {
  font-size: 24px;
  margin-top: 20px;
  font-family: "EB Garamond";
}
.thememove-ourteam.ourteam_type1 .ourteam_byline {
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 5px;
}
.thememove-ourteam.ourteam_type1 .ourteam_desc {
  font-size: 13px;
  color: #666666;
  margin-top: 20px;
}
.thememove-ourteam.ourteam_type1 .ourteam_more {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.thememove-ourteam.ourteam_type2 {
  text-align: center;
}
.thememove-ourteam.ourteam_type2 a {
  text-decoration: none;
}
.thememove-ourteam.ourteam_type2 .ourteam_name {
  font-size: 24px;
  margin-top: 20px;
  font-family: "EB Garamond";
}
.thememove-ourteam.ourteam_type2 .ourteam_byline {
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 5px;
}
.thememove-ourteam.ourteam_type2 .ourteam_desc {
  font-size: 13px;
  color: #666666;
  margin-top: 20px;
}
.thememove-ourteam.ourteam_type2 .ourteam_more {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.thememove-memberinfo {
  width: 90%;
  margin: 0 auto;
}
.thememove-memberinfo .memberinfo_name {
  font-size: 48px;
  color: #333333;
  font-family: "EB Garamond";
}
.thememove-memberinfo .memberinfo_byline {
  font-size: 16px;
  color: #666666;
}
.thememove-memberinfo .memberinfo_desc {
  color: #666666;
  font-size: 13px;
  margin-top: 20px;
}
.thememove-memberinfo .memberinfo_social {
  margin-top: 20px;
}
.thememove-memberinfo .memberinfo_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 40px;
  background-color: #CCCCCC;
  color: #ffffff;
  border-radius: 50%;
}
.thememove-memberinfo .memberinfo_social a:before {
  line-height: 40px;
}
.thememove-memberinfo .memberinfo_social a:hover {
  background-color: #c8a472;
}
.thememove-memberinfo .memberinfo_contact {
  margin-top: 50px;
}
.thememove-memberinfo .memberinfo_contact .memberinfo_contact_title {
  text-transform: uppercase;
  font-size: 20px;
  color: #333333;
  font-family: "EB Garamond";
}
.thememove-memberinfo .memberinfo_contact .memberinfo_contact_icon {
  margin-bottom: 10px;
}
.thememove-memberinfo .memberinfo_contact .memberinfo_contact_icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #c8a472;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.thememove-recent-posts .recent-posts__item {
  margin-bottom: 20px;
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb {
  position: relative;
  float: left;
  margin-right: 20px;
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb:before {
  z-index: 2;
  height: 2px;
  background-color: #fff;
  content: "";
  opacity: 0;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb:after {
  height: 30px;
  background-color: #fff;
  content: "";
  opacity: 0;
  width: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thememove-recent-posts .recent-posts__item .recent-posts__thumb a:before {
  content: "";
  opacity: 0;
}
.thememove-recent-posts .recent-posts__item:hover .recent-posts__thumb:before {
  opacity: 1;
}
.thememove-recent-posts .recent-posts__item:hover .recent-posts__thumb:after {
  opacity: 1;
}
.thememove-recent-posts .recent-posts__item:hover .recent-posts__thumb a:before {
  opacity: 0.8;
}
.thememove-recent-posts .recent-posts__item a {
  letter-spacing: 0.05em;
  font-size: 15px;
}
.thememove-recent-posts .recent-posts__item .post-meta {
  margin-top: 10px;
  color: #878787;
}
.thememove-recent-posts .recent-posts__item .post-meta span {
  margin-right: 10px;
}
.thememove-recent-posts.type_2 h3 {
  margin-bottom: 20px;
  letter-spacing: normal;
  font-weight: normal;
}
.thememove-recent-posts.type_2 .entry-meta {
  margin-bottom: 20px;
}
.thememove-recent-posts.type_2 .entry-meta span {
  padding-right: 10px;
}
.thememove-recent-posts.type_2 .entry-meta i {
  margin-right: 5px;
}
.thememove-recent-posts.type_2 .entry-excerpt {
  color: #858585;
}

.thememove-testimonials .quote {
  padding: 45px 0 0 90px;
}
.thememove-testimonials blockquote {
  position: relative;
  margin: 0;
  padding: 25px;
  border: none;
  color: #ffffff;
  font-style: normal !important;
  font-size: 13px !important;
  border: 2px solid #ffffff;
}
.thememove-testimonials blockquote:before {
  position: absolute;
  content: "";
  top: 25px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
}
.thememove-testimonials .avatar {
  position: absolute;
  top: 45px;
  left: 0;
  width: auto !important;
  border-radius: 50%;
}
.thememove-testimonials .author {
  position: absolute;
  top: 0;
  left: 90px;
  display: block;
  font-style: normal;
}
.thememove-testimonials .author span:first-child {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 24px;
  color: #c8a472;
  font-family: "EB Garamond";
}
.thememove-testimonials .author span:first-child:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  color: #FFFFFF;
}
.thememove-testimonials .author .title {
  display: inline-block;
  color: #FFFFFF;
  font-size: 13px;
  padding: 12px 0;
}
.thememove-testimonials .owl-controls {
  margin-top: 40px;
}

/**
 * Testimonial
 * ----------------------------------------------------------------------------
 */
.thememove-testimonials .owl-dots {
  text-align: center;
}

.thememove-testimonials .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eee;
  margin: 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.thememove-testimonials .owl-dot:hover,
.thememove-testimonials .owl-dot.active {
  background-color: #c8a472;
  width: 12px;
  height: 12px;
}

/*--------------------------------------------------------------
## Header 01
--------------------------------------------------------------*/
.header01 .site-top .site-top-left i {
  margin-right: 5px;
}
.header01 .site-top .site-top-right {
  text-align: right;
}
.header01 .site-top .site-top-right .mini-cart {
  display: inline-block;
}
.header01 .site-top .site-top-right .mini-cart .mini-cart-icon {
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.header01 .site-top .site-top-right .mini-cart .mini-cart-icon:before {
  content: "";
  font-family: Ionicons;
  font-size: 16px;
}
.header01 .site-top .site-top-right .mini-cart .mini-cart-icon:after {
  content: attr(data-count);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  background-color: #c8a472;
  position: absolute;
  top: -6px;
  right: -10px;
}
.header01 .site-header {
  position: relative;
}
.header01 .site-header .search-box-mobile {
  cursor: pointer;
}
.header01 .site-header .search-box-mobile .search-box {
  position: static !important;
}
.header01 .site-header .search-box-mobile .search-box .search-form {
  position: absolute;
  top: -50%;
  left: -300px;
}
.header01 .site-header .search-box-mobile .search-box .search-form input[type=search] {
  position: relative;
  margin: 0;
  z-index: 9999;
  border: 1px solid #eeeeee;
}
.header01 .site-header .site-header-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 300px;
  display: table;
  border-right: 1px solid #eeeeee;
}
.header01 .site-header .site-header-left .site-header-left-content {
  display: table-cell;
  vertical-align: middle;
}
.header01 .site-header .site-header-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  min-width: 300px;
  display: table;
  background-size: cover;
}
.header01 .site-header .site-header-right .site-header-right-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  line-height: 32px;
}
.header01 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner {
  display: inline-block;
}
.header01 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header01 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a:hover {
  color: #c8a472;
}
.header01 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .icon {
  color: #c8a472;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header01 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .text {
  display: inline-block;
  line-height: 36px;
}
.header01 .main-navigation .menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header01 .main-navigation .menu li.menu-item-has-children > a:after, .header01 .main-navigation .menu li.page_item_has_children > a:after {
  content: "";
  margin-left: 10px;
}
.header01 .main-navigation .menu li > .sub-menu, .header01 .main-navigation .menu li .children {
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.header01 .main-navigation .menu li > .sub-menu li, .header01 .main-navigation .menu li .children li {
  padding: 0 20px;
  margin: 0;
  display: block;
}
.header01 .main-navigation .menu li > .sub-menu li a, .header01 .main-navigation .menu li .children li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-transform: none;
  background-color: transparent !important;
}
.header01 .main-navigation .menu li > .sub-menu li.menu-item-has-children > a:after, .header01 .main-navigation .menu li > .sub-menu li.page_item_has_children > a:after, .header01 .main-navigation .menu li .children li.menu-item-has-children > a:after, .header01 .main-navigation .menu li .children li.page_item_has_children > a:after {
  position: absolute;
  content: "";
  right: 0;
}
.header01 .main-navigation .menu li > .sub-menu .sub-menu, .header01 .main-navigation .menu li > .sub-menu .children, .header01 .main-navigation .menu li .children .sub-menu, .header01 .main-navigation .menu li .children .children {
  left: 100%;
  top: 0;
}
.header01 .main-navigation .menu li > .sub-menu .mega-menu-content ul li:last-child a, .header01 .main-navigation .menu li .children .mega-menu-content ul li:last-child a {
  border-bottom: none;
}
.header01 .main-navigation a {
  text-decoration: none;
}
.header01 .main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header01 .main-navigation .col-search {
  display: table;
  position: relative;
  overflow: hidden;
}
.header01 .main-navigation .col-search .search-btn {
  text-align: center;
  cursor: pointer;
  z-index: 9998;
}
.header01 .main-navigation .col-search .col-search-content {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 63.9em) {
  .header01 .site-branding {
    text-align: left;
  }
  .header01 .site-top-left {
    margin-bottom: 10px;
  }
  .header01 .site-top-left, .header01 .site-top-right, .header01 .site-top-right-text {
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
## Header 02
--------------------------------------------------------------*/
.header02 .site-top .site-top-left i {
  margin-right: 5px;
}
.header02 .site-top .site-top-right {
  text-align: right;
}
.header02 .site-top .site-top-right .mini-cart {
  float: none;
  display: inline-block;
}
.header02 .site-top .social-menu ul li a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  line-height: 1 !important;
  margin-right: 10px;
  background: none;
}
.header02 .site-top .social-menu ul li a:before {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #AAAAAA;
}
.header02 .site-top .social-menu ul li a:hover:before {
  color: #c8a472;
}
.header02 .site-header {
  position: relative;
}
.header02 .site-header .search-box-mobile {
  cursor: pointer;
}
.header02 .site-header .search-box-mobile .search-box {
  position: static !important;
}
.header02 .site-header .search-box-mobile .search-box .search-form {
  position: absolute;
  top: -50%;
  left: -300px;
}
.header02 .site-header .search-box-mobile .search-box .search-form input[type=search] {
  position: relative;
  margin: 0;
  z-index: 9999;
  border: 1px solid #eeeeee;
}
.header02 .site-header .site-header-info {
  display: table;
  border-left: 1px solid #EEEEEE;
}
.header02 .site-header .site-header-info .site-header-info-content {
  display: table-cell;
  vertical-align: middle;
}
.header02 .site-header .site-header-info .site-header-info-content div.info-content {
  display: block;
}
.header02 .site-header .site-header-info .site-header-info-content div.info-content i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #c8a472;
  color: #ffffff;
  text-align: center;
}
.header02 .site-header .site-header-info .site-header-info-content div.info-content span.title {
  font-size: 14px;
  color: #878787;
  display: block;
  margin-top: 5px;
}
.header02 .site-header .site-header-info .site-header-info-content div.info-content span.info {
  font-size: 14px;
  font-weight: 600;
}
.header02 .site-header .site-header-right {
  z-index: 2;
  display: table;
  background-size: cover;
}
.header02 .site-header .site-header-right .site-header-right-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  line-height: 32px;
}
.header02 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner {
  display: inline-block;
}
.header02 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a {
  color: #ffffff;
  text-decoration: none;
}
.header02 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a:hover {
  color: #c8a472;
}
.header02 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .icon {
  color: #c8a472;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header02 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .text {
  display: inline-block;
  line-height: 36px;
}
.header02 .main-navigation ul.menu li {
  margin-right: -5px;
}
.header02 .main-navigation ul.menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header02 .main-navigation ul.menu li.menu-item-has-children > a:after {
  content: "";
  margin-left: 10px;
}
.header02 .main-navigation ul.menu li > .sub-menu {
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.header02 .main-navigation ul.menu li > .sub-menu li {
  padding: 0 20px;
  margin: 0;
  display: block;
}
.header02 .main-navigation ul.menu li > .sub-menu li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-transform: none;
  background-color: transparent !important;
}
.header02 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  right: 0;
}
.header02 .main-navigation ul.menu li > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.header02 .main-navigation a {
  text-decoration: none;
}
.header02 .main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header02 .main-navigation .col-search {
  display: table;
  position: relative;
  overflow: hidden;
}
.header02 .main-navigation .col-search .search-btn {
  text-align: center;
  cursor: pointer;
  z-index: 9998;
}
.header02 .main-navigation .col-search .col-search-content {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 63.9em) {
  .header02 .site-branding {
    text-align: left;
  }
  .header02 .site-top-left {
    margin-bottom: 10px;
  }
  .header02 .site-top-left, .header02 .site-top-right, .header02 .site-top-right-text {
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
## Header 03
--------------------------------------------------------------*/
.header03 .site-top {
  border-bottom: 1px solid #444444;
}
.header03 .site-top .site-top-left i {
  margin-right: 5px;
}
.header03 .site-top .site-top-right {
  text-align: right;
}
.header03 .site-top .site-top-right .mini-cart {
  float: none;
  display: inline-block;
}
.header03 .site-top .social-menu ul li a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  line-height: 1 !important;
  margin-right: 10px;
  background: none;
}
.header03 .site-top .social-menu ul li a:before {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #AAAAAA;
}
.header03 .site-top .social-menu ul li a:hover:before {
  color: #c8a472;
}
.header03 .site-header {
  position: relative;
  background: #333333;
}
.header03 .site-header .search-box-mobile {
  cursor: pointer;
}
.header03 .site-header .search-box-mobile .search-box {
  position: static !important;
}
.header03 .site-header .search-box-mobile .search-box .search-form {
  position: absolute;
  top: -50%;
  left: -300px;
}
.header03 .site-header .search-box-mobile .search-box .search-form input[type=search] {
  position: relative;
  margin: 0;
  z-index: 9999;
  border: 1px solid #eeeeee;
}
.header03 .site-header .site-header-info-content .textwidget {
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  padding: 21px 0;
}
.header03 .site-header .site-header-info-content .textwidget i {
  color: #C7A472;
}
.header03 .site-header .site-header-right {
  z-index: 2;
  display: table;
  background-size: cover;
}
.header03 .site-header .site-header-right .site-header-right-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  line-height: 32px;
}
.header03 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner {
  display: inline-block;
}
.header03 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a {
  color: #ffffff;
  text-decoration: none;
}
.header03 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a:hover {
  color: #c8a472;
}
.header03 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .icon {
  color: #c8a472;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header03 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .text {
  display: inline-block;
  line-height: 36px;
}
.header03 .main-navigation:after {
  width: 1000px;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  height: 100%;
  background-color: #c8a472;
}
.header03 .main-navigation ul.menu li {
  margin-right: -5px;
}
.header03 .main-navigation ul.menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header03 .main-navigation ul.menu li.menu-item-has-children > a:after {
  content: "";
  margin-left: 10px;
}
.header03 .main-navigation ul.menu li > .sub-menu {
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.header03 .main-navigation ul.menu li > .sub-menu li {
  padding: 0 20px;
  margin: 0;
  display: block;
}
.header03 .main-navigation ul.menu li > .sub-menu li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-transform: none;
  background-color: transparent !important;
}
.header03 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  right: 0;
}
.header03 .main-navigation ul.menu li > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.header03 .main-navigation a {
  text-decoration: none;
}
.header03 .main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header03 .main-navigation .col-search {
  display: table;
  position: relative;
  overflow: hidden;
}
.header03 .main-navigation .col-search .search-btn {
  text-align: center;
  cursor: pointer;
  z-index: 9998;
}
.header03 .main-navigation .col-search .col-search-content {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2) !important;
}
.header03 .headroom--not-top .col-nopadding {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

@media (max-width: 63.9em) {
  .header03 .site-branding {
    text-align: left;
  }
  .header03 .site-top-left {
    margin-bottom: 10px;
  }
  .header03 .site-top-left, .header03 .site-top-right, .header03 .site-top-right-text {
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
## Header 04
--------------------------------------------------------------*/
.header04 .site-top .site-top-left i {
  margin-right: 5px;
}
.header04 .site-top .site-top-right {
  text-align: right;
}
.header04 .site-top .site-top-right .mini-cart {
  float: none;
  display: inline-block;
}
.header04 .site-top .social-menu ul li a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  line-height: 1 !important;
  margin-right: 10px;
  background: none;
}
.header04 .site-top .social-menu ul li a:before {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #888888;
}
.header04 .site-top .social-menu ul li a:hover {
  background-color: transparent !important;
}
.header04 .site-top .social-menu ul li a:hover:before {
  color: #c8a472;
}
.header04 .site-header {
  position: relative;
}
.header04 .site-header .search-box-mobile {
  cursor: pointer;
}
.header04 .site-header .search-box-mobile .search-box {
  position: static !important;
}
.header04 .site-header .search-box-mobile .search-box .search-form {
  position: absolute;
  top: -50%;
  left: -300px;
}
.header04 .site-header .search-box-mobile .search-box .search-form input[type=search] {
  position: relative;
  margin: 0;
  z-index: 9999;
  border: 1px solid #eeeeee;
}
.header04 .site-header .site-header-info {
  display: table;
  border-left: 1px solid #EEEEEE;
}
.header04 .site-header .site-header-info .site-header-info-content {
  display: table-cell;
  vertical-align: middle;
}
.header04 .site-header .site-header-info .site-header-info-content div.info-content {
  display: block;
}
.header04 .site-header .site-header-info .site-header-info-content div.info-content i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #c8a472;
  color: #ffffff;
  text-align: center;
}
.header04 .site-header .site-header-info .site-header-info-content div.info-content span.title {
  font-size: 14px;
  color: #878787;
  display: block;
  margin-top: 5px;
}
.header04 .site-header .site-header-info .site-header-info-content div.info-content span.info {
  font-size: 14px;
  font-weight: 600;
}
.header04 .site-header .site-header-right {
  z-index: 2;
  display: table;
  background-size: cover;
}
.header04 .site-header .site-header-right .site-header-right-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  line-height: 32px;
}
.header04 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner {
  display: inline-block;
}
.header04 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a {
  color: #ffffff;
  text-decoration: none;
}
.header04 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner a:hover {
  color: #c8a472;
}
.header04 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .icon {
  color: #c8a472;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header04 .site-header .site-header-right .site-header-right-content .site-header-right-content-inner .text {
  display: inline-block;
  line-height: 36px;
}
.header04 .main-navigation {
  background: #ffffff;
}
.header04 .main-navigation .main-navigation-inner {
  background-color: #333333;
}
.header04 .main-navigation ul.menu li {
  margin-right: -5px;
}
.header04 .main-navigation ul.menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header04 .main-navigation ul.menu li.menu-item-has-children > a:after {
  content: "";
  margin-left: 10px;
}
.header04 .main-navigation ul.menu li > .sub-menu {
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.header04 .main-navigation ul.menu li > .sub-menu li {
  padding: 0 20px;
  margin: 0;
  display: block;
}
.header04 .main-navigation ul.menu li > .sub-menu li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-transform: none;
  background-color: transparent !important;
}
.header04 .main-navigation ul.menu li > .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  right: 0;
}
.header04 .main-navigation ul.menu li > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.header04 .main-navigation a {
  text-decoration: none;
}
.header04 .main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header04 .main-navigation .col-search {
  display: table;
  position: relative;
  overflow: hidden;
}
.header04 .main-navigation .col-search .search-btn {
  text-align: center;
  cursor: pointer;
  z-index: 9998;
}
.header04 .main-navigation .col-search .col-search-content {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2) !important;
}
.header04 .headroom--not-top {
  background: #333333 !important;
}

@media (max-width: 63.9em) {
  .header04 .site-branding {
    text-align: left;
  }
  .header04 .site-top-left {
    margin-bottom: 10px;
  }
  .header04 .site-top-left, .header04 .site-top-right, .header04 .site-top-right-text {
    text-align: center !important;
  }
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6, .woocommerce .h1, .woocommerce .h2, .woocommerce .h3, .woocommerce .h4, .woocommerce .h5, .woocommerce .h6 {
  font-family: "Poppins";
  letter-spacing: 0;
}
.woocommerce .woo-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  border-radius: 1;
}
.woocommerce table.shop_table thead tr th, .woocommerce table.shop_table thead tr td {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
}
.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tbody tr td {
  text-align: left;
  border: none;
  padding: 10px;
}
.woocommerce table.shop_table tbody tr th img, .woocommerce table.shop_table tbody tr td img {
  width: 80px;
  height: auto;
}
.woocommerce table.shop_table tfoot tr th, .woocommerce table.shop_table tfoot tr td {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
}
.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt {
  border-radius: 0;
  color: #fff;
  background-color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  color: #fff;
  background-color: #c8a472;
  border-color: #c8a472;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  max-width: none;
}
@media (max-width: 79.9em) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce-page .main-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.woocommerce .woo-container:not(.container) {
  padding-left: 100px;
  padding-right: 100px;
}
.woocommerce .woo-filter {
  margin-bottom: 30px;
  align-items: center;
}
.woocommerce .woo-filter .woocommerce-result-count {
  font-weight: 400;
  color: #696969;
  margin-bottom: 0;
}
.woocommerce .woo-filter .woocommerce-ordering {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  float: none;
  text-align: right;
}
.woocommerce .woo-filter .woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  outline: none;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #F8F8F8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAI9JREFUCB1jNDEx6f///3/D2bNnPzKgATMzM32gnAMTkNgOlFtvbGzMhawGqEDt379/c4B4PRPQhF2MjIxTgXhNaGgoG0ghUIMcUHIpExNTNFD+ESNMN9DaJCDbi52dPe/nz58bgJrSTp8+fQEkzwxT9OzZs/NSUlLSf/78WQJUkHTmzJnTMDkMGugWRXRBAE05O2t0kClQAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  border-radius: 0;
}
@media (max-width: 79.9em) {
  .woocommerce .woo-filter .woocommerce-ordering select {
    width: 100%;
  }
}
.woocommerce .woo-products .product-category {
  margin-bottom: 30px;
}
.woocommerce .woo-products .product-category a {
  display: block;
}
.woocommerce .woo-products .product-category a img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce .woo-products .product-category a .woocommerce-loop-category__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product-category a .woocommerce-loop-category__title mark {
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title {
  color: #c8a472;
}
.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title mark {
  color: #c8a472;
}
.woocommerce .woo-products .product {
  margin-bottom: 30px;
}
.woocommerce .woo-products .product .woo-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .woo-products .product .woo-thumb img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 7;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-thumb .woo-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 8;
}
.woocommerce .woo-products .product .woo-thumb .woo-badges .sale, .woocommerce .woo-products .product .woo-thumb .woo-badges .new, .woocommerce .woo-products .product .woo-thumb .woo-badges .hot, .woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
  position: relative;
  display: block;
  margin-bottom: 10px;
  top: auto;
  right: auto;
  left: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  min-width: 0;
  min-height: 0;
}
.woocommerce .woo-products .product .woo-thumb .woo-badges .new {
  background-color: #FFC929;
}
.woocommerce .woo-products .product .woo-thumb .woo-badges .hot {
  background-color: #D0021B;
}
.woocommerce .woo-products .product .woo-thumb .woo-badges .sale {
  background-color: #6AC39B;
}
.woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
  background-color: #333333;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  background-color: #333333;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  left: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn {
  flex-grow: 1;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a {
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  height: auto;
  text-align: left;
  border: none;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:after {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button:after {
  content: "";
  font-family: Ionicons;
  margin-left: 10px;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.loading {
  opacity: 1;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.loading:after {
  content: "";
  font-size: 16px;
  top: auto;
  right: auto;
  animation: spin 1s linear infinite;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.added:after {
  content: "";
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.added_to_cart {
  display: none;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:hover {
  color: #c8a472;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:hover:after {
  color: #c8a472;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-left: 15px;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a {
  display: block;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:before {
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "";
  color: #fff;
  font-family: Ionicons;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:hover:before {
  color: #c8a472;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn {
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-left: 15px;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a {
  display: block;
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:before {
  width: 16px;
  height: 16px;
  content: "";
  color: #fff;
  font-family: Ionicons;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:hover:before {
  color: #c8a472;
}
@media (max-width: 79.9em) {
  .woocommerce .woo-products .product .woo-thumb .woo-actions {
    transform: translate3d(0, 0, 0);
  }
}
.woocommerce .woo-products .product .woo-thumb .wishlist-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn {
  font-size: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
}
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn:before {
  display: block;
  content: "";
  font-family: Ionicons;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-adding:before {
  content: "" !important;
  animation: spin 1s linear infinite;
}
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-added:before {
  content: "";
}
.woocommerce .woo-products .product .woo-title .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  text-align: center;
  margin-bottom: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woo-products .product .woo-price {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.woocommerce .woo-products .product .woo-price span.price {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce .woo-products .product .woo-price del {
  color: #ccc;
  text-decoration: none;
  opacity: 1;
}
.woocommerce .woo-products .product .woo-price ins {
  color: #333333;
  text-decoration: none;
}
.woocommerce .woo-products .product:hover .woo-thumb img {
  transform: scale(1.1);
}
.woocommerce .woo-products .product:hover .woo-thumb .woo-actions {
  transform: translate3d(0, 0, 0);
}
.woocommerce .woo-pagination {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce .woo-pagination ul {
  list-style: none;
}
.woocommerce .woo-pagination ul li {
  display: inline-block;
}
.woocommerce .woo-pagination a,
.woocommerce .woo-pagination span {
  width: 40px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}
.woocommerce .woo-pagination a.current,
.woocommerce .woo-pagination span.current {
  color: #c8a472;
}

body.woocommerce-cart h1, body.woocommerce-cart h2, body.woocommerce-cart h3, body.woocommerce-cart h4, body.woocommerce-cart h5, body.woocommerce-cart h6, body.woocommerce-cart .h1, body.woocommerce-cart .h2, body.woocommerce-cart .h3, body.woocommerce-cart .h4, body.woocommerce-cart .h5, body.woocommerce-cart .h6 {
  font-weight: 500;
  font-family: "Poppins";
}
body.woocommerce-cart table.shop_table tr td a.remove {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
}
body.woocommerce-cart table.shop_table tr td a.remove:before {
  content: "";
  font-size: 16px;
  color: #696969;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce-cart table.shop_table tr td a.remove:hover:before {
  color: #D6372C;
}
body.woocommerce-cart table.shop_table tr td input, body.woocommerce-cart table.shop_table tr td button {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px !important;
  outline: none !important;
  margin: 0;
  border-radius: 0;
}
body.woocommerce-cart table.shop_table tr td input[type=number], body.woocommerce-cart table.shop_table tr td button[type=number] {
  width: 60px;
  padding: 0 10px !important;
}
body.woocommerce-cart table.shop_table tr td input#coupon_code, body.woocommerce-cart table.shop_table tr td button#coupon_code {
  min-width: 160px;
  border: none;
}
body.woocommerce-cart table.shop_table tr td input.button, body.woocommerce-cart table.shop_table tr td button.button {
  outline: none;
}
body.woocommerce-cart table.shop_table tr td input.button:disabled[disabled], body.woocommerce-cart table.shop_table tr td button.button:disabled[disabled] {
  padding: 0 20px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr th, body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
  border-radius: 0;
  border: 1px solid #c8a472;
}
.woocommerce-checkout form .form-row {
  padding: 0;
}
.woocommerce-checkout form input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
}
.woocommerce-checkout form textarea {
  padding: 10px;
  min-height: 120px;
  margin: 0;
  border-radius: 0;
}
.woocommerce-checkout form .select2 {
  margin: 0;
}
.woocommerce-checkout form .select2 span.select2-selection {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0;
  outline: none;
}
.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__rendered {
  padding: 0;
  line-height: 40px;
}
.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
.woocommerce-checkout h3 {
  margin-bottom: 40px;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 80px;
}
.woocommerce-checkout #payment {
  margin-top: 60px;
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods {
  border: none;
  padding: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods li label {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box {
  background-color: #F4F4F4;
  padding: 20px 30px;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box:before {
  border-bottom-color: #F4F4F4;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box p {
  margin: 0;
}
.woocommerce-checkout #payment .place-order {
  padding: 40px 0 0 0;
  margin: 0;
}
.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .select2-dropdown {
  margin-top: -1px;
  border: 1px solid #c8a472;
  border-radius: 0;
}
.woocommerce-checkout .select2-dropdown input.select2-search__field {
  outline: none;
  border: 1px solid #c8a472;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

body.woocommerce-order-received h2 {
  margin-bottom: 30px;
  margin-top: 80px;
}
body.woocommerce-order-received table.customer_details {
  margin-bottom: 80px;
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  padding-left: 0;
}
body.woocommerce-order-received .woocommerce-customer-details address {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #f8f8f8;
}

#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner {
  border-radius: 0;
}
#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img {
  border-radius: 0;
}
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
  border-radius: 0;
  background-color: #c8a472 !important;
}
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item {
  border-radius: 0;
}
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item img {
  border-radius: 0;
}

.mfp-woosq .mfp-preloader {
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

#woosw-area table {
  border: none !important;
}
#woosw-area table tr td {
  border: none;
  text-align: left;
  width: auto;
}
#woosw-area table tr td.woosw-content-item--remove {
  width: 50px;
}
#woosw-area table tr td.woosw-content-item--image {
  width: 90px;
}

table.woosw-content-items tr td {
  border: none;
  text-align: left;
  line-height: 1.4;
}
table.woosw-content-items tr td .woosw-content-item--add p > a {
  padding: 10px;
  text-align: center;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.woosw-list table tr td {
  border: none;
  text-align: left;
  line-height: 1.4;
}
.woosw-list .woosw-share a {
  font-size: 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.woosw-list .woosw-share a:before {
  font-family: Ionicons;
  font-size: 16px;
}
.woosw-list .woosw-share a.woosw-share-facebook:before {
  content: "";
}
.woosw-list .woosw-share a.woosw-share-twitter:before {
  content: "";
}
.woosw-list .woosw-share a.woosw-share-pinterest:before {
  content: "";
}
.woosw-list .woosw-share a.woosw-share-google-plus:before {
  content: "";
}
.woosw-list .woosw-share a.woosw-share-mail:before {
  content: "";
}

.woosb-products .woosb-product .woosb-price ins {
  background: none;
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
  font-weight: 400;
}

.woosb-products .woosb-product .woosb-price {
  font-size: 14px;
  font-weight: 700;
}

.woosb-products .woosb-product .woosb-price ins {
  font-weight: 700;
}

.open-mini-cart-btn {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.open-mini-cart-btn .mini-cart {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.open-mini-cart-btn .mini-cart .mini-cart-icon {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  position: relative;
}
header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin=light] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
  color: #fff;
}
header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin=dark] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
  color: #333333;
}
.open-mini-cart-btn .mini-cart .mini-cart-icon:before {
  content: "";
  font-family: Ionicons;
  font-size: 18px;
}
.open-mini-cart-btn .mini-cart .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -6px;
  right: -14px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  color: #fff;
  background-color: #333;
}
header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin=light] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
  color: #fff;
}
header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin=dark] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
  color: #fff;
}
.open-mini-cart-btn .mini-cart .mini-cart-icon i {
  font-style: normal;
}

.woocommerce .sidebar .widget.widget_product_search {
  padding-left: 20px;
}
.woocommerce .sidebar .widget.widget_product_search form {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 20px;
  overflow: hidden;
}
.woocommerce .sidebar .widget.widget_product_search form label {
  display: none;
}
.woocommerce .sidebar .widget.widget_product_search form input[type=search] {
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.woocommerce .sidebar .widget.widget_product_search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  outline: none;
  cursor: pointer;
  z-index: 8;
}
.woocommerce .sidebar .widget.widget_product_search form:after {
  content: "";
  font-family: Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
}
.woocommerce .sidebar .widget.widget_product_categories ul {
  margin: 0;
  padding: 0;
}
.woocommerce .sidebar .widget.widget_product_categories ul li {
  display: block;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}
.woocommerce .sidebar .widget.widget_product_categories ul li a {
  padding: 15px 0 15px 20px;
  display: inline-block;
}
.woocommerce .sidebar .widget.widget_product_categories ul li .sub-menu {
  border-top: 1px solid #eee;
  padding-left: 15px;
}
.woocommerce .sidebar .widget.widget_product_categories ul li:last-child {
  border-bottom: none !important;
}
.woocommerce .sidebar .widget.widget_product_categories select {
  display: block;
  width: 100%;
}
.woocommerce .sidebar .widget.widget_products ul li {
  padding: 20px 0 20px 20px;
  margin: 0;
  min-height: 120px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eee;
  display: flex;
  align-items: center;
  position: relative;
}
.woocommerce .sidebar .widget.widget_products ul li .product_list_item_left {
  width: 80px;
  margin-right: 20px;
}
.woocommerce .sidebar .widget.widget_products ul li .product_list_item_left a {
  display: block;
  padding: 0;
}
.woocommerce .sidebar .widget.widget_products ul li .product_list_item_left a img {
  width: 80px;
  height: auto;
  margin: 0;
}
.woocommerce .sidebar .widget.widget_products ul li .product_list_item_right {
  flex-basis: 80px;
  flex-grow: 1;
}
.woocommerce .sidebar .widget.widget_products ul li .product_list_item_right a {
  display: block;
  padding: 0;
}
.woocommerce .sidebar .widget.widget_products ul li .product-title {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .sidebar .widget.widget_products ul li .star-rating {
  float: none;
  display: block;
  font-size: 12px;
}
.woocommerce .sidebar .widget.widget_products ul li .star-rating span:before {
  color: #EFC720;
}
.woocommerce .sidebar .widget.widget_products ul li .amount {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.woocommerce .sidebar .widget.widget_products ul li mark, .woocommerce .sidebar .widget.widget_products ul li ins {
  background-color: transparent;
  text-decoration: none;
  color: #333333;
}
.woocommerce .sidebar .widget.widget_products ul li mark .amount, .woocommerce .sidebar .widget.widget_products ul li ins .amount {
  color: #333333;
}
.woocommerce .sidebar .widget.widget_products ul li del {
  color: #ccc;
  text-decoration: none;
  opacity: 1;
}
.woocommerce .sidebar .widget.widget_products ul li del .amount {
  color: #ccc;
}
.woocommerce .sidebar .widget.widget_products ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-width: 0 0 0 0;
}
.woocommerce .sidebar .widget.widget_products ul li:last-child:after {
  display: none;
}
.woocommerce .sidebar .widget.widget_products ul li:hover .product-title {
  color: #c8a472;
}
.woocommerce .sidebar .widget.widget_product_tag_cloud .tagcloud {
  padding: 20px 0 0 20px;
  display: block;
}
.woocommerce .sidebar .widget.widget_product_tag_cloud .tagcloud a {
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #F9F5F0;
  padding: 10px 15px;
  display: inline-block;
  margin: 0 6px 10px 0 !important;
  border: none !important;
  float: none;
  box-sizing: border-box;
}
.woocommerce .sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #333333;
  color: #ffffff !important;
}
.woocommerce .sidebar .widget.widget_price_filter .ui-slider {
  background-color: #EDEDED;
  height: 4px;
  border-radius: 2px;
}
.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #333333;
}
.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -9px;
  border-radius: 9px;
  background-color: #333333;
}
.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 0;
}
.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.woocommerce.single-product .product .woo-single-images {
  margin-bottom: 40px;
}
.woocommerce.single-product .product .woo-single-images .woocommerce-product-gallery {
  width: 100% !important;
}
.woocommerce.single-product .product .woo-single-images ol.flex-control-thumbs {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.woocommerce.single-product .product .woo-single-images ol.flex-control-thumbs li {
  padding: 0 10px;
}
.woocommerce.single-product .product .summary {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.woocommerce.single-product .product .summary .product_title {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary .woocommerce-product-rating {
  margin-bottom: 30px;
  font-size: 14px;
}
.woocommerce.single-product .product .summary .woocommerce-product-rating span:before {
  color: #EFC720;
}
.woocommerce.single-product .product .summary .price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #333333;
}
.woocommerce.single-product .product .summary .price .sale, .woocommerce.single-product .product .summary .price .new, .woocommerce.single-product .product .summary .price .hot, .woocommerce.single-product .product .summary .price .outofstock {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  min-width: 0;
  min-height: 0;
}
.woocommerce.single-product .product .summary .price .new {
  background-color: #FFC929;
}
.woocommerce.single-product .product .summary .price .hot {
  background-color: #D0021B;
}
.woocommerce.single-product .product .summary .price .sale {
  background-color: #6AC39B;
}
.woocommerce.single-product .product .summary .price .outofstock {
  background-color: #333333;
}
.woocommerce.single-product .product .summary .price .amount {
  display: inline-block;
  font-weight: 700;
}
.woocommerce.single-product .product .summary .price del {
  display: inline-block;
  color: #ccc;
  opacity: 1;
}
.woocommerce.single-product .product .summary .price del .amount {
  color: #ccc;
}
.woocommerce.single-product .product .summary .price ins {
  display: inline-block;
  text-decoration: none;
}
.woocommerce.single-product .product .summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary .woocommerce-product-details__short-description p {
  font-weight: 400;
  color: #696969;
  margin: 0;
}
.woocommerce.single-product .product .summary .woosb-wrap {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.woocommerce.single-product .product .summary .woosb-wrap .woosb-table tr td {
  text-align: left;
}
.woocommerce.single-product .product .summary p.stock {
  margin: 0 0 0 0;
}
.woocommerce.single-product .product .summary p.stock.out-of-stock {
  display: none;
}
.woocommerce.single-product .product .summary form.cart {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.woocommerce.single-product .product .summary form.cart .label {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-right: 15px;
}
.woocommerce.single-product .product .summary form.cart .quantity {
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
}
.woocommerce.single-product .product .summary form.cart .quantity input {
  min-width: 80px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #F8F8F8;
  border: none;
  outline: none;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
}
.woocommerce.single-product .product .summary form.cart table {
  border-width: 0;
}
.woocommerce.single-product .product .summary form.cart table td {
  vertical-align: middle !important;
}
.woocommerce.single-product .product .summary form.cart table td:first-child {
  width: 80px;
}
.woocommerce.single-product .product .summary form.cart table td .amount {
  font-weight: 700;
}
.woocommerce.single-product .product .summary form.cart table td del {
  opacity: 0.5;
}
.woocommerce.single-product .product .summary form.cart table td ins {
  background-color: transparent;
}
.woocommerce.single-product .product .summary form.cart table.variations {
  margin: 0 0 30px 0;
}
.woocommerce.single-product .product .summary form.cart table.variations tr td {
  text-align: left;
  background-color: transparent;
  vertical-align: top !important;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 10px 0;
}
.woocommerce.single-product .product .summary form.cart table.variations tr td.label label {
  color: #333333;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
}
.woocommerce.single-product .product .summary form.cart table.variations tr td.value select {
  min-width: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0 15px;
  outline: none;
  color: #333333;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #eee;
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
.woocommerce.single-product .product .summary form.cart table.variations tr td.value a.reset_variations {
  margin-left: 5px;
}
.woocommerce.single-product .product .summary form.cart table.variations tr:first-child td {
  padding-top: 0;
}
.woocommerce.single-product .product .summary form.cart table.variations tr:last-child td {
  padding-bottom: 0;
}
.woocommerce.single-product .product .summary form.cart .single_variation {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary form.cart button[type=submit] {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce.single-product .product .summary form.cart button[type=submit]:hover {
  color: #fff;
  border-color: #c8a472;
  background-color: #c8a472;
}
.woocommerce.single-product .product .summary form.cart .wishlist-btn {
  display: inline-block;
  margin-left: 10px;
}
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #D8D8D8;
  line-height: 48px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn:before {
  display: block;
  content: "";
  font-family: Ionicons;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
}
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-adding:before {
  content: "" !important;
  animation: spin 1s linear infinite;
}
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-added:before {
  content: "";
}
.woocommerce.single-product .product .summary form.cart .compare-btn {
  display: inline-block;
  margin-left: 10px;
}
.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #D8D8D8;
  line-height: 48px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn:before {
  display: block;
  content: "";
  font-family: Ionicons;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
}
.woocommerce.single-product .product .summary .product_meta table {
  border: none;
  margin: 0;
}
.woocommerce.single-product .product .summary .product_meta table tr td {
  text-align: left;
  border: none;
  background-color: transparent;
  line-height: 1;
  font-weight: 400;
  color: #696969;
  padding: 10px 10px 10px 0;
}
.woocommerce.single-product .product .summary .product_meta table tr td a {
  color: #333333;
}
.woocommerce.single-product .product .summary .product_meta table tr td a:hover {
  color: #c8a472;
}
.woocommerce.single-product .product .summary .product_meta table tr:first-child td {
  padding-top: 0;
}
.woocommerce.single-product .product .summary .product_meta table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce.single-product .product .woocommerce-tabs {
  border-top: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
  margin: 0 0 40px 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  color: #333333;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  margin: 0px 15px;
  border-radius: 0;
  position: relative;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  line-height: 1;
  color: #ccc;
  font-size: 24px;
  font-weight: 700;
}
.woocommerce.single-product .product .woocommerce-tabs .panel {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}
.woocommerce.single-product .product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce.single-product .product .woocommerce-tabs .panel p {
  margin: 0 0 15px 0;
}
.woocommerce.single-product .product .woocommerce-tabs .panel p:last-child {
  margin: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes {
  margin-bottom: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr th, .woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr td {
  text-align: left;
  border-left: none;
  border-right: none;
}
.woocommerce.single-product .product .up-sells > h2, .woocommerce.single-product .product .related > h2 {
  display: block;
  text-align: center;
  padding: 60px 0 30px 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.woocommerce.single-product .product .up-sells .slick-slide, .woocommerce.single-product .product .related .slick-slide {
  outline: none;
  margin-bottom: 0;
}
.woocommerce.single-product .product .up-sells .slick-dots, .woocommerce.single-product .product .related .slick-dots {
  margin: 15px 0 0 0;
}
.woocommerce.single-product .product .up-sells .slick-dots li, .woocommerce.single-product .product .related .slick-dots li {
  margin: 0;
}
.woocommerce.single-product .product .up-sells .slick-slider .slick-list, .woocommerce.single-product .product .related .slick-slider .slick-list {
  width: 100%;
}
.woocommerce.single-product .product .up-sells .slick-slider .slick-list .slick-track, .woocommerce.single-product .product .related .slick-slider .slick-list .slick-track {
  width: 100%;
}
.woocommerce.single-product .product #reviews #comments ol {
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product #reviews #comments ol li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.woocommerce.single-product .product #reviews #comments ol li img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 0;
  border: none;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text {
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 0 120px;
  padding: 0;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating {
  float: none;
  display: inline-block;
  font-size: 12px;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating span:before {
  color: #EFC720;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__author {
  font-weight: 400;
  color: #333333;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__published-date {
  font-size: 14px;
}
.woocommerce.single-product .product #reviews #comments ol li .comment-text .description p:last-child {
  margin: 0;
}
.woocommerce.single-product .product #reviews #review_form #reply-title {
  color: #333;
  font-weight: 700;
}
.woocommerce.single-product .product #reviews #review_form input[type=text], .woocommerce.single-product .product #reviews #review_form input[type=email], .woocommerce.single-product .product #reviews #review_form input[type=phone] {
  height: 40px;
  display: inline-block;
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #EEEEEE;
  outline: none;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  border-radius: 0;
}
.woocommerce.single-product .product #reviews #review_form input[type=submit] {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce.single-product .product #reviews #review_form input[type=submit]:hover {
  color: #fff;
  border-color: #c8a472;
  background-color: #c8a472;
}
.woocommerce.single-product .product #reviews #review_form textarea {
  padding: 15px;
  border: 1px solid #EEEEEE;
  outline: none;
  color: #696969;
  border-radius: 0;
}
/*# sourceMappingURL=main-ltr.css.map */