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

* {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

a {
  text-decoration: none; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  position: relative; }

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

html,
button,
input,
select,
textarea {
  font-family: Poppins, system-ui, sans-serif; }

li {
  list-style-type: none; }

body {
  margin: 0; }

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative; }

a:focus {
  outline: none; }

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

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

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

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

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

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; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px; }
  .container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container:after {
    clear: both; }
  .container.not-relative {
    position: static; }

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

.row {
  margin-right: -13px;
  margin-left: -13px;
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1; }
  .row:after, .row:before {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media (max-width: 1100px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  .row:before, .row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .row:after {
    clear: both; }
  .row > [class*='col_'] {
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
    float: left; }
    @media (max-width: 1100px) {
      .row > [class*='col_'] {
        padding-left: 10px;
        padding-right: 10px; } }
    .row > [class*='col_'].right {
      float: right; }
  .row.big-gutter {
    margin-left: -26px;
    margin-right: -26px; }
    @media (max-width: 1100px) {
      .row.big-gutter {
        margin-left: -20px;
        margin-right: -20px; } }
    .row.big-gutter > [class*='col_'] {
      padding-left: 26px;
      padding-right: 26px; }
      @media (max-width: 1100px) {
        .row.big-gutter > [class*='col_'] {
          padding-left: 20px;
          padding-right: 20px; } }
  .row.small-gutter {
    margin-left: -10px;
    margin-right: -10px; }
    .row.small-gutter > [class*='col_'] {
      padding-left: 10px;
      padding-right: 10px; }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter > [class*='col_'] {
      padding-left: 0px;
      padding-right: 0px; }

.col_16 {
  width: 16.66%; }

.col_10 {
  width: 10%; }

.col_15 {
  width: 15%; }

.col_14 {
  width: 14.28%; }

.col_33 {
  width: 33.33%; }

.col_20 {
  width: 20%; }

.col_auto {
  width: auto; }

.col_25 {
  width: 25%; }

.col_12 {
  width: 12.5%; }

.col_50 {
  width: 50%; }

.col_100 {
  width: 100%; }

.col_30 {
  width: 30%; }

.col_35 {
  width: 35%; }

.col_70 {
  width: 70%; }

.col_40 {
  width: 40%; }

.col_45 {
  width: 45%; }

.col_55 {
  width: 55%; }

.col_60 {
  width: 60%; }

.col_65 {
  width: 65%; }

.col_66 {
  width: 66.66%; }

.col_75 {
  width: 75%; }

.col_80 {
  width: 80%; }

html {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400; }

body {
  font-size: 1.4rem;
  line-height: normal;
  font-family: Poppins, system-ui, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #525761;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: normal;
  font-family: Quattrocento, serif;
  font-weight: 700; }
  @media (max-width: 1100px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: normal; } }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: inherit; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700;
    color: #ce9820; }

h1 {
  font-size: 4rem;
  margin-bottom: 40px; }
  h1 b {
    color: #ce9820; }
    @media (max-width: 767px) {
      h1 b {
        display: block; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 3rem;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.6rem;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    h2 {
      margin-bottom: 15px;
      font-size: 2.2rem; } }

h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #292120; }
  @media (max-width: 767px) {
    h3 {
      margin-bottom: 10px;
      font-size: 2.2rem; } }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 13rem;
  text-transform: uppercase; }

p,
a,
span,
label {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif; }
  p p,
  p a,
  p span,
  a p,
  a a,
  a span,
  span p,
  span a,
  span span,
  label p,
  label a,
  label span {
    font-size: 100%;
    margin: 0; }

p {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #292120;
  letter-spacing: 0.05em;
  font-family: Poppins, system-ui, sans-serif; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 20px;
      font-size: 1.3rem;
      line-height: 20px; } }
  p a {
    text-decoration: none;
    color: #ce9820; }
    p a:hover {
      color: #a27719; }
  p i {
    font-style: italic; }
  p b {
    font-weight: 700; }
  p u {
    border-bottom: 2px solid #ce9820;
    text-decoration: none; }

a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #292120;
  text-decoration: none; }
  a:hover {
    color: #ce9820; }

strong {
  font-weight: 700; }

b {
  font-weight: 700; }

ul li {
  font-size: 1.4rem; }

ol li {
  font-size: 1.4rem; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input,
.fluentform .ff-el-form-control.ff-el-form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #e8e8e8;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  line-height: 40px;
  background: #fff;
  color: #525761;
  outline: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  box-shadow: none; }
  input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="password"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="url"]:active,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="number"]:active,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="date"]:active,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="week"]:active,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="month"]:active,
  input[type="month"]:hover,
  input[type="month"]:focus,
  textarea:active,
  textarea:hover,
  textarea:focus,
  select:active,
  select:hover,
  select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus,
  .fluentform .ff-el-form-control.ff-el-form-control:active,
  .fluentform .ff-el-form-control.ff-el-form-control:hover,
  .fluentform .ff-el-form-control.ff-el-form-control:focus {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
  input[type="text"]::-webkit-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]::-moz-placeholder, input[type="text"]:-moz-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  textarea::-webkit-input-placeholder,
  textarea:-ms-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-moz-placeholder,
  select::-webkit-input-placeholder,
  select:-ms-input-placeholder,
  select::-moz-placeholder,
  select:-moz-placeholder, .selectize-input::-webkit-input-placeholder, .selectize-input:-ms-input-placeholder, .selectize-input::-moz-placeholder, .selectize-input:-moz-placeholder,
  .fluentform .ff-el-form-control.ff-el-form-control::-webkit-input-placeholder,
  .fluentform .ff-el-form-control.ff-el-form-control:-ms-input-placeholder,
  .fluentform .ff-el-form-control.ff-el-form-control::-moz-placeholder,
  .fluentform .ff-el-form-control.ff-el-form-control:-moz-placeholder {
    color: #858585;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: Poppins, system-ui, sans-serif;
    font-style: normal; }

select.ff-el-form-control.ff-el-form-control:not([size]):not([multiple]) {
  height: 50px;
  font-weight: 700;
  color: #858585;
  position: relative;
  cursor: pointer; }

.custom-select {
  position: relative; }
  .custom-select:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 10;
    pointer-events: none;
    width: 16px;
    height: 10px;
    background-image: url("images/select-arrow.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%); }

textarea {
  line-height: normal;
  height: auto;
  min-height: 130px;
  padding: 10px 20px; }
  @media (max-width: 767px) {
    textarea {
      min-height: 50px; } }

select {
  padding-right: 0; }

label {
  display: inline-block;
  color: #525761;
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
  font-size: 1.6rem; }
  label span {
    color: #ce9820; }
  @media (max-width: 767px) {
    label {
      font-size: 1.4rem; } }

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  color: #858585;
  font-size: 1.4rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: Poppins, system-ui, sans-serif;
  font-style: normal; }

.input-block, p.form-row {
  margin-bottom: 30px;
  position: relative;
  line-height: normal; }
  .input-block .required, p.form-row .required {
    color: red;
    font-weight: 700;
    border: 0; }
  .input-block .required, p.form-row .required {
    font-weight: 400;
    text-decoration: none; }
  .input-block:before, .input-block:after, p.form-row:before, p.form-row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .input-block:after, p.form-row:after {
    clear: both; }
  @media (max-width: 767px) {
    .input-block, p.form-row {
      margin-bottom: 10px; } }
  .input-block > span, p.form-row > span {
    top: 7px;
    right: 0;
    z-index: 10;
    color: #292120; }
    .input-block > span.wpcf7-form-control-wrap, p.form-row > span.wpcf7-form-control-wrap {
      position: relative;
      top: 0;
      right: 0;
      z-index: 10;
      display: block; }
  .input-block > label, p.form-row > label {
    display: block;
    color: #525761;
    margin-bottom: 5px;
    display: block; }
  @media (max-width: 767px) {
    .input-block, p.form-row {
      margin-bottom: 20px; } }
  .input-block.has-datepicker:before, p.form-row.has-datepicker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 1.4rem;
    position: absolute;
    top: 13px;
    margin-top: -7px;
    right: 0;
    opacity: .7;
    z-index: 10;
    color: #292120; }

.radio-block p, .wc_payment_method p {
  margin: 0;
  line-height: 22px;
  margin-top: 5px; }

.radio-block label, .wc_payment_method label {
  margin: 0;
  height: 30px;
  color: #525761;
  background: none;
  line-height: 30px;
  padding: 0 10px;
  font-size: 1.5rem;
  display: inline-block;
  width: calc(100% - 20px);
  position: relative;
  letter-spacing: normal;
  cursor: pointer;
  padding-left: 25px;
  /* img {
            max-width: 32px;
            margin-right: 10px;
            float: left;
            display: line-block;

            @include small-mobile {
                max-width: 20px;
                margin-right: 5px;
            }
        }
 */ }
  .radio-block label span, .wc_payment_method label span {
    font-size: 1.4rem;
    color: #292120;
    margin-top: 5px;
    display: inline-block;
    float: left; }

.radio-block input[type="radio"], .wc_payment_method input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.radio-block label:before, .wc_payment_method label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: -3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2; }

.radio-block label:after, .wc_payment_method label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: -3px;
  border: 1px solid #292120;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1; }

.radio-block input:checked + label:before, .wc_payment_method input:checked + label:before {
  background-color: #ce9820; }

.selectric-wrapper {
  background: none; }
  .selectric-wrapper .selectric {
    display: flex;
    align-items: center; }
    .selectric-wrapper .selectric span.label {
      height: 46px;
      line-height: 44px;
      padding: 0 30px 0 15px;
      font-weight: 400;
      font-size: 1.6rem;
      text-transform: none;
      color: #525761;
      font-family: Poppins, system-ui, sans-serif;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media (max-width: 767px) {
        .selectric-wrapper .selectric span.label {
          height: 42px;
          line-height: 40px; } }
    .selectric-wrapper .selectric .select-button {
      position: relative;
      width: 10px;
      height: 6px;
      top: auto;
      right: auto;
      z-index: 10;
      font-family: Font Awesome\ 5 Free;
      font-size: 1.8rem;
      color: #525761;
      font-weight: 900;
      line-height: normal; }
      .selectric-wrapper .selectric .select-button:before {
        content: "\f107";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
  .selectric-wrapper .selectric-items {
    background: #fff; }
    .selectric-wrapper .selectric-items ul li {
      padding: 7px 20px;
      color: #292120;
      font-size: 1.3rem;
      margin: 0;
      font-weight: 400;
      border: 0;
      border-top: 1px solid #f1f1f6; }
      .selectric-wrapper .selectric-items ul li:before {
        display: none; }
      .selectric-wrapper .selectric-items ul li.highlighted, .selectric-wrapper .selectric-items ul li:hover {
        background: #292120;
        color: #fff; }
  .selectric-wrapper.white-select {
    border: 0; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    width: auto;
    padding: 0;
    text-align: initial;
    text-transform: none;
    display: initial;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 30px; }
  .styled-checkbox + label:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: '';
    margin-right: 16px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #464547;
    position: absolute;
    left: 0px;
    top: 3px; }
  .styled-checkbox:checked + label:before {
    color: #ce9820; }
  .styled-checkbox:disabled + label {
    color: #ccc;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 10px;
    background: #ce9820;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #ce9820, 4px 0 0 #ce9820, 4px -2px 0 #ce9820, 4px -4px 0 #ce9820, 4px -6px 0 #ce9820, 4px -8px 0 #ce9820;
    transform: rotate(45deg); }
    @media (max-width: 480px) {
      .styled-checkbox:checked + label:after {
        top: 10px; } }

.styled-checkbox-wrapper {
  position: relative; }
  .styled-checkbox-wrapper label {
    font-size: 1.5rem;
    color: #525761;
    font-weight: 600;
    font-family: Poppins, system-ui, sans-serif; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px; }

.file-upload-input {
  width: 100%;
  color: #292120;
  font-size: 1.7rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  background: none; }
  @media (max-width: 767px) {
    .file-upload-input {
      font-size: 1.5rem; } }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #9da2a9;
  font-size: 1.7rem;
  text-transform: none;
  padding: 0;
  padding-right: 15px;
  height: auto;
  line-height: normal;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10;
  border: none;
  background: none;
  box-shadow: none;
  letter-spacing: normal;
  min-width: 0; }
  @media (max-width: 767px) {
    .file-upload-button {
      width: auto; } }
  .file-upload-button:before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(images/default/upload-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10; }
  .file-upload-button:hover {
    background: none;
    color: #292120; }

.lwa-divs-only input[type="text"] {
  margin: 0; }

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  font-size: 14px; }

.irs-bar {
  background: #efe7df; }

.range-wrapper .irs-from,
.range-wrapper .irs-to,
.range-wrapper .irs-single {
  background: #525761;
  color: #fff; }

.range-wrapper .irs-slider {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ce9820;
  width: 20px;
  height: 20px;
  top: 19px;
  border: 3px solid #fff; }

.woocommerce form.cart .quantity,
.woocommerce table.cart .quantity {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  height: 40px;
  overflow: hidden; }
  .woocommerce form.cart .quantity.hidden_quantity,
  .woocommerce table.cart .quantity.hidden_quantity {
    display: none !important; }
  .woocommerce form.cart .quantity input[name="quantity"], .woocommerce form.cart .quantity input.qty,
  .woocommerce table.cart .quantity input[name="quantity"],
  .woocommerce table.cart .quantity input.qty {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 55px;
    padding: 0 10px;
    text-align: center;
    height: 100%;
    border: 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    font-size: 1.6rem;
    color: #525761;
    font-weight: 700; }
    .woocommerce form.cart .quantity input[name="quantity"]::-webkit-outer-spin-button, .woocommerce form.cart .quantity input[name="quantity"]::-webkit-inner-spin-button, .woocommerce form.cart .quantity input.qty::-webkit-outer-spin-button, .woocommerce form.cart .quantity input.qty::-webkit-inner-spin-button,
    .woocommerce table.cart .quantity input[name="quantity"]::-webkit-outer-spin-button,
    .woocommerce table.cart .quantity input[name="quantity"]::-webkit-inner-spin-button,
    .woocommerce table.cart .quantity input.qty::-webkit-outer-spin-button,
    .woocommerce table.cart .quantity input.qty::-webkit-inner-spin-button {
      -webkit-appearance: none;
      -moz-appearance: textfield; }
  .woocommerce form.cart .quantity .decrease_quantity, .woocommerce form.cart .quantity .increase_quantity,
  .woocommerce table.cart .quantity .decrease_quantity,
  .woocommerce table.cart .quantity .increase_quantity {
    cursor: pointer;
    padding: 0;
    background: #fff;
    border: 0 solid #e8e8e8;
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1.6rem;
    color: #525761;
    font-weight: 700;
    font-family: Poppins, system-ui, sans-serif;
    width: 30px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }

table {
  width: 100%; }

table, th, td {
  border-spacing: 0;
  border: 1px solid #e8e8e8;
  padding: 1em;
  line-height: 1;
  vertical-align: middle; }

th {
  text-align: left;
  font-weight: normal; }

@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

body input[type='submit'],
body .button, body button.button, body a.button, .woocommerce input[type='submit'],
.woocommerce .button, .woocommerce button.button, .woocommerce a.button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-flex;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.4rem;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 17px 30px;
  height: auto;
  line-height: normal;
  position: relative;
  margin-bottom: 0;
  border: 0;
  min-width: 100px;
  background: #ce9820;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  body input[type='submit']:focus,
  body .button:focus, body button.button:focus, body a.button:focus, .woocommerce input[type='submit']:focus,
  .woocommerce .button:focus, .woocommerce button.button:focus, .woocommerce a.button:focus {
    border: 0;
    outline: 0; }
  @media (max-width: 1350px) {
    body input[type='submit'],
    body .button, body button.button, body a.button, .woocommerce input[type='submit'],
    .woocommerce .button, .woocommerce button.button, .woocommerce a.button {
      padding: 15px 20px;
      font-size: 1.3rem; } }
  @media (max-width: 480px) {
    body input[type='submit'],
    body .button, body button.button, body a.button, .woocommerce input[type='submit'],
    .woocommerce .button, .woocommerce button.button, .woocommerce a.button {
      padding: 15px;
      font-weight: 500;
      letter-spacing: normal; } }
  body input[type='submit'] i,
  body .button i, body button.button i, body a.button i, .woocommerce input[type='submit'] i,
  .woocommerce .button i, .woocommerce button.button i, .woocommerce a.button i {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 6px;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      body input[type='submit'] i,
      body .button i, body button.button i, body a.button i, .woocommerce input[type='submit'] i,
      .woocommerce .button i, .woocommerce button.button i, .woocommerce a.button i {
        top: 5px; } }
  body input[type='submit'] img,
  body .button img, body button.button img, body a.button img, .woocommerce input[type='submit'] img,
  .woocommerce .button img, .woocommerce button.button img, .woocommerce a.button img {
    float: left;
    margin-top: 11px; }
  body input[type='submit'] span,
  body .button span, body button.button span, body a.button span, .woocommerce input[type='submit'] span,
  .woocommerce .button span, .woocommerce button.button span, .woocommerce a.button span {
    position: relative;
    z-index: 2;
    display: block;
    transform: translateY(0%);
    transition: all 0.5s;
    color: #ce9820; }
    body input[type='submit'] span.second,
    body .button span.second, body button.button span.second, body a.button span.second, .woocommerce input[type='submit'] span.second,
    .woocommerce .button span.second, .woocommerce button.button span.second, .woocommerce a.button span.second {
      color: black;
      opacity: 0; }
  body input[type='submit']:hover,
  body .button:hover, body button.button:hover, body a.button:hover, .woocommerce input[type='submit']:hover,
  .woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover {
    color: #fff;
    background: #af811b; }
    body input[type='submit']:hover span,
    body .button:hover span, body button.button:hover span, body a.button:hover span, .woocommerce input[type='submit']:hover span,
    .woocommerce .button:hover span, .woocommerce button.button:hover span, .woocommerce a.button:hover span {
      transform: translateY(-100%);
      color: #fff; }
      body input[type='submit']:hover span.second,
      body .button:hover span.second, body button.button:hover span.second, body a.button:hover span.second, .woocommerce input[type='submit']:hover span.second,
      .woocommerce .button:hover span.second, .woocommerce button.button:hover span.second, .woocommerce a.button:hover span.second {
        transform: translateY(-100%);
        opacity: 1; }
  body input[type='submit'].outline-button,
  body .button.outline-button, body button.button.outline-button, body a.button.outline-button, .woocommerce input[type='submit'].outline-button,
  .woocommerce .button.outline-button, .woocommerce button.button.outline-button, .woocommerce a.button.outline-button {
    background: transparent;
    color: #ce9820;
    border: 2px solid #ce9820;
    padding: 15px 30px; }
    body input[type='submit'].outline-button:hover,
    body .button.outline-button:hover, body button.button.outline-button:hover, body a.button.outline-button:hover, .woocommerce input[type='submit'].outline-button:hover,
    .woocommerce .button.outline-button:hover, .woocommerce button.button.outline-button:hover, .woocommerce a.button.outline-button:hover {
      background: #ce9820;
      color: #fff; }
  body input[type='submit'].soft,
  body .button.soft, body button.button.soft, body a.button.soft, .woocommerce input[type='submit'].soft,
  .woocommerce .button.soft, .woocommerce button.button.soft, .woocommerce a.button.soft {
    background: #ffedd9;
    color: #525761; }
  body input[type='submit'].medium,
  body .button.medium, body button.button.medium, body a.button.medium, .woocommerce input[type='submit'].medium,
  .woocommerce .button.medium, .woocommerce button.button.medium, .woocommerce a.button.medium {
    height: 48px;
    line-height: 46px;
    min-width: 0;
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 400; }
  body input[type='submit'].facebook,
  body .button.facebook, body button.button.facebook, body a.button.facebook, .woocommerce input[type='submit'].facebook,
  .woocommerce .button.facebook, .woocommerce button.button.facebook, .woocommerce a.button.facebook {
    background: #0084ff; }
  body input[type='submit'].white,
  body .button.white, body button.button.white, body a.button.white, .woocommerce input[type='submit'].white,
  .woocommerce .button.white, .woocommerce button.button.white, .woocommerce a.button.white {
    border: 2px solid #fff;
    color: #fff; }
    body input[type='submit'].white:hover,
    body .button.white:hover, body button.button.white:hover, body a.button.white:hover, .woocommerce input[type='submit'].white:hover,
    .woocommerce .button.white:hover, .woocommerce button.button.white:hover, .woocommerce a.button.white:hover {
      background: #fff;
      color: #ce9820; }
  body input[type='submit'].grey,
  body .button.grey, body button.button.grey, body a.button.grey, .woocommerce input[type='submit'].grey,
  .woocommerce .button.grey, .woocommerce button.button.grey, .woocommerce a.button.grey {
    background: #f1f1f6;
    border: 2px solid #e8e8e8;
    color: #b4b1c3;
    box-shadow: none;
    line-height: 63px; }
    @media (max-width: 767px) {
      body input[type='submit'].grey,
      body .button.grey, body button.button.grey, body a.button.grey, .woocommerce input[type='submit'].grey,
      .woocommerce .button.grey, .woocommerce button.button.grey, .woocommerce a.button.grey {
        line-height: 48px; } }
  body input[type='submit'].loading:before,
  body .button.loading:before, body button.button.loading:before, body a.button.loading:before, .woocommerce input[type='submit'].loading:before,
  .woocommerce .button.loading:before, .woocommerce button.button.loading:before, .woocommerce a.button.loading:before {
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  body input[type='submit'].loading:after,
  body .button.loading:after, body button.button.loading:after, body a.button.loading:after, .woocommerce input[type='submit'].loading:after,
  .woocommerce .button.loading:after, .woocommerce button.button.loading:after, .woocommerce a.button.loading:after {
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  body input[type='submit'].loading,
  body .button.loading, body button.button.loading, body a.button.loading, .woocommerce input[type='submit'].loading,
  .woocommerce .button.loading, .woocommerce button.button.loading, .woocommerce a.button.loading {
    position: relative; }
    body input[type='submit'].loading:before,
    body .button.loading:before, body button.button.loading:before, body a.button.loading:before, .woocommerce input[type='submit'].loading:before,
    .woocommerce .button.loading:before, .woocommerce button.button.loading:before, .woocommerce a.button.loading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #ce9820;
      opacity: .7; }
    body input[type='submit'].loading:after,
    body .button.loading:after, body button.button.loading:after, body a.button.loading:after, .woocommerce input[type='submit'].loading:after,
    .woocommerce .button.loading:after, .woocommerce button.button.loading:after, .woocommerce a.button.loading:after {
      content: "\f110";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      z-index: 3;
      left: 50%;
      top: calc(50% - 8px);
      color: #fff;
      font-size: 14px;
      animation-name: spin-animation;
      animation-duration: 1000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      transform-origin: center center;
      opacity: 1; }
  body input[type='submit'].dark,
  body .button.dark, body button.button.dark, body a.button.dark, .woocommerce input[type='submit'].dark,
  .woocommerce .button.dark, .woocommerce button.button.dark, .woocommerce a.button.dark {
    border: 2px solid #525761;
    color: #525761; }
    body input[type='submit'].dark:hover,
    body .button.dark:hover, body button.button.dark:hover, body a.button.dark:hover, .woocommerce input[type='submit'].dark:hover,
    .woocommerce .button.dark:hover, .woocommerce button.button.dark:hover, .woocommerce a.button.dark:hover {
      background: #525761;
      color: #fff; }
  body input[type='submit'].small,
  body .button.small, body button.button.small, body a.button.small, .woocommerce input[type='submit'].small,
  .woocommerce .button.small, .woocommerce button.button.small, .woocommerce a.button.small {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    font-size: 1.1rem;
    min-width: 0px;
    padding: 0 13px;
    letter-spacing: 0.05em; }
  body input[type='submit'].facebook-btn,
  body .button.facebook-btn, body button.button.facebook-btn, body a.button.facebook-btn, .woocommerce input[type='submit'].facebook-btn,
  .woocommerce .button.facebook-btn, .woocommerce button.button.facebook-btn, .woocommerce a.button.facebook-btn {
    background: #3b5998; }
  body input[type='submit'].load-more-btn.loading,
  body .button.load-more-btn.loading, body button.button.load-more-btn.loading, body a.button.load-more-btn.loading, .woocommerce input[type='submit'].load-more-btn.loading,
  .woocommerce .button.load-more-btn.loading, .woocommerce button.button.load-more-btn.loading, .woocommerce a.button.load-more-btn.loading {
    opacity: 0.6;
    padding-right: 45px; }
    body input[type='submit'].load-more-btn.loading:after,
    body .button.load-more-btn.loading:after, body button.button.load-more-btn.loading:after, body a.button.load-more-btn.loading:after, .woocommerce input[type='submit'].load-more-btn.loading:after,
    .woocommerce .button.load-more-btn.loading:after, .woocommerce button.button.load-more-btn.loading:after, .woocommerce a.button.load-more-btn.loading:after {
      font-family: WooCommerce;
      content: '\e01c';
      vertical-align: top;
      font-weight: 400;
      position: absolute;
      top: 0;
      right: 15px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
  body input[type='submit']:disabled,
  body .button:disabled, body button.button:disabled, body a.button:disabled, .woocommerce input[type='submit']:disabled,
  .woocommerce .button:disabled, .woocommerce button.button:disabled, .woocommerce a.button:disabled {
    background: #f1f1f6;
    color: #fff; }

body .round-button, .woocommerce .round-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  height: 60px;
  line-height: 56px;
  position: relative;
  margin-bottom: 0px;
  border: 2px solid #fff;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.43);
  overflow: hidden;
  z-index: 2;
  min-width: 250px;
  letter-spacing: 0.3em;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  @media (max-width: 767px) {
    body .round-button, .woocommerce .round-button {
      height: 38px;
      line-height: 36px;
      min-width: 190px;
      font-size: 1.6rem;
      letter-spacing: 0.2em; } }
  body .round-button:hover, .woocommerce .round-button:hover {
    background: black;
    color: #fff; }

@keyframes spin-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

html, body {
  background-color: #fff;
  /* background-image: url(images/pattern_bg.jpg); */
  background-repeat: repeat;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  background: #ce9820;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #ce9820;
  color: #fff;
  /* Gecko Browsers */ }

.desktop-only {
  display: block !important; }
  @media (max-width: 1100px) {
    .desktop-only {
      display: none !important; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none !important; } }

.tablet-only {
  display: none !important; }
  @media (max-width: 1100px) {
    .tablet-only {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .tablet-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.hidden-on-desktop {
  display: none !important; }
  @media (max-width: 1100px) {
    .hidden-on-desktop {
      display: block !important; } }

@media (max-width: 1350px) {
  .hidden-on-small-desktop {
    display: none !important; } }

@media (max-width: 1100px) {
  .hidden-on-small-desktop {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-on-small-desktop {
    display: block !important; } }

@media (max-width: 1100px) {
  .hidden-on-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-on-tablet {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important; } }

.container {
  /*@include big-desktop {
        width: 1280px;
    }*/
  /*@include mobile {
        width: 92%;
    }*/ }
  @media (max-width: 1350px) {
    .container {
      width: 1024px; } }
  @media (max-width: 1100px) {
    .container {
      width: 92%; } }

.no-mb {
  margin-bottom: 0 !important; }

.no-pb {
  padding-bottom: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.no-scroll {
  overflow: hidden !important; }

.floating-objects {
  clear: both;
  zoom: 1; }
  .floating-objects:after, .floating-objects:before {
    content: "";
    display: table; }
  .floating-objects:after {
    clear: both; }

.show {
  display: block !important; }

.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px; }

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }

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

.mm-menu {
  background: #fbfbfb; }

a.open-sidemenu {
  width: 22px;
  height: 18px;
  position: relative;
  z-index: 9999;
  margin-left: 20px;
  display: none;
  transition: top 0.3s ease-in-out; }
  @media (max-width: 1100px) {
    a.open-sidemenu {
      display: inline-block; } }
  a.open-sidemenu span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #292120;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a.open-sidemenu span:first-child {
      left: 0;
      top: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:nth-child(2) {
      right: 0;
      top: 50%;
      margin-top: -1px;
      width: 70%; }
    a.open-sidemenu span:last-child {
      left: 0;
      bottom: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
  a.open-sidemenu:hover span:nth-child(2) {
    width: 100%; }
  a.open-sidemenu.active {
    top: -30px; }
    a.open-sidemenu.active span:first-child {
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg);
      left: 0px;
      top: -1px; }
    a.open-sidemenu.active span:nth-child(2) {
      width: 0; }
    a.open-sidemenu.active span:last-child {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      left: -1px;
      bottom: 1px; }

.big-menu-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  background: rgba(39, 41, 44, 0.95);
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-top: 20px;
  overflow: auto;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .big-menu-wrapper.visible {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .big-menu-wrapper .contact-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px; }
    .big-menu-wrapper .contact-details a {
      display: block;
      color: #fff;
      text-align: center;
      margin-bottom: 15px;
      font-size: 1.4rem;
      font-weight: 400; }
      .big-menu-wrapper .contact-details a i {
        margin-right: 7px; }
  .big-menu-wrapper .close-sidemenu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: inline-block;
    width: 22px;
    height: 18px;
    padding: 5px; }
    .big-menu-wrapper .close-sidemenu span {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      display: inline-block;
      height: 2px;
      width: 100%;
      background: #fff;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .big-menu-wrapper .close-sidemenu span:first-child {
        -ms-transform-origin: 100% 100%;
        /* IE 9 */
        -webkit-transform-origin: 100% 100%;
        /* Chrome, Safari, Opera */
        transform-origin: 100% 100%; }
      .big-menu-wrapper .close-sidemenu span:last-child {
        -ms-transform-origin: 100% 100%;
        /* IE 9 */
        -webkit-transform-origin: 100% 100%;
        /* Chrome, Safari, Opera */
        transform-origin: 100% 100%; }
      .big-menu-wrapper .close-sidemenu span:first-child {
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
        left: 0px;
        top: -1px; }
      .big-menu-wrapper .close-sidemenu span:last-child {
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        left: -1px;
        bottom: 1px; }
  .big-menu-wrapper .account-buttons {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .big-menu-wrapper .phone-location-wrapper {
    padding: 15px 30px; }
  .big-menu-wrapper .container {
    width: 100%;
    height: calc(100% - 20px);
    overflow: auto; }
  .big-menu-wrapper .open-mobile-submenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #525761;
    z-index: 10;
    transition: background-color 0.2s ease-in-out; }
    .big-menu-wrapper .open-mobile-submenu i {
      transition: transform 0.2s ease-in-out; }
    .big-menu-wrapper .open-mobile-submenu.active {
      background: rgba(255, 255, 255, 0.4); }
      .big-menu-wrapper .open-mobile-submenu.active i {
        transform: rotate(180deg); }
  .big-menu-wrapper .container > ul {
    display: block;
    margin-top: 20px; }
    .big-menu-wrapper .container > ul > li {
      display: block;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      transition: background-color 0.2s ease-in-out; }
      .big-menu-wrapper .container > ul > li.active {
        background: rgba(0, 0, 0, 0.1); }
      .big-menu-wrapper .container > ul > li > a {
        text-transform: uppercase;
        font-weight: 300;
        color: #fff;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        padding: 12px 30px;
        display: block;
        background: none;
        line-height: normal;
        text-align: center; }
        .big-menu-wrapper .container > ul > li > a img {
          width: 20px;
          margin-right: 5px; }
      .big-menu-wrapper .container > ul > li .sub-menu {
        display: none; }
        .big-menu-wrapper .container > ul > li .sub-menu li a {
          opacity: .8;
          font-size: 1.4rem;
          color: #fff;
          display: block;
          padding: 5px 0; }
      .big-menu-wrapper .container > ul > li > .sub-menu {
        padding: 0 30px 10px; }
        .big-menu-wrapper .container > ul > li > .sub-menu > li > a {
          font-size: 1.6rem;
          font-weight: 600; }
        .big-menu-wrapper .container > ul > li > .sub-menu .sub-menu {
          padding-left: 10px; }
      .big-menu-wrapper .container > ul > li.current-menu-item a {
        color: #ce9820;
        font-weight: 500; }

.bg-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.gray-section {
  background: #f1f1f6;
  padding: 40px 0;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .gray-section {
      margin-bottom: 40px;
      padding: 30px 0; } }
  .gray-section h3 {
    font-size: 20px;
    font-family: Poppins, system-ui, sans-serif;
    font-weight: 600;
    margin-bottom: 20px; }

blockquote {
  text-align: center;
  clear: both;
  font-size: 4rem;
  line-height: 56px;
  color: #525761;
  padding: 60px 40px;
  font-style: italic;
  position: relative; }
  blockquote:before, blockquote:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  blockquote:after {
    clear: both; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 2.4rem;
      line-height: normal;
      padding: 30px 20px; } }
  blockquote:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 29px;
    background-image: url(images/quotes.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 45px;
    z-index: 10;
    top: 20px;
    visibility: visible; }
    @media (max-width: 767px) {
      blockquote:before {
        top: -5px; } }

.no-border {
  border: 0 !important; }

.picker__holder {
  min-width: 350px; }
  .picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    min-width: 0;
    font-family: Poppins, system-ui, sans-serif;
    color: #292120;
    height: auto;
    line-height: normal; }

.picker--opened .picker__holder {
  border: 0;
  outline: 0; }

.mobile-menu-buttons {
  display: none; }
  @media (max-width: 767px) {
    .mobile-menu-buttons {
      display: inline-block; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-disabled {
  display: none !important; }

.slick-slider .slick-slide {
  outline: 0;
  border: 0; }

.slick-slider .slick-dots {
  bottom: 65px;
  left: 6%;
  opacity: .2; }
  @media (max-width: 1600px) {
    .slick-slider .slick-dots {
      bottom: 40px; } }
  @media (max-width: 767px) {
    .slick-slider .slick-dots {
      bottom: 20px; } }
  .slick-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    float: left;
    margin-right: 5px; }
    .slick-slider .slick-dots li button {
      min-width: 0;
      padding: 0;
      width: 6px;
      height: 6px;
      margin-top: 0px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: #fff;
      box-shadow: none;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .slick-slider .slick-dots li button:before {
        display: none !important; }
    .slick-slider .slick-dots li:before {
      display: none !important; }
    .slick-slider .slick-dots li.slick-active button {
      width: 20px;
      height: 6px; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 16px;
  height: 27px;
  background-image: url(images/default/controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  margin-top: -8px;
  opacity: 0.3;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none; }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: .7; }

.slick-slider .slick-prev {
  left: 35px; }
  @media (max-width: 1600px) {
    .slick-slider .slick-prev {
      left: 25px; } }

.slick-slider .slick-next {
  right: 35px;
  background-position: -16px 0; }
  @media (max-width: 1600px) {
    .slick-slider .slick-next {
      right: 25px; } }

.slick-slider.dark-controls .slick-prev, .slick-slider.dark-controls .slick-next {
  width: 19px;
  height: 30px;
  background-image: url(images/default/dark-controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  margin-top: -2px;
  opacity: 0.3;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .slick-slider.dark-controls .slick-prev:before, .slick-slider.dark-controls .slick-next:before {
    display: none; }
  .slick-slider.dark-controls .slick-prev:hover, .slick-slider.dark-controls .slick-next:hover {
    opacity: .7; }

.slick-slider.dark-controls .slick-prev {
  left: -40px; }
  @media (max-width: 767px) {
    .slick-slider.dark-controls .slick-prev {
      left: 7px; } }

.slick-slider.dark-controls .slick-next {
  right: -40px;
  background-position: -19px 0; }
  @media (max-width: 767px) {
    .slick-slider.dark-controls .slick-next {
      right: 7px; } }

.sep {
  margin-bottom: 40px;
  height: 1px;
  background: #e8e8e8;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 50px; }
  .sep:before, .sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .sep:after {
    clear: both; }
  @media (max-width: 767px) {
    .sep {
      margin-bottom: 30px;
      margin-top: 30px; } }
  .sep.big {
    margin: 160px 0; }

.clear:before, .clear:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }

.clear:after {
  clear: both; }

.picker__select--month, .picker__select--year {
  color: #fff;
  line-height: normal; }

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  color: #fff; }

.fancybox-slide > * {
  padding: 0; }

img {
  max-width: 100%; }

.limited-content {
  max-width: 700px;
  margin: 0 auto; }

.page-content {
  min-height: 500px;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .page-content {
      padding: 40px 0; } }

.tabs-wrapper .navigator {
  overflow: hidden;
  position: relative;
  z-index: 3; }
  .tabs-wrapper .navigator .tab-selector {
    display: inline-block;
    float: left;
    min-width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #292120;
    border-bottom: 0;
    cursor: pointer; }
    .tabs-wrapper .navigator .tab-selector.active {
      background: #f1f1f6;
      color: #ce9820;
      border: 1px solid #e8e8e8;
      border-bottom: 0; }

.tabs-wrapper .tab-wrapper {
  padding: 25px 30px;
  background: #f1f1f6;
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 2;
  margin-top: -1px; }
  .tabs-wrapper .tab-wrapper .tab {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .tabs-wrapper .tab-wrapper .tab.active {
      opacity: 1;
      visibility: visible;
      height: auto; }

.hide {
  display: none !important; }

@media (max-width: 767px) {
  .container.visible {
    overflow: visible; } }

@media (max-width: 767px) {
  .container.visible-overflow {
    overflow: visible; } }

.popup-content {
  background: #fff;
  padding: 25px 30px 20px; }
  @media (max-width: 767px) {
    .popup-content {
      padding: 25px 20px; } }
  .popup-content h3 {
    margin-bottom: 20px; }
  .popup-content .input-block {
    margin-bottom: 15px; }
    .popup-content .input-block > label {
      margin-bottom: 3 pz; }
    .popup-content .input-block input[type="text"],
    .popup-content .input-block input[type="email"],
    .popup-content .input-block input[type="password"],
    .popup-content .input-block input[type="search"],
    .popup-content .input-block input[type="tel"],
    .popup-content .input-block input[type="url"],
    .popup-content .input-block input[type="number"],
    .popup-content .input-block input[type="date"],
    .popup-content .input-block input[type="time"],
    .popup-content .input-block input[type="datetime"],
    .popup-content .input-block input[type="datetime-local"],
    .popup-content .input-block input[type="week"],
    .popup-content .input-block input[type="month"],
    .popup-content .input-block textarea,
    .popup-content .input-block select, .popup-content .input-block .selectize-input {
      height: 40px;
      line-height: 40px; }
      @media (max-width: 767px) {
        .popup-content .input-block input[type="text"],
        .popup-content .input-block input[type="email"],
        .popup-content .input-block input[type="password"],
        .popup-content .input-block input[type="search"],
        .popup-content .input-block input[type="tel"],
        .popup-content .input-block input[type="url"],
        .popup-content .input-block input[type="number"],
        .popup-content .input-block input[type="date"],
        .popup-content .input-block input[type="time"],
        .popup-content .input-block input[type="datetime"],
        .popup-content .input-block input[type="datetime-local"],
        .popup-content .input-block input[type="week"],
        .popup-content .input-block input[type="month"],
        .popup-content .input-block textarea,
        .popup-content .input-block select, .popup-content .input-block .selectize-input {
          height: 36px;
          line-light: 36px; } }
      .popup-content .input-block input[type="text"]:active, .popup-content .input-block input[type="text"]:hover, .popup-content .input-block input[type="text"]:focus,
      .popup-content .input-block input[type="email"]:active,
      .popup-content .input-block input[type="email"]:hover,
      .popup-content .input-block input[type="email"]:focus,
      .popup-content .input-block input[type="password"]:active,
      .popup-content .input-block input[type="password"]:hover,
      .popup-content .input-block input[type="password"]:focus,
      .popup-content .input-block input[type="search"]:active,
      .popup-content .input-block input[type="search"]:hover,
      .popup-content .input-block input[type="search"]:focus,
      .popup-content .input-block input[type="tel"]:active,
      .popup-content .input-block input[type="tel"]:hover,
      .popup-content .input-block input[type="tel"]:focus,
      .popup-content .input-block input[type="url"]:active,
      .popup-content .input-block input[type="url"]:hover,
      .popup-content .input-block input[type="url"]:focus,
      .popup-content .input-block input[type="number"]:active,
      .popup-content .input-block input[type="number"]:hover,
      .popup-content .input-block input[type="number"]:focus,
      .popup-content .input-block input[type="date"]:active,
      .popup-content .input-block input[type="date"]:hover,
      .popup-content .input-block input[type="date"]:focus,
      .popup-content .input-block input[type="time"]:active,
      .popup-content .input-block input[type="time"]:hover,
      .popup-content .input-block input[type="time"]:focus,
      .popup-content .input-block input[type="datetime"]:active,
      .popup-content .input-block input[type="datetime"]:hover,
      .popup-content .input-block input[type="datetime"]:focus,
      .popup-content .input-block input[type="datetime-local"]:active,
      .popup-content .input-block input[type="datetime-local"]:hover,
      .popup-content .input-block input[type="datetime-local"]:focus,
      .popup-content .input-block input[type="week"]:active,
      .popup-content .input-block input[type="week"]:hover,
      .popup-content .input-block input[type="week"]:focus,
      .popup-content .input-block input[type="month"]:active,
      .popup-content .input-block input[type="month"]:hover,
      .popup-content .input-block input[type="month"]:focus,
      .popup-content .input-block textarea:active,
      .popup-content .input-block textarea:hover,
      .popup-content .input-block textarea:focus,
      .popup-content .input-block select:active,
      .popup-content .input-block select:hover,
      .popup-content .input-block select:focus, .popup-content .input-block .selectize-input:active, .popup-content .input-block .selectize-input:hover, .popup-content .input-block .selectize-input:focus {
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
  .popup-content .tabs-wrapper .navigator .tab-selector {
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 500; }
  .popup-content .tabs-wrapper .tab-wrapper {
    padding: 20px 25px; }
  .popup-content .lwa {
    margin-bottom: 0; }

.accordion-wrapper .accordion-item {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .accordion-wrapper .accordion-item .accordion-header {
    position: relative;
    padding: 10px 10px 10px 27px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer; }
    .accordion-wrapper .accordion-item .accordion-header:before {
      content: "\f107";
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      right: 20px;
      top: 12px;
      font-weight: 900;
      font-size: 1.8rem;
      color: #525761; }
    .accordion-wrapper .accordion-item .accordion-header h6 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 600;
      font-family: Poppins, system-ui, sans-serif; }
  .accordion-wrapper .accordion-item .accordion-hidden-content {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin: 0px 27px; }
  .accordion-wrapper .accordion-item.active .accordion-header:before {
    content: "\f106"; }
  .accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 800px;
    margin: 15px 27px;
    transition: max-height 0.4s ease-in; }

.big-mb {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .big-mb {
      margin-bottom: 30px; } }

.mb {
  margin-bottom: 115px; }
  @media (max-width: 767px) {
    .mb {
      margin-bottom: 45px; } }

.small-mb {
  margin-bottom: 25px; }

.mt {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }

.small-mt {
  margin-top: 25px; }

.no-mb {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  .mobile-mb {
    margin-bottom: 25px; } }

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.fancybox-controls button {
  min-width: 0; }

.video-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* padding-bottom: 52.65%;
    padding-top: 30px; height: 0; overflow: hidden; */ }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff; }
  .video-wrapper img {
    width: 100%; }

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.top-banner {
  padding: 170px 0 40px;
  background-image: url("images/header_pattern.jpg");
  background-repeat: repeat; }
  @media (max-width: 767px) {
    .top-banner {
      padding: 130px 0 30px; } }
  .top-banner .centered-content {
    text-align: center; }
  .top-banner h1 {
    font-size: 4rem;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    margin: 0;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      .top-banner h1 {
        font-size: 3.2rem; } }
    @media (max-width: 480px) {
      .top-banner h1 {
        font-size: 3rem; } }

.group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .group.group-align-center {
    align-items: center; }
  .group.group-justify-center {
    justify-content: center; }

.cosar-autorizat,
.info-livrare {
  color: #3c9d4a;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center; }
  .cosar-autorizat i,
  .info-livrare i {
    margin-right: 7px; }

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  @media (max-width: 480px) {
    .services-wrapper {
      gap: 5px; } }
  .services-wrapper .service-item {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    color: #292120;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 7px 10px;
    background: #f7e8e3; }
    @media (max-width: 1100px) {
      .services-wrapper .service-item {
        font-size: 1.2rem;
        letter-spacing: 0.05em; } }
    @media (max-width: 480px) {
      .services-wrapper .service-item {
        font-size: 1rem;
        letter-spacing: normal;
        padding: 5px 8px; } }
    .services-wrapper .service-item.is-checked {
      background: #ce9820;
      color: #fff; }
  .services-wrapper.centered {
    justify-content: center; }

.standard-section {
  padding: 70px 0; }
  @media (max-width: 767px) {
    .standard-section {
      padding: 40px 0; } }
  .standard-section.centered {
    text-align: center; }
  .standard-section .limited {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto; }

.light-yellow-section {
  padding: 70px 0;
  background-color: #f7f3f0; }
  @media (max-width: 767px) {
    .light-yellow-section {
      padding: 50px 0; } }
  .light-yellow-section.centered {
    text-align: center; }

.wp-block-image figure {
  background: #f1f1f6;
  padding: 20px; }
  @media (max-width: 767px) {
    .wp-block-image figure {
      width: 100%;
      float: none; }
      .wp-block-image figure img {
        width: 100%; } }

.wp-block-image img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }

.about-page .cosar-autorizat {
  margin-bottom: 5px; }

.portfolio-page .services-wrapper {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .portfolio-page .services-wrapper {
      margin-bottom: 30px; } }

.service-section {
  background: #27292c;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .service-section {
      padding: 40px 0; } }
  .service-section .image-side {
    background: #fff;
    padding: 20px;
    flex-shrink: 0;
    max-width: 30%; }
    @media (max-width: 767px) {
      .service-section .image-side {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-bottom: 20px; }
        .service-section .image-side img {
          width: 100%; } }
    @media (max-width: 480px) {
      .service-section .image-side {
        padding: 15px; } }
  .service-section img {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
  .service-section .container {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px;
    align-items: center; }
    @media (max-width: 1100px) {
      .service-section .container {
        gap: 30px; } }
    @media (max-width: 767px) {
      .service-section .container {
        flex-direction: column;
        gap: 0; } }
  .service-section .content-side {
    max-width: 70%; }
    @media (max-width: 767px) {
      .service-section .content-side {
        max-width: 100%; } }
    .service-section .content-side * {
      color: #fff; }
    .service-section .content-side h2 {
      color: #ce9820; }
    .service-section .content-side *:last-child {
      margin-bottom: 0; }
  .service-section.even {
    background: #fff; }
    .service-section.even .container {
      flex-direction: row; }
      @media (max-width: 767px) {
        .service-section.even .container {
          flex-direction: column; } }
    .service-section.even .content-side * {
      color: #292120; }
    .service-section.even .content-side h2 {
      color: #ce9820; }
    .service-section.even .image-side {
      background: #ce9820; }

/* clear fix */
.masonry-grid:after {
  content: '';
  display: block;
  clear: both; }

/* fluid 5 columns */
.grid-item,
.grid-sizer {
  width: 23.5%; }
  @media (max-width: 767px) {
    .grid-item,
    .grid-sizer {
      width: 49%; } }

.grid-item {
  margin-bottom: 20px;
  float: left;
  position: relative;
  overflow: hidden; }
  .grid-item a {
    display: block;
    width: 100%;
    height: 350px;
    background: #f1f1f6;
    padding: 20px; }
    @media (max-width: 1100px) {
      .grid-item a {
        padding: 10px; } }
    @media (max-width: 480px) {
      .grid-item a {
        height: 250px; } }
  .grid-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }

.gutter-sizer {
  width: 2%; }

.grid-item--width2 {
  width: 49%; }

.contact-page .contact-info {
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0; }
  @media (max-width: 1100px) {
    .contact-page .contact-info {
      padding: 40px 0; } }

.contact-page .standard-section {
  border-bottom: 1px solid #e8e8e8; }
  .contact-page .standard-section p {
    color: #858585; }

@media (max-width: 1100px) {
  .articles-listing .col_50 {
    width: 50%; } }

@media (max-width: 767px) {
  .articles-listing .col_50 {
    width: 100%; } }

.articles-listing .article-item {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff; }
  .articles-listing .article-item a.image {
    display: block;
    position: relative;
    min-height: 55px;
    background: #414042; }
    .articles-listing .article-item a.image img {
      width: 100%;
      height: auto; }
    .articles-listing .article-item a.image span.postdate {
      position: absolute;
      left: 25px;
      bottom: 15px;
      z-index: 10;
      height: 24px;
      line-height: 24px;
      color: #fff;
      padding: 0 11px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 1.3rem;
      font-weight: 400;
      background: rgba(0, 0, 0, 0.7); }
  .articles-listing .article-item .text-content {
    height: 180px;
    overflow: hidden;
    padding: 15px 25px; }
    @media (max-width: 1350px) {
      .articles-listing .article-item .text-content {
        height: 200px; } }
    @media (max-width: 767px) {
      .articles-listing .article-item .text-content {
        height: auto; } }
    .articles-listing .article-item .text-content h4 {
      font-size: 1.8rem;
      font-weight: 600;
      margin: 0;
      margin-bottom: 5px; }
      @media (max-width: 1100px) {
        .articles-listing .article-item .text-content h4 {
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .articles-listing .article-item .text-content h4 {
          height: auto; } }
    .articles-listing .article-item .text-content p {
      margin: 0;
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 10px; }

.inner-page .container ul {
  list-style: initial;
  padding-left: 50px;
  margin-bottom: 20px; }
  .inner-page .container ul li {
    margin-bottom: 20px;
    list-style-type: circle;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    color: #292120; }

.inner-page .container ol {
  padding-left: 50px;
  margin-bottom: 20px;
  list-style: initial; }
  .inner-page .container ol li {
    margin-bottom: 20px;
    list-style-type: initial;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    color: #292120; }

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
.stripe-pf-right {
  line-height: 30px; }

.added_to_cart.wc-forward {
  display: none; }

#yith-wcwl-popup-message {
  display: none !important; }

.hidden_variation {
  display: none; }

table.variations {
  margin: 0; }

.hidden_quantity {
  display: none; }

.woocommerce div.product form.cart, .woocommerce div.product form.cart .variations {
  margin: 0; }

.comment-form-rating .selectric-wrapper, #review_form_wrapper {
  display: none; }

.add-to-wish-trigger {
  cursor: pointer; }

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: 0; }

p.form-row > span.select2-container {
  position: relative;
  top: 0; }

.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none; }

.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px;
  padding: 6px 15px 5px; }
  @media (max-width: 767px) {
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      width: 120px; } }
  @media (max-width: 480px) {
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      width: 100px; } }

.woocommerce-MyAccount-content .form-row-first {
  float: left;
  width: 49%; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content .form-row-first {
      width: 100%; } }

.woocommerce-MyAccount-content .form-row-last {
  float: right;
  width: 48%; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content .form-row-last {
      width: 100%; } }

.woocommerce-MyAccount-content .field-row-70 {
  float: left;
  width: 70%; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content .field-row-70 {
      width: 100%; } }

.woocommerce-MyAccount-content .field-row-30 {
  float: right;
  width: 28%; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content .field-row-30 {
      width: 100%; } }

.woocommerce-form-login-toggle {
  clear: both; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0 15px;
  font-size: 1.4rem;
  display: flex;
  background: #ce9820; }
  @media (max-width: 767px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
      letter-spacing: normal; } }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #b8881d; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled {
    background: #f1f1f6;
    color: #fff; }

.woocommerce-cart table.shop_table.cart {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 0; }
  .woocommerce-cart table.shop_table.cart .shipping-calculator-button {
    color: #ce9820; }
  .woocommerce-cart table.shop_table.cart thead th {
    color: #292120;
    padding: 10px; }
  .woocommerce-cart table.shop_table.cart td {
    font-weight: 400;
    font-size: 1.6rem; }
  .woocommerce-cart table.shop_table.cart tbody td {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #525761; }
    @media (max-width: 767px) {
      .woocommerce-cart table.shop_table.cart tbody td {
        padding: 10px 20px; } }
    .woocommerce-cart table.shop_table.cart tbody td:first-child {
      padding-left: 20px; }
    .woocommerce-cart table.shop_table.cart tbody td:last-child {
      padding-right: 20px; }
    @media (max-width: 767px) {
      .woocommerce-cart table.shop_table.cart tbody td.product-remove {
        text-align: right; } }
    .woocommerce-cart table.shop_table.cart tbody td.product-remove a.remove {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      color: #fff !important;
      margin-right: 0;
      width: 24px;
      height: 24px;
      line-height: 24px;
      display: flex;
      justify-content: center;
      background: #464547;
      font-size: 1.8rem;
      font-weight: 700; }
      .woocommerce-cart table.shop_table.cart tbody td.product-remove a.remove:before {
        display: none; }
    .woocommerce-cart table.shop_table.cart tbody td.product-thumbnail a {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 0; }
      .woocommerce-cart table.shop_table.cart tbody td.product-thumbnail a img {
        width: 100px; }
    .woocommerce-cart table.shop_table.cart tbody td.product-name a {
      font-size: 1.8rem;
      font-weight: 600;
      color: #ce9820; }
      @media (max-width: 1100px) {
        .woocommerce-cart table.shop_table.cart tbody td.product-name a {
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .woocommerce-cart table.shop_table.cart tbody td.product-name a {
          font-size: 1.5rem; } }
    .woocommerce-cart table.shop_table.cart tbody td.product-price, .woocommerce-cart table.shop_table.cart tbody td.product-subtotal {
      color: #525761;
      font-weight: 600; }
    .woocommerce-cart table.shop_table.cart tbody td .coupon {
      display: flex;
      align-items: center; }
      .woocommerce-cart table.shop_table.cart tbody td .coupon .button {
        background: #ffedd9;
        color: rgba(82, 87, 97, 0.8);
        font-size: 1.3rem; }
        @media (max-width: 767px) {
          .woocommerce-cart table.shop_table.cart tbody td .coupon .button {
            font-size: 1.2rem;
            width: auto;
            letter-spacing: normal;
            padding: 0 12px; } }

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none; } }

.woocommerce > .products {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .woocommerce > .products:before, .woocommerce > .products:after {
    display: none !important; }
  @media (min-width: 1600px) {
    .woocommerce > .products.columns-5 {
      grid-template-columns: repeat(5, minmax(250px, 1fr)); } }
  .woocommerce > .products .slide-item .product-item-wrapper {
    height: 100%; }

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: padding 0.2s ease-in-out;
  background: #fff;
  padding: 25px 0; }
  @media (max-width: 767px) {
    .header-wrapper {
      padding: 20px 0; } }
  .header-wrapper .container {
    position: relative;
    z-index: 2; }
  .header-wrapper .left-menu {
    margin-right: 70px;
    transition: margin 0.2s ease-in-out; }
  .header-wrapper .right-menu {
    margin-left: 70px;
    transition: margin 0.2s ease-in-out; }
  .header-wrapper .logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: margin 0.2s ease-in-out; }
    .header-wrapper .logo img {
      height: 110px;
      position: relative;
      z-index: 2;
      transition: height 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .header-wrapper .logo img {
          height: 100px; } }
    .header-wrapper .logo:before {
      -webkit-border-radius: 75px;
      -moz-border-radius: 75px;
      border-radius: 75px;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      height: 150px;
      background: #fff;
      z-index: 1;
      transform: translate(-50%, -50%);
      transition: width 0.2s ease-in-out, height 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .header-wrapper .logo:before {
          -webkit-border-radius: 65px;
          -moz-border-radius: 65px;
          border-radius: 65px;
          width: 130px;
          height: 130px; } }

.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center; }
  @media (max-width: 1100px) {
    .main-header {
      justify-content: end; } }

body:not(.home) .page-header-wrapper {
  background-image: url("images/header_pattern.jpg");
  background-repeat: repeat;
  padding-bottom: 30px; }

.header-wrapper.scrolled {
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .header-wrapper.scrolled .left-menu {
    margin-right: 0; }
  .header-wrapper.scrolled .right-menu {
    margin-left: 0; }
  .header-wrapper.scrolled .logo {
    margin: 0; }
    .header-wrapper.scrolled .logo:before {
      width: 0;
      height: 0; }
    .header-wrapper.scrolled .logo img {
      height: 0; }

@media (max-width: 767px) {
  #wpadminbar {
    position: absolute;
    top: -46px; } }

.admin-bar .header-wrapper {
  top: 32px; }
  @media (max-width: 767px) {
    .admin-bar .header-wrapper {
      top: 46px; } }
  @media (max-width: 767px) {
    .admin-bar .header-wrapper.scrolled {
      top: 0; } }

.admin-bar .big-menu-wrapper {
  padding-top: 32px; }
  @media (max-width: 767px) {
    .admin-bar .big-menu-wrapper {
      padding-top: 50px; } }
  .admin-bar .big-menu-wrapper .close-sidemenu {
    top: 42px; }
    @media (max-width: 767px) {
      .admin-bar .big-menu-wrapper .close-sidemenu {
        top: 55px; } }

.admin-bar .fancybox__toolbar.is-absolute {
  top: 32px; }
  @media (max-width: 767px) {
    .admin-bar .fancybox__toolbar.is-absolute {
      top: 46px; } }

@media (max-width: 1100px) {
  .navigation-menu {
    display: none; } }

.navigation-menu > ul {
  display: flex;
  align-items: center; }
  .navigation-menu > ul > li {
    position: relative;
    flex-shrink: 0;
    margin: 0 15px; }
    @media (max-width: 1350px) {
      .navigation-menu > ul > li {
        margin-right: 20px; } }
    .navigation-menu > ul > li > a {
      color: #292120;
      font-size: 1.3rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      font-weight: 600; }
      .navigation-menu > ul > li > a:hover {
        color: #ce9820; }
    .navigation-menu > ul > li.current-menu-item a {
      color: #ce9820; }

.open-search-form {
  display: none; }

.get-offer-action {
  display: none; }
  @media (max-width: 1100px) {
    .get-offer-action {
      display: inline-block; } }

.get-a-quote-form {
  padding: 60px 0;
  border-top: 1px solid #e8e8e8; }
  @media (max-width: 767px) {
    .get-a-quote-form {
      padding: 40px 0; } }
  .get-a-quote-form h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 3.6rem;
    text-transform: none; }
    @media (max-width: 767px) {
      .get-a-quote-form h3 {
        font-size: 2.8rem; } }
    @media (max-width: 480px) {
      .get-a-quote-form h3 {
        font-size: 2.4rem; } }
  .get-a-quote-form .text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #858585;
    margin-bottom: 40px;
    text-align: center; }
  .get-a-quote-form .inner-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    width: 100%;
    padding: 60px 50px;
    border: 1px solid #e8e8e8; }
    @media (max-width: 767px) {
      .get-a-quote-form .inner-content {
        padding: 40px 30px; } }
    @media (max-width: 480px) {
      .get-a-quote-form .inner-content {
        padding: 30px 20px; } }
  @media (max-width: 480px) {
    .get-a-quote-form .button {
      width: 100%; } }

.site-footer {
  background: #27292c;
  padding: 30px 0; }

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer-content .logo,
  .footer-content .partner-logo {
    display: block;
    margin-bottom: 30px; }
    .footer-content .logo img,
    .footer-content .partner-logo img {
      height: 100px; }
      @media (max-width: 1100px) {
        .footer-content .logo img,
        .footer-content .partner-logo img {
          height: 70px; } }
      @media (max-width: 767px) {
        .footer-content .logo img,
        .footer-content .partner-logo img {
          height: 60px; } }
  .footer-content .contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; }
    @media (max-width: 1100px) {
      .footer-content .contact-details {
        flex-direction: column; } }
    .footer-content .contact-details a {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      letter-spacing: 0.05em; }
      .footer-content .contact-details a:hover {
        color: #ce9820; }
      @media (max-width: 1350px) {
        .footer-content .contact-details a {
          font-size: 1.3rem; } }
      @media (max-width: 1100px) {
        .footer-content .contact-details a {
          margin-bottom: 10px; } }
      .footer-content .contact-details a i {
        margin-right: 10px; }
        @media (max-width: 1350px) {
          .footer-content .contact-details a i {
            margin-right: 5px; } }
  .footer-content .footer-menu {
    display: flex;
    justify-content: center; }
    .footer-content .footer-menu ul {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1100px) {
        .footer-content .footer-menu ul {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .footer-content .footer-menu ul li:not(:first-child) {
        margin-left: 40px; }
      @media (max-width: 1100px) {
        .footer-content .footer-menu ul li {
          margin-bottom: 20px; }
          .footer-content .footer-menu ul li:not(:first-child) {
            margin-left: 0; } }
      .footer-content .footer-menu ul li a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 1.4rem;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
        .footer-content .footer-menu ul li a:hover {
          color: #ce9820; }
    .footer-content .footer-menu .submenu {
      display: none; }
  .footer-content .footer-contacts {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .footer-content .footer-contacts {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }

.footer-separator {
  margin: 30px 0;
  border-top: 1px solid #464547;
  width: 100%; }

.footer-text {
  text-align: center; }
  .footer-text p {
    margin: 0;
    line-height: normal;
    opacity: .5;
    color: #fff; }
    @media (max-width: 1350px) {
      .footer-text p {
        font-size: 1.3rem; } }

.home-slider-wrapper {
  max-width: 100%;
  overflow: hidden; }

.home-hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative; }
  .home-hero-slide:before {
    content: '';
    background: #000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  .home-hero-slide .container {
    height: 100%;
    position: relative;
    z-index: 2; }
  .home-hero-slide .slide-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .home-hero-slide .slide-content h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 44px;
      letter-spacing: 0.05em;
      text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      font-weight: 700;
      margin: 0 0 20px; }
      @media (max-width: 1350px) {
        .home-hero-slide .slide-content h2 {
          font-size: 40px; } }
      @media (max-width: 1100px) {
        .home-hero-slide .slide-content h2 {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .home-hero-slide .slide-content h2 {
          font-size: 28px; } }
    .home-hero-slide .slide-content .text-content {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0.05em;
      text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); }
    .home-hero-slide .slide-content .button {
      margin-top: 30px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 15px; }

.products-carousel-wrapper {
  /* the slides */
  /* the parent */ }
  .products-carousel-wrapper .slick-slide {
    margin: 0 10px;
    height: inherit !important; }
  .products-carousel-wrapper .slick-list {
    margin: 0 -10px; }
  .products-carousel-wrapper .slick-track {
    display: flex !important;
    align-items: stretch; }
  .products-carousel-wrapper .product-item-wrapper {
    height: 100%; }

.home .white-container {
  margin-top: 20px;
  z-index: 2;
  position: relative; }
  @media (max-width: 767px) {
    .home .white-container {
      background-image: none !important; } }

.home .home-first-section {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  text-align: center; }
  .home .home-first-section h2 {
    font-size: 32px; }
    @media (max-width: 767px) {
      .home .home-first-section h2 {
        font-size: 28px; } }

.white-container {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 60px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media (max-width: 480px) {
    .white-container {
      padding: 40px 30px; } }

.home .standard-section .services-wrapper {
  margin-bottom: 30px; }

.home .light-yellow-section h2 {
  margin-bottom: 40px; }

.home .light-yellow-section .button {
  margin-top: 30px; }

.home-gallery-carousel-wrapper {
  /* the slides */
  /* the parent */ }
  .home-gallery-carousel-wrapper .slick-slide {
    margin: 0 13px; }
  .home-gallery-carousel-wrapper .slick-list {
    margin: 0 -13px; }
  @media (max-width: 767px) {
    .home-gallery-carousel-wrapper .slick-slider.dark-controls .slick-prev, .home-gallery-carousel-wrapper .slick-slider.dark-controls .slick-next {
      background-image: url("images/default/controls.png"); } }
  .home-gallery-carousel-wrapper .slide-item .fancybox-link {
    display: block;
    height: 400px;
    width: 100%; }
    @media (max-width: 767px) {
      .home-gallery-carousel-wrapper .slide-item .fancybox-link {
        height: auto; } }
    .home-gallery-carousel-wrapper .slide-item .fancybox-link img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .home-gallery-carousel-wrapper .slide-item .fancybox-link img {
          object-fit: initial; } }

.default-page p {
  margin-bottom: 25px;
  color: #525761;
  font-size: 1.4rem;
  line-height: 24px; }

.default-page ol {
  margin-left: 30px; }
  .default-page ol li {
    margin-bottom: 15px;
    font-size: 1.4rem;
    list-style-type: initial;
    font-weight: 400; }

.default-page ul {
  margin-left: 30px; }
  .default-page ul li {
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: square; }

@media (max-width: 1100px) {
  .default-page .col_50 {
    flex-basis: 100%; } }

.default-page .col_50 img {
  width: 100%; }

.search_results .col_50 {
  flex-basis: 25%; }
  .search_results .col_50:nth-child(4n+1) {
    clear: both; }
  @media (max-width: 1100px) {
    .search_results .col_50 {
      flex-basis: 50%; }
      .search_results .col_50:nth-child(4n+1) {
        clear: none; }
      .search_results .col_50:nth-child(2n+1) {
        clear: both; } }
  @media (max-width: 767px) {
    .search_results .col_50 {
      flex-basis: 100%; }
      .search_results .col_50:nth-child(2n+1) {
        clear: none; } }
  .search_results .col_50 .article-item .text-content {
    height: auto; }
    .search_results .col_50 .article-item .text-content h4 {
      height: auto; }

.product-page .page-content {
  margin-bottom: 40px; }
  @media (max-width: 1350px) {
    .product-page .page-content {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .product-page .page-content {
      margin-bottom: 20px; } }

.product-page .product-gallery-wrapper {
  display: inline-block;
  float: left;
  width: 500px;
  position: relative; }
  .product-page .product-gallery-wrapper .sale-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    pointer-events: none; }
    .product-page .product-gallery-wrapper .sale-info .onsale {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 13px;
      text-transform: uppercase;
      background: #5c5ee4;
      height: 22px;
      line-height: 22px;
      padding: 0 5px;
      position: static;
      min-height: 0;
      min-width: 0;
      color: #fff;
      border: 0;
      outline: 0;
      display: inline-block; }
  .product-page .product-gallery-wrapper > div.images {
    float: none !important;
    width: 100% !important; }
  @media (max-width: 1600px) {
    .product-page .product-gallery-wrapper {
      width: 400px; } }
  @media (max-width: 1350px) {
    .product-page .product-gallery-wrapper {
      width: 350px; } }
  @media (max-width: 767px) {
    .product-page .product-gallery-wrapper {
      width: 100%;
      margin-bottom: 0px; } }
  .product-page .product-gallery-wrapper .wpgis-slider-for {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e8e8e8; }
    .product-page .product-gallery-wrapper .wpgis-slider-for .slick-slide {
      padding: 20px; }
      @media (max-width: 1350px) {
        .product-page .product-gallery-wrapper .wpgis-slider-for .slick-slide {
          padding: 0; } }
  .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-track {
    display: flex;
    gap: 10px;
    padding-left: 1px;
    padding-right: 1px; }
    @media (max-width: 767px) {
      .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-track {
        padding-left: 2px;
        padding-right: 2px; } }
  .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-slide {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden; }
    .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-slide img {
      opacity: .7 !important; }
    .product-page .product-gallery-wrapper .wpgis-slider-nav .slick-slide.slick-current img {
      opacity: 1 !important; }

.product-page .product-text-details {
  display: inline-block;
  float: left;
  width: calc(100% - 500px);
  padding-left: 60px; }
  @media (max-width: 1600px) {
    .product-page .product-text-details {
      width: calc(100% - 400px);
      padding-left: 40px; } }
  @media (max-width: 1350px) {
    .product-page .product-text-details {
      width: calc(100% - 350px);
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .product-page .product-text-details {
      width: 100%;
      padding-left: 0; } }
  .product-page .product-text-details .product-details-left {
    float: left;
    width: calc(100% - 320px);
    padding-right: 30px; }
    @media (max-width: 1350px) {
      .product-page .product-text-details .product-details-left {
        width: calc(100% - 250px); } }
    @media (max-width: 1100px) {
      .product-page .product-text-details .product-details-left {
        width: 100%;
        float: none; } }
    @media (max-width: 767px) {
      .product-page .product-text-details .product-details-left {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
    .product-page .product-text-details .product-details-left h3 {
      font-size: 2.4rem;
      font-weight: 400;
      margin-bottom: 10px; }
    .product-page .product-text-details .product-details-left ul {
      margin-left: 20px; }
      .product-page .product-text-details .product-details-left ul li {
        display: list-item;
        font-size: 1.4rem;
        line-height: normal;
        margin-bottom: 15px;
        font-weight: 400;
        color: #525761;
        list-style-type: square; }
    .product-page .product-text-details .product-details-left .product-small-description {
      font-size: 1.4rem;
      color: #292120; }
  .product-page .product-text-details .product-details-right {
    float: right;
    width: 320px; }
    @media (max-width: 1350px) {
      .product-page .product-text-details .product-details-right {
        width: 250px; } }
    @media (max-width: 1100px) {
      .product-page .product-text-details .product-details-right {
        float: none;
        width: 100%; } }
  .product-page .product-text-details h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Poppins, system-ui, sans-serif;
    text-align: left; }
    @media (max-width: 1350px) {
      .product-page .product-text-details h1 {
        font-size: 2.6rem; } }
    @media (max-width: 767px) {
      .product-page .product-text-details h1 {
        font-size: 2.4rem; } }
  .product-page .product-text-details .product-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .product-page .product-text-details .price {
    display: inline-flex;
    align-items: center; }
    .product-page .product-text-details .price del {
      color: #292120;
      font-size: 2rem;
      font-weight: 600;
      margin-right: 10px; }
      @media (max-width: 1350px) {
        .product-page .product-text-details .price del {
          font-size: 1.4rem;
          margin-right: 5px; } }
    .product-page .product-text-details .price ins {
      text-decoration: none;
      font-size: 2.4rem;
      font-weight: 700;
      color: #ce9820; }
      @media (max-width: 1350px) {
        .product-page .product-text-details .price ins {
          font-size: 1.8rem; } }
  .product-page .product-text-details h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Poppins, system-ui, sans-serif; }
  .product-page .product-text-details p {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 20px; }
  .product-page .product-text-details .share-section {
    display: flex;
    align-items: center; }
    .product-page .product-text-details .share-section .share-text {
      margin-right: 10px; }
    .product-page .product-text-details .share-section .addtoany_shortcode {
      margin-top: 2px; }
    .product-page .product-text-details .share-section .addtoany_list a {
      padding: 0 2px; }
  .product-page .product-text-details .grey-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0; }
    .product-page .product-text-details .grey-box h6 {
      font-family: Poppins, system-ui, sans-serif;
      font-size: 1.8rem;
      display: inline-block;
      float: left;
      margin: 0;
      margin-right: 10px;
      font-weight: 600; }
    .product-page .product-text-details .grey-box .top-bar {
      padding: 10px 20px;
      border-bottom: 1px solid #e8e8e8;
      color: #292120; }
      .product-page .product-text-details .grey-box .top-bar .share-text {
        margin-right: 5px; }
      .product-page .product-text-details .grey-box .top-bar a, .product-page .product-text-details .grey-box .top-bar .add-to-fav, .product-page .product-text-details .grey-box .top-bar .share-text {
        font-weight: 600;
        font-size: 1.3rem;
        display: inline-block;
        line-height: 28px; }
        .product-page .product-text-details .grey-box .top-bar a i, .product-page .product-text-details .grey-box .top-bar .add-to-fav i, .product-page .product-text-details .grey-box .top-bar .share-text i {
          color: #dcdce7;
          font-size: 1.8rem;
          margin-right: 5px;
          float: left;
          line-height: 28px; }
          .product-page .product-text-details .grey-box .top-bar a i.active:before, .product-page .product-text-details .grey-box .top-bar .add-to-fav i.active:before, .product-page .product-text-details .grey-box .top-bar .share-text i.active:before {
            color: #ce9820; }
      .product-page .product-text-details .grey-box .top-bar .addtoany_list {
        line-height: 36px; }
        .product-page .product-text-details .grey-box .top-bar .addtoany_list a {
          line-height: 14px; }
    .product-page .product-text-details .grey-box .bottom-box {
      display: flex;
      justify-content: center;
      text-align: center;
      margin-bottom: 10px; }
      .product-page .product-text-details .grey-box .bottom-box .yith-wcwl-add-to-wishlist {
        margin-top: 0; }
    .product-page .product-text-details .grey-box .bottom-bar {
      padding: 15px 20px; }
      .product-page .product-text-details .grey-box .bottom-bar p.stock {
        margin-bottom: 15px;
        font-size: 1.6rem;
        font-weight: 700; }
      .product-page .product-text-details .grey-box .bottom-bar h6 {
        line-height: 44px; }
    .product-page .product-text-details .grey-box table.variations td, .product-page .product-text-details .grey-box table.variations th {
      padding: 0;
      display: contents; }
    .product-page .product-text-details .grey-box table.variations td {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px; }
    .product-page .product-text-details .grey-box table.variations label {
      width: 100%;
      font-size: 14px;
      color: #292120; }
    .product-page .product-text-details .grey-box table.variations .wpcvs-terms {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin: 0;
      gap: 7px; }
      .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term {
        margin: 0;
        border: 0;
        background: none;
        float: none;
        padding: 0;
        height: auto;
        min-width: 0;
        line-height: normal; }
        .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term > span {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          color: #525761;
          background: #efe7df;
          min-width: 30px;
          height: 30px;
          line-height: 30px;
          padding: 0 5px;
          font-weight: 700;
          font-size: 1.4rem;
          float: none; }
          .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term > span:before {
            display: none; }
        .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term.wpcvs-selected {
          border: 0; }
          .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term.wpcvs-selected > span {
            background: #525761;
            color: #fff; }
            .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-button.wpcvs-style-rounded .wpcvs-term.wpcvs-selected > span:before {
              display: none; }
      .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-color.wpcvs-style-rounded {
        margin-bottom: 0; }
        .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-color.wpcvs-style-rounded .wpcvs-term {
          margin: 0;
          border: 0;
          background: none;
          float: none;
          padding: 0;
          height: auto;
          min-width: 0;
          line-height: normal;
          width: auto; }
          .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-color.wpcvs-style-rounded .wpcvs-term > span {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            color: #525761;
            background: #efe7df;
            min-width: 30px;
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
            font-weight: 700;
            font-size: 0;
            width: auto;
            float: none; }
          .product-page .product-text-details .grey-box table.variations .wpcvs-terms.wpcvs-type-color.wpcvs-style-rounded .wpcvs-term.wpcvs-selected > span:before {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background: none;
            width: auto;
            height: auto;
            top: 50%;
            left: 50%;
            right: auto;
            transform: translate(-50%, -50%);
            line-height: 1;
            font-size: 16px;
            color: #fff;
            border: 0; }
    .product-page .product-text-details .grey-box table.variations .selectric-wrapper {
      display: none; }
    .product-page .product-text-details .grey-box table.variations tr + tr th label {
      margin-top: 5px; }
    .product-page .product-text-details .grey-box .single_variation_wrap {
      margin-left: -20px;
      margin-right: -20px;
      border-top: 1px solid #e8e8e8;
      padding: 15px 20px 0; }
      .product-page .product-text-details .grey-box .single_variation_wrap p {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 10px; }
        .product-page .product-text-details .grey-box .single_variation_wrap p.stock {
          font-weight: 700;
          font-size: 1.6rem; }
      .product-page .product-text-details .grey-box .single_variation_wrap .button {
        width: 100%;
        padding: 0 15px;
        float: none;
        margin-top: 10px;
        text-align: center;
        background: #ce9820;
        color: #fff;
        border: 0; }
        .product-page .product-text-details .grey-box .single_variation_wrap .button.disabled {
          background: #414042 !important;
          color: #fff; }

.product-main-description {
  max-width: 1100px; }
  @media (max-width: 767px) {
    .product-main-description h4 {
      margin-bottom: 10px; } }

.product-sidebar-meta {
  margin-top: 20px; }
  .product-sidebar-meta .product-meta-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start; }
  .product-sidebar-meta .product-meta-item-icon {
    color: #ce9820;
    font-size: 1.8rem;
    margin-right: 15px; }
  .product-sidebar-meta .product-meta-item-content {
    color: #525761;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 600; }

.rating-wrapper {
  overflow: hidden; }
  .rating-wrapper .stars {
    overflow: hidden;
    float: left; }
    .rating-wrapper .stars i {
      display: inline-block;
      float: left;
      font-size: 1.3rem;
      color: #efc01f;
      margin-right: 2px; }
  .rating-wrapper a {
    color: #ce9820;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    float: left;
    line-height: 14px; }

.similar-products-section h3 {
  font-size: 2rem;
  font-weight: normal;
  color: #525761;
  margin-bottom: 25px; }
  @media (max-width: 1350px) {
    .similar-products-section h3 {
      font-size: 1.8rem;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .similar-products-section h3 {
      margin-bottom: 10px; } }
  .similar-products-section h3 strong {
    font-weight: 700; }

.reviews-section {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
  background: #f1f1f6; }
  @media (max-width: 767px) {
    .reviews-section {
      padding: 20px; } }
  @media (max-width: 767px) {
    .reviews-section #comments .button {
      width: 100%;
      margin-bottom: 10px; }
      .reviews-section #comments .button.right {
        float: none; } }
  .reviews-section h3 {
    font-size: 2rem;
    font-weight: normal;
    color: #525761;
    margin-bottom: 25px; }
    @media (max-width: 1350px) {
      .reviews-section h3 {
        font-size: 1.8rem;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .reviews-section h3 {
        margin-bottom: 10px; } }
    .reviews-section h3 strong {
      font-weight: 700; }
  .reviews-section #review_form #respond {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .reviews-section #review_form #respond .comment-reply-title {
      font-size: 2rem;
      color: #292120;
      font-weight: 700; }
  .reviews-section .comment-form .comment-form-rating {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .reviews-section .comment-form .comment-form-rating p {
      margin-bottom: 0 !important; }
  .reviews-section .comment-form .comment-form-comment label {
    display: none; }
  .reviews-section .user-reviews-wrapper {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    margin-bottom: 30px; }
    @media (min-width: 1300px) {
      .reviews-section .user-reviews-wrapper {
        grid-template-columns: repeat(2, minmax(420px, 1fr)); } }
    @media (max-width: 767px) {
      .reviews-section .user-reviews-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
    @media (max-width: 480px) {
      .reviews-section .user-reviews-wrapper {
        gap: 20px; } }
  .reviews-section .user-review {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .reviews-section .user-review {
        padding: 10px; } }
    .reviews-section .user-review .avatar {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .reviews-section .user-review .avatar {
          width: 50px;
          height: 50px;
          margin-right: 10px; } }
    .reviews-section .user-review .comment-text {
      display: grid;
      grid-template-columns: minmax(min-content, auto) minmax(0, min-content);
      grid-template-rows: auto auto;
      flex-grow: 1; }
      .reviews-section .user-review .comment-text h5 {
        grid-column: 1/2;
        grid-row: 1/2;
        font-size: 16px;
        font-weight: 600;
        color: #525761;
        margin-bottom: 0; }
      .reviews-section .user-review .comment-text .postdate {
        grid-column: 1/-1;
        grid-row: 2/3;
        font-size: 1.2rem;
        color: #292120; }
      .reviews-section .user-review .comment-text .rating-wrapper {
        grid-column: 2/-1;
        grid-row: 1/2; }
        .reviews-section .user-review .comment-text .rating-wrapper .stars {
          float: none;
          margin: 0;
          display: flex; }
          .reviews-section .user-review .comment-text .rating-wrapper .stars i {
            margin-right: 0;
            margin-left: 3px;
            color: #ce9820; }
      .reviews-section .user-review .comment-text .description {
        grid-row: 3/4;
        grid-column: 1/-1;
        margin-top: 10px; }
        .reviews-section .user-review .comment-text .description p {
          font-size: 1.4rem;
          line-height: 24px; }
        .reviews-section .user-review .comment-text .description p:last-child {
          margin-bottom: 0; }

@media (max-width: 767px) {
  #load_all_reviews {
    margin-bottom: 10px; } }

.similar-products-carousel {
  margin: 0 -5px; }
  @media (max-width: 480px) {
    .similar-products-carousel {
      margin: 0; } }
  .similar-products-carousel .slide-item {
    margin: 0 5px;
    padding-bottom: 8px; }
    @media (max-width: 480px) {
      .similar-products-carousel .slide-item {
        margin: 0; } }
    .similar-products-carousel .slide-item .product-item {
      width: calc(100% - 2px); }
      .similar-products-carousel .slide-item .product-item .yith-wcwl-add-to-wishlist {
        display: none; }
    .similar-products-carousel .slide-item .onsale span {
      bottom: 3px;
      left: 14px; }
  .similar-products-carousel .slick-prev, .similar-products-carousel .slick-next {
    width: 12px;
    height: 20px;
    background-image: url(images/default/dark-controls.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: -2px;
    opacity: 0.3;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .similar-products-carousel .slick-prev:before, .similar-products-carousel .slick-next:before {
      display: none; }
    .similar-products-carousel .slick-prev:hover, .similar-products-carousel .slick-next:hover {
      opacity: .7; }
  .similar-products-carousel .slick-prev {
    left: -15px; }
    @media (max-width: 767px) {
      .similar-products-carousel .slick-prev {
        left: 15px; } }
  .similar-products-carousel .slick-next {
    right: -15px;
    background-position: -12px 0; }
    @media (max-width: 767px) {
      .similar-products-carousel .slick-next {
        right: 15px; } }

.article-page .article-featured-img {
  margin-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .article-page .article-featured-img img {
    width: 100%;
    height: auto; }

.article-page .limited-content {
  max-width: 700px;
  margin: 40px auto 0; }

.article-page .article-meta {
  overflow: hidden;
  margin-bottom: 30px; }
  .article-page .article-meta span {
    display: inline-block;
    float: left;
    z-index: 10;
    height: 24px;
    line-height: 24px;
    color: #292120;
    padding: 0 11px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: 400;
    background: #f1f1f6;
    margin-right: 5px; }

.article-page h4 {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .article-page .tags-section {
    width: 100%; } }

.article-page .tags-section .tags-wrapper {
  overflow: hidden; }
  .article-page .tags-section .tags-wrapper a {
    display: inline-block;
    float: left;
    z-index: 10;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 11px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: 400;
    background: #ce9820;
    margin-right: 5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500; }
    .article-page .tags-section .tags-wrapper a:hover {
      background: #525761;
      color: #fff; }

@media (max-width: 767px) {
  .article-page .share-section {
    width: 100%; } }

.article-page .social-networks {
  overflow: hidden; }
  .article-page .social-networks a {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    float: left;
    margin-left: 7px;
    font-size: 1.6rem; }
    .article-page .social-networks a.facebook {
      background: #4d70a8; }
    .article-page .social-networks a.twitter {
      background: #00bbf2; }
    .article-page .social-networks a.google {
      background: #e3401d; }

.article-page .similar-articles-carousel {
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .article-page .similar-articles-carousel {
      margin: 0; } }
  .article-page .similar-articles-carousel .slide-item {
    margin: 0 15px; }
    @media (max-width: 767px) {
      .article-page .similar-articles-carousel .slide-item {
        margin: 0; } }
  .article-page .similar-articles-carousel .slick-prev, .article-page .similar-articles-carousel .slick-next {
    width: 12px;
    height: 20px;
    background-image: url(images/default/dark-controls.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: -2px;
    opacity: 0.3;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .article-page .similar-articles-carousel .slick-prev:before, .article-page .similar-articles-carousel .slick-next:before {
      display: none; }
    .article-page .similar-articles-carousel .slick-prev:hover, .article-page .similar-articles-carousel .slick-next:hover {
      opacity: .7; }
    @media (max-width: 767px) {
      .article-page .similar-articles-carousel .slick-prev, .article-page .similar-articles-carousel .slick-next {
        top: 70%; } }
  .article-page .similar-articles-carousel .slick-prev {
    left: -15px; }
    @media (max-width: 767px) {
      .article-page .similar-articles-carousel .slick-prev {
        left: 7px; } }
  .article-page .similar-articles-carousel .slick-next {
    right: -15px;
    background-position: -12px 0; }
    @media (max-width: 767px) {
      .article-page .similar-articles-carousel .slick-next {
        right: 7px; } }

.contact-page h2 {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 300;
  margin-bottom: 15px; }

.contact-page p {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 20px; }

.contact-page h4 {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.8rem;
  color: #525761; }
  .contact-page h4:not(:first-child) {
    margin-top: 30px; }

@media (max-width: 1100px) {
  .contact-page .col_60 {
    width: 100%;
    float: none;
    margin-top: 10px; } }

@media (max-width: 1100px) {
  .contact-page .col_40 {
    width: 100%;
    float: none; } }

.contact-page .company-logo {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .contact-page .company-logo {
      margin-top: 20px; } }

.contact-page div.wpforms-container-full {
  margin: 0; }
  .contact-page div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 2rem;
    font-weight: 700;
    color: #5c5ee4; }

.contact-page div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  width: 48%; }
  @media (max-width: 767px) {
    .contact-page div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
      width: 100%; } }

@media (max-width: 767px) {
  .contact-page div.wpforms-container-full .wpforms-form .wpforms-one-half, .contact-page div.wpforms-container-full .wpforms-form .wpforms-three-sixths, .contact-page div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%; } }

@media (max-width: 767px) {
  .contact-page .wpforms-form .wpforms-one-fourth, .contact-page div.wpforms-container-full .wpforms-form .wpforms-one-half {
    margin-left: 0;
    margin-top: 10px; } }

.contact-page div.wpforms-container-full .wpforms-form button[type=submit] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ce9820;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: #fff; }

.contact-page .main-contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .contact-page .main-contact-info {
      flex-direction: column;
      gap: 15px;
      align-items: center;
      margin-bottom: 15px; } }

.contact-page .social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; }
  @media (max-width: 767px) {
    .contact-page .social-media {
      flex-direction: column;
      gap: 15px;
      align-items: center; } }

.contact-page .contact-item {
  font-size: 2.4rem;
  font-weight: 300; }
  @media (max-width: 1100px) {
    .contact-page .contact-item {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .contact-page .contact-item {
      font-size: 1.6rem; } }
  .contact-page .contact-item i {
    color: #ce9820;
    margin-right: 10px; }

.contact-page .contact-form {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px;
  border: 1px solid #e8e8e8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  .contact-page .contact-form h2 {
    text-transform: none; }
  @media (max-width: 767px) {
    .contact-page .contact-form {
      padding: 30px;
      margin-top: 30px;
      margin-bottom: 40px; } }

.contact-page .ff-message-success {
  text-align: center; }
  .contact-page .ff-message-success p {
    margin: 0;
    font-weight: 600;
    color: #3c9d4a; }

.person-switching-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  @media (max-width: 767px) {
    .person-switching-area {
      gap: 20px; } }
  .person-switching-area .input-block {
    display: flex;
    align-items: center; }
  .person-switching-area input {
    margin: 0; }
  .person-switching-area label {
    margin: 0 0 0 10px;
    cursor: pointer; }

.woocommerce-checkout:before, .woocommerce-checkout:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }

.woocommerce-checkout:after {
  clear: both; }

.woocommerce-checkout h3 {
  margin-bottom: 10px; }

.woocommerce-checkout .col2-set {
  display: inline-block;
  float: left;
  width: calc(100% - 400px);
  padding-right: 50px; }
  @media (max-width: 1600px) {
    .woocommerce-checkout .col2-set {
      width: calc(100% - 350px);
      padding-right: 40px; } }
  @media (max-width: 1350px) {
    .woocommerce-checkout .col2-set {
      width: calc(100% - 300px);
      padding-right: 30px; } }
  @media (max-width: 1100px) {
    .woocommerce-checkout .col2-set {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    width: 100%; }
    .woocommerce-checkout .col2-set .col-1 .form-row-first, .woocommerce-checkout .col2-set .col-2 .form-row-first {
      float: left;
      width: 48%; }
      @media (max-width: 767px) {
        .woocommerce-checkout .col2-set .col-1 .form-row-first, .woocommerce-checkout .col2-set .col-2 .form-row-first {
          width: 100%; } }
    .woocommerce-checkout .col2-set .col-1 .form-row-last, .woocommerce-checkout .col2-set .col-2 .form-row-last {
      float: right;
      width: 48%; }
      @media (max-width: 767px) {
        .woocommerce-checkout .col2-set .col-1 .form-row-last, .woocommerce-checkout .col2-set .col-2 .form-row-last {
          width: 100%; } }
    .woocommerce-checkout .col2-set .col-1 .field-row-70, .woocommerce-checkout .col2-set .col-2 .field-row-70 {
      float: left;
      width: 70%; }
      @media (max-width: 767px) {
        .woocommerce-checkout .col2-set .col-1 .field-row-70, .woocommerce-checkout .col2-set .col-2 .field-row-70 {
          width: 100%; } }
    .woocommerce-checkout .col2-set .col-1 .field-row-30, .woocommerce-checkout .col2-set .col-2 .field-row-30 {
      float: right;
      width: 28%; }
      @media (max-width: 767px) {
        .woocommerce-checkout .col2-set .col-1 .field-row-30, .woocommerce-checkout .col2-set .col-2 .field-row-30 {
          width: 100%; } }
    .woocommerce-checkout .col2-set .col-1 .form-row-wide, .woocommerce-checkout .col2-set .col-2 .form-row-wide {
      clear: both; }

.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 400px;
  display: inline-block;
  float: left;
  margin-bottom: 40px; }
  @media (max-width: 1600px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 350px; } }
  @media (max-width: 1350px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 300px; } }
  @media (max-width: 1100px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 100%; } }
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    padding: 10px 30px; }
    .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th {
      font-weight: 700;
      font-size: 1.6rem;
      text-transform: none; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th:first-child {
        padding: 10px 0 10px; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th:last-child {
        text-align: right;
        padding: 10px 0 10px; }
    .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart_item td {
      color: #292120;
      font-size: 1.4rem;
      padding: 10px 0; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart_item td:first-child {
        width: 70%; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart_item td:last-child {
        text-align: right; }
    .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot {
      border-top: 1px solid #e8e8e8; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td, .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th {
        border-top: 1px solid #e8e8e8;
        padding: 10px 0; }
      .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td {
        text-align: right; }
        .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td:last-child {
          font-size: 1.6rem;
          font-weight: 600; }
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment label {
    width: 100%; }
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment label span {
      color: #525761; }
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment label img {
      max-height: 16px;
      margin-left: 5px;
      margin-top: -2px; }
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button {
    width: 100%; }
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_method {
    margin-bottom: 20px; }
  .woocommerce-checkout .woocommerce-checkout-review-order .button.alt {
    background: #ce9820; }

.woocommerce-checkout .input-block, .woocommerce-checkout p.form-row {
  margin-bottom: 20px; }
  .woocommerce-checkout .input-block > label, .woocommerce-checkout p.form-row > label {
    margin-bottom: 3px; }

.woocommerce-order-received .limited-content {
  max-width: 600px;
  margin-bottom: 50px; }
  .woocommerce-order-received .limited-content .confirm-icon {
    display: inline-block;
    font-size: 5rem;
    color: #44ce5e;
    margin-bottom: 20px; }
  .woocommerce-order-received .limited-content h2 {
    margin-bottom: 15px; }

.intro-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden; }
  .intro-popup.visible {
    opacity: 1;
    visibility: visible;
    top: 0; }
  .intro-popup .inner-content {
    text-align: center;
    top: 80%; }
    .intro-popup .inner-content .button {
      width: 280px;
      margin: 0 15px;
      padding: 0 15px;
      text-align: right; }
      @media (max-width: 767px) {
        .intro-popup .inner-content .button {
          width: 100%;
          margin: 0 0 10px; } }

.articles-grid {
  position: relative; }
  .articles-grid:after {
    content: '';
    display: block;
    clear: both; }
  .articles-grid .js-articles-grid-sizer,
  .articles-grid .js-article-grid-item {
    width: calc(100% / 3 - 20px); }
    @media (max-width: 767px) {
      .articles-grid .js-articles-grid-sizer,
      .articles-grid .js-article-grid-item {
        width: calc(100% / 2 - 20px); } }
    @media (max-width: 480px) {
      .articles-grid .js-articles-grid-sizer,
      .articles-grid .js-article-grid-item {
        width: 100%; } }
  .articles-grid .js-article-grid-item {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .articles-grid .js-article-grid-item {
        margin-bottom: 40px; } }
  .articles-grid .js-articles-gutter-sizer {
    width: 30px; }

.article-item .image {
  display: block;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .article-item .image {
      margin-bottom: 15px; } }
  .article-item .image img {
    height: auto; }

.article-item .text-content {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .article-item .text-content {
      padding-left: 15px; } }
  .article-item .text-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.3; }
    @media (max-width: 1350px) {
      .article-item .text-content h4 {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .article-item .text-content h4 {
        margin-bottom: 5px; } }
  .article-item .text-content .postdate {
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: #858585; }

.article-item .categories-wrapper {
  color: #858585;
  font-size: 12px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px; }
  @media (max-width: 480px) {
    .article-item .categories-wrapper {
      margin: 0; } }
  .article-item .categories-wrapper a {
    color: inherit;
    font-weight: inherit; }
    .article-item .categories-wrapper a:hover {
      color: #5c5ee4; }

.portofolio-listing .article-item .image {
  display: block; }
  .portofolio-listing .article-item .image img {
    width: auto;
    height: auto; }

.portofolio-photo-gallery {
  padding: 60px 0;
  background: #f1f1f6; }
  @media (max-width: 767px) {
    .portofolio-photo-gallery {
      padding: 40px 0; } }
  .portofolio-photo-gallery h3 {
    text-align: center; }

.portofolio-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; }
  .portofolio-gallery-wrapper .portofolio-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 250px; }
    @media (max-width: 480px) {
      .portofolio-gallery-wrapper .portofolio-gallery-item {
        height: 200px; } }
    .portofolio-gallery-wrapper .portofolio-gallery-item img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.portofolio-page .post-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  margin-bottom: 30px;
  min-height: 500px;
  margin-top: 70px; }
  @media (max-width: 1350px) {
    .portofolio-page .post-header {
      min-height: 400px; } }
  @media (max-width: 480px) {
    .portofolio-page .post-header {
      min-height: 250px; } }
  .portofolio-page .post-header .portofolio-icon {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 3;
    background: #ce9820;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .portofolio-page .post-header:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .portofolio-page .post-header .text-content {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    max-width: 800px; }
    .portofolio-page .post-header .text-content .categories-wrapper {
      gap: 5px; }
      .portofolio-page .post-header .text-content .categories-wrapper a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 11px;
        letter-spacing: 0.1em;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        padding: 3px 10px;
        font-weight: 600;
        background: #ce9820; }
    .portofolio-page .post-header .text-content h1 {
      font-size: 60px;
      font-weight: 700;
      color: #fff;
      margin: 0; }
      @media (max-width: 1350px) {
        .portofolio-page .post-header .text-content h1 {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .portofolio-page .post-header .text-content h1 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .portofolio-page .post-header .text-content h1 {
          font-size: 32px; } }
    .portofolio-page .post-header .text-content .post-meta .postdate {
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.1em;
      font-size: 13px; }

.portofolio-page .post-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover; }

.testimonials-title {
  text-align: center;
  font-size: 20px; }
  @media (max-width: 767px) {
    .testimonials-title {
      margin-bottom: 30px; } }

.testimonials-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media (max-width: 767px) {
    .testimonials-wrapper {
      gap: 30px; } }
  .testimonials-wrapper .testimonial {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    padding: 40px;
    position: relative; }
    @media (max-width: 767px) {
      .testimonials-wrapper .testimonial {
        padding: 30px; } }
    .testimonials-wrapper .testimonial .testimonial-icon {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      color: #ce9820;
      font-size: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background: #fff; }
    .testimonials-wrapper .testimonial .testimonial-content {
      font-style: italic;
      font-size: 15px;
      line-height: 1.8;
      color: #676262;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 767px) {
        .testimonials-wrapper .testimonial .testimonial-content {
          font-size: 14px; } }
    .testimonials-wrapper .testimonial .testimonial-author {
      text-align: center;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 700;
      color: #292120;
      font-family: Quattrocento, serif; }
      @media (max-width: 767px) {
        .testimonials-wrapper .testimonial .testimonial-author {
          font-size: 16px;
          margin-top: 10px; } }
