/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-Medium.woff2") format("woff2"), url("fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-Regular.woff2") format("woff2"), url("fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-Light.woff2") format("woff2"), url("fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-SemiBold.woff2") format("woff2"), url("fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-Bold.woff2") format("woff2"), url("fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-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 {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

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

p,
pre {
  margin: 1em 0;
}

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

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.25em;
}

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: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

button,
input,
select,
textarea {
  font-size: 100%;
  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;
  -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,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

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

.container:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

@media screen and (max-width: 1480px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 1480px) {
  .cell {
    padding: 0 10px;
  }
}

.cell.parent {
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 52px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 25px;
}

@media (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h4 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h5 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h6 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  h6 {
    font-size: 18px;
  }
}

p,
span,
label,
li {
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 400;
  color: #131313;
  line-height: 1.6;
}

@media (max-width: 1300px) {
  p {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 960px) {
  p {
    font-size: 16px;
  }
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: bold;
}

p i,
p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #000000;
}

p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #000000;
  margin: 0;
  z-index: 1;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

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 {
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #e8e8e8;
  background: white;
  color: #000000;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
}

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 {
  background-color: white;
  border-color: #a8f0fc;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #e8e8e8;
}

.select_overlay {
  position: relative;
}

.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type="submit"],
input[type="submit"] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #131313;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 18px 32px;
  border-radius: 0;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #2d2d2d;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: white;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-top: 2px;
  color: #a8f0fc;
  outline: 0;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked {
  background-color: #131313;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="radio"]:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #131313;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

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

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

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

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

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

::-webkit-input-placeholder {
  color: #131313;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #131313;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #131313;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #131313;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #a8f0fc;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #a8f0fc;
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #a8f0fc;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey, .button-white {
  color: #000000;
  display: inline-block;
  padding: 18px 32px 18px 32px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  background-color: #a8f0fc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 640px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey, .button-white {
    font-size: 14px;
    padding: 16px 24px;
  }
}

.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover, .button-white:hover {
  text-decoration: none;
  background-color: #77e8fa;
  color: #000000;
}

.button-grey {
  background-color: #fafafa;
  color: #000000;
}

.button-grey:hover {
  background-color: #e1e1e1;
  color: #000000;
}

.button2 {
  background: #131313;
  color: white;
}

.button2:hover {
  text-decoration: none;
  background-color: #1a1a1a;
  color: white;
}

.button-line {
  border: 2px solid #131313;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #000000;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line:hover {
  background-color: #131313;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line2:hover {
  background-color: white;
  color: #000000;
}

.button-white {
  background-color: white;
  color: #000000;
}

.button-white:hover {
  background-color: white;
  color: #000000;
  opacity: 0.7;
}

.btn-arrow {
  padding-right: 33px;
}

@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}

.btn-arrow img {
  width: 24px;
  height: 21px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  .btn-arrow img {
    left: 8px;
  }
}

.btn-arrow:hover img {
  left: 15px;
}

@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button2.btn-arrow {
  padding-right: 30px;
}

.button2.btn-arrow i {
  color: white;
  left: 10px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.button2.btn-arrow:hover i {
  left: 15px;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  overflow: hidden;
  overflow-x: hidden !important;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.big-title {
  font-size: 52px;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .big-title {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .big-title {
    font-size: 36px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 90px;
}

@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}

@media (max-width: 1480px) {
  .container-big {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1550px) {
  .container {
    padding: 0 30px;
    max-width: 1260px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}

@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}

@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}

.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 30px;
  font-weight: 600;
}

@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}

.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}

.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #131313;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

@media (max-width: 1300px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 16px;
    line-height: 1.6;
  }
}

.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}

.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: inherit;
}

.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#feeae7), to(#feeae7));
  background: linear-gradient(0deg, #feeae7 0%, #feeae7 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  color: #000000;
}

.the-content li a:hover,
.the-content p a:hover {
  background-size: 2px 40px;
}

.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}

.the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #000000;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}

@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1480px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 52px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .the-content h1 {
    font-size: 36px;
  }
}

.the-content h2 {
  font-size: 48px;
}

@media (max-width: 1300px) {
  .the-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .the-content h2 {
    font-size: 30px;
  }
}

.the-content h3 {
  font-size: 36px;
}

@media (max-width: 1300px) {
  .the-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .the-content h3 {
    font-size: 26px;
  }
}

.the-content h4 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .the-content h4 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  .the-content h4 {
    font-size: 24px;
  }
}

.the-content h5 {
  font-size: 24px;
}

@media (max-width: 1300px) {
  .the-content h5 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .the-content h5 {
    font-size: 20px;
  }
}

.the-content h6 {
  font-size: 20px;
}

@media (max-width: 1300px) {
  .the-content h6 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .the-content h6 {
    font-size: 18px;
  }
}

.the-content ul {
  margin: 0;
  list-style-type: none;
}

.the-content ul li:before {
  content: "";
  display: block;
  background-image: url("images/svg/check-li.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  left: 0;
  width: 19px;
  height: 19px;
  top: 5px;
}

@media (max-width: 640px) {
  .the-content ul li:before {
    top: 4px;
  }
}

.the-content ul li {
  margin: 15px 0;
  padding-left: 32px;
}

@media (max-width: 640px) {
  .the-content ul li {
    padding-left: 28px;
  }
}

.the-content ol li {
  color: #131313;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .the-content ol li {
    padding-left: 20px;
  }
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.white-txt ul li:before {
  background-image: url(images/svg/check-li-white.svg);
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

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

.m-0 {
  margin: 0;
}

.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

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

.ovh:after {
  clear: both;
}

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blue-bck {
  background-color: #000000;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-box {
  background-color: #fafafa;
}

.grey-box2 {
  background-color: #d0d1ce;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #a8f0fc;
}

.blue-box {
  background-color: #a8f0fc;
}

.dark-blue {
  background-color: #131313;
}

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

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.error-wrap .the-content p,
.error-wrap .the-content span,
.error-wrap .the-content label,
.error-wrap .the-content li {
  font-size: 16px;
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}

@media (max-width: 1480px) {
  .maintenance-left {
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}

@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}

@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.maintenance-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}

@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}

.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}

.maintenance-text input[type="email"] {
  margin-right: 10px;
}

@media (max-width: 1300px) {
  .maintenance-text input[type="email"] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}

@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.copy-bottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .copy-bottom {
    bottom: 20px;
  }
}

@media screen and (max-height: 600px) {
  .copy-bottom {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
}

.copy-bottom p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .copy-bottom p {
    color: white;
  }
}

.maintenance-right {
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .maintenance-right {
    display: block;
    width: 100%;
  }
}

.maintenance-right .cover {
  width: 100%;
  height: 100%;
}

.page-error-centered {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding: 80px 25px 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1480px) {
  .page-error-centered {
    max-width: 500px;
  }
}

@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 20px;
  }
}

.page-error-centered button[type="submit"],
.page-error-centered input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}

.page-error-centered button[type="submit"] img,
.page-error-centered input[type="submit"] img {
  width: 20px;
  height: 20px;
  display: block;
}

.page-error-centered #yith-ajaxsearchform .search-navigation input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.search-error {
  position: relative;
}

.search-error input {
  margin: 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo-error {
  margin-bottom: 70px;
}

@media (max-width: 1480px) {
  .logo-error {
    margin-bottom: 50px;
  }
}

.logo-error a {
  display: block;
}

.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.error-main {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

.title-hero {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 1480px) {
  .title-hero {
    font-size: 80px;
  }
}

@media (max-width: 640px) {
  .title-hero {
    font-size: 80px;
  }
}

.error-text {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}

@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}

.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}

@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}

.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #a8f0fc;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.error-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.simple-page {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .simple-page {
    margin-bottom: 50px;
  }
}

.comment-form-cookies-consent input[type="radio"],
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 6px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 200px;
  overflow: hidden;
}

.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}

@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #000000d4;
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}

@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}

.accordion .accordion-section {
  border-top: 1px solid #eeee;
}

.accordion .accordion-section:last-child {
  border-bottom: 1px solid #eeee;
}

.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}

.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #a8f0fc;
  position: absolute;
  right: 30px;
  top: 25px;
}

@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}

.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}

.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #eeee;
  background: #fdfdfd;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.main-content {
  /*@include mobile-s {
		padding-top: 52px;
	}*/
}

@media screen and (max-width: 1100px) {
  .main-content {
    padding-top: 85px;
  }
}

@media (max-width: 640px) {
  .main-content {
    padding-top: 52px;
  }
}

.padd_sec {
  padding-bottom: 70px;
}

@media (max-width: 1300px) {
  .padd_sec {
    padding-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .padd_sec {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .padd_sec {
    padding-bottom: 0;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 960px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}

.tab-wrapper {
  width: 100%;
}

.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}

.tab-wrapper .tab.active {
  display: block;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}

form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  top: 3px;
}

form.checkout.woocommerce-checkout .create-account label {
  color: #111111;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce ul#shipping_method li .shipping-method-description {
  color: #111111;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
  font-size: 16px;
}

.woocommerce ul#shipping_method li label {
  font-weight: 600;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single3"] {
  font-size: 0;
  display: block;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single2"] {
  font-size: 0;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}

.woocommerce table.shop_table td small.shipped_via {
  display: none;
}

.woocommerce-MyAccount-content .order_details th:last-child,
.woocommerce-MyAccount-content .order_details td:last-child {
  text-align: right;
}

.wpfda-delete-account-container button[type="submit"] {
  margin-top: 0;
}

.wpfda-error span {
  display: inherit;
}

.mc4wp-alert {
  padding: 10px;
  margin-top: 20px;
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid red;
  background: #ffc1c1;
}

.mc4wp-alert.mc4wp-success {
  border: 1px solid green;
  background: #65bc51;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

.discount_box {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 68px;
  right: 0;
  display: inline-block;
  text-align: center;
}

.discount_box .save {
  background-color: #7e888e;
  border-radius: 500px;
  font-size: 15px;
  font-size: 15px;
  margin: 0;
  line-height: 57px;
  width: 100%;
  display: block;
  color: #fff;
}

.discount_box .save b {
  font-weight: 300;
}

.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation .woocommerce-variation-availability {
  margin-bottom: 20px;
}

#add_payment_method #payment ul.payment_methods li label img,
.woocommerce-cart #payment ul.payment_methods li label img,
.woocommerce-checkout #payment ul.payment_methods li label img {
  display: none;
}

#add_payment_method #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-cart #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_mobilpay label::before {
  background-image: url(images/svg/card.svg);
}

body .cli-style-v2 .cli-bar-message {
  color: #fff;
}

body #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.heading-large h2 {
  font-size: 42px;
}

@media (max-width: 1480px) {
  .heading-large h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}

.heading-large h2 span {
  font-style: italic;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  content: none !important;
}

html.filter-open,
body.filter-open {
  overflow: hidden !important;
}

.woocommerce form .form-row .optional {
  display: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "\f0d8" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "\f0dd" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

.fa-brands {
  font-style: normal;
}

.fa-brands:before {
  font-family: "Font Awesome 5 Brands";
}

@media (max-width: 960px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 960px) {
  .mobile-only {
    display: block;
  }
}

.col_27 {
  width: 27%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_70 {
  width: 70%;
}

.col_73 {
  width: 73%;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-relative {
  position: initial;
}

.section-review.section-gray {
  background-color: #efefef;
}

@media (max-width: 960px) {
  .section-review .image {
    width: 100%;
  }
}

.section-review .image .cover {
  height: 450px;
  width: 100%;
}

@media (max-width: 960px) {
  .section-review .image .cover {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .section-review .image .cover {
    height: 270px;
  }
}

.section-review .image .cover.play {
  position: relative;
  text-align: center;
}

.section-review .image .cover.play:before {
  content: "\f144";
  position: relative;
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 45px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.section-review .image .cover.play:hover:before {
  background-color: rgba(0, 0, 0, 0.158);
  opacity: 1;
}

.section-review .text {
  padding: 0 40px;
}

@media (max-width: 960px) {
  .section-review .text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.section-review .text h2 {
  margin-top: 0;
}

.section-review .text .wrap-button {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .section-review .text .wrap-button {
    padding-top: 10px;
  }
}

.section-pagination {
  position: relative;
  text-align: center;
}

.section-pagination:before {
  content: "";
  width: 1300px;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc((100% - 1300px) / 2);
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 3px !important;
}

.services-sidebar-flex .col_100 {
  width: 100%;
}

body .bpa-front-module--category .bpa-front-cat-items-wrapper {
  display: none !important;
}

body .bpa-front-module--service-item
.bpa-front-si-card
.bpa-front-si__card-body
.bpa-front-si-cb__specs
.bpa-front-si-cb__specs-item {
  display: none !important;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 55;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.header-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
}

@media (max-width: 1650px) {
  .header-top-flex {
    padding: 20px 0;
  }
}

@media (max-width: 1300px) {
  .header-top-flex {
    padding: 10px 0;
  }
}

.mobile-search {
  display: none;
  line-height: 1;
}

@media (max-width: 960px) {
  .mobile-search {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-search img {
    height: 20px;
  }
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
}

@media (max-width: 1100px) {
  .header-icons {
    width: auto;
  }
}

.header-search,
.header-search-mobile {
  display: block;
  position: relative;
  width: 230px;
}

@media (max-width: 1300px) {
  .header-search,
  .header-search-mobile {
    width: 280px;
  }
}

@media (max-width: 1100px) {
  .header-search,
  .header-search-mobile {
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: white;
    display: none;
  }
}

.header-search #yith-searchsubmit,
.header-search-mobile #yith-searchsubmit {
  display: none;
}

.header-search input,
.header-search-mobile input {
  margin: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-search:before,
.header-search-mobile:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a8f0fc;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.header-search:hover:before,
.header-search-mobile:hover:before {
  width: 100%;
}

.header-search input,
.header-search-mobile input {
  padding-left: 50px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.header-search input:hover,
.header-search-mobile input:hover {
  background-color: transparent;
}

.header-search button,
.header-search-mobile button {
  position: relative;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  padding: 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .header-search button,
  .header-search-mobile button {
    left: 20px;
  }
}

.header-search button:hover,
.header-search-mobile button:hover {
  background-color: transparent;
}

.header-search button:before,
.header-search-mobile button:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("images/svg/search.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.logo-img {
  display: block;
}

.logo-img img {
  display: block;
}

@media (max-width: 1480px) {
  .logo-img img {
    max-width: 170px;
  }
}

@media (max-width: 640px) {
  .logo-img img {
    max-width: 170px;
  }
}

@media (max-width: 480px) {
  .logo-img img {
    max-width: 130px;
  }
}

.item-user {
  position: relative;
  padding: 0 20px;
}

@media (max-width: 640px) {
  .item-user {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .item-user {
    padding: 0 5px;
  }
}

.item-user::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: white;
  height: 18px;
  width: 1px;
  opacity: 0.2;
  top: 50%;
  margin-top: -9px;
}

@media (max-width: 480px) {
  .item-user::before {
    display: none;
  }
}

.item-user:first-child::before {
  display: none;
}

.item-user:hover .wrapp_submenu {
  display: block;
}

.my-login {
  padding-left: 25px;
}

@media (max-width: 640px) {
  .my-login {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .my-login {
    padding-left: 10px;
  }
}

.my-login a {
  padding: 12px 30px 12px 0;
  position: relative;
  position: relative;
}

.my-login a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("images/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 10px;
  margin-top: -5px;
}

.cart-icon {
  display: block;
  line-height: 1;
}

.cart-icon img {
  height: 28px;
}

@media (max-width: 767px) {
  .cart-icon img {
    width: auto !important;
    height: 20px;
  }
}

.item-cart {
  padding: 12px 0 12px 25px;
}

@media (max-width: 767px) {
  .item-cart {
    padding-left: 9px;
  }
}

@media screen and (min-width: 960px) {
  .item-cart:hover .user-cart-details {
    display: block;
  }
}

.item-cart a {
  position: relative;
  display: block;
  line-height: 1;
}

.item-cart .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 4px;
}

.item-cart .variation p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.main_link:hover .wrapp_submenu {
  display: block;
}

.main_link img {
  display: block;
}

@media (max-width: 767px) {
  .main_link img {
    height: 20px;
  }
}

.main_link span {
  color: #000000;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
  position: relative;
  padding-right: 25px;
}

@media (max-width: 640px) {
  .main_link span {
    display: none;
  }
}

.main_link span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background-image: url("images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
  background-size: 100%;
}

a.wishlist_products_counter.top_wishlist-heart:before {
  font-size: 36px;
  color: #000000;
}

@media (max-width: 767px) {
  a.wishlist_products_counter.top_wishlist-heart:before {
    font-size: 27px;
  }
}

.wishlist_products_counter_number,
.count-items {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000000;
  background-color: #a8f0fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wishlist_products_counter_number,
  .count-items {
    top: -3px;
    right: -3px;
  }
}

.count-items {
  right: -13px;
  top: -4px;
}

@media (max-width: 767px) {
  .count-items {
    right: -14px;
    top: -7px;
  }
}

a.wishlist_products_counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.wishlist_products_counter:hover {
  text-decoration: none;
  opacity: 0.6;
}

.header-icon {
  position: relative;
}

.header-icon:hover {
  text-decoration: none;
  opacity: 0.6;
}

.header-menu {
  padding-left: 100px;
}

@media (max-width: 1480px) {
  .header-menu {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1021px) {
  .header-menu {
    display: none;
  }
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .header-menu ul {
    display: block;
  }
}

.header-menu li {
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1300px) {
  .header-menu li {
    margin: 0 10px;
  }
}

@media (max-width: 1100px) {
  .header-menu li {
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  }
}

.header-menu li.current-menu-item a, .header-menu li:hover a {
  color: #a8f0fc;
}

.header-menu li.current-menu-item:before, .header-menu li:hover:before {
  display: block;
  width: 24px;
}

.header-menu li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 0;
  left: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #a8f0fc;
}

.header-menu a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1100px) {
  .header-menu a {
    padding: 20px;
  }
}

.header-menu a:hover {
  text-decoration: none;
  color: #a8f0fc;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  color: #ffffff;
  line-height: 1;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
}

@media (max-width: 1300px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item:hover {
  background: transparent !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 500;
  background: transparent !important;
  color: white;
}

#mega-menu-wrap-header_menu {
  background-color: transparent;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item {
  padding: 0 10px;
  text-align: center;
}

@media (max-width: 1650px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item {
    padding: 0 5px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  padding: 20px 30px;
}

@media (max-width: 1650px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 5px;
  }
}

@media (max-width: 1480px) {
  #mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link {
    padding-left: 90px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 111px;
  }
}

@media (max-width: 1480px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:before {
    width: 70px !important;
    background-size: contain !important;
    background-position: center !important;
    padding-left: 70px !important;
    position: absolute;
    left: 10px;
    top: 6px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 40px 20px;
  -webkit-box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1300px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 20px;
  }
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column {
  padding: 0 15px;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item {
  padding: 15px 0;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item.widget_text.mega-menu-item-text-2,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item .mega-menu-item-media_image-2 {
  border-bottom: none;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item.widget_text.mega-menu-item-text-2 img,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item .mega-menu-item-media_image-2 img {
  max-width: 300px;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link {
  font-weight: 500;
  line-height: 1;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
h4.mega-block-title,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
h4.mega-block-title {
  font-size: 24px;
  font-weight: 600;
}

.mega-menu-item-text-2 {
  border-bottom: none;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
> ul.mega-sub-menu
> li.mega-menu-columns-4-of-12 {
  border-bottom: none;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link:hover,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link:hover,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link:focus,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link:focus {
  font-weight: 500;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link {
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item
li.mega-menu-item
> a.mega-menu-link {
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #a8f0fc;
  font-weight: 500;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item a {
  color: #2d2828 !important;
  background-color: rgba(0, 0, 0, 0.09) !important;
  margin: 0 !important;
  padding: 20px !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a:hover,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-megamenu
> ul.mega-sub-menu
li.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000000;
    font-weight: 500;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #fff !important;
}

#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-flyout
ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link,
#mega-menu-wrap-header_menu
#mega-menu-header_menu
> li.mega-menu-flyout
ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link:hover {
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 7px 14px;
}

.wrapp_submenu,
.user-cart-details {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: absolute;
  width: 300px;
  z-index: 99;
  display: none;
  top: 92%;
  right: 0;
  max-height: 400px;
  overflow: auto;
}

.wrapp_submenu {
  width: 260px;
}

.wrapp_submenu li {
  text-align: center;
}

.wrapp_submenu .green-hover {
  background-color: #131313;
  padding: 15px 30px;
  display: block;
  text-align: center;
  line-height: 1;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.wrapp_submenu .green-hover:before, .wrapp_submenu .green-hover:after {
  display: none;
}

.wrapp_submenu .green-hover:hover {
  text-decoration: none;
  background-color: #77e8fa;
}

.wrapp_submenu .btn.white {
  margin-top: 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.wrapp_submenu .btn.white a {
  background-color: transparent;
  padding: 15px 30px;
  color: #000000;
  border: 2px solid #000000;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.wrapp_submenu .btn.white a:before, .wrapp_submenu .btn.white a:after {
  display: none;
}

.wrapp_submenu .btn.white a:hover {
  text-decoration: none;
  background-color: #000000;
  color: white;
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-meta:hover {
  text-decoration: none;
}

.product-meta:hover h4 {
  opacity: 0.6;
}

.product-img {
  width: 60px;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.product-right {
  width: calc(100% - 60px);
  padding-left: 10px;
  padding-right: 20px;
}

.product-right h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.product-right .woocommerce-Price-amount {
  color: #a8f0fc;
  font-size: 15px;
  font-weight: 500;
}

.product-right .woocommerce-Price-amount span {
  font-weight: inherit;
}

.product-right .qty {
  font-size: 15px;
}

.user-cart-details .item-cart,
.wocommerce .user-cart-details .item-cart {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}

.user-cart-details .item-cart a.remove,
.wocommerce .user-cart-details .item-cart a.remove {
  background: #fafafa !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 300 !important;
}

.user-cart-details .item-cart a.remove:hover,
.wocommerce .user-cart-details .item-cart a.remove:hover {
  background-color: #131313 !important;
  color: white !important;
  text-decoration: none;
}

.product-summary .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summary h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 5px;
}

.product-summary .woocommerce-Price-amount {
  font-size: 18px;
  color: #a8f0fc;
  font-weight: 500;
}

.product-summary .woocommerce-Price-amount span {
  color: inherit;
  font-weight: inherit;
}

.toCart {
  background-color: #a8f0fc;
  color: white;
  text-align: center;
  display: block;
  padding: 15px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1;
}

.toCart:hover {
  text-decoration: none;
  background-color: #77e8fa;
}

.sub-menu.pages li {
  padding: 0;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}

.sub-menu.pages li:first-child {
  border-top: none;
  padding-top: 0;
}

.sub-menu.pages li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sub-menu.pages li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.widget_media_image {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.widget_media_image img {
  max-width: 300px;
}

.cart-info {
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}

.cart-info a {
  background-color: #a8f0fc;
  padding: 15px 30px;
  color: white;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.cart-info a:hover {
  text-decoration: none;
  background-color: #77e8fa;
}

.autocomplete-suggestions {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
}

.autocomplete-suggestions .badges {
  display: none;
}

.autocomplete-suggestions .woocommerce-Price-amount {
  color: #a8f0fc;
  font-weight: 500;
  font-size: 14px;
}

.autocomplete-suggestions .woocommerce-Price-amount span {
  font-weight: inherit;
  color: inherit;
}

.autocomplete-suggestions del .woocommerce-Price-amount,
.autocomplete-suggestions del span {
  font-size: 90%;
  color: #131313;
}

.autocomplete-suggestions del .woocommerce-Price-amount {
  position: relative;
}

.autocomplete-suggestions del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 7px;
}

.autocomplete-suggestions .from {
  color: #131313;
  margin-right: 5px;
}

.autocomplete-suggestions .link-result {
  margin-top: 10px;
}

.autocomplete-suggestions .link-result a {
  padding: 11px 20px 11px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #a8f0fc;
}

.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
  background-color: #77e8fa;
  color: white;
}

.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
}

.autocomplete-suggestion .yith_wcas_result_content .title {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.autocomplete-suggestion {
  line-height: 1;
}

.menu-btn {
  display: none;
}

@media (max-width: 1100px) {
  .menu-btn {
    display: block;
    position: relative;
    z-index: 333;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .menu-btn a {
    width: 24px;
    display: block;
  }
}

.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 480px) {
  .menu-trigger {
    margin-right: 10px;
  }
}

.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  width: 30px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.2s ease-out all 0.2s;
  transition: 0.2s ease-out all 0.2s;
}

@media (max-width: 480px) {
  .hamburger {
    width: 24px;
    height: 2px;
  }
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 3px solid #ffffff;
  left: 0;
  -webkit-transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s transform;
  transition: 0.2s top 0.2s, 0.2s transform, 0.2s -webkit-transform;
}

@media (max-width: 480px) {
  .hamburger:before, .hamburger:after {
    width: 24px;
    border-bottom-width: 2px;
  }
}

.hamburger:before {
  top: 4px;
}

@media (max-width: 480px) {
  .hamburger:before {
    top: 5px;
  }
}

.hamburger:after {
  top: 25px;
}

@media (max-width: 480px) {
  .hamburger:after {
    top: 23px;
  }
}

.open-state .hamburger {
  background: rgba(255, 255, 255, 0);
}

.open-state .hamburger:before, .open-state .hamburger:after {
  top: 50%;
}

.header-left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1300px) {
  .header-left {
    width: 70%;
  }
}

@media (max-width: 1100px) {
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}

@media (max-width: 640px) {
  .header-left {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .header-left {
    width: 40%;
  }
}

.mm-wrapper_opened .header-mobile {
  display: block !important;
}

.logo-footer {
  max-width: 190px;
}

.logo-footer img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.logo-header {
  max-width: 280px;
}

@media (max-width: 1300px) {
  .logo-header {
    max-width: 220px;
  }
}

@media (max-width: 480px) {
  .logo-header {
    display: none;
  }
}

.header-mobile {
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.header-mobile .menu a {
  padding: 15px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.header-mobile .menu li {
  border-top: none;
}

.header-mobile .menu-item-has-children {
  position: relative;
}

.header-mobile .menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}

.header-mobile .sub-menu a {
  padding-left: 40px;
}

.mm-navbars_top .mm-navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_top .mm-navbar .logo-header {
  text-align: center;
  padding-left: 20px;
  width: 100%;
  display: block;
  max-width: 100%;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000000;
}

.mm-navbars_bottom .mm-navbar {
  width: 100%;
  background-color: #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_bottom .footer-social {
  padding: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .footer-social li {
    padding: 0 11px 0 17px;
  }
}

.mm-navbars_bottom .footer-social li:before {
  top: 7px;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .footer-social li:before {
    width: 4px;
    height: 4px;
  }
}

.mm-navbars_bottom .footer-social a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .footer-social a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mm-navbars_bottom .footer-social a span {
    display: none;
  }
}

.mm-listitem:after {
  left: 0;
}

.mm-listitem {
  border-color: rgba(255, 255, 255, 0.06);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.logo-mobile-img {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.logo-mobile-img img {
  display: block;
}

.mm-wrapper_opened .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}

.mm-wrapper_opened .hamburger3:before, .mm-wrapper_opened .hamburger3:after {
  top: 50%;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s, 0.2s -webkit-transform 0.2s;
  border-color: #ffffff;
}

.mm-wrapper_opened .hamburger3:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-wrapper_opened .hamburger3:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mm-wrapper_opened .header-menu {
  left: 0;
}

@media screen and (min-width: 961px) {
  .header.header-sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background-color: white;
    -webkit-animation: slidedown 0.3s ease-out forwards;
    animation: slidedown 0.3s ease-out forwards;
    -webkit-box-shadow: 0px 44px 49px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  }
}

@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slidedown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wishlist_products_counter_number {
  min-height: 20px !important;
  line-height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  top: -1px;
  right: -5px;
}

@media (max-width: 767px) {
  .wishlist_products_counter_number {
    top: -3px;
    right: -3px;
  }
}

.wishlist_products_counter_text {
  min-height: 1px !important;
  min-width: 1px !important;
  display: block;
}

div.wishlist_products_counter.top_wishlist-custom img {
  display: block !important;
  position: relative;
  top: 2px;
  width: 30px !important;
  max-width: 200%;
  max-height: 200%;
  margin: 0 6px 0 0 !important;
}

@media (max-width: 767px) {
  div.wishlist_products_counter.top_wishlist-custom img {
    width: auto !important;
    height: 20px;
    top: 6px;
  }
}

#yith-ajaxsearchform .search-navigation input {
  background-size: 20px;
}

/*
.wrapp_mini_cart {
	flex-basis: 0%;
	flex-grow: 1;
	max-width: 100%;
	overflow-y: auto;
}
.widget_shopping_cart_content {
	width: 622px;
	position: relative;
	right: -622px;
	@include transition(all, 0.3s);
	position: fixed;
	height: calc(100vh - 95px);
	overflow: auto;
	top: 95px;
	background-color: #181818;
	padding: 40px;
	z-index: 19;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	p {
		font-size: 14px;
		line-height: 1.2;
		margin: 0;
		&.no-products {
			font-size: 16px;
			font-weight: 500;
		}
	}
}


.wrapp_mini_cart_listing {
	display: flex;
	flex-basis: 0%;
	flex-direction: column;
	flex-grow: 1;
	flex-wrap: wrap;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart-open,
.cart-close.cart-open {
	.widget_shopping_cart_content {
		right: 0;
	}
	.cart-over {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}
}
.cart-open.cart-close,
.cart-close {
	.widget_shopping_cart_content {
		right: -622px;
	}
	.cart-over {
		opacity: 0;
		pointer-events: auto;
		visibility: hidden;
	}
}
.cart-over {
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10;
	top: 95px;
}*/
.cart-menu {
  position: relative;
}

.close-right {
  margin-left: auto;
  margin-bottom: 10px;
}

.close-right:hover {
  opacity: 0.5;
}

.minicart-image {
  width: 132px;
}

.minicart-image a,
.minicart-image img {
  display: block;
}

.minicart-image a.remove {
  position: absolute;
  color: white !important;
  top: 0;
  right: 0;
}

.minicart-image a.remove:hover {
  background-color: #000000;
}

.minicart-details {
  width: calc(100% - 132px);
  padding-left: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.minicart-details a {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.2;
  width: 200px;
}

.minicart-details a:hover {
  text-decoration: none;
  color: #a8f0fc;
}

.minicart-details a span {
  display: block;
  font-weight: 400;
}

.minicart-details .quantity {
  font-size: 14px;
  font-weight: 600;
}

.minicart-details .quantity span {
  font-weight: inherit;
}

.minicart-details .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}

.minicart-details .pqnt-info sup {
  top: -5px;
  font-size: 100%;
}

.minicart-details .variation {
  display: block;
  width: 100%;
}

.product-subtitle {
  font-size: 16px;
  color: #a8f0fc;
  margin-top: 5px;
}

.product-short-info {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

.minicart-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #707070;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.minicart-bottom .buttons {
  margin-top: 10px;
}

.minicart-bottom .buttons .btn {
  display: block;
  width: 100%;
  background-color: #a8f0fc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
}

.minicart-bottom .buttons .btn:hover {
  text-decoration: none;
  background-color: #77e8fa;
}

.woocommerce-mini-cart-item {
  position: relative;
}

.woocommerce-mini-cart-item:first-child {
  border-top: none;
  padding-top: 0;
}

.total-minicart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-minicart span {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.total-minicart .woocommerce-Price-amount {
  font-weight: 500;
}

.total-minicart .woocommerce-Price-amount span,
.total-minicart .woocommerce-Price-amount bdi {
  font-weight: 500;
}

.total-minicart .woocommerce-Price-amount sup {
  font-size: 60%;
  top: 0;
}

.total-minicart .right {
  margin-left: auto;
}

.continue-shopping {
  margin-top: 20px;
}

.continue-shopping a {
  text-decoration: underline;
  color: #a8f0fc;
}

.header-search-mobile {
  display: none;
  line-height: 1;
}

.wrapp_mini_cart {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  overflow-y: auto;
}

.cart-over {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

@media (max-width: 960px) {
  .cart-over {
    display: none !important;
  }
}

.cart-menu {
  position: relative;
}

@media (max-width: 480px) {
  .cart-menu {
    margin-right: 10px;
  }
}

.cart-menu .widget_shopping_cart_content {
  width: 550px;
  position: relative;
  right: -550px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cart-menu .widget_shopping_cart_content p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.cart-menu .widget_shopping_cart_content p.no-products {
  font-size: 18px;
  font-weight: 500;
}

.cart-menu .widget_shopping_cart_content .intro {
  background-color: #000000;
  padding: 20px 30px;
}

.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 20px;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 18px;
  }
}

.cart-menu .widget_shopping_cart_content .intro span img {
  height: 20px;
  width: auto;
  margin-left: 5px;
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 18px;
  }
}

.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 30px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
  width: 100px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image img {
  display: block;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image .product_img {
  border: 1px solid #ececec;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  position: absolute;
  color: #000000 !important;
  top: 0;
  right: 0;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin-left: auto;
  position: relative;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity span {
  font-weight: inherit;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type="number"] {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 14px;
  width: 21px;
  line-height: 12px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 10px;
  top: 12px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 10px;
  top: 15px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info sup {
  top: 0;
  font-size: 50%;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
  width: 100%;
  text-align: right;
  padding: 12px 0;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span sup {
  font-size: 60%;
  margin: 0 5px 0 1px;
  top: -0.52em;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #000000;
  font-size: 17px;
  margin-left: auto;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #000000 !important;
  background-color: transparent !important;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details a:hover {
  text-decoration: none;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 7px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #a8f0fc;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation {
  color: #707070;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt {
  float: left;
  clear: both;
  line-height: 1em;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt * {
  line-height: 1em;
  color: #707070;
  font-size: 14px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd {
  float: left;
  line-height: 1em;
  margin-bottom: 3px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1em;
  color: #707070;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping {
  margin-top: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
  text-decoration: underline;
  color: #000000;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
  padding: 0 10px 30px 10px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
  font-size: 16px;
  text-align: center;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount span,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount bdi {
  font-weight: 600;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount sup {
  font-size: 60%;
  top: -0.5em;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .right {
  margin-left: auto;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
  width: 100%;
  color: #fff;
  background-color: #131313;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.woocommerce a.remove {
  color: #000000 !important;
}

.cart-open .widget_shopping_cart_content,
.cart-open .user-cart-details,
.cart-close.cart-open .widget_shopping_cart_content,
.cart-close.cart-open .user-cart-details {
  right: 0;
}

@media (max-width: 960px) {
  .cart-open .widget_shopping_cart_content,
  .cart-open .user-cart-details,
  .cart-close.cart-open .widget_shopping_cart_content,
  .cart-close.cart-open .user-cart-details {
    right: -550px !important;
  }
}

.cart-open .cart-over,
.cart-close.cart-open .cart-over {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .cart-open .header-top.header-sticky {
    z-index: 1;
  }
}

.cart-open.cart-close .widget_shopping_cart_content,
.cart-open.cart-close .user-cart-details,
.cart-close .widget_shopping_cart_content,
.cart-close .user-cart-details {
  right: -622px;
}

.cart-open.cart-close .cart-over,
.cart-close .cart-over {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
}

.cart-open .call-button-fixed a {
  z-index: 1;
}

html.mm-wrapper_opened .hamburger:before {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  top: 3px;
}

html.mm-wrapper_opened .hamburger:after {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  top: 10px;
}

.mm-wrapper_opened .header-mobile {
  display: block !important;
}

.mm-navbar .logo-header {
  display: none !important;
}

.mm-navbars_top .mm-navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_top .mm-navbar .logo-mobile {
  text-align: center;
  padding-left: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.mm-navbars_top .mm-navbar .logo-mobile img {
  max-height: 40px;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000000;
}

.mm-navbars_bottom .mm-navbar {
  width: 100%;
  background-color: #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_bottom .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .mm-navbars_bottom .contact-list {
    display: block;
    text-align: center;
  }
}

.mm-navbars_bottom .contact-list li {
  margin: 0 10px;
}

@media (max-width: 480px) {
  .mm-navbars_bottom .contact-list li {
    margin: 7px 5px;
  }
}

.mm-navbars_bottom .contact-list a {
  color: white;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .mm-navbars_bottom .contact-list a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mm-navbars_bottom .contact-list img {
  margin-right: 5px;
}

.mm-navbars_bottom .social-footer {
  padding-top: 0;
}

.mm-navbars_bottom .social-footer a {
  font-size: 14px;
  background-color: #a8f0fc;
  color: #000000;
  border-color: #a8f0fc;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .social-footer a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mm-navbars_bottom .social-footer a span {
    display: none;
  }
}

.social-footer a {
  color: #a8f0fc;
  border-color: #a8f0fc;
}

.mm-menu {
  background-color: #000000;
}

.mm-panels > .mm-panel,
.mm-navbars_top .mm-navbar {
  background-color: #000000;
}

@media screen and (min-width: 961px) {
  .header-bottom.header-sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background-color: white;
    -webkit-animation: slidedown 0.3s ease-out forwards;
    animation: slidedown 0.3s ease-out forwards;
    -webkit-box-shadow: 0px 44px 49px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  }
}

@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slidedown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.logo-mobile {
  display: none;
}

@media (max-width: 480px) {
  .logo-mobile {
    display: block;
  }
}

.item-globe {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .item-globe {
    padding-right: 0;
  }
}

.item-globe img {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .item-globe img {
    padding-right: 5px;
    margin: 0;
  }
}

@media (max-width: 1300px) {
  .item-globe span {
    display: none;
  }
}

.item-globe a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 25px;
}

.item-globe a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.item-globe a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("images/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 10px;
  margin-top: -5px;
}

.mm-navbar {
  background-color: #a8f0fc;
}

.mm-navbar a {
  color: #000000 !important;
}

.mm-btn_prev:before {
  border-color: #000000;
}

.mm-btn_next:after {
  border-color: white;
}

.mm-navbars_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mm-navbars_top .logo-header img {
  max-width: 180px;
}

.mm-panel.mm-panel_opened {
  padding-bottom: 100px;
}

.footer {
  background: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(48%, #292929), to(#1c1c1c));
  background: linear-gradient(90deg, #151515 0%, #292929 48%, #1c1c1c 100%);
  padding: 70px 0 50px;
}

@media (max-width: 1480px) {
  .footer {
    padding: 60px 0 30px;
  }
}

@media (max-width: 960px) {
  .footer {
    padding: 45px 0 30px 0;
  }
}

.footer .formpayment {
  margin-top: 30px;
  max-width: 170px;
}

.footer-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .footer-top {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .footer-top {
    padding-bottom: 30px;
  }
}

.footer-top h2,
.footer-top p {
  color: white;
  margin: 0;
}

.footer-top p {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .footer-top p {
    font-size: 14px;
  }
}

.footer-top input {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  color: transparent;
}

@media (max-width: 480px) {
  .footer-top input {
    display: block;
    width: 100%;
  }
}

.footer-top input[type="email"] {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .footer-top input[type="email"] {
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
  }
}

.company-footer {
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.company-footer .logo-footer {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.company-info p {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 960px) {
  .company-info p {
    font-size: 14px;
  }
}

.footer-copy {
  padding-top: 30px;
  border-top: 1px solid #3a3a3a;
}

.wcmd_content {
  max-width: 100%;
}

.footer-newsletter {
  background-color: white;
  padding: 0 10px;
}

@media (max-width: 960px) {
  .footer-newsletter {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .footer-newsletter {
    max-width: 280px;
  }
}

.footer-newsletter form {
  position: relative;
}

.footer-newsletter form .validation-wrap {
  width: 100%;
  display: inherit;
  position: absolute;
}

.footer-newsletter form .wcmd-fields {
  width: 100% !important;
  position: relative;
}

@media (max-width: 767px) {
  .footer-newsletter form .wcmd-fields {
    width: 100% !important;
    padding-right: 0;
  }
}

.footer-newsletter form input[type="email"] {
  font-weight: normal;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #000000;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
  vertical-align: top;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  margin-right: 0;
  padding-right: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-newsletter form input[type="email"]:hover {
  border: none;
}

@media (max-width: 480px) {
  .footer-newsletter form input[type="email"] {
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
  }
}

.footer-newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #000000;
}

.footer-newsletter form input[type="email"]:-moz-placeholder {
  color: #000000;
}

.footer-newsletter form input[type="email"]::-moz-placeholder {
  color: #000000;
}

.footer-newsletter form input[type="email"]:-ms-input-placeholder {
  color: #000000;
}

.footer-newsletter form .wcmd-btn-cont {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
}

.footer-newsletter form .wcmd-btn-cont input[type="submit"] {
  display: block;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #262626;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  width: 38px !important;
  height: 38px;
  border-radius: 0;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  background-image: url("images/svg/send.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0 !important;
}

@media (max-width: 1550px) {
  .footer-newsletter form .wcmd-btn-cont input[type="submit"] {
    padding: 0 20px;
  }
}

.footer-newsletter form .wcmd-btn-cont input[type="submit"]:hover {
  text-decoration: none;
  background-color: #77e8fa;
  color: white;
}

.wcmd-loading {
  background-size: 25px;
}

.wcmd-form .wcmd-validation {
  padding: 13px;
  text-align: center;
  margin: 0;
  width: 100%;
}

.wcmd-form .wcmd-validation:empty {
  padding: 0;
}

.wcmd-form .wcmd-validation.error {
  border: none;
  background-color: #de0b0b;
  color: white;
}

.wcmd-form .wcmd-validation.success {
  border: none;
  background: #a8f0fc;
  color: white;
}

.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .mc4wp-form-fields {
    display: block;
  }
}

.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1480px) {
  .footer-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1480px) {
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer-middle-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1480px) {
  .footer-middle-contact {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer-middle-contact {
    display: block;
    text-align: center;
  }
}

.footer-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 960px) {
  .footer-contact-info {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-middle-item {
  position: relative;
  padding-left: 68px;
  margin-right: 70px;
}

@media (max-width: 1480px) {
  .footer-middle-item {
    margin-right: 15px;
  }
}

@media (max-width: 960px) {
  .footer-middle-item {
    padding-left: 55px;
    margin-top: 20px;
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
  .footer-middle-item {
    display: block;
    text-align: left;
    margin: 20px;
    padding-left: 52px;
  }
}

.footer-middle-item a {
  display: block;
}

.footer-middle-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer-middle-image {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 960px) {
  .footer-middle-image {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .footer-middle-image {
    width: 40px;
  }
}

@media (max-width: 640px) {
  .footer-middle-image {
    top: 3px;
    width: 37px;
  }
}

.footer-middle-image img {
  display: block;
  width: 52px;
  height: auto;
}

@media (max-width: 960px) {
  .footer-middle-image img {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .footer-middle-image img {
    width: 40px;
  }
}

@media (max-width: 640px) {
  .footer-middle-image img {
    width: 36px;
  }
}

.contact-item-text {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: white;
}

@media (max-width: 960px) {
  .contact-item-text {
    font-size: 14px;
  }
}

.contact-item-info {
  color: #e4d4d5;
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 960px) {
  .contact-item-info {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-item-info {
    font-size: 18px;
  }
}

@media (max-width: 1480px) {
  .footer-middle-social {
    width: 100%;
    margin-top: 30px;
  }
}

.footer-bottom {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1480px) {
  .footer-bottom {
    padding: 40px 0;
  }
}

@media (max-width: 960px) {
  .footer-bottom {
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  .footer-bottom {
    padding: 10px 0 30px 0;
  }
}

@media (max-width: 480px) {
  .footer-bottom {
    padding: 10px 0 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-bottom-item {
  width: 18.75%;
  padding: 0 20px;
}

.footer-bottom-item.footer-contact {
  width: 25%;
}

@media (max-width: 960px) {
  .footer-bottom-item.footer-contact {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item.footer-contact {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .footer-bottom-item {
    width: 33.33%;
    padding: 20px 10px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .footer-bottom-item {
    margin-top: 0;
    padding: 15px 0;
  }
}

@media (max-width: 400px) {
  .footer-bottom-item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item.footer-links2 {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .footer-bottom-item.footer-account {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item.footer-account {
    width: 100%;
  }
}

.footer-bottom-item h6 {
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #a8f0fc;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .footer-bottom-item h6 {
    margin-bottom: 12px;
  }
}

@media (max-width: 960px) {
  .footer-bottom-item h6 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item h6 {
    font-size: 20px;
  }
}

.footer-bottom-item ul li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-bottom-item ul li {
    margin-top: 6px;
  }
}

.footer-bottom-item ul li a {
  color: white;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1550px) {
  .footer-bottom-item ul li a {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .footer-bottom-item ul li a {
    font-size: 14px;
  }
}

.footer-bottom-item ul li a:hover {
  color: #a8f0fc;
  text-decoration: none;
}

.footer-bottom-item p {
  color: white;
  font-size: 16px;
}

@media (max-width: 640px) {
  .footer-bottom-item p {
    font-size: 14px;
  }
}

.contact-footer {
  margin-top: 30px;
}

.contact-footer li {
  margin-top: 14px;
  position: relative;
  padding-left: 34px;
  margin-top: 15px;
}

@media (max-width: 960px) {
  .contact-footer li {
    padding-left: 0;
  }
}

.contact-footer a,
.contact-footer p {
  color: white;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 1300px) {
  .contact-footer a,
  .contact-footer p {
    display: inline;
    font-size: 14px;
  }
}

.contact-footer a:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 767px) {
  .contact-footer img {
    width: 18px;
    height: auto;
    margin-right: 7px;
  }
}

.contact-footer-icon {
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 960px) {
  .contact-footer-icon {
    position: relative;
    display: initial;
    top: 5px;
  }
}

.footer-copy {
  border-top: 1px solid #2f2f2f;
  padding-top: 25px;
  text-align: center;
}

.footer-copy p {
  margin: 0;
  font-size: 16px;
  color: white;
  text-align: center;
}

@media (max-width: 960px) {
  .footer-copy p {
    font-size: 13px;
    line-height: 1.3em;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 640px) {
  .footer-social {
    margin-bottom: 0;
  }
}

.footer-social li,
.footer-social a {
  color: white;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
}

.footer-social li {
  position: relative;
  padding: 0 15px;
  line-height: 1;
}

@media (max-width: 640px) {
  .footer-social li {
    padding: 0 6px;
  }
}

.footer-social li:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-color: #ffffff;
}

@media (max-width: 640px) {
  .footer-social li:before {
    content: none;
  }
}

.footer-social li:first-child:before {
  display: none;
}

.footer-social a {
  font-weight: 500;
}

.footer-social a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.footer-social img,
.footer-social i {
  margin-right: 5px;
}

.call-button-fixed a {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 23;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  background-color: #131313;
}

@media (max-width: 640px) {
  .call-button-fixed a {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  .call-button-fixed a img {
    width: 12px;
  }
}

.required-logos img {
  max-width: 200px;
}

.slick-dotted {
  margin-bottom: 0 !important;
}

.hero-social-right {
  position: absolute;
  left: 80px;
  width: 20px;
  top: 133px;
  z-index: 2;
  height: calc(100% - 133px);
}

@media screen and (max-width: 1800px) {
  .hero-social-right {
    left: 30px;
  }
}

@media (max-width: 1480px) {
  .hero-social-right {
    left: 20px;
  }
}

@media (max-width: 1300px) {
  .hero-social-right {
    display: none;
  }
}

@media (max-width: 960px) {
  .hero-social-right {
    display: none;
  }
}

.hero-social {
  width: 30px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.hero-social li {
  padding: 0 20px;
  display: block;
  position: relative;
}

.hero-social li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #bbbbbb;
  top: 50%;
  margin-top: -4px;
  opacity: 0.6;
}

.hero-social li:first-child:before {
  display: none;
}

.hero-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: white;
  opacity: 0.4;
}

@media (max-width: 1300px) {
  .hero-social a {
    font-size: 13px;
  }
}

.hero-social a:hover {
  text-decoration: none;
  opacity: 1;
}

.hero-social a i {
  margin-right: 9px;
}

.hero-social span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 18px;
  margin-right: 10px;
}

.hero-social p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

.hero-home {
  height: 900px;
  background-image: url("images/jpg/home-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 1650px) {
  .hero-home {
    height: 800px;
  }
}

@media (max-width: 1100px) {
  .hero-home {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .hero-home .container {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hero-home {
    height: 650px;
  }
}

.home-slide-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 1480px) {
  .home-slide-flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  .home-slide-flex {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .home-slide-flex {
    display: block;
    position: relative;
  }
}

.home-slide-left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 767px) {
  .home-slide-left {
    padding: 120px 20px 0 20px;
    position: relative;
    z-index: 2;
  }
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.25;
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
  opacity: 1 !important;
}

.slide-right-title {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: absolute;
  font-size: 160px;
  line-height: 0.8;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.21);
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1650px) {
  .slide-right-title {
    font-size: 120px;
    top: 25%;
  }
}

@media (max-width: 960px) {
  .slide-right-title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .slide-right-title {
    font-size: 40px;
    top: 130px;
  }
}

.home-slide-left {
  width: 40%;
}

@media (max-width: 767px) {
  .home-slide-left {
    width: 100%;
    text-align: center;
  }
}

.home-slide-left .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-slide-left h2 {
  color: white;
  font-size: 98px;
  line-height: 0.9;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-height: 790px) {
  .home-slide-left h2 {
    font-size: 80px;
  }
}

@media (max-width: 1300px) {
  .home-slide-left h2 {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .home-slide-left h2 {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .home-slide-left h2 {
    font-size: 48px;
  }
}

.home-slide-right {
  width: 60%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

@media (max-width: 1650px) {
  .home-slide-right {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 767px) {
  .home-slide-right {
    width: 100%;
    position: initial;
  }
}

.title-blue {
  color: #a8f0fc;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .title-blue {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.title-blue::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #a8f0fc;
  width: 24px;
}

@media (max-width: 767px) {
  .title-blue::before {
    display: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.text-slide {
  max-width: 510px;
}

@media (max-width: 767px) {
  .text-slide {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
}

.text-slide .button-line2 {
  margin-top: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .text-slide .button-line2 {
    margin-top: 15px;
  }
}

.text-slide .button-line2 i {
  color: white;
  left: 10px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.text-slide .button-line2:hover i {
  color: #000000;
  left: 15px;
}

.home-slider-thumbs {
  position: absolute !important;
  right: 20px;
  top: calc(((100% - 290px) / 2) + 20px);
  width: 200px;
  z-index: 3;
}

.home-slider-thumbs .slick-list {
  padding: 0 !important;
}

@media (max-width: 1480px) {
  .home-slider-thumbs {
    right: 20px;
    width: 120px;
  }
}

@media (max-width: 1100px) {
  .home-slider-thumbs {
    width: 100%;
    height: 50px !important;
    display: block;
    bottom: 19px;
    top: auto;
    right: 0;
  }
}

.home-slider-thumbs span {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 12px 14px;
  opacity: 0.6;
  line-height: 1.2;
}

@media (max-width: 1480px) {
  .home-slider-thumbs span {
    font-size: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .home-slider-thumbs span {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.home-slider-thumbs .slick-current span {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.09);
}

.home-slider-thumbs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1300px) {
  .home-slider-thumbs .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-slider-thumbs .slick-track .slick-slide {
    height: auto !important;
  }
}

.home-slider-thumbs .slick-prev,
.home-slider-thumbs .slick-next {
  left: 50%;
  margin-left: -9px;
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 1300px) {
  .home-slider-thumbs .slick-prev,
  .home-slider-thumbs .slick-next {
    display: none;
  }
}

.home-slider-thumbs .slick-prev:hover,
.home-slider-thumbs .slick-next:hover {
  opacity: 1;
}

.home-slider-thumbs .slick-prev::before,
.home-slider-thumbs .slick-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.home-slider-thumbs .slick-prev {
  top: -40px;
}

.home-slider-thumbs .slick-prev:before {
  background-image: url("images/svg/arrow-top.svg");
}

.home-slider-thumbs .slick-next {
  top: auto;
  bottom: -60px;
}

.home-slider-thumbs .slick-next:before {
  background-image: url("images/svg/arrow-down.svg");
}

.home-slider-wrap {
  height: 100%;
  position: relative;
}

.home-slider-wrap .container {
  position: initial;
  height: 100% !important;
}

.home-slider-wrap .home-slider-left,
.home-slider-wrap .home-slider-left .slick-track,
.home-slider-wrap .home-slider-left .slick-list {
  height: 100% !important;
}

.home-slider-wrap .slick-prev,
.home-slider-wrap .slick-next {
  z-index: 3;
}

.slide-right-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .slide-right-image {
    width: 120%;
    left: -20%;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .slide-right-image {
    width: 100%;
    left: 0;
    overflow: initial;
    position: absolute;
    bottom: 0;
  }
}

.slide-right-image img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100vh !important;
}

@media (max-width: 1650px) {
  .slide-right-image img {
    max-height: 700px !important;
  }
}

@media (max-width: 1480px) {
  .slide-right-image img {
    max-height: 600px !important;
  }
}

@media (max-width: 767px) {
  .slide-right-image img {
    max-height: none !important;
    height: 500px !important;
    max-width: 2000%;
  }
}

@media (max-width: 480px) {
  .slide-right-image img {
    height: 380px !important;
  }
}

.home-slide {
  height: 100% !important;
}

.home-slide .container {
  height: 100%;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.slider-count01 {
  position: absolute;
  bottom: 117px;
  left: 285px;
  width: 60px;
  text-align: center;
}

@media (max-width: 1300px) {
  .slider-count01 {
    display: none;
  }
}

.slider-count01 p {
  color: white;
  margin: 0;
}

.slider-count01 span {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.slider-count01 #current01 {
  font-size: 24px;
}

.slider-count02 {
  position: absolute;
  bottom: -13px;
  right: 79px;
  width: 60px;
  text-align: center;
}

@media (max-width: 1300px) {
  .slider-count02 {
    right: 43px;
  }
}

.slider-count02 p {
  color: #000000;
  margin: 0;
}

.slider-count02 span {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.slider-count02 #current01 {
  font-size: 24px;
}

@media (max-width: 640px) {
  .slider-count02 #current01 {
    font-size: 20px;
  }
}

.slider-arrows-down .slick-prev,
.slider-arrows-down .slick-next {
  bottom: 100px;
  height: 34px;
  cursor: pointer;
  opacity: 0.5;
  top: auto;
}

@media screen and (max-height: 740px) {
  .slider-arrows-down .slick-prev,
  .slider-arrows-down .slick-next {
    bottom: 20px;
  }
}

.slider-arrows-down .slick-prev:hover,
.slider-arrows-down .slick-next:hover {
  opacity: 1;
}

.slider-arrows-down .slick-prev::before,
.slider-arrows-down .slick-next::before {
  content: "";
  display: block;
  width: 18px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.slider-arrows-down .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  bottom: 133px;
  z-index: 2;
}

@media screen and (max-height: 740px) {
  .slider-arrows-down .slick-dots {
    bottom: 49px;
  }
}

.slider-arrows-down .slick-dots li {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
}

.slider-arrows-down .slick-dots li button {
  padding: 0;
  margin: 0;
  background-color: white;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: relative;
}

.slider-arrows-down .slick-dots li button:before {
  display: none;
}

.slider-arrows-down .slick-dots li.slick-active button {
  opacity: 1;
  height: 3px;
  top: -1px;
}

.slider-arrows-down .slick-prev {
  left: 260px;
}

.slider-arrows-down .slick-prev:before {
  background-image: url("images/svg/arrow-left-white.svg");
}

.slider-arrows-down .slick-next {
  left: 350px;
}

.slider-arrows-down .slick-next:before {
  background-image: url("images/svg/arrow-right-white.svg");
}

.home-facilities {
  background-image: url("images/png/waves.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 150px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .home-facilities {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .home-facilities {
    padding: 70px 0 200px;
  }
}

@media (max-width: 480px) {
  .home-facilities {
    padding-top: 40px;
  }
}

.home-facilities .container {
  z-index: 1;
}

.facilities-title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.facilities-title h6 {
  text-transform: uppercase;
  color: #7c7c7c;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .facilities-title h6 {
    font-size: 14px;
  }
}

.facilities-title h1 {
  font-size: 48px;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .facilities-title h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .facilities-title h1 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .facilities-title h1 {
    font-size: 24px;
  }
}

.moto-left {
  position: absolute;
  bottom: -200px;
  left: -30%;
  z-index: 0;
}

@media (max-width: 1300px) {
  .moto-left {
    bottom: -91px;
    left: -32%;
  }
  .moto-left img {
    max-width: 1300px;
  }
}

@media (max-width: 960px) {
  .moto-left {
    left: -300px;
  }
}

@media (max-width: 767px) {
  .moto-left {
    left: -120px;
  }
  .moto-left img {
    max-width: 700px;
  }
}

.moto-left img {
  height: auto !important;
}

.moto-v {
  position: absolute;
  top: 30%;
  left: -400px;
}

@media (max-width: 1300px) {
  .moto-v img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .moto-v img {
    max-width: 50%;
  }
}

.facilities-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  max-width: 630px;
}

@media (max-width: 1300px) {
  .facilities-flex {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .facilities-flex {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .facilities-flex {
    margin-top: 10px;
  }
}

.facility-item {
  width: 50%;
  padding: 15px;
  position: relative;
}

@media (max-width: 480px) {
  .facility-item {
    width: 100%;
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .facility-item {
    padding: 10px 0;
  }
}

.facility-item:nth-child(even) {
  top: 30px;
}

@media (max-width: 480px) {
  .facility-item:nth-child(even) {
    top: 0;
  }
}

.facility-box {
  background-color: white;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
  height: 100%;
}

@media (max-width: 480px) {
  .facility-box {
    padding: 25px 20px;
  }
}

.facility-box:hover {
  top: 10px;
}

.text-facility h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-facility p {
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}

@media (max-width: 767px) {
  .text-facility p {
    font-size: 16px;
  }
}

.feature-full .feature-item {
  background: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(48%, #292929), to(#1c1c1c));
  background: linear-gradient(90deg, #151515 0%, #292929 48%, #1c1c1c 100%);
  height: 682px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-full .feature-text {
  margin-left: 200px;
}

.feature-left {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-right {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-text {
  max-width: 450px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.feature-text h2 {
  text-transform: uppercase;
  line-height: 1.2;
}

.feature-image,
.feature-image2 {
  display: block;
  width: 50%;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.feature-text p {
  margin: 0;
}

.feature-grid .feature-item {
  background: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(48%, #292929), to(#1c1c1c));
  background: linear-gradient(90deg, #151515 0%, #292929 48%, #1c1c1c 100%);
  width: 44%;
  height: 500px;
}

@media (max-width: 960px) {
  .feature-grid .feature-item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-item {
    min-height: 400px;
  }
}

.feature-grid .feature-item h2,
.feature-grid .feature-item p {
  color: white;
}

.feature-grid .feature-item h2 {
  font-size: 52px;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .feature-grid .feature-item h2 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .feature-grid .feature-item h2 {
    font-size: 36px;
  }
}

.feature-grid .feature-item p {
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 1650px) {
  .feature-grid .feature-item p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .feature-grid .feature-item p {
    font-size: 16px;
  }
}

.feature-grid .feature-item.feature-item-2, .feature-grid .feature-item.feature-item-4 {
  width: 56%;
}

@media (max-width: 960px) {
  .feature-grid .feature-item.feature-item-2, .feature-grid .feature-item.feature-item-4 {
    width: 100%;
  }
}

.feature-grid .feature-item.feature-item-1 {
  width: 100%;
  height: 682px;
}

@media (max-width: 1300px) {
  .feature-grid .feature-item.feature-item-1 {
    height: 500px;
  }
}

.feature-grid .feature-item.feature-item-1 .feature-text {
  margin-left: 200px;
}

@media (max-width: 960px) {
  .feature-grid .feature-item.feature-item-1 .feature-text {
    margin-left: 100px;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-1 .feature-text {
    margin-left: 0;
  }
}

.feature-grid .feature-item.feature-item-1 .feature-image {
  left: 0;
  left: 0;
  width: 40%;
  background-position: right;
  margin-left: -15%;
  top: 0;
  height: 100%;
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-1 .feature-image {
    display: none;
  }
}

.feature-grid .feature-item.feature-item-1 .feature-image2 {
  position: absolute;
  width: 48%;
  background-position: left;
  margin: 0;
  right: 0;
  top: 0;
  left: auto;
}

.feature-grid .feature-item.feature-item-2 {
  background: #f8f8f8;
}

.feature-grid .feature-item.feature-item-2 h2,
.feature-grid .feature-item.feature-item-2 p {
  color: #000000;
}

.feature-grid .feature-item.feature-item-2 .feature-image {
  right: 0;
  background-position: left;
}

.feature-grid .feature-item.feature-item-2 .feature-text {
  width: 50%;
  margin-left: 100px;
}

@media (max-width: 1550px) {
  .feature-grid .feature-item.feature-item-2 .feature-text {
    margin-left: 50px;
  }
}

@media (max-width: 1480px) {
  .feature-grid .feature-item.feature-item-2 .feature-text {
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-2 .feature-text {
    margin-left: 20px;
  }
}

.feature-grid .feature-item.feature-item-3 {
  height: 1000px;
}

@media (max-width: 960px) {
  .feature-grid .feature-item.feature-item-3 {
    height: 800px;
  }
}

@media (max-width: 480px) {
  .feature-grid .feature-item.feature-item-3 {
    height: 500px;
  }
}

.feature-grid .feature-item.feature-item-3 .feature-image {
  width: 100%;
  height: 60%;
  bottom: 0;
  top: auto;
  background-position: top;
}

@media (max-width: 480px) {
  .feature-grid .feature-item.feature-item-3 .feature-image {
    opacity: 0.6;
  }
}

.feature-grid .feature-item.feature-item-3 .feature-item-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.feature-grid .feature-item.feature-item-3 .feature-text {
  margin-left: 100px;
  padding-top: 100px;
}

@media (max-width: 1550px) {
  .feature-grid .feature-item.feature-item-3 .feature-text {
    margin-left: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-3 .feature-text {
    margin-left: 20px;
  }
}

.feature-grid .feature-item.feature-item-4 .feature-image {
  background-position: right;
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-4 .feature-image {
    width: 100%;
  }
}

.feature-grid .feature-item.feature-item-4 .feature-text {
  width: 50%;
  margin-left: 50%;
}

@media (max-width: 640px) {
  .feature-grid .feature-item.feature-item-4 .feature-text {
    width: 100%;
    padding-left: 20px;
    margin-left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.feature-item-size {
  width: 44%;
}

.feature-item-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.battery-wrap {
  padding: 140px 0;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(white));
  background: linear-gradient(180deg, #e8e8e8 0%, white 100%);
  position: relative;
}

@media (max-width: 1480px) {
  .battery-wrap {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .battery-wrap {
    padding: 60px 0;
  }
}

.battery-wrap .moto-v {
  bottom: 0;
  top: auto;
}

.battery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .battery-flex {
    display: block;
  }
}

.battery-left {
  width: 50%;
  padding-right: 10px;
}

@media (max-width: 960px) {
  .battery-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .battery-left {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}

.battery-left span {
  display: block;
  margin-left: -150px;
}

@media (max-width: 767px) {
  .battery-left span {
    margin: 0;
  }
}

.battery-left img {
  width: auto;
  height: auto;
}

.battery-right {
  width: 50%;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .battery-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.battery-right-text {
  max-width: 390px;
}

.battery-right-text.battery-right-text {
  max-width: 100%;
}

.battery-right-text h2 {
  text-transform: uppercase;
}

.battery-right-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-left: -15px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .battery-right-features {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.battery-feature {
  width: 33.3333%;
  padding: 15px;
}

@media (max-width: 960px) {
  .battery-feature {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .battery-feature {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .battery-feature {
    padding: 10px;
  }
}

.battery-image {
  background-color: white;
  padding: 25px;
}

.battery-image span,
.battery-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .battery-image {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .battery-image img {
    max-height: 40px;
  }
}

.battery-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  max-width: 173px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1480px) {
  .battery-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .battery-text {
    font-size: 15px;
    line-height: 1.2em;
  }
}

.bmos-wrap {
  padding: 150px 0 0;
  position: relative;
  background-attachment: fixed;
}

@media (max-width: 1480px) {
  .bmos-wrap {
    padding: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .bmos-wrap {
    padding: 60px 0 0;
  }
}

.bmos-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bmos-wrap .container {
  z-index: 2;
}

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

.bmos-text h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bmos-text p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.bmos-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 100px 60px 100px;
}

@media (max-width: 1480px) {
  .bmos-features {
    padding: 30px 50px;
  }
}

@media (max-width: 767px) {
  .bmos-features {
    padding: 0;
  }
}

.bmos-feature {
  width: 16.66667%;
}

@media (max-width: 960px) {
  .bmos-feature {
    width: 33.3333%;
  }
}

@media (max-width: 640px) {
  .bmos-feature {
    width: 50%;
  }
}

.bmos-box {
  padding: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 960px) {
  .bmos-box {
    padding: 15px;
  }
}

.bmos-box:hover {
  background-color: rgba(255, 255, 255, 0.09);
}

.bmos-box p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1480px) {
  .bmos-box p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .bmos-box p {
    margin-top: 5px;
  }
}

@media (max-width: 640px) {
  .bmos-box img {
    max-height: 40px;
  }
}

.app-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .app-wrap {
    display: block;
    text-align: center;
  }
}

.app-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1480px) {
  .app-image {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .app-image {
    width: 100%;
  }
}

.app-image img {
  display: block;
}

@media (max-width: 767px) {
  .app-image img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-text {
  width: 50%;
  padding-top: 80px;
}

@media (max-width: 1480px) {
  .app-text {
    width: 60%;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .app-text {
    width: 100%;
    padding-top: 40px;
  }
}

.app-text p {
  max-width: 324px;
}

@media (max-width: 767px) {
  .app-text p {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.app-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .app-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.app-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .app-buttons a {
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0;
  }
}

.app-buttons a img {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .app-buttons a img {
    margin-right: 4px;
  }
}

.app-buttons .button-line2 {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .app-buttons .button-line2 {
    margin-right: 10px;
  }
}

.app-buttons .button-line2:hover {
  background-color: #000000;
  color: white;
}

.app-buttons .button-white {
  color: #000000 !important;
}

.news-wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .news-wrap-top {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.news-wrap-top h2 {
  margin-bottom: 0;
}

.news-wrap-top a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .news-wrap-top a {
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.news-wrap-top a i {
  left: 18px;
}

.news-wrap-top a:hover {
  text-decoration: none;
}

.news-wrap-top a:hover i {
  left: 23px;
}

.news-wrap {
  padding: 90px 0;
}

@media (max-width: 767px) {
  .news-wrap {
    padding: 60px 0;
  }
}

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 480px;
  background-color: #000;
}

.news-box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
}

.news-box:hover .news-text {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.news-text {
  display: block;
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.804381)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.804381) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.news-slide {
  padding: 15px;
}

@media (max-width: 1300px) {
  .news-slide {
    padding: 10px;
  }
}

.news-text-bottom {
  padding: 30px;
  width: 100%;
}

@media (max-width: 1300px) {
  .news-text-bottom {
    padding: 20px;
  }
}

.news-text-bottom span,
.news-text-bottom h5 {
  color: white;
}

.news-text-bottom h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 10px;
}

.news-slider {
  padding: 0 35px 80px;
  position: relative;
}

@media (max-width: 1300px) {
  .news-slider {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .news-slider {
    padding-bottom: 50px;
  }
}

.news-slider.slider-arrows-down .slick-dots {
  bottom: 0;
  width: calc(100% - 260px);
  left: 50px;
}

@media (max-width: 1300px) {
  .news-slider.slider-arrows-down .slick-dots {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .news-slider.slider-arrows-down .slick-dots {
    width: calc(100% - 164px);
  }
}

.news-slider.slider-arrows-down .slick-dots li button {
  background-color: #000;
}

.news-slider .slick-next {
  right: 50px;
  left: auto;
  bottom: -30px;
}

@media (max-width: 1300px) {
  .news-slider .slick-next {
    right: 20px;
  }
}

.news-slider .slick-next:before {
  background-image: url("images/svg/arrow-right-black2.svg");
}

.news-slider .slick-prev {
  left: auto;
  right: 150px;
  bottom: -30px;
}

@media (max-width: 1300px) {
  .news-slider .slick-prev {
    right: 102px;
  }
}

.news-slider .slick-prev:before {
  background-image: url("images/svg/arrow-left-black2.svg");
}

.fa-long-arrow-right:before {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.news-text-info {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-text-info div,
.news-text-info span,
.news-text-info p {
  color: white;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .news-text-info div,
  .news-text-info span,
  .news-text-info p {
    font-size: 14px;
  }
}

.news-date::before {
  content: "|";
  padding: 0 6px;
}

.grey-bck {
  background: white;
  background: radial-gradient(circle, white 0%, whitesmoke 100%);
}

.dots-right {
  position: absolute;
  right: 0;
  top: 0;
}

.products-home-slider {
  padding: 100px 0 50px;
}

@media (max-width: 640px) {
  .products-home-slider {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.products-home-slider .container {
  z-index: 2;
}

.moto-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .moto-slide-top {
    display: block;
    text-align: center;
  }
}

.slide-top-left {
  width: 50%;
}

@media (max-width: 640px) {
  .slide-top-left {
    width: 100%;
  }
}

.slide-top-left p {
  font-size: 20px;
  margin: 0;
  max-width: 290px;
}

@media (max-width: 640px) {
  .slide-top-left p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.slide-top-left p br {
  display: none;
}

.moto-title {
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  display: block;
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 767px) {
  .moto-title {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .moto-title {
    font-size: 30px;
  }
}

.moto-title:hover {
  text-decoration: none;
}

.slide-top-right {
  width: 50%;
  text-align: right;
}

@media (max-width: 640px) {
  .slide-top-right {
    width: 100%;
    text-align: center;
  }
}

.price-right .from {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #131313;
}

@media (max-width: 640px) {
  .price-right .from {
    font-size: 16px;
  }
}

.price-right ins {
  text-decoration: none;
}

.price-right ins * {
  text-decoration: none;
}

.price-right .woocommerce-Price-amount {
  color: #000000;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  line-height: 1em;
}

.price-right .woocommerce-Price-amount * {
  line-height: 1;
}

@media (max-width: 767px) {
  .price-right .woocommerce-Price-amount {
    font-size: 50px;
  }
}

@media (max-width: 640px) {
  .price-right .woocommerce-Price-amount {
    font-size: 42px;
  }
}

.price-right .woocommerce-Price-amount span {
  color: inherit;
  font-weight: inherit;
}

.price-right .woocommerce-Price-amount sup {
  font-size: 50%;
  top: -0.7em;
  font-weight: inherit;
}

.moto-image {
  position: relative;
  z-index: 1;
}

.moto-image a {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-top: -200px;
  height: 780px;
  width: 100%;
  z-index: 9;
  position: relative;
}

@media (max-width: 1650px) {
  .moto-image a {
    height: 600px;
    margin-top: -180px;
  }
}

@media (max-width: 767px) {
  .moto-image a {
    height: 500px;
  }
}

@media (max-width: 640px) {
  .moto-image a {
    height: 400px;
  }
}

.moto-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.moto-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

@media (max-width: 767px) {
  .moto-features {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.moto-feature {
  width: 25%;
  padding: 10px 20px;
  position: relative;
}

@media (max-width: 960px) {
  .moto-feature {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .moto-feature {
    padding: 20px 10px;
    width: 50%;
  }
}

.moto-feature::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dashed #cbcbcb;
}

@media (max-width: 767px) {
  .moto-feature::before {
    display: none;
  }
}

.moto-feature:first-child:before {
  display: none;
}

.moto-feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .moto-feature-box {
    display: block;
  }
}

.moto-feature-icon {
  width: 50px;
  height: 50px;
}

@media (max-width: 960px) {
  .moto-feature-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .moto-feature-icon img {
    margin-left: auto;
    margin-right: auto;
  }
}

.moto-feature-text {
  width: calc(100% - 50px);
  padding-left: 15px;
}

@media (max-width: 960px) {
  .moto-feature-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.moto-feature-text span {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1550px) {
  .moto-feature-text span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .moto-feature-text span {
    font-size: 14px;
  }
}

.moto-feature-text p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0;
  font-size: 24px;
  max-width: 200px;
  line-height: 1.2;
}

@media (max-width: 1550px) {
  .moto-feature-text p {
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .moto-feature-text p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1300px) {
  .moto-slide .moto-box .moto-image a {
    background-position: right;
    background-size: 700px;
    opacity: 0.6;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1650px) {
  .moto-slide .moto-box .moto-image a {
    background-size: 450px;
  }
}

@media screen and (min-width: 1300px) {
  .moto-slide.slick-current .moto-box .moto-image a {
    opacity: 1;
    background-position: center bottom;
    background-size: contain;
  }
  .moto-slide.slick-current .moto-logo {
    opacity: 1;
  }
  .moto-slide.slick-current .moto-slide-top,
  .moto-slide.slick-current .moto-features {
    opacity: 1;
  }
  .moto-slide.slick-current + .slick-slide .moto-box .moto-image a {
    background-position: left;
  }
  .moto-slide .moto-slide-top,
  .moto-slide .moto-features {
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
}

.moto-slider-thumbs {
  position: absolute;
  width: calc(100% + 1300px);
  height: 400px;
  top: 30%;
  z-index: 1;
}

@media screen and (min-width: 1300px) {
  .products-home-slider .slick-list {
    overflow: visible;
  }
}

.moto-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1650px) {
  .moto-logo img {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .moto-logo img {
    max-width: 250px;
  }
}

.moto-slider .slick-list {
  padding: 0 !important;
}

.moto-slider .slick-prev,
.moto-slider .slick-next {
  width: 77px;
  height: 56px;
  border: 2px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa !important;
  z-index: 99;
}

@media (max-width: 640px) {
  .moto-slider .slick-prev,
  .moto-slider .slick-next {
    width: 24px;
    height: 21px;
    border: none;
    background-color: transparent !important;
  }
}

.moto-slider .slick-prev:before,
.moto-slider .slick-next:before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.moto-slider .slick-next {
  right: 0;
}

.moto-slider .slick-prev {
  left: 0;
}

.moto-slider .slick-next:before {
  background-image: url("images/svg/arrow-right-black.svg");
}

.moto-slider .slick-prev:before {
  background-image: url("images/svg/arrow-left-black.svg");
}

.features-wrap {
  position: relative;
}

.hero_page {
  position: relative;
  padding: 45px 0;
}

@media (max-width: 1480px) {
  .hero_page {
    padding: 30px 0;
  }
}

.hero_page h1 {
  margin-bottom: 0;
  margin-top: 10px;
}

.hero_page:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  display: none;
}

@media (max-width: 1100px) {
  .hero_page:after {
    display: block;
  }
}

.hero_page::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 240%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafafa));
  background: linear-gradient(180deg, white 0%, #fafafa 100%);
}

@media screen and (max-width: 1100px) {
  .hero-woo {
    background-color: #fafafa;
  }
}

@media screen and (max-width: 1100px) {
  .hero-woo .breadcrumbs-wrap:before {
    display: none;
  }
}

.hero-woo h1 {
  margin-bottom: 0;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .hero-woo h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .hero-woo h1 {
    font-size: 26px;
    margin-top: 0;
  }
}

.cat-first-lev {
  background-color: #f6f6f5;
}

.cat-first-lev .trust-section {
  background-color: white;
  padding: 50px 0;
  margin: 0;
}

@media (max-width: 960px) {
  .cat-first-lev .trust-section {
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .trust-section {
    padding: 20px 0;
  }
}

.cat-first-lev h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
}

@media (max-width: 960px) {
  .cat-first-lev h1 {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .cat-first-lev h1 {
    font-size: 26px;
  }
}

.cat-first-lev .breadcrumbs-wrap {
  text-align: center;
}

.cat-first-lev .single-cat {
  width: 20%;
  padding: 10px 20px;
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat {
    padding: 10px;
    width: 25%;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .single-cat {
    width: 33.3333%;
    padding: 10px 4px;
  }
}

.cat-first-lev .single-cat a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover .btn-arrow {
    display: block;
    opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover p {
    visibility: hidden;
    display: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
}

.cat-first-lev .single-cat a:hover .cover {
  -webkit-box-shadow: 0px 44px 49px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.cat-first-lev .single-cat .cover {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
  background-color: #dfdfdf;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 1300px) {
  .cat-first-lev .single-cat .cover {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat .cover {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .single-cat .cover {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
}

.cat-first-lev .single-cat .btn-arrow {
  display: none;
  opacity: 0;
  white-space: nowrap;
  line-height: 1.2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 12px;
  }
}

.list-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 60px 0 85px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1480px) {
  .list-categories {
    padding: 40px 0 50px;
  }
}

@media (max-width: 960px) {
  .list-categories {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .list-categories {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .list-categories {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.list-categories h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 1300px) {
  .list-categories h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .list-categories h4 {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .list-categories h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

.list-categories p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 960px) {
  .list-categories p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .list-categories p {
    font-size: 12px;
  }
}

.products-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 140px;
}

@media (max-width: 1480px) {
  .products-flex-container {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 860px) {
  .products-flex-container {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.left-sidebar {
  width: 25%;
  padding-right: 60px;
}

@media (max-width: 1480px) {
  .left-sidebar {
    padding-right: 40px;
  }
}

@media (max-width: 1300px) {
  .left-sidebar {
    padding-right: 25px;
  }
}

@media screen and (max-width: 860px) {
  .left-sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.right-body {
  width: 75%;
  padding-left: 15px;
}

@media screen and (max-width: 860px) {
  .right-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

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

.right-body.full {
  width: 100%;
}

.berocket_single_filter_widget {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1300px) {
  .berocket_single_filter_widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.berocket_single_filter_widget:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.berocket_single_filter_widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.berocket_single_filter_widget input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1px;
  border-color: #000000;
}

.berocket_single_filter_widget li {
  position: relative;
}

.bapf_head h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.bapf_sfilter ul li {
  margin-top: 10px !important;
  padding-left: 25px !important;
}

.bapf_sfilter ul li:first-child {
  margin-top: 0 !important;
}

.bapf_stylecolor ul li {
  margin: 0 !important;
  padding-left: 0 !important;
}

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content {
  background: #ffffff;
  height: 6px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #e8e8e8;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #cacaca;
}

.bapf_slidr_jqrui .bapf_from span,
.bapf_slidr_jqrui .bapf_to span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.bapf_slidr_jqrui .bapf_to {
  float: right;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: #000000;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bapf_sfilter .bapf_clr_span,
.bapf_sfilter .bapf_img_span {
  border-color: #ebebeb;
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
  border: 4px solid white;
  position: relative;
  overflow: visible;
}

.bapf_sfilter .bapf_clr_span:before,
.bapf_sfilter .bapf_img_span:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_default input:checked + label .bapf_img_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span:before {
  border-color: #000000;
}

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_button.bapf_reset {
  background-color: white;
  border: 2px solid #000000;
  color: #131313;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block !important;
  width: 100%;
  padding: 16px;
  text-align: center;
}

.bapf_button.bapf_reset:hover {
  background-color: #000000;
  color: white;
}

.bapf_button.bapf_reset:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.bapf_sfilter.two-columns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bapf_sfilter.two-columns li {
  width: 49%;
  padding: 10px;
}

.bapf_sfilter.two-columns li:first-child {
  margin-top: 10px !important;
}

.shop-total {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prod_price {
  margin-bottom: 0 !important;
}

.shop-total .col_25 {
  float: none;
  margin: 0;
  padding: 15px 5px;
  width: 25%;
}

@media (max-width: 1300px) {
  .shop-total .col_25 {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 768px) {
  .shop-total .col_25 {
    float: none !important;
    width: 50% !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 380px) {
  .shop-total .col_25 {
    width: 100% !important;
  }
}

.shop-total .col_25 .single_product_slide {
  padding: 0;
}

.shop-total .col_25 .prod_title {
  margin: 0;
}

.shop-total .col_25 .prod_title a {
  font-size: 15px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .shop-total .col_25 .prod_title a {
    font-size: 13px;
    height: 34px;
  }
}

.shop-total .col_25 .prod_price {
  margin: 0;
}

.shop-total .col_25 .prod_price .woocommerce-Price-amount bdi {
  font-size: 16px;
}

@media (max-width: 1300px) {
  .shop-total .col_25 .prod_price .woocommerce-Price-amount bdi {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .shop-total .col_25 .prod_price .woocommerce-Price-amount bdi {
    font-size: 14px;
  }
}

.shop-total .col_25 .prod_price .woocommerce-Price-amount bdi del {
  font-size: 14px;
}

.shop-total .col_25 .prod_price .woocommerce-Price-amount bdi del .woocommerce-Price-amount {
  position: relative;
}

.shop-total .col_25 .prod_price .woocommerce-Price-amount bdi del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 14px;
}

.shop-total .col_25 .prod_img .woocommerce a.button {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-total .col_25 .prod_price del .woocommerce-Price-amount bdi {
  font-size: 14px !important;
}

@media (max-width: 1300px) {
  .shop-total .col_25 .prod_price del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .shop-total .col_25 .prod_price del .woocommerce-Price-amount bdi {
    font-size: 12px !important;
  }
}

.shop-total .col_25 .prod_price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  text-decoration: inherit;
}

.shop-total .col_25 .prod-img-a {
  height: auto;
  overflow: hidden;
}

.shop-total .col_25 .prod-img-a .prod-img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.shop-total .col_25 .prod-img-a img {
  display: block;
  width: 100vw;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-total .col_25 .prod-img-a .cover {
  height: 0;
  padding-bottom: 100%;
}

.woocommerce ul.products li.product a img {
  margin: 0;
  width: auto;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin: 0;
}

.woocommerce .woocommerce-result-count {
  font-size: 16px;
  margin: 13px 0 0;
}

@media screen and (max-width: 860px) {
  .woocommerce .woocommerce-result-count {
    display: block;
    float: none;
    clear: both;
    margin: 15px 0;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 15px;
  }
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering select {
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-right: 40px;
}

@media (max-width: 480px) {
  .woocommerce-ordering select {
    font-size: 13px;
    padding-left: 10px;
  }
}

.woocommerce-ordering:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}

.woocommerce nav.woocommerce-pagination ul {
  margin-left: auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: none !important;
  padding-top: 0;
}

.bottom-shop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 640px) {
  .bottom-shop {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}

.bottom-shop .woocommerce-result-count {
  margin-top: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: none;
  margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #000000;
  color: white;
}

.next.page-numbers,
.prev.page-numbers {
  color: transparent;
  position: relative;
}

.next.page-numbers::before,
.prev.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #000000;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 960px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 14px;
  }
}

.next.page-numbers:hover::before,
.prev.page-numbers:hover::before {
  color: #fff !important;
}

.next.page-numbers::before {
  content: "\f054";
}

.prev.page-numbers:before {
  content: "\f053";
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers {
  color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers:before {
  color: white;
}

.filters-mobile {
  display: none;
}

@media screen and (max-width: 860px) {
  .filters-mobile {
    display: block;
  }
}

.filters-mobile a {
  background-color: #000000;
  color: white;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters-mobile a:hover {
  text-decoration: none;
}

.filters-mobile a img {
  margin-left: auto;
}

.filter-open .wrap_sidebar {
  display: block;
}

@media screen and (max-width: 860px) {
  .wrap_sidebar {
    display: none;
    padding: 20px;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    overflow-x: scroll;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .wrap_sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-single-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 0 90px;
}

@media (max-width: 1480px) {
  .product-single-flex {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .product-single-flex {
    display: block;
    padding: 25px 0 35px;
  }
}

.product-images {
  width: 52%;
  float: none;
}

@media (max-width: 960px) {
  .product-images {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .product-images {
    width: 100%;
  }
}

.product-carousel {
  width: 50%;
  padding-right: 15px;
}

@media (max-width: 1480px) {
  .product-carousel {
    padding-right: 0;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .product-carousel {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 48%;
  float: none;
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none !important;
  background-color: #000000;
  color: white;
}

.woocommerce-error p,
.woocommerce-error span,
.woocommerce-error label,
.woocommerce-error li,
.woocommerce-info p,
.woocommerce-info span,
.woocommerce-info label,
.woocommerce-info li,
.woocommerce-message p,
.woocommerce-message span,
.woocommerce-message label,
.woocommerce-message li {
  color: white;
}

.main-product .woocommerce-error,
.main-product .woocommerce-info,
.main-product .woocommerce-message {
  margin: 20px 0;
}

.thumb-img {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-imgBig {
  height: 630px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #ebebeb;
}

@media (max-width: 1480px) {
  .slide-imgBig {
    height: 560px;
  }
}

@media (max-width: 1300px) {
  .slide-imgBig {
    height: 480px;
  }
}

@media (max-width: 960px) {
  .slide-imgBig {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .slide-imgBig {
    height: 280px;
  }
}

.slide-imgBig a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.larger-image {
  position: absolute;
}

.woocommerce img,
.woocommerce-page img {
  max-height: 100%;
}

.carousel-thumbs {
  margin-top: 20px;
}

.carousel-thumbs:not(.slick-slider) {
  height: 77px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-thumbs:not(.slick-slider) .owl-thumb-item {
  width: 87px;
  height: 77px;
}

.owl-thumb-item {
  padding: 0 5px;
  opacity: 0.4;
}

.owl-thumb-item.slick-current {
  opacity: 1;
}

.carousel-top:not(.slick-slider) {
  height: 630px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .carousel-top:not(.slick-slider) {
    height: 560px;
  }
}

@media (max-width: 1300px) {
  .carousel-top:not(.slick-slider) {
    height: 480px;
  }
}

@media (max-width: 960px) {
  .carousel-top:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .carousel-top:not(.slick-slider) {
    height: 280px;
  }
}

.carousel-top .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: #f6f6f5;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-top: -26px;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 640px) {
  .carousel-top .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

.carousel-top .slick-prev:before,
.carousel-top .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000;
  z-index: 1;
  font-size: 14px;
}

.carousel-top .slick-next {
  right: 10px;
}

@media (max-width: 640px) {
  .carousel-top .slick-next {
    right: 0;
  }
}

.carousel-top .slick-prev {
  left: 10px;
}

@media (max-width: 640px) {
  .carousel-top .slick-prev {
    left: 0;
  }
}

.carousel-top .slick-prev:before {
  content: "\f053";
}

.carousel-top .slick-next:before {
  content: "\f054";
}

.product_title.entry-title {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .product_title.entry-title {
    padding-right: 60px !important;
  }
}

@media (max-width: 960px) {
  .product_title.entry-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .product_title.entry-title {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .product_title.entry-title {
    padding-right: 60px;
    font-size: 20px;
  }
}

.top-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1480px) {
  .top-val {
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .main_sku {
    font-size: 14px;
  }
}

.main_sku strong {
  font-weight: 500;
  color: #000000;
}

.stock_info span {
  line-height: 1;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 960px) {
  .stock_info span {
    font-size: 14px;
  }
}

.woocommerce div.product .stock {
  color: #000000;
  margin: 0;
}

.stock.in-stock {
  position: relative;
  padding-left: 35px;
  font-weight: 700 !important;
}

@media (max-width: 960px) {
  .stock.in-stock {
    padding-left: 28px;
  }
}

.stock.in-stock:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url("images/svg/instock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 960px) {
  .stock.in-stock:before {
    width: 20px;
    height: 20px;
  }
}

.stock.out-of-stock {
  position: relative;
  padding-left: 35px;
  color: #de3333 !important;
  font-weight: 700;
  font-size: 16px !important;
}

@media (max-width: 960px) {
  .stock.out-of-stock {
    padding-left: 28px;
  }
}

.stock.out-of-stock:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url("images/svg/out-of-stock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 960px) {
  .stock.out-of-stock:before {
    width: 20px;
    height: 20px;
  }
}

.stock.available-on-backorder {
  position: relative;
  padding-left: 35px;
  color: #c9878d !important;
  font-weight: 700;
  font-size: 16px !important;
}

@media (max-width: 960px) {
  .stock.available-on-backorder {
    padding-left: 28px;
  }
}

.stock.available-on-backorder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url("images/svg/pre-order.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 960px) {
  .stock.available-on-backorder:before {
    width: 20px;
    height: 20px;
  }
}

.woocommerce-variation-availability .stock:before {
  top: 0;
}

.desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.desc p {
  margin: 0;
  font-size: 16px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #a8f0fc;
  font-size: 28px;
  font-weight: 500;
  margin: 30px 0;
}

@media (max-width: 1480px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    margin: 20px 0;
  }
}

.woocommerce div.product p.price bdi,
.woocommerce div.product p.price span,
.woocommerce div.product span.price bdi,
.woocommerce div.product span.price span {
  font-weight: 700;
}

.woocommerce div.product p.price sup,
.woocommerce div.product span.price sup {
  top: -10px;
  font-size: 50%;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #000000;
  opacity: 1;
  font-size: 80%;
}

.woocommerce div.product p.price del sup,
.woocommerce div.product span.price del sup {
  text-decoration: none;
}

.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
  position: relative;
}

.woocommerce div.product p.price del .woocommerce-Price-amount:before,
.woocommerce div.product span.price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 14px;
}

.woocommerce div.product p.price del span,
.woocommerce div.product p.price del bdi,
.woocommerce div.product span.price del span,
.woocommerce div.product span.price del bdi {
  font-weight: 400;
}

.woocommerce div.product form.cart div.quantity {
  position: relative;
}

.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
}

@media (max-width: 960px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a8f0fc;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #77e8fa;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product form.cart a.added_to_cart {
  color: #a8f0fc;
  font-weight: 500;
  text-decoration: underline;
  display: none !important;
}

.woocommerce div.product form.cart .button {
  float: none;
  padding-left: 25px;
  padding-right: 55px;
  margin-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .woocommerce div.product form.cart .button {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.woocommerce div.product form.cart .button:before {
  content: "" !important;
  display: block !important;
  background-image: url("images/svg/cart-white.svg");
  width: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 767px) {
  .woocommerce div.product form.cart .button:before {
    top: 12px;
  }
}

.woocommerce div.product form.cart .button:hover:before {
  right: 25px;
}

.woocommerce div.product form.cart .button span {
  color: white;
}

.onsale-product {
  background-color: #000000;
  color: white;
  border-radius: 100%;
  font-size: 11px;
  line-height: 1;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

@media (max-width: 640px) {
  .onsale-product {
    left: 10px;
    top: 10px;
  }
}

.carousel-right {
  position: relative;
}

.group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media (max-width: 960px) {
  .group-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .group-form {
    margin-bottom: 20px;
  }
}

.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 55px;
  height: 55px;
  margin-left: 15px;
  background-color: #fff;
}

@media (max-width: 1300px) {
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
  }
}

@media (max-width: 640px) {
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: absolute;
    top: -70px;
  }
}

.features {
  background-color: #fbfbfb;
  padding: 20px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 1300px) {
  .features {
    padding: 10px 20px;
  }
}

.features li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px dashed #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1480px) {
  .features li {
    padding: 10px 0 0;
    margin-top: 10px;
  }
}

.features li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.features p {
  font-size: 16px;
  margin: 0;
  width: calc(100% - 44px);
  padding-left: 15px;
  line-height: 1.2;
}

@media (max-width: 1480px) {
  .features p {
    padding-left: 10px;
  }
}

@media (max-width: 1300px) {
  .features p {
    font-size: 14px;
  }
}

.feature-img {
  width: 33px;
}

@media (max-width: 1480px) {
  .feature-img {
    height: 34px;
  }
}

.product_meta {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    line-height: 1.2;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    font-size: 13px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0 40px 0 0;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 10px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  opacity: 0.4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #a8f0fc;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 500;
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel span,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel div {
  font-size: 16px;
  color: #212121;
  font-weight: 300;
}

.woocommerce-Tabs-panel p a,
.woocommerce-Tabs-panel p span,
.woocommerce-Tabs-panel span a,
.woocommerce-Tabs-panel span span,
.woocommerce-Tabs-panel li a,
.woocommerce-Tabs-panel li span,
.woocommerce-Tabs-panel div a,
.woocommerce-Tabs-panel div span {
  font-size: inherit;
}

.woocommerce-Tabs-panel .the-content h2 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .woocommerce-Tabs-panel .the-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel .the-content h2 {
    font-size: 24px;
  }
}

.woocommerce-Tabs-panel .the-content h3 {
  font-size: 24px;
}

@media (max-width: 1300px) {
  .woocommerce-Tabs-panel .the-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel .the-content h3 {
    font-size: 20px;
  }
}

.woocommerce-Tabs-panel .the-content h4 {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .woocommerce-Tabs-panel .the-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel .the-content h4 {
    font-size: 18px;
  }
}

.woocommerce-Tabs-panel .the-content h5 {
  font-size: 18px;
}

@media (max-width: 1300px) {
  .woocommerce-Tabs-panel .the-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel .the-content h5 {
    font-size: 17px;
  }
}

.woocommerce-Tabs-panel .the-content h6 {
  font-size: 16px;
}

@media (max-width: 1300px) {
  .woocommerce-Tabs-panel .the-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel .the-content h6 {
    font-size: 16px;
  }
}

.woocommerce-Tabs-panel .the-content p,
.woocommerce-Tabs-panel .the-content span,
.woocommerce-Tabs-panel .the-content li,
.woocommerce-Tabs-panel .the-content div {
  font-size: 16px;
  color: #212121;
  font-weight: 300;
}

.woocommerce-Tabs-panel .the-content p a,
.woocommerce-Tabs-panel .the-content p span,
.woocommerce-Tabs-panel .the-content span a,
.woocommerce-Tabs-panel .the-content span span,
.woocommerce-Tabs-panel .the-content li a,
.woocommerce-Tabs-panel .the-content li span,
.woocommerce-Tabs-panel .the-content div a,
.woocommerce-Tabs-panel .the-content div span {
  font-size: inherit;
}

@media (max-width: 640px) {
  .description {
    clear: both;
  }
}

.woocommerce-tabs {
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .woocommerce-tabs {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .woocommerce-tabs {
    margin-bottom: 30px;
  }
}

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

.slider_products_small:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 430px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) {
    height: 300px;
  }
}

.slider_products_small:not(.slick-slider) .single_product_slide {
  width: 25%;
}

@media (max-width: 1300px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

.slider_products_small .slick-track {
  margin-left: 0 !important;
}

.related.products {
  padding-top: 40px;
  margin-bottom: 90px;
  border-top: 1px solid #e8e8e8;
}

.related.products .section_title {
  font-size: 30px !important;
}

@media (max-width: 767px) {
  .related.products .section_title {
    font-size: 24px !important;
  }
}

@media (max-width: 1480px) {
  .related.products {
    margin-bottom: 70px;
  }
}

@media (max-width: 640px) {
  .related.products {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}

.woocommerce .star-rating span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.woocommerce .star-rating span::before {
  top: -4px;
  color: #a8f0fc;
  font-family: star;
  font-size: 16px;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  height: 18px;
}

.woocommerce .star-rating {
  width: 100%;
}

.woocommerce .star-rating::before {
  font-family: star;
  font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fafafa;
  border: none;
  border-radius: 0;
  padding: 20px;
}

@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0 !important;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #212121;
  margin: 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 40px;
  height: auto;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
}

@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
  }
}

.woocommerce #review_form #respond {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 640px) {
  .woocommerce #review_form #respond {
    padding-top: 20px;
    margin-top: 10px;
  }
}

.woocommerce #review_form #respond .comment-reply-title {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 20px;
  }
}

.woocommerce #reviews #comment {
  height: 140px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  width: 85px;
  float: left;
}

.top-info {
  clear: both;
  margin-bottom: 20px;
}

@media (max-width: 1480px) {
  .top-info {
    margin-bottom: 10px;
  }
}

.top-info a {
  text-decoration: underline;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.top-info a:hover {
  color: #a8f0fc;
}

.comment-form-author {
  width: 48%;
  float: left;
}

@media (max-width: 640px) {
  .comment-form-author {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-rating {
  padding: 0 10px;
  margin-top: 20px;
}

.woocommerce #review_form #respond p.stars {
  margin-left: 0;
  margin-top: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce p.stars a::before {
  color: #000000;
  font-size: 20px;
}

.comment-form-email {
  width: 48%;
  float: right;
}

@media (max-width: 640px) {
  .comment-form-email {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-cookies-consent {
  clear: both;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
}

.woocommerce-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .woocommerce-variation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .woocommerce-variation .woocommerce-variation-availability {
    padding-left: 20px;
    position: relative;
    top: -6px;
  }
}

.woocommerce-variation-description {
  width: 100%;
}

.woocommerce #respond input#submit {
  color: white;
  display: inline-block;
  padding: 18px 32px 18px 32px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  background-color: #a8f0fc;
  margin-top: 30px;
}

@media (max-width: 960px) {
  .woocommerce #respond input#submit {
    margin-top: 20px;
  }
}

.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-color: #77e8fa;
  color: white;
}

.woocommerce-Reviews-title {
  font-weight: 300;
  display: none;
}

.woocommerce-Reviews-title span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .type-product .tinv-wraper.tinv-wishlist {
    position: relative;
  }
}

.woocommerce div.product form.cart .variations {
  display: block;
  margin-top: 30px;
}

.woocommerce div.product form.cart .variations tbody,
.xt_woovs-swatches-wrap table.variations tbody {
  display: block;
}

.woocommerce div.product form.cart .variations tr,
.xt_woovs-swatches-wrap table.variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations td label,
.woocommerce div.product form.cart .variations td.label {
  display: block;
  width: 30%;
}

.woocommerce div.product form.cart .variations .value,
.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .value {
  display: block;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap {
  width: 100%;
}

.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation {
  width: 100%;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected {
  background-color: white !important;
  border-color: #a8f0fc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected span {
  color: #000000;
}

.woocommerce div.product form.cart .variations select {
  width: 200px;
  margin: 0 0 0 10px;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xt_woovs-swatches * {
  font-size: 15px;
  font-weight: 500;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color .swatch-inner {
  width: 35px !important;
  height: 35px !important;
  padding: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px solid white;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color .swatch-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 2px solid #e8e8e8;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color.xt_woovs-selected .swatch-inner:before {
  border-color: #a8f0fc !important;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.woocommerce div.product form.cart .variations th {
  width: 30%;
  line-height: 1;
  text-align: left;
}

.woocommerce div.product form.cart .variations td {
  width: 70%;
  line-height: 1;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
  height: auto !important;
  line-height: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 14px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #e8e8e8;
}

.product-type-variable p.price,
.product-type-variable span.price {
  display: none;
}

.woocommerce-variation-price .price {
  display: block !important;
  margin: 0 0 20px !important;
  color: #a8f0fc !important;
}

.woocommerce-variation-price .price span,
.woocommerce-variation-price .price p,
.woocommerce-variation-price .price bdi {
  color: #a8f0fc;
}

.woocommerce-variation-price .price del span,
.woocommerce-variation-price .price del bdi {
  color: #000000;
}

.woocommerce-variation-price .price del .woocommerce-Price-amount {
  position: relative;
}

.woocommerce-variation-price .price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 14px;
}

.woocommerce button.button.alt.disabled {
  background-color: #f7feff;
}

.woocommerce button.button.alt.disabled:hover {
  background-color: #f7feff;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.woocommerce-message::before {
  color: #a8f0fc;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 13px;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #77e8fa;
  color: white;
}

.bapf_sfilter.bapf_hideckbox li {
  padding-left: 0 !important;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #000000;
}

.bapf_hideckbox li label:hover,
.bapf_hideckbox li label a:hover {
  opacity: 0.7;
  color: #000000;
}

.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  text-decoration: underline;
  color: #000000;
}

.bapf_hideckbox li input:checked + label:hover,
.bapf_hideckbox li input:checked + label a:hover {
  opacity: 0.7;
  color: #000000;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
  width: 80px;
  vertical-align: middle;
  font-size: 15px;
  padding: 12px 15px;
  margin: 0 5px 0 0;
  line-height: 1;
}

.close_filter {
  display: none;
  display: none;
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 50px;
  position: absolute;
  right: 30px;
  top: 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 860px) {
  .close_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 860px) {
  .filter_mobile.trigger-sidebar {
    display: block;
    width: 50%;
    background-color: #a8f0fc;
    color: white;
  }
}

@media screen and (max-width: 380px) {
  .filter_mobile.trigger-sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  .head-shop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-shop .col_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 380px) {
  .head-shop .col_50 {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  .head-shop > .col_50 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .head-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 860px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    width: 50%;
    padding-left: 10px;
  }
  .woocommerce .woocommerce-ordering select {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 380px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt,
div.wishlist_products_counter.top_wishlist-custom.no-txt {
  height: 51px;
  width: 51px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt img,
div.wishlist_products_counter.top_wishlist-custom.no-txt img {
  max-width: 100%;
  max-height: 100%;
  width: 19px !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 40px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 25px 20px;
  }
}

.woocommerce #review_form #respond .form-submit input {
  margin: 0;
}

@media (max-width: 767px) {
  .slider_products_small {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .wrapp_slider_products.slider-horizontal .slider-arrows {
    right: 0;
  }
}

.col_50 {
  width: 50%;
}

.section_woo_shop .big_product {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product {
    padding: 50px 0;
  }
}

.section_woo_shop .big_product:before {
  content: "";
  width: 900px;
  height: 400px;
  background-image: url(images/png/dots-grey-right.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-position: top right;
  background-size: contain;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product:before {
    width: 700px;
    height: 300px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product:before {
    width: 600px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product:before {
    content: none;
  }
}

.section_woo_shop .big_product .box_left {
  position: relative;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_left {
    width: 100%;
    overflow: hidden;
  }
}

.section_woo_shop .big_product .box_left .decoration {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_left .decoration {
    display: none;
  }
}

.section_woo_shop .big_product .box_left .box-images {
  width: 140%;
  left: -40%;
  position: relative;
  text-align: center;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_left .box-images {
    width: 100%;
    left: 0;
  }
}

.section_woo_shop .big_product .box_left .box-images .main_image {
  opacity: 1;
  visibility: visible;
}

.section_woo_shop .big_product .box_left .box-images .main_image.hidden {
  opacity: 0;
  visibility: hidden;
}

.section_woo_shop .big_product .box_left .variation-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_left .variation-images {
    position: relative;
  }
}

.section_woo_shop .big_product .box_left .variation-images .hidden-image {
  display: none;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right {
    width: 100%;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-left {
  width: 70%;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left {
    width: calc(100% - 120px);
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 {
    font-size: 50px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 {
    font-size: 30px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-left h2 a:hover {
  text-decoration: none;
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-left .options-variations .item-color {
  width: 29px;
  height: 29px;
  border-radius: 500px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.05);
  margin: 5px 5px 5px 0;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left .options-variations .item-color {
    border: 4px solid #fff;
    width: 25px;
    height: 25px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-left .options-variations .item-color.active, .section_woo_shop .big_product .box_right .box-content .box-head .box-head-left .options-variations .item-color:hover {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.15);
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right {
  width: 30%;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right {
    width: 120px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right .from {
  width: 100%;
  text-align: right;
  font-size: 18px;
  opacity: 0.6;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right .from {
    font-size: 16px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount,
.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins {
  text-align: right;
  width: 100%;
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins {
    font-size: 50px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins {
    font-size: 30px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount *,
.section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins * {
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount *,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins * {
    font-size: 50px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount *,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins * {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount *,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins * {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right span.woocommerce-Price-amount.amount *,
  .section_woo_shop .big_product .box_right .box-content .box-head .box-head-right ins * {
    font-size: 30px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body {
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-body {
    margin: 20px 0 0px 0;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .box-body-text {
  border-top: 1px dashed rgba(112, 112, 112, 0.4);
  border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
  padding: 20px 0;
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .box-body-text {
    padding: 15px 0;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .box-body-text p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .box-body-text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .box-body-text p {
    font-size: 15px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item {
  padding-left: 90px;
  position: relative;
  padding-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item {
    padding-left: 70px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item {
    padding-left: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item {
    padding-left: 45px;
  }
}

@media (max-width: 480px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item {
    width: 100%;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item:before {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item:before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item:before {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item:before {
    width: 35px;
    height: 35px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item.engine:before {
  background-image: url(images/svg/engine.svg);
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item.autonomy:before {
  background-image: url(images/svg/autonomy.svg);
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item.speed:before {
  background-image: url(images/svg/speed.svg);
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item.recharge:before {
  background-image: url(images/svg/recharge.svg);
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .label {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .label {
    font-size: 14px;
  }
}

.section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .text {
  display: inline-block;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

@media (max-width: 1100px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .big_product .box_right .box-content .box-body .flex-features .item .text {
    font-size: 16px;
  }
}

.section_woo_shop .big_product:nth-child(even) {
  background: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(48%, #292929), to(#1c1c1c));
  background: linear-gradient(90deg, #151515 0%, #292929 48%, #1c1c1c 100%);
}

.section_woo_shop .big_product:nth-child(even) * {
  color: #fff;
}

.section_woo_shop .big_product:nth-child(even):before {
  background-image: url(images/png/dots-right-black.png);
  right: auto;
  left: 0;
  top: 0;
  background-position: top left;
}

.section_woo_shop .big_product:nth-child(even) .main-boxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section_woo_shop .big_product:nth-child(even) .main-boxes .box_left .box-images {
  left: 0;
  right: -40%;
}

@media (max-width: 960px) {
  .section_woo_shop .big_product:nth-child(even) .main-boxes .box_left .box-images {
    right: 0;
  }
}

.section_woo_shop .big_product:nth-child(even) .main-boxes .box_right .button2 {
  color: #000;
  background: #a8f0fc;
}

.section_woo_shop .big_product:nth-child(even) .main-boxes .box_right .button2 i {
  color: #000;
}

.section_woo_shop .title-section {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1550px) {
  .section_woo_shop .title-section {
    font-size: 45px;
  }
}

@media (max-width: 960px) {
  .section_woo_shop .title-section {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section_woo_shop .title-section {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.decoration-word {
  position: absolute;
  left: 80px;
  width: 40px;
  top: 0;
  z-index: 2;
  height: 100%;
  opacity: 0.15;
}

@media (max-width: 1650px) {
  .decoration-word {
    left: 0;
  }
}

@media (max-width: 1550px) {
  .decoration-word {
    display: none;
  }
}

.decoration-word.to-right {
  left: auto;
  right: 100px;
}

@media (max-width: 1650px) {
  .decoration-word.to-right {
    right: 40px;
  }
}

.decoration-word span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: 50%;
  left: -100px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
}

.decoration-word span::before {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #232323;
  display: inline-block;
  position: relative;
  left: -14px;
  top: -6px;
}

.decoration-word.only-white span {
  color: #fff;
}

.decoration-word.only-white span:before {
  background-color: #fff;
}

.decoration-word.white span {
  color: #fff;
  top: 15%;
}

.decoration-word.white span:before {
  background-color: #fff;
}

.section-gall {
  padding: 45px 0;
}

@media (max-width: 960px) {
  .section-gall {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .section-gall {
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  .section-gall {
    padding: 25px 0;
  }
}

.section-gall .img {
  width: 75px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 5px 10px;
}

@media (max-width: 767px) {
  .section-gall .img {
    margin: 3px 5px;
    width: 58px;
    height: 35px;
  }
}

.section-0 .woo-variation-product-gallery {
  max-width: 100% !important;
}

.section-0 .price-box {
  margin-bottom: 20px;
}

.section-0 .price-box .from {
  font-size: 25px;
  margin-right: 16px;
}

.section-0 .price-box * {
  line-height: 1em;
  color: #000;
}

.section-0 .product-type-variable p.price,
.section-0 .product-type-variable span.price,
.section-0 .woocommerce-variation-price .price {
  margin: 0 !important;
  display: block;
}

.section-0 .product-type-variable p.price *,
.section-0 .product-type-variable span.price *,
.section-0 .woocommerce-variation-price .price * {
  color: #000;
}

.section-0 .woocommerce-Price-amount,
.section-0 ins * {
  font-size: 66px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1100px) {
  .section-0 .woocommerce-Price-amount,
  .section-0 ins * {
    font-size: 50px;
  }
}

@media (max-width: 960px) {
  .section-0 .woocommerce-Price-amount,
  .section-0 ins * {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section-0 .woocommerce-Price-amount,
  .section-0 ins * {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .section-0 .woocommerce-Price-amount,
  .section-0 ins * {
    font-size: 30px;
  }
}

.section-0 .xt_woovs-swatches-wrap.xt_woovs-align-left
~ div
.woocommerce-variation.single_variation
.woocommerce-variation-availability {
  margin-bottom: 0 !important;
}

.section-0 .xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation {
  margin-bottom: 0 !important;
}

.section-0 .woocommerce-variation-add-to-cart.variations_button {
  display: block !important;
  width: 100%;
}

.section-0 .woocommerce-variation-add-to-cart.variations_button .quantity {
  display: none !important;
}

.section-0 .woocommerce-variation-add-to-cart.variations_button .button {
  margin-left: 0 !important;
  border: 2px solid #131313;
  background-color: #131313 !important;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
  vertical-align: top !important;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .section-0 .woocommerce-variation-add-to-cart.variations_button .button {
    font-size: 14px;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .section-0 .woocommerce-variation-add-to-cart.variations_button .button::before {
    display: none !important;
    background-image: none !important;
  }
}

.section-0 .woo-variation-gallery-wrapper .woo-variation-gallery-slider {
  padding-top: 60px;
}

.section-0 .moto-logo {
  opacity: 1;
}

.section-0 .woo-variation-gallery-thumbnail-wrapper {
  padding-top: 30px;
}

.section-0 .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.section-0 .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  height: 30px;
  top: calc((100% - 30px) / 2);
  border-radius: 50px;
}

.section-0 .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  width: 80px !important;
  margin: 0 auto !important;
  border: 1px solid transparent;
  display: block;
}

.section-0 .woo-variation-gallery-wrapper .current-thumbnail img,
.section-0 .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.slick-active.slick-center img {
  border: 1px solid #000;
}

.section-0 .woocommerce-variation-price {
  margin-bottom: 10px;
}

.section-0 .xt_woovs-single-product .xt_woovs-swatches:not(.xt_woovs-select-container) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.section-0 .woo-variation-product-gallery {
  float: none !important;
}

@media (max-width: 960px) {
  .section-0 div.product div.summary {
    width: 100%;
    padding-left: 0;
  }
}

.section-0 div.product div.summary h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .section-0 div.product div.summary h2 {
    font-size: 50px;
  }
}

@media (max-width: 960px) {
  .section-0 div.product div.summary h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section-0 div.product div.summary h2 {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .section-0 div.product div.summary h2 {
    font-size: 30px;
  }
}

.section-0 div.product div.summary .woocommerce-product-details__short-description p {
  margin: 0;
}

.section-0 div.product div.summary .specif {
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px dashed rgba(112, 112, 112, 0.4);
  border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
}

.section-0 div.product div.summary .specif .moto-features {
  margin-top: 20px;
}

.section-0 div.product div.summary .specif h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .section-0 div.product div.summary .specif .moto-feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 640px) {
  .section-0 div.product div.summary .specif .moto-feature-box {
    display: block;
  }
}

@media (max-width: 960px) {
  .section-0 div.product div.summary .specif .moto-feature-icon {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  .section-0 div.product div.summary .specif .moto-feature-text {
    width: calc(100% - 50px);
    padding-left: 15px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .section-0 div.product div.summary .specif .moto-feature-text {
    width: 100%;
    padding-left: 0;
  }
}

.section-0 div.product div.summary .specif .moto-feature-text p {
  margin: 0;
}

.section-0 div.product div.summary .specif .moto-feature {
  width: 50%;
}

@media (max-width: 640px) {
  .section-0 div.product div.summary .specif .moto-feature {
    padding: 10px !important;
  }
}

.section-0 div.product div.summary .specif .moto-feature:before {
  border: none;
}

.section-0 div.product div.summary .specif .moto-feature img {
  opacity: 0.6;
}

.section-0 div.product div.summary .specif .moto-feature span {
  font-size: 16px;
}

@media (max-width: 640px) {
  .section-0 div.product div.summary .specif .moto-feature span {
    font-size: 14px;
  }
}

.section-0 div.product div.summary .specif .moto-feature p {
  font-size: 20px;
}

@media (max-width: 640px) {
  .section-0 div.product div.summary .specif .moto-feature p {
    font-size: 16px;
  }
}

.section-0 div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 0;
}

.section-0 div.product form.cart .variations td {
  width: 100%;
}

.section-0 div.product form.cart .variations tbody tr {
  display: block;
  margin-bottom: 0;
}

.section-0 .xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .xt_woovs-attribute-value {
  display: none !important;
}

.section-0 div.product form.cart .variations td.label label {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .section-0 div.product form.cart .variations td.label label {
    margin-bottom: 10px;
  }
}

.section-0 div.product form.cart .variations td.label label,
.section-0 div.product form.cart .variations td.label {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.section-0 .left-gallery {
  width: 50%;
  float: left;
  position: relative;
}

@media (max-width: 960px) {
  .section-0 .left-gallery {
    width: 100%;
    float: none;
  }
}

.section-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+44,f5f5f5+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, whitesmoke 44%, whitesmoke 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.section-1 .box_left {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1650px) {
  .section-1 .box_left {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 960px) {
  .section-1 .box_left {
    width: 100%;
  }
}

.section-1 .box_left h2 {
  font-size: 52px;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0;
}

@media (max-width: 1550px) {
  .section-1 .box_left h2 {
    font-size: 45px;
  }
}

@media (max-width: 960px) {
  .section-1 .box_left h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section-1 .box_left h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .section-1 .box_right {
    display: none;
  }
}

.section-1 .box_right img {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: auto;
}

.section-2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262626+0,151515+50,161616+100 */
  background: #262626;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(50%, #151515), to(#161616));
  background: linear-gradient(to right, #262626 0%, #151515 50%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#161616',GradientType=1 );
  /* IE6-9 */
}

.section-2 .item .cover {
  min-height: 500px;
}

@media (max-width: 960px) {
  .section-2 .item .cover {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-2 .item .cover {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-2 .item .cover {
    min-height: 300px;
  }
}

.section-2 .item .text {
  background-color: #232323;
  padding: 60px;
}

@media (max-width: 1300px) {
  .section-2 .item .text {
    padding: 50px;
  }
}

@media (max-width: 960px) {
  .section-2 .item .text {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .section-2 .item .text {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-2 .item .text {
    padding: 30px 19px;
  }
}

.section-2 .item .text h3 {
  margin-top: 0;
}

.section-2 .item .text .items {
  padding-top: 20px;
}

.section-2 .item .text .items .item_it {
  padding-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .section-2 .item .text .items .item_it {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section-2 .item .text .items .item_it {
    width: 100%;
    padding-right: 0;
  }
}

.section-2 .item .text .items .item_it .big {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1300px) {
  .section-2 .item .text .items .item_it .big {
    font-size: 25px;
  }
}

@media (max-width: 960px) {
  .section-2 .item .text .items .item_it .big {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .section-2 .item .text .items .item_it .big {
    font-size: 20px;
  }
}

.section-2 .item .text .items .item_it .small {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 960px) {
  .section-2 .item .text .items .item_it .small {
    font-size: 14px;
  }
}

.section-3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+44,f5f5f5+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, whitesmoke 44%, whitesmoke 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.section-3.section-dark {
  background: #151515;
}

@media (max-width: 1550px) {
  .section-3.section-dark {
    padding: 50px 0;
  }
}

.section-3.section-dark .image img {
  right: auto;
  left: 0;
}

@media (max-width: 1550px) {
  .section-3.section-dark .image img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.section-3.section-dark .text {
  padding: 100px 0;
}

@media (max-width: 1650px) {
  .section-3.section-dark .text {
    padding: 50px 0;
  }
}

@media (max-width: 1550px) {
  .section-3.section-dark .text {
    padding: 0;
  }
}

.section-3.section-dark .text p {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1650px) {
  .section-3.section-dark .text p {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .section-3.section-dark .text p {
    font-size: 16px;
    font-weight: 400;
  }
}

.section-3 .text {
  padding: 50px 0;
}

@media (max-width: 1650px) {
  .section-3 .text {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .section-3 .text {
    width: 100%;
  }
}

.section-3 .text h2 {
  margin-top: 0;
}

@media (max-width: 960px) {
  .section-3 .image {
    display: none;
  }
}

.section-3 .image img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 900px;
  width: auto;
  height: auto;
}

@media (max-width: 1650px) {
  .section-3 .image img {
    max-width: 700px;
  }
}

@media (max-width: 1550px) {
  .section-3 .image img {
    max-width: 600px;
  }
}

@media (max-width: 1300px) {
  .section-3 .image img {
    max-width: 500px;
  }
}

@media (max-width: 1480px) {
  .section-3 .image img {
    max-width: 400px;
  }
}

.section-3 .items {
  padding-top: 25px;
}

@media (max-width: 1550px) {
  .section-3 .items {
    padding-top: 10px;
  }
}

.section-3 .items .item_it {
  padding-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .section-3 .items .item_it {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .section-3 .items .item_it {
    width: 33.33%;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .section-3 .items .item_it {
    width: 50%;
  }
}

.section-3 .items .item_it .big {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1300px) {
  .section-3 .items .item_it .big {
    font-size: 25px;
  }
}

@media (max-width: 960px) {
  .section-3 .items .item_it .big {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .section-3 .items .item_it .big {
    font-size: 20px;
  }
}

.section-3 .items .item_it .small {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 960px) {
  .section-3 .items .item_it .small {
    font-size: 14px;
  }
}

.section-4 .title-small {
  text-transform: uppercase;
  color: #232323;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0.6;
  padding-left: 45px;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}

.section-4 .title-small::before {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #232323;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}

.section-4 .slick-prev,
.section-4 .slick-next {
  width: 77px;
  height: 56px;
  border: 2px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa !important;
  z-index: 9;
}

@media (max-width: 640px) {
  .section-4 .slick-prev,
  .section-4 .slick-next {
    display: none !important;
  }
}

.section-4 .slick-prev:before,
.section-4 .slick-next:before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.section-4 .slick-next {
  right: -100px;
}

@media (max-width: 1650px) {
  .section-4 .slick-next {
    right: -80px;
  }
}

.section-4 .slick-prev {
  left: -100px;
}

@media (max-width: 1650px) {
  .section-4 .slick-prev {
    left: -80px;
  }
}

.section-4 .slick-next:before {
  background-image: url("images/svg/arrow-right-black.svg");
}

.section-4 .slick-prev:before {
  background-image: url("images/svg/arrow-left-black.svg");
}

.section-4 .slick-dots li button:before {
  font-size: 15px;
}

.section-4 .slick-dots {
  bottom: -55px;
}

@media (max-width: 767px) {
  .section-4 .slick-dots {
    bottom: -45px;
  }
}

.section-4 .slider-boxes {
  margin-top: 40px;
}

@media (max-width: 960px) {
  .section-4 .slider-boxes {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-4 .slider-boxes {
    margin-top: 20px;
  }
}

.section-4 .slider-boxes.slick-dotted {
  margin-bottom: 45px !important;
}

@media (max-width: 767px) {
  .section-4 .slider-boxes.slick-dotted {
    margin-bottom: 35px !important;
  }
}

.section-4 .slider-boxes:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 530px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .section-4 .slider-boxes:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .section-4 .slider-boxes:not(.slick-slider) {
    height: 350px;
  }
}

.section-4 .slider-boxes:not(.slick-slider) .box-slider {
  width: 50%;
}

@media (max-width: 767px) {
  .section-4 .slider-boxes:not(.slick-slider) .box-slider {
    width: 100%;
  }
}

.section-4 .slider-boxes .box-slider .cover {
  width: 96%;
  display: block;
  position: relative;
  padding: 50px;
  height: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-4 .slider-boxes .box-slider .cover {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .section-4 .slider-boxes .box-slider .cover {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .section-4 .slider-boxes .box-slider .cover {
    height: 350px;
  }
}

.section-4 .slider-boxes .box-slider .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.95+0,0.12+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.12)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#1f000000',GradientType=1 );
  /* IE6-9 */
}

.section-4 .slider-boxes .box-slider .cover .bottom-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 20% 40px 40px;
  width: 100%;
}

@media (max-width: 1300px) {
  .section-4 .slider-boxes .box-slider .cover .bottom-text {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .section-4 .slider-boxes .box-slider .cover .bottom-text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .section-4 .slider-boxes .box-slider .cover .bottom-text {
    height: 100%;
    overflow: auto;
  }
}

.section-4 .slider-boxes .box-slider .cover h5,
.section-4 .slider-boxes .box-slider .cover p {
  color: #fff;
}

.section-4 .slider-boxes .box-slider .cover h5 {
  font-size: 40px;
}

@media (max-width: 1300px) {
  .section-4 .slider-boxes .box-slider .cover h5 {
    font-size: 35px;
  }
}

@media (max-width: 960px) {
  .section-4 .slider-boxes .box-slider .cover h5 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-4 .slider-boxes .box-slider .cover h5 {
    font-size: 25px;
  }
}

.section-4 .slider-boxes .box-slider .cover p {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .section-4 .slider-boxes .box-slider .cover p {
    font-size: 16px;
  }
}

.section-5 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+44,f5f5f5+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, whitesmoke 44%, whitesmoke 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 767px) {
  .section-5 .title-section {
    text-align: center;
  }
}

.section-5 .flex-tabs {
  padding-top: 20px;
}

@media (max-width: 960px) {
  .section-5 .flex-tabs {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-vertical {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}

.section-5 .flex-tabs .tab-vertical li {
  padding: 15px 0;
}

@media (max-width: 960px) {
  .section-5 .flex-tabs .tab-vertical li {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-vertical li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    padding: 0;
  }
}

.section-5 .flex-tabs .tab-vertical li a {
  font-size: 18px;
  color: #6e6e6e;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .section-5 .flex-tabs .tab-vertical li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-vertical li a {
    font-weight: 600;
  }
}

.section-5 .flex-tabs .tab-vertical li a:hover, .section-5 .flex-tabs .tab-vertical li a.active {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.section-5 .flex-tabs .tab-content {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-content {
    width: 100%;
    padding-left: 0;
  }
}

.section-5 .flex-tabs .tab-content .tab-body {
  background: #fff;
  padding: 45px;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (max-width: 1550px) {
  .section-5 .flex-tabs .tab-content .tab-body {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .section-5 .flex-tabs .tab-content .tab-body {
    padding: 30px;
  }
}

.section-5 .flex-tabs .tab-content .tab-body.active {
  display: block;
}

.section-5 .flex-tabs .tab-content .tab-body .box-table .item-row {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1550px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.section-5 .flex-tabs .tab-content .tab-body .box-table .item-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .left {
    width: 100%;
  }
}

.section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .left span {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  line-height: 1;
}

@media (max-width: 1550px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .left span {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .left span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .right {
    width: 100%;
  }
}

.section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .right span {
  text-align: right;
  width: 100%;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1550px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .right span {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .right span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-5 .flex-tabs .tab-content .tab-body .box-table .item-row .right span {
    text-align: left;
  }
}

.woo-variation-product-gallery {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container {
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container {
    height: 400px;
  }
  .woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}

@media (max-width: 480px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
    top: 0 !important;
    right: 0 !important;
  }
}

.section-0 .woo-variation-gallery-wrapper .woo-variation-gallery-slider {
  padding-top: 0;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  display: block !important;
  width: auto !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  width: 60px !important;
  height: 60px !important;
  font-size: 40px !important;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.13);
}

.page-sidebar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
}

@media (max-width: 1300px) {
  .page-sidebar-flex {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .page-sidebar-flex {
    padding-top: 30px;
    display: block;
    padding-bottom: 30px;
  }
}

.plus-sidebar span {
  display: none;
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
}

@media (max-width: 767px) {
  .plus-sidebar span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.plus-sidebar {
  font-size: 18px;
  font-weight: 500;
  padding-right: 50px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000000;
  display: none;
}

@media (max-width: 767px) {
  .plus-sidebar {
    display: block;
  }
}

.plus-sidebar:hover {
  text-decoration: none;
}

.services-sidebar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
}

@media (max-width: 1300px) {
  .services-sidebar-flex {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .services-sidebar-flex {
    padding-top: 30px;
    display: block;
    padding-bottom: 30px;
  }
}

.sidebar-left {
  width: 33.333%;
  padding-right: 40px;
}

@media (max-width: 1100px) {
  .sidebar-left {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}

.content-right {
  width: 66.66666%;
  padding-left: 40px;
}

@media (max-width: 1100px) {
  .content-right {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .content-right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 30px;
  }
}

.content-right .the-content h1 {
  font-size: 36px;
}

@media (max-width: 1300px) {
  .content-right .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h1 {
    font-size: 30px;
  }
}

.content-right .the-content h2 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .content-right .the-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h2 {
    font-size: 24px;
  }
}

.sidebar-grey {
  background-color: #fafafa;
  padding-top: 40px;
  position: relative;
}

@media (max-width: 1100px) {
  .sidebar-grey {
    padding-top: 25px;
  }
}

@media (max-width: 640px) {
  .sidebar-grey {
    padding-top: 0;
  }
}

.sidebar-grey h3 {
  padding: 0 20px 0 40px;
}

@media (max-width: 1100px) {
  .sidebar-grey h3 {
    padding-left: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-grey h3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .sidebar-grey .menu {
    display: none;
  }
}

.sidebar-grey .menu a {
  color: #585858;
  display: block;
  font-weight: 400;
  padding: 23px 20px 23px 40px;
}

@media (max-width: 1100px) {
  .sidebar-grey .menu a {
    padding: 20px 15px 20px 25px;
  }
}

.sidebar-grey .menu a:hover {
  text-decoration: none;
}

.sidebar-grey .menu li {
  position: relative;
  border-top: 1px solid #e8e8e8;
}

.sidebar-grey .menu li:first-child {
  border-top: none;
}

.sidebar-grey .menu li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: calc(100% - 40px);
  top: 20px;
}

.sidebar-grey .menu li.current-menu-item:before {
  background-color: #a8f0fc;
}

.sidebar-grey .menu li.current-menu-item a {
  color: #000000;
  font-weight: 500;
}

.sidebar-grey .menu li:hover a {
  color: #000000;
}

.page-template-page-sidebar .trust-section {
  padding-top: 0;
}

.page-template-page-sidebar .trust-section .trust-flex {
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 1300px) {
  .page-template-page-sidebar .trust-section .trust-flex {
    padding-top: 25px;
  }
}

.accordion-header {
  display: block;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  position: relative;
  padding: 30px 40px 30px 0;
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .accordion-header {
    padding: 20px 40px 20px 0;
  }
}

@media (max-width: 960px) {
  .accordion-header {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .accordion-header {
    font-size: 20px;
    padding: 17px 40px 17px 0;
  }
}

.accordion-header:hover {
  text-decoration: none;
}

.accordion-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 14px;
  height: 14px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .accordion-header:before {
    top: 23px;
  }
}

@media (max-width: 767px) {
  .accordion-header:before {
    right: 15px;
    top: 21px;
    width: 11px;
    height: 11px;
  }
}

.accordion-hidden-content {
  padding: 30px;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1300px) {
  .accordion-hidden-content {
    padding: 20px;
  }
}

.accordion-hidden-content.active {
  display: block;
}

.accordion-hidden-content .the-content p,
.accordion-hidden-content .the-content span,
.accordion-hidden-content .the-content label,
.accordion-hidden-content .the-content li {
  font-size: 16px;
}

.accordion-hidden-content .the-content h2, .accordion-hidden-content .the-content h3, .accordion-hidden-content .the-content h4, .accordion-hidden-content .the-content h5 {
  text-transform: uppercase;
}

.accordion-hidden-content .the-content ul li {
  padding-left: 15px;
}

.accordion-hidden-content .the-content ul li:before {
  content: '';
  background-image: none;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #131313;
  border-radius: 50%;
  top: 10px;
}

.accordion-item {
  border-bottom: 1px solid #f6f6f6;
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-item.active .accordion-hidden-content {
  display: block;
}

.accordion-item.active .accordion-header:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-question {
  padding: 40px;
  background-color: #fbfbfb;
}

@media (max-width: 1300px) {
  .faq-question {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .faq-question {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    padding: 20px;
    text-align: center;
  }
}

.faq-question .the-content h2,
.faq-question .the-content h3,
.faq-question .the-content h4,
.faq-question .the-content h5,
.faq-question .the-content h6 {
  margin-top: 0;
}

.question-icon {
  width: 87px;
}

@media (max-width: 960px) {
  .question-icon {
    width: 60px;
  }
}

@media (max-width: 640px) {
  .question-icon {
    width: 45px;
  }
}

@media (max-width: 480px) {
  .question-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.question-text {
  padding-left: 20px;
  width: calc(100% - 87px);
}

@media (max-width: 960px) {
  .question-text {
    padding-left: 13px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 480px) {
  .question-text {
    padding-left: 0;
    width: 100%;
  }
}

.question-text h3 {
  margin-bottom: 5px;
}

.question-text p {
  margin: 0;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

@media (max-width: 960px) {
  .faq-question {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    display: block;
  }
}

.question-links {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .question-links {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .question-links {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.question-links a {
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .question-links a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.question-links a:hover {
  text-decoration: none;
  color: #a8f0fc;
}

.question-links span {
  margin: 0 10px;
}

@media (max-width: 480px) {
  .question-links span {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .question-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .question-text h2 {
    font-size: 20px;
  }
}

.question-phone span {
  background-color: #a8f0fc;
  width: 50px;
  height: 50px;
  margin-left: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1300px) {
  .question-phone span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .question-phone span {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 640px) {
  .question-phone span {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .question-phone span {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 640px) {
  .question-phone span img {
    width: 13px;
    height: auto;
  }
}

.link-contact {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .general-sidebar .services-sidebar-item.make-appointment {
    display: block !important;
  }
}

.menu-sidebar {
  background-color: #131313;
  padding: 20px 15px;
  display: block;
}

@media (max-width: 767px) {
  .menu-sidebar {
    display: none;
    margin-top: 10px;
  }
}

.menu-sidebar a {
  display: block;
  color: white;
  padding: 18px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-sidebar a:hover {
  color: #000000;
  text-decoration: none;
}

.menu-sidebar li {
  border-top: 1px dashed #696969;
  position: relative;
}

.menu-sidebar li:first-child {
  border-top: none;
}

.menu-sidebar li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: calc(100% + 3px);
  z-index: 1;
}

.menu-sidebar li:after {
  content: "\f054";
  display: block;
  position: absolute;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.7;
}

.menu-sidebar li:hover a, .menu-sidebar li.current-menu-item a {
  color: #000000;
}

.menu-sidebar li:hover:before, .menu-sidebar li.current-menu-item:before {
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.menu-sidebar li:hover:after, .menu-sidebar li.current-menu-item:after {
  color: #000000;
  opacity: 1;
}

.menu-sidebar li.current-menu-item a {
  font-weight: 500;
}

.trigger-sidebar {
  display: none;
  background-color: #131313;
  padding: 15px 30px;
  color: #000000;
  font-weight: 500;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  position: relative;
}

.trigger-sidebar:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .trigger-sidebar {
    display: block;
  }
}

.trigger-sidebar span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trigger-sidebar span img {
  display: block;
  width: 18px;
}

.only-mobile {
  display: none;
}

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

.contact-wrap {
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1650px) {
  .contact-wrap {
    padding: 60px 0 80px;
  }
}

@media (max-width: 960px) {
  .contact-wrap {
    padding: 40px 0 60px;
  }
}

@media (max-width: 480px) {
  .contact-wrap {
    padding: 40px 0;
  }
}

.contact-wrap:before {
  content: "";
  background-image: url("images/png/waves.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: bottom;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map {
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .map {
    margin-top: 30px;
  }
}

.map iframe {
  width: 100%;
  height: 350px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
}

@media (max-width: 960px) {
  .map iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .map iframe {
    height: 250px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 32px);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
  text-decoration: underline;
}

.contact-white-box,
.contact-bottom {
  background-color: white;
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin: 50px 0;
}

@media (max-width: 1100px) {
  .contact-white-box,
  .contact-bottom {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .contact-white-box,
  .contact-bottom {
    padding: 35px;
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .contact-white-box,
  .contact-bottom {
    padding: 20px 30px 30px;
    margin: 30px 0;
  }
}

@media (max-width: 640px) {
  .contact-white-box,
  .contact-bottom {
    padding: 20px;
    margin: 20px 0;
  }
}

.contact-white-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact-white-flex {
    display: block;
  }
}

.contact-white-item {
  width: 33.333%;
  padding: 20px;
  text-align: center;
  position: relative;
}

@media (max-width: 960px) {
  .contact-white-item {
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .contact-white-item {
    padding: 0;
    width: 100%;
    margin: 15px 0;
  }
}

.contact-white-item:first-child:before {
  display: none;
}

.contact-white-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}

@media (max-width: 767px) {
  .contact-white-item::before {
    display: none;
  }
}

.contact-item-text span,
.contact-item-text a {
  display: block;
}

.contact-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .contact-image {
    margin-bottom: 0;
  }
}

.contact-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .contact-image img {
    width: 40px;
  }
}

.contact-item-link {
  color: #000000;
  font-size: 26px;
  line-height: 1.1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .contact-item-link {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .contact-item-link {
    font-size: 18px;
  }
}

.contact-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact-bottom-flex {
    display: block;
  }
}

.contact-bottom-flex h2,
.contact-bottom-flex h3,
.contact-bottom-flex h4,
.contact-bottom-flex h5 {
  text-transform: uppercase;
}

.contact-bottom-flex .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-bottom-flex .col_50 {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  .contact-bottom-flex .col_50 {
    width: 100%;
  }
}

.contact-bottom-flex .col_100 {
  width: 100%;
  padding: 0 10px;
}

.contact-bottom-flex .wpcf7-form-control-wrap {
  display: block;
}

.contact-bottom-left {
  width: 30%;
  position: relative;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .contact-bottom-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.contact-bottom-left::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}

@media (max-width: 767px) {
  .contact-bottom-left::before {
    display: none;
  }
}

.contact-form {
  width: 70%;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .contact-form {
    width: 100%;
    padding-left: 0;
  }
}

.grey-inputs input[type="text"],
.grey-inputs input[type="email"],
.grey-inputs input[type="password"],
.grey-inputs input[type="search"],
.grey-inputs input[type="tel"],
.grey-inputs input[type="url"],
.grey-inputs input[type="number"],
.grey-inputs input[type="date"],
.grey-inputs input[type="time"],
.grey-inputs input[type="datetime"],
.grey-inputs input[type="datetime-local"],
.grey-inputs input[type="week"],
.grey-inputs input[type="month"],
.grey-inputs textarea,
.grey-inputs select {
  background-color: #f6f6f6;
}

.grey-inputs input[type="text"]:active, .grey-inputs input[type="text"]:hover, .grey-inputs input[type="text"]:focus,
.grey-inputs input[type="email"]:active,
.grey-inputs input[type="email"]:hover,
.grey-inputs input[type="email"]:focus,
.grey-inputs input[type="password"]:active,
.grey-inputs input[type="password"]:hover,
.grey-inputs input[type="password"]:focus,
.grey-inputs input[type="search"]:active,
.grey-inputs input[type="search"]:hover,
.grey-inputs input[type="search"]:focus,
.grey-inputs input[type="tel"]:active,
.grey-inputs input[type="tel"]:hover,
.grey-inputs input[type="tel"]:focus,
.grey-inputs input[type="url"]:active,
.grey-inputs input[type="url"]:hover,
.grey-inputs input[type="url"]:focus,
.grey-inputs input[type="number"]:active,
.grey-inputs input[type="number"]:hover,
.grey-inputs input[type="number"]:focus,
.grey-inputs input[type="date"]:active,
.grey-inputs input[type="date"]:hover,
.grey-inputs input[type="date"]:focus,
.grey-inputs input[type="time"]:active,
.grey-inputs input[type="time"]:hover,
.grey-inputs input[type="time"]:focus,
.grey-inputs input[type="datetime"]:active,
.grey-inputs input[type="datetime"]:hover,
.grey-inputs input[type="datetime"]:focus,
.grey-inputs input[type="datetime-local"]:active,
.grey-inputs input[type="datetime-local"]:hover,
.grey-inputs input[type="datetime-local"]:focus,
.grey-inputs input[type="week"]:active,
.grey-inputs input[type="week"]:hover,
.grey-inputs input[type="week"]:focus,
.grey-inputs input[type="month"]:active,
.grey-inputs input[type="month"]:hover,
.grey-inputs input[type="month"]:focus,
.grey-inputs textarea:active,
.grey-inputs textarea:hover,
.grey-inputs textarea:focus,
.grey-inputs select:active,
.grey-inputs select:hover,
.grey-inputs select:focus {
  border-color: transparent;
  background-color: white;
}

.contact-top-center h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 10px;
  opacity: 0.7;
}

@media (max-width: 960px) {
  .contact-top-center h6 {
    margin-bottom: 0;
  }
}

.contact-top-center h2 {
  margin-top: 0;
}

.breadcrumbs-section span,
.breadcrumbs-section a {
  display: inline;
}

.breadcrumbs-section p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 960px) {
  .breadcrumbs-section p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section p {
    font-size: 13px;
  }
}

.breadcrumbs-section a {
  text-decoration: none;
}

.breadcrumbs-section i {
  margin: 0 10px;
  color: #131313;
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 11px;
}

@media (max-width: 767px) {
  .breadcrumbs-section i {
    font-size: 9px;
    margin: 0 5px;
  }
}

.breadcrumbs-section .breadcrumb_last {
  text-decoration: underline;
}

.inner-hero .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 190px 20px 90px;
}

@media (max-width: 1650px) {
  .inner-hero .cover {
    padding: 160px 20px 70px;
  }
}

@media (max-width: 1100px) {
  .inner-hero .cover {
    padding: 130px 20px 70px;
  }
}

@media (max-width: 960px) {
  .inner-hero .cover {
    padding: 100px 20px 70px;
  }
}

@media (max-width: 640px) {
  .inner-hero .cover {
    padding: 80px 20px 40px 20px;
  }
}

.inner-hero .cover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.44) 100%);
  width: 100%;
  height: 100%;
}

.inner-hero .container {
  height: 100%;
  padding: 30px 0 0 0;
}

.inner-hero p,
.inner-hero h1,
.inner-hero span,
.inner-hero a,
.inner-hero i {
  color: white;
}

.inner-hero h1 {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .inner-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .inner-hero h1 {
    font-size: 42px;
  }
}

.inner-hero-extra .cover {
  text-align: center;
  padding: 340px 20px 340px;
  background-color: #000;
}

@media (max-width: 1650px) {
  .inner-hero-extra .cover {
    padding: 250px 20px 230px;
  }
}

@media (max-width: 1100px) {
  .inner-hero-extra .cover {
    padding: 170px 20px 150px;
  }
}

@media (max-width: 960px) {
  .inner-hero-extra .cover {
    padding: 100px 20px;
  }
}

@media (max-width: 640px) {
  .inner-hero-extra .cover {
    padding: 80px 20px 100px;
  }
}

.inner-hero-extra h1 {
  font-size: 98px;
  line-height: 0.9;
  text-transform: none;
}

@media screen and (max-height: 790px) {
  .inner-hero-extra h1 {
    font-size: 80px;
  }
}

@media (max-width: 1650px) {
  .inner-hero-extra h1 {
    font-size: 72px;
  }
}

@media (max-width: 960px) {
  .inner-hero-extra h1 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .inner-hero-extra h1 {
    font-size: 42px;
  }
}

.inner-hero-big .cover {
  text-align: center;
  padding: 240px 20px 200px;
}

@media (max-width: 1650px) {
  .inner-hero-big .cover {
    padding: 200px 20px 120px;
  }
}

@media (max-width: 1100px) {
  .inner-hero-big .cover {
    padding: 170px 20px 100px;
  }
}

@media (max-width: 960px) {
  .inner-hero-big .cover {
    padding: 100px 20px;
  }
}

@media (max-width: 640px) {
  .inner-hero-big .cover {
    padding: 80px 20px 100px 20px;
  }
}

.inner-hero-big h1 {
  font-size: 98px;
  line-height: 0.9;
  text-transform: none;
}

@media screen and (max-height: 790px) {
  .inner-hero-big h1 {
    font-size: 80px;
  }
}

@media (max-width: 1650px) {
  .inner-hero-big h1 {
    font-size: 72px;
  }
}

@media (max-width: 960px) {
  .inner-hero-big h1 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .inner-hero-big h1 {
    font-size: 42px;
  }
}

.tabs-hero,
.tabs-hero-scroll,
.tabs-hero-general {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 480px) {
  .tabs-hero,
  .tabs-hero-scroll,
  .tabs-hero-general {
    padding: 10px 0;
  }
}

.tabs-hero.on-scroll,
.tabs-hero-scroll.on-scroll,
.tabs-hero-general.on-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 1650px) {
  .tabs-hero.on-scroll li a,
  .tabs-hero-scroll.on-scroll li a,
  .tabs-hero-general.on-scroll li a {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .tabs-hero.on-scroll li a,
  .tabs-hero-scroll.on-scroll li a,
  .tabs-hero-general.on-scroll li a {
    padding: 7px 0;
  }
}

.tabs-hero li,
.tabs-hero-scroll li,
.tabs-hero-general li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 960px) {
  .tabs-hero li,
  .tabs-hero-scroll li,
  .tabs-hero-general li {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .tabs-hero li,
  .tabs-hero-scroll li,
  .tabs-hero-general li {
    margin: 0 5px;
  }
}

.tabs-hero li.active a,
.tabs-hero-scroll li.active a,
.tabs-hero-general li.active a {
  opacity: 1;
}

.tabs-hero a,
.tabs-hero-scroll a,
.tabs-hero-general a {
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  opacity: 0.6;
}

@media (max-width: 1650px) {
  .tabs-hero a,
  .tabs-hero-scroll a,
  .tabs-hero-general a {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (max-width: 960px) {
  .tabs-hero a,
  .tabs-hero-scroll a,
  .tabs-hero-general a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .tabs-hero a,
  .tabs-hero-scroll a,
  .tabs-hero-general a {
    padding: 7px 0;
  }
}

.tabs-hero a:hover,
.tabs-hero-scroll a:hover,
.tabs-hero-general a:hover {
  text-decoration: none;
}

.tabs-hero a.active,
.tabs-hero-scroll a.active,
.tabs-hero-general a.active {
  opacity: 1;
}

.about-quote {
  margin: 100px 0;
  text-align: center;
}

@media (max-width: 1650px) {
  .about-quote {
    margin: 80px 0;
  }
}

@media (max-width: 960px) {
  .about-quote {
    margin: 60px 0;
  }
}

@media (max-width: 480px) {
  .about-quote {
    margin: 40px 0;
  }
}

.quote-p p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  color: #000000;
}

@media (max-width: 1650px) {
  .quote-p p {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .quote-p p {
    font-size: 30px;
    max-width: 600px;
  }
}

@media (max-width: 480px) {
  .quote-p p {
    font-size: 24px;
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

@media (max-width: 1650px) {
  .about-item {
    margin: 80px 0;
  }
}

@media (max-width: 960px) {
  .about-item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .about-item {
    display: block;
  }
}

@media (max-width: 480px) {
  .about-item {
    margin: 40px 0;
  }
}

.about-item .the-content {
  margin-left: auto;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .about-item .the-content {
    padding-right: 0;
  }
}

.about-item.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-item.row-reverse .the-content {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .about-item.row-reverse .the-content {
    padding-right: 0;
  }
}

.about-item .cover {
  display: block;
  width: 100%;
  height: 730px;
}

@media (max-width: 1300px) {
  .about-item .cover {
    height: 640px;
  }
}

@media (max-width: 960px) {
  .about-item .cover {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .about-item .cover {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .about-item .cover {
    height: 240px;
  }
}

.about-item h2,
.about-item h3,
.about-item h4,
.about-item h5 {
  text-transform: uppercase;
}

.about-item-image {
  width: 50%;
}

@media (max-width: 767px) {
  .about-item-image {
    width: 100%;
  }
}

.about-item-text {
  width: 50%;
}

@media (max-width: 960px) {
  .about-item-text {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .about-item-text {
    width: 100%;
    padding: 20px 0 0;
  }
}

.about-item-text .the-content {
  max-width: 544px;
}

@media (max-width: 767px) {
  .about-item-text .the-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.about-content-wrap {
  display: none;
}

.black-bck {
  background: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(48%, #292929), to(#1c1c1c));
  background: linear-gradient(90deg, #151515 0%, #292929 48%, #1c1c1c 100%);
}

.gallery-slide {
  padding: 15px;
}

@media (max-width: 1300px) {
  .gallery-slide {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-slide {
    padding: 5px;
  }
}

.gallery-slide a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.gallery-slide a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.gallery-slide a:hover:before {
  opacity: 1;
}

.gallery-slider {
  padding: 0 35px 80px;
  position: relative;
}

@media (max-width: 1300px) {
  .gallery-slider {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
}

@media (max-width: 960px) {
  .gallery-slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .gallery-slider {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.gallery-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 373px;
  overflow: hidden;
}

.gallery-slider:not(.slick-slider) .gallery-slide {
  width: 25%;
}

@media (max-width: 960px) {
  .gallery-slider:not(.slick-slider) .gallery-slide {
    width: 33.33%;
  }
}

@media (max-width: 640px) {
  .gallery-slider:not(.slick-slider) .gallery-slide {
    width: 50%;
  }
}

.gallery-slider.slider-arrows-down .slick-dots {
  bottom: 0;
  width: calc(100% - 260px);
  left: 50px;
}

@media (max-width: 1300px) {
  .gallery-slider.slider-arrows-down .slick-dots {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-slider.slider-arrows-down .slick-dots {
    width: calc(100% - 164px);
  }
}

.gallery-slider.slider-arrows-down .slick-dots li button {
  background-color: #fff;
}

.gallery-slider .slick-next {
  right: 50px;
  left: auto;
  bottom: -30px;
}

@media (max-width: 1300px) {
  .gallery-slider .slick-next {
    right: 20px;
  }
}

.gallery-slider .slick-next:before {
  background-image: url("images/svg/arrow-right-white.svg");
}

.gallery-slider .slick-prev {
  left: auto;
  right: 150px;
  bottom: -30px;
}

@media (max-width: 1300px) {
  .gallery-slider .slick-prev {
    right: 102px;
  }
}

.gallery-slider .slick-prev:before {
  background-image: url("images/svg/arrow-left-white.svg");
}

.slider-count03 {
  position: absolute;
  bottom: -13px;
  right: 79px;
  width: 60px;
  text-align: center;
}

@media (max-width: 1300px) {
  .slider-count03 {
    right: 43px;
  }
}

.slider-count03 p {
  color: white;
  margin: 0;
}

.slider-count03 span {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.slider-count03 #current01 {
  font-size: 24px;
}

@media (max-width: 640px) {
  .slider-count03 #current01 {
    font-size: 20px;
  }
}

.life-section2,
.life-section3 {
  padding: 110px 0;
}

@media (max-width: 1650px) {
  .life-section2,
  .life-section3 {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  .life-section2,
  .life-section3 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .life-section2,
  .life-section3 {
    padding: 40px 0;
  }
}

.life-section2 .quote-p,
.life-section3 .quote-p {
  margin-bottom: 70px;
}

@media (max-width: 1100px) {
  .life-section2 .quote-p,
  .life-section3 .quote-p {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .life-section2 .quote-p,
  .life-section3 .quote-p {
    margin-bottom: 30px;
  }
}

.form-white-box {
  background-color: white;
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin: 30px auto;
  max-width: 840px;
}

@media (max-width: 1100px) {
  .form-white-box {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .form-white-box {
    padding: 35px;
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .form-white-box {
    padding: 20px 30px 30px;
    margin: 30px 0;
  }
}

@media (max-width: 640px) {
  .form-white-box {
    padding: 20px;
    margin: 20px 0;
  }
}

.form-white-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-white-box .col_50 {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  .form-white-box .col_50 {
    width: 100%;
  }
}

.form-white-box .col_100 {
  width: 100%;
  padding: 0 10px;
}

.form-white-box .wpcf7-form-control-wrap, .form-white-box .select_overlay {
  display: block;
}

.form-white-box input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.form-white-box .wpcf7-form-control {
  display: block;
}

.form-white-box .wpcf7-form-control a {
  text-decoration: underline;
}

.form-white-box .wpcf7-form-control a:hover {
  opacity: 0.8;
}

.form-white-box .wpcf7-form-control label, .form-white-box .wpcf7-form-control span {
  display: block;
}

.form-white-box .wpcf7-list-item {
  position: relative;
  padding-left: 35px;
}

.label_inut {
  display: block;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.trust-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trust-image {
  padding: 5px;
}

.codedropz-upload-handler {
  border: 1px dashed #c5c5c5;
  border-radius: 0;
  margin-bottom: 20px;
  position: relative;
  background: #f6f6f6;
}

.codedropz-upload-inner h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  word-break: break-word;
}

@media (max-width: 480px) {
  .codedropz-upload-inner h3 {
    font-size: 20px;
  }
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  position: relative;
  font-weight: 700;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before {
  content: '\f093';
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  margin-right: 5px;
}

.map_dealer {
  margin-top: 40px;
}

.map_dealer iframe {
  width: 100%;
}

.accordion-box {
  margin: 30px auto;
  max-width: 840px;
}

.career-center.quote-p {
  margin: 70px 0;
}

.career-center.quote-p p {
  color: white;
  text-align: center;
}

.cart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .cart-flex {
    display: block;
  }
}

.woo-gradient {
  padding: 80px 0;
  background: white;
  background: radial-gradient(circle, white 0%, whitesmoke 100%);
}

@media (max-width: 1480px) {
  .woo-gradient {
    padding: 50px 0;
  }
}

@media (max-width: 640px) {
  .woo-gradient {
    padding: 30px 0 40px;
  }
}

.woocommerce table.shop_table {
  border: none;
  margin: 0;
  border-radius: 0;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
  font-size: 15px;
  padding: 14px 20px;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
  text-align: left;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    padding: 15px;
    font-size: 13px;
  }
}

.woocommerce table.shop_table td {
  padding: 14px 20px;
  text-align: left;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td {
    padding: 15px;
  }
}

.woocommerce table.shop_table td.product-name {
  padding-left: 0;
  padding-right: 0;
  width: 24%;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}

.woocommerce table.shop_table td.product-name a {
  font-weight: 500;
  color: #000000;
  line-height: 1.34;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  display: block;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 17px;
  }
}

.woocommerce table.shop_table td.product-name p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

.woocommerce table.shop_table td.product-name .variation {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}

.woocommerce table.shop_table td.product-name .variation p {
  font-size: 13px;
}

.woocommerce table.shop_table td.product-price span {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-price span {
    font-size: 20px;
  }
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
  position: relative;
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 50%;
}

.woocommerce table.shop_table td.product-price del span {
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-price del span {
    font-size: 16px;
  }
}

.woocommerce table.shop_table td.product-subtotal .price span {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    font-size: 20px;
  }
}

.woocommerce table.shop_table td.product-subtotal .price {
  display: block;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-subtotal .price {
    display: none;
  }
}

.woocommerce table.shop_table td.product-quantity {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}

.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity-down {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-down {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
  border-color: #000000;
  border-width: 2px;
}

.woocommerce table.shop_table td.product-remove {
  padding-left: 0;
}

.woocommerce table.shop_table td.product-remove img {
  width: 17px;
}

.woocommerce table.shop_table td.product-remove a:hover {
  background-color: white;
}

.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.note {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background-color: #a8f0fc;
  color: #000000;
  padding: 5px;
}

.note span {
  font-weight: 700;
  line-height: 1.2;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px;
}

@media (max-width: 1300px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 40px;
  }
}

.product-thumbnail {
  width: 150px;
}

@media (max-width: 1300px) {
  .product-thumbnail {
    padding-right: 0 !important;
  }
}

.product-thumbnail a {
  display: block;
}

@media (max-width: 1300px) {
  .product-thumbnail a {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .product-thumbnail a {
    width: 40px;
  }
}

.product-thumbnail img {
  border: none;
}

.woocommerce table.shop_table td {
  border-color: #e8e8e8;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    margin-bottom: 0;
  }
}

.woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:before {
  content: none;
}

.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input {
  margin: 0;
  border-color: #ebebeb;
}

@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 10px !important;
  }
}

.woocommerce #content table.cart td.actions .coupon button,
.woocommerce table.cart td.actions .coupon button,
.woocommerce-page #content table.cart td.actions .coupon button,
.woocommerce-page table.cart td.actions .coupon button {
  margin-top: 0;
  margin-left: 10px;
  background-color: transparent;
  color: #131313;
  border: 2px solid #131313;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    width: 100%;
  }
}

.woocommerce #content table.cart td.actions .coupon button:hover,
.woocommerce table.cart td.actions .coupon button:hover,
.woocommerce-page #content table.cart td.actions .coupon button:hover,
.woocommerce-page table.cart td.actions .coupon button:hover {
  background-color: black;
  color: white;
  border-color: black;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 290px;
  padding-left: 20px;
  border-color: #ebebeb;
}

@media (max-width: 1300px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100%;
  }
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: inherit;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  padding: 18px 24px;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  background-color: #131313;
}

@media (max-width: 1550px) {
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    padding: 18px 12px;
  }
}

.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
  background-color: #2d2d2d;
  color: white;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 40px;
  float: none;
  width: 100%;
  background-color: #131313;
  padding: 10px 25px;
  color: white;
}

.woocommerce .cart-collaterals .cart_totals th, .woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  color: white;
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.woocommerce .cart-collaterals .cart_totals th *, .woocommerce .cart-collaterals .cart_totals th span, .woocommerce .cart-collaterals .cart_totals th label, .woocommerce .cart-collaterals .cart_totals td *, .woocommerce .cart-collaterals .cart_totals td span, .woocommerce .cart-collaterals .cart_totals td label,
.woocommerce-page .cart-collaterals .cart_totals th *,
.woocommerce-page .cart-collaterals .cart_totals th span,
.woocommerce-page .cart-collaterals .cart_totals th label,
.woocommerce-page .cart-collaterals .cart_totals td *,
.woocommerce-page .cart-collaterals .cart_totals td span,
.woocommerce-page .cart-collaterals .cart_totals td label {
  color: white;
}

.woocommerce .cart-collaterals .cart_totals th * span, .woocommerce .cart-collaterals .cart_totals th * bdi, .woocommerce .cart-collaterals .cart_totals th span span, .woocommerce .cart-collaterals .cart_totals th span bdi, .woocommerce .cart-collaterals .cart_totals th label span, .woocommerce .cart-collaterals .cart_totals th label bdi, .woocommerce .cart-collaterals .cart_totals td * span, .woocommerce .cart-collaterals .cart_totals td * bdi, .woocommerce .cart-collaterals .cart_totals td span span, .woocommerce .cart-collaterals .cart_totals td span bdi, .woocommerce .cart-collaterals .cart_totals td label span, .woocommerce .cart-collaterals .cart_totals td label bdi,
.woocommerce-page .cart-collaterals .cart_totals th * span,
.woocommerce-page .cart-collaterals .cart_totals th * bdi,
.woocommerce-page .cart-collaterals .cart_totals th span span,
.woocommerce-page .cart-collaterals .cart_totals th span bdi,
.woocommerce-page .cart-collaterals .cart_totals th label span,
.woocommerce-page .cart-collaterals .cart_totals th label bdi,
.woocommerce-page .cart-collaterals .cart_totals td * span,
.woocommerce-page .cart-collaterals .cart_totals td * bdi,
.woocommerce-page .cart-collaterals .cart_totals td span span,
.woocommerce-page .cart-collaterals .cart_totals td span bdi,
.woocommerce-page .cart-collaterals .cart_totals td label span,
.woocommerce-page .cart-collaterals .cart_totals td label bdi {
  color: white;
}

@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 15px 20px;
    margin-top: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  .woocommerce .cart-collaterals .cart_totals tr,
  .woocommerce-page .cart-collaterals .cart_totals tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals th {
    width: 50%;
  }
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #add_payment_method .cart-collaterals .cart_totals table th,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th {
    display: block;
  }
}

#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0;
}

#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}

#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount span {
  font-weight: inherit;
}

.order-savings td {
  color: #a8f0fc;
  font-weight: 500;
  font-size: 14px;
}

.order-savings td .woocommerce-Price-amount,
.order-savings td span {
  color: inherit !important;
}

.woocommerce-remove-coupon {
  display: block;
  text-decoration: underline;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: white;
  font-size: 16px;
  color: white;
  padding: 18px 10px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 1300px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
  }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  text-decoration: none;
  background-color: #a8f0fc;
  color: #000000;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.secure-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: #fafafa;
  padding: 20px;
}

.secure-payment p {
  padding-left: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  width: calc(100% - 32px);
}

.secure-payment span {
  width: 32px;
}

.secure-payment span img {
  width: 100%;
}

.woocommerce-cart-form {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr,
  .woocommerce-cart-form__cart-item.cart_item td {
    border-top: none !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr:before,
  .woocommerce-cart-form__cart-item.cart_item td:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    margin-top: 20px;
    background-color: white;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  }
  .woocommerce table.shop_table_responsive.cart tr:first-child,
  .woocommerce-page table.shop_table_responsive.cart tr:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr td,
  .woocommerce-page table.shop_table_responsive.cart tr td {
    border-top: none !important;
    text-align: left !important;
    padding: 0;
    border-bottom: none !important;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name, .woocommerce table.shop_table_responsive.cart tr td.product-price, .woocommerce table.shop_table_responsive.cart tr td.product-quantity, .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-name,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    padding-left: 50px;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
  .woocommerce-page table.shop_table_responsive.cart tr td.actions {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.woocommerce #content table.cart .product-price,
.woocommerce table.cart .product-price,
.woocommerce-page #content table.cart .product-price,
.woocommerce-page table.cart .product-price {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

.cart-empty.woocommerce-info {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 30px;
  padding-left: 2em;
  color: white;
  background-color: #131313;
}

@media (max-width: 640px) {
  .cart-empty.woocommerce-info {
    font-size: 18px;
  }
}

.cart-empty.woocommerce-info:before {
  display: none;
}

.return-to-shop {
  text-align: center;
  background-color: #131313;
  margin: 0;
  padding: 0 20px 30px;
}

.return-to-shop a {
  color: white;
}

.return-to-shop a,
.return-to-shop .button {
  color: white;
  display: inline-block;
  padding: 18px 32px 18px 32px !important;
  font-size: 16px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  background-color: #a8f0fc;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

.return-to-shop a:hover,
.return-to-shop .button:hover {
  text-decoration: none;
  background-color: #77e8fa;
  color: white;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 21px;
  height: 25px;
  background-image: url("images/svg/user.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000000;
  color: white;
}

@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}

.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000000;
  color: white;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #000000;
  font-weight: 400;
}

.woocommerce form.lost_reset_password label,
.woocommerce form.lost_reset_password p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  color: #000000;
}

.woocommerce form.lost_reset_password label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 30px;
  margin: 0 0 30px;
  text-align: left;
  border-radius: 0;
  background: white;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1300px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}

.woocommerce form.checkout_coupon .woocommerce-form__label,
.woocommerce form.login .woocommerce-form__label,
.woocommerce form.register .woocommerce-form__label {
  float: right;
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
  width: 100%;
  padding: 0 10px !important;
}

.woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
.woocommerce form.login p.form-row-first,
.woocommerce form.login p.form-row-last,
.woocommerce form.register p.form-row-first,
.woocommerce form.register p.form-row-last {
  float: none !important;
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
  .woocommerce form.login p.form-row-first,
  .woocommerce form.login p.form-row-last,
  .woocommerce form.register p.form-row-first,
  .woocommerce form.register p.form-row-last {
    width: 100% !important;
  }
}

.woocommerce form.checkout_coupon p.form-row,
.woocommerce form.login p.form-row,
.woocommerce form.register p.form-row {
  margin-bottom: 20px !important;
}

@media (max-width: 960px) {
  .woocommerce form.checkout_coupon p.form-row,
  .woocommerce form.login p.form-row,
  .woocommerce form.register p.form-row {
    margin-bottom: 10px !important;
  }
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half,
.woocommerce form.login .flex-wrap.extra_half,
.woocommerce form.register .flex-wrap.extra_half {
  width: 100%;
  padding: 0 10px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 640px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
  .woocommerce form.login .flex-wrap.extra_half .col_50,
  .woocommerce form.register .flex-wrap.extra_half .col_50 {
    width: 50%;
  }
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50.right,
.woocommerce form.login .flex-wrap.extra_half .col_50.right,
.woocommerce form.register .flex-wrap.extra_half .col_50.right {
  margin-left: auto;
  text-align: right;
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50 a,
.woocommerce form.login .flex-wrap.extra_half .col_50 a,
.woocommerce form.register .flex-wrap.extra_half .col_50 a {
  text-decoration: underline;
  color: #000000;
  margin-left: auto;
}

.woocommerce form.checkout_coupon label,
.woocommerce form.checkout_coupon p,
.woocommerce form.login label,
.woocommerce form.login p,
.woocommerce form.register label,
.woocommerce form.register p {
  font-size: 16px;
  margin-top: 0;
  color: #000000;
}

.woocommerce form.checkout_coupon label,
.woocommerce form.login label,
.woocommerce form.register label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce form.checkout_coupon button,
.woocommerce form.login button,
.woocommerce form.register button {
  padding: 18px 32px 18px 32px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  background-color: #a8f0fc;
  color: #000000;
}

.woocommerce form.checkout_coupon button:hover,
.woocommerce form.login button:hover,
.woocommerce form.register button:hover {
  text-decoration: none;
  background-color: #77e8fa;
}

.woocommerce-error::before {
  content: "\f06a";
}

.checkout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .checkout-flex {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .checkout-flex {
    display: block;
  }
}

.cart_left {
  width: 100%;
}

.cart_right {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}

.checkout-left {
  width: 66.66667%;
}

@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-left input[type="checkbox"], .checkout-left .input-text, .checkout-left .textarea, .checkout-left .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #F9F9F9;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-left input[type="checkbox"]:hover, .checkout-left .input-text:hover, .checkout-left .textarea:hover, .checkout-left .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  border-color: #a8f0fc;
  background-color: white;
}

.checkout-left input[type="checkbox"]:checked, .checkout-left .input-text:checked, .checkout-left .textarea:checked, .checkout-left .select2-container--default .select2-selection--single .select2-selection__rendered:checked {
  background-color: #000000;
}

.checkout-right {
  width: 33.33333%;
  padding-left: 50px;
}

@media (max-width: 1300px) {
  .checkout-right {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .checkout-right {
    margin-top: 20px;
  }
}

.woocommerce-shipping-destination {
  font-size: 14px;
  margin: 0;
}

.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #000000;
}

.checkout-form-grey {
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  padding: 40px;
}

@media (max-width: 1300px) {
  .checkout-form-grey {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .checkout-form-grey {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0 10px !important;
  margin-bottom: 20px;
  float: none !important;
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
    width: 100% !important;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row {
  margin-bottom: 20px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row#billing_state_field,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row#billing_state_field {
  margin-bottom: 0 !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    margin-bottom: 5px;
    line-height: 1.2em !important;
  }
}

.selection {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #131313;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 52px;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
}

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  margin-top: -22px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  border-color: #e8e8e8;
}

.select2-search--dropdown {
  padding: 15px;
}

.select2-search--dropdown input {
  margin: 0;
}

.select2-container--open .select2-dropdown--above {
  margin-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a8f0fc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
}

.woocommerce form .form-row .select2-container {
  line-height: 1;
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #000000;
  font-size: 16px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0 !important;
  display: block !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block;
  line-height: 1.2;
}

#ship-to-different-address {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
  display: block;
}

.woocommerce form .form-row textarea {
  width: 100%;
  height: 130px;
  color: #131313;
  font-weight: 300;
}

.woocommerce-account-fields .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}

.title-line,
#order_review_heading,
.woocommerce-checkout-payment h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.title-line span, .title-line:before, .title-line:before,
#order_review_heading span,
#order_review_heading:before,
#order_review_heading:before,
.woocommerce-checkout-payment h4 span,
.woocommerce-checkout-payment h4:before,
.woocommerce-checkout-payment h4:before {
  background-color: #000000;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media (max-width: 640px) {
  .title-line span, .title-line:before, .title-line:before,
  #order_review_heading span,
  #order_review_heading:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4 span,
  .woocommerce-checkout-payment h4:before,
  .woocommerce-checkout-payment h4:before {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

#order_review_heading {
  position: relative;
}

#order_review_heading:before {
  content: "2. ";
}

.woocommerce-checkout-payment h4 {
  position: relative;
}

.woocommerce-checkout-payment h4:before {
  content: "3. ";
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    padding: 10px 15px;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  vertical-align: top;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:last-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-right: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
  width: 36px;
  min-width: 36px;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
    display: none;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .flex-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
  padding-left: 20px;
  width: 60%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-left: 20px !important;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    padding-left: 14px !important;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-right: 20px !important;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding-right: 14px !important;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  border-color: rgba(255, 255, 255, 0.06) !important;
  background-color: #131313;
  color: white;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-amount bdi, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-amount span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td span span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th .woocommerce-Price-amount bdi,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th span span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th * {
  color: white;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
  font-size: 18px;
}

.product-info.headings {
  font-size: 16px;
  padding-left: 10px;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .product-info.headings {
    font-size: 14px;
    padding-left: 0;
  }
}

.product-info.headings .variation {
  font-family: "Lato", sans-serif;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}

input[type="radio"]:checked + li {
  border-color: red;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
  margin-top: 4px;
  position: absolute;
  left: 17px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  background-color: white;
  padding: 25px;
  border-bottom: none;
  line-height: 1;
  position: relative;
  margin-top: 15px;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
}

.woocommerce-checkout #payment ul.payment_methods li:first-child {
  margin-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods li.highlight {
  background-color: #f6f6f6;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 70px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.woocommerce-checkout #payment ul.payment_methods p {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  margin: 25px 0 0;
  background-color: transparent;
}

@media (max-width: 1300px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 15px;
  }
}

.payment_box:before {
  display: none !important;
}

.payment_method_bacs label:before {
  background-image: url("images/svg/bank.svg");
  width: 32px;
  height: 31px;
}

.payment_method_cod label:before {
  background-image: url("images/svg/cash.svg");
  width: 35px;
  height: 32px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  margin-top: 20px;
  padding: 0;
}

#add_payment_method #payment div.form-row p,
.woocommerce-cart #payment div.form-row p,
.woocommerce-checkout #payment div.form-row p {
  font-size: 15px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 18px 32px;
  margin-top: 20px;
  background-color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #2d2d2d;
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce form.checkout_coupon button {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 500;
  background-color: #a8f0fc;
  padding: 20px;
  color: white;
  position: relative;
  padding-left: 70px;
}

.woocommerce-thankyou-order-received:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -17px;
  font-weight: 900;
  font-size: 14px;
  background-color: white;
  color: #a8f0fc;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fafafa;
  padding: 20px;
  margin-top: 30px;
}

.woocommerce-order-overview .woocommerce-Price-amount {
  font-weight: 500;
}

.woocommerce-order-overview .woocommerce-Price-amount span {
  font-weight: 500;
}

.woocommerce ul.order_details li {
  margin-right: 0;
  float: none;
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-color: #e8e8e8;
}

.woocommerce ul.order_details li strong {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-order-received h1 {
  display: none;
}

.order_placed_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 767px) {
  .order_placed_wrap {
    display: block;
    position: relative;
  }
}

.order_placed_wrap .the-content {
  position: relative;
  padding-top: 100px;
}

.order_placed_wrap .the-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 70px;
  background-image: url("images/svg/thanks.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -31px;
  top: 0;
  z-index: 1;
}

.order_placed_wrap .the-content h2:first-child {
  margin-top: 0;
}

.order_placed_wrap .general_content {
  width: 50%;
  padding: 90px 50px;
}

@media (max-width: 1300px) {
  .order_placed_wrap .general_content {
    padding: 70px 40px;
  }
}

@media (max-width: 960px) {
  .order_placed_wrap .general_content {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .order_placed_wrap .general_content {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
  }
}

@media (max-width: 640px) {
  .order_placed_wrap .general_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.order_placed_wrap .general_content h2 {
  position: relative;
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .order_placed_wrap .general_content h2 {
    font-size: 30px;
  }
}

.order_placed_wrap .general_content p {
  color: #000000;
  margin: 0;
}

.order_placed_wrap .general_content p:first-of-type {
  font-weight: 500;
}

.order_placed_wrap .button1 {
  background-color: transparent;
  border: 2px solid #000000;
}

.order_placed_wrap .button1:hover {
  background-color: #000000;
  color: white;
}

.order_placed_wrap .large_image {
  width: 50%;
}

@media (max-width: 767px) {
  .order_placed_wrap .large_image {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 640px) {
  .order_placed_wrap .large_image {
    height: 260px;
  }
}

.checl_list {
  background-color: #131313;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.checl_list li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 480px) {
  .checl_list li {
    font-size: 15px;
  }
}

.checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.checl_list strong {
  font-weight: 700;
  color: white;
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  .checl_list strong {
    font-size: 15px;
  }
}

.checl_list .woocommerce-Price-amount {
  font-weight: 700;
  color: white;
}

.checl_list .woocommerce-Price-amount span {
  font-weight: 700;
}

.tinv-wishlist table th,
.tinv-wishlist table td {
  padding: 20px;
}

@media (max-width: 1300px) {
  .tinv-wishlist table th,
  .tinv-wishlist table td {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table th,
  .tinv-wishlist table td {
    padding: 0;
  }
}

.wish_no_user .tinv-wishlist .cart-empty {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 30px;
  background-color: #f6f6f6;
  padding: 1em 2em;
  color: #000000;
}

@media (max-width: 640px) {
  .wish_no_user .tinv-wishlist .cart-empty {
    font-size: 18px;
  }
}

.wish_no_user .tinv-wishlist form {
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .wish_no_user .tinv-wishlist form {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .wish_no_user .tinv-header {
    margin-bottom: 0;
  }
}

.wish_no_user .tinv-header h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wish_no_user .tinv-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.page-template-page-wish .wish_no_user {
  margin-bottom: 0;
}

.page-template-page-wish .wish_no_user h1 {
  display: none;
}

.page-template-page-wish .trust-section {
  padding-bottom: 50px;
}

@media (max-width: 1300px) {
  .page-template-page-wish .trust-section {
    padding-bottom: 25px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list th {
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list th {
    font-size: 13px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list th span {
  font-weight: 500;
}

.tinv-wishlist table.tinvwl-table-manage-list th,
.tinv-wishlist table.tinvwl-table-manage-list td {
  text-align: left;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list th,
  .tinv-wishlist table.tinvwl-table-manage-list td {
    display: block;
    border-top: none;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list table,
  .tinv-wishlist table.tinvwl-table-manage-list tbody,
  .tinv-wishlist table.tinvwl-table-manage-list tfoot {
    display: block;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list thead,
  .tinv-wishlist table.tinvwl-table-manage-list tfoot {
    display: none;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    background-color: #fafafa;
    padding: 20px;
    position: relative;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list td {
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list td {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-cb {
    display: none !important;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
  padding-right: 0 !important;
  width: 37px !important;
}

@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
    width: 32px !important;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
    width: 17px !important;
    position: absolute !important;
    right: 20px !important;
    padding: 0;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
    width: 50px;
    min-width: 1px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail img {
    width: 50px !important;
    min-width: 1px;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
    width: 40px !important;
    position: absolute !important;
    left: 0 !important;
    top: 20px !important;
    left: 20px !important;
  }
}

@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    padding: 10px 0;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-price .from {
  margin-right: 5px;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-price span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price span {
    font-size: 16px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-price del span {
  font-weight: 300;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-price del .woocommerce-Price-amount {
  position: relative;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 50%;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    width: 100px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: none;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
  background-color: #3b8829;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 12px;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  padding-left: 4px;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-name {
  width: 360px;
}

@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 200px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 100%;
    padding-right: 30px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-name a {
  font-weight: 500;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  color: #000000;
  width: 30px;
  height: 30px;
  margin: 0;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action {
    margin-left: 10px;
    width: 120px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action button {
  border: 2px solid #000000;
  padding: 12px 15px;
  color: #000000 !important;
  background-color: transparent !important;
  display: block;
  white-space: nowrap;
  height: 100%;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover {
  background-color: #000000 !important;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover span {
  color: white !important;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover {
  background-color: #a8f0fc;
  color: white;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
  padding-right: 0;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
    margin: 0;
    width: 210px !important;
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
    width: calc(100% - 50px) !important;
    padding-left: 0;
    margin-left: 50px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
  width: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
    width: 100%;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-button {
  width: 33px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-button {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-down {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-down {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .qty {
  width: 100% !important;
  margin: 0;
  text-align: center !important;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name,
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 100%;
    padding-left: 50px;
  }
}

.tinv-wishlist.woocommerce .product-quantity {
  text-align: left;
}

.tinv-wishlist .product-stock p {
  display: block;
  padding: 0;
  margin: 0;
}

.tinvwl-input-group .form-control,
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
  display: block;
  height: auto;
  width: 300px;
  margin-right: 10px;
  font-family: "Lato", sans-serif;
}

.tinvwl-input-group-btn button {
  height: auto;
  line-height: 1;
  padding: 18px 32px !important;
  background-color: #a8f0fc !important;
  margin-left: 10px;
}

.tinvwl-input-group-btn button:hover {
  background-color: #77e8fa !important;
  color: white !important;
}

.tinvwl-input-group-btn button span {
  line-height: 1;
  color: white;
  font-weight: 600;
}

.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
  margin-top: 0;
}

.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right button {
  padding: 18px 32px;
  margin-top: 0;
}

.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right button:hover {
  background-color: #77e8fa;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    float: right;
  }
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .tinvwl-table-manage-list .product-quantity .quantity {
    width: 114px;
  }
}

@media only screen and (max-width: 640px) {
  .tinv-wishlist .product-thumbnail img {
    max-width: 40px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    text-align: left;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
    width: 170px !important;
  }
}

@media only screen and (max-width: 640px) and (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
    display: block;
    width: calc(100% - 50px) !important;
    margin-left: 50px;
    margin-top: 10px;
  }
}

.woocommerce table.shop_table td.product-remove a:hover {
  background-color: transparent;
}

.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  word-break: break-word;
  display: initial;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-pagination .button2 {
  margin-right: 10px;
}

.woocommerce-MyAccount-content .return-to-shop {
  background-color: transparent;
}

.woocommerce-cart-form__contents {
  border-collapse: separate;
}

.woocommerce-cart-form__contents tbody td {
  border-bottom: 1px solid #000;
}

.woocommerce-cart-form__contents thead th {
  background-color: #000000;
  color: white !important;
}

.woocommerce-cart-form__contents tr {
  position: relative;
}

.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}

.woocommerce-cart-form__contents thead tr {
  background-color: transparent;
}

.woocommerce-cart-form__contents thead .product-quantity {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-cart-form__contents tr.extra-last {
  background-color: transparent;
}

.woocommerce-cart-form__contents tr.extra-last th,
.woocommerce-cart-form__contents tr.extra-last td {
  border-bottom: none;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  font-size: 13px;
  line-height: 1;
}

#pay_forma,
#pp--pay-form {
  display: none !important;
}

.wc_payment_methods {
  display: block !important;
}

.wooc-content-small {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.box_form_account .tab-wrapper .col_50 {
  width: 50%;
}

.box_form_account .tab-wrapper p {
  color: white !important;
}

.box_form_account .tab-wrapper .woocommerce-privacy-policy-text p {
  color: white !important;
}

.box_form_account .tab-wrapper .woocommerce-privacy-policy-text p a {
  color: white !important;
}

.box_form_account .tab-wrapper .woocommerce-privacy-policy-text p a:hover {
  color: white !important;
}

.woocommerce table.shop_table.account-orders-table {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.woocommerce-MyAccount-navigation ul {
  background-color: #131313;
  padding: 20px 15px;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 10px 15px;
  }
}

.woocommerce-MyAccount-navigation li {
  padding: 20px 0 20px 50px;
  margin: 0 !important;
  position: relative;
  border-top: 1px dashed #696969;
  position: relative;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation li {
    padding: 15px 0 15px 40px;
  }
}

.woocommerce-MyAccount-navigation li:first-child {
  margin-top: 0;
  border-top: none;
}

.woocommerce-MyAccount-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation li::before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}

.woocommerce-MyAccount-navigation li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: calc(100% + 2px);
  z-index: 1;
}

.woocommerce-MyAccount-navigation li a:after {
  content: "\f054";
  display: block;
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.7;
}

.woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a {
  color: #000000;
}

.woocommerce-MyAccount-navigation li:hover:after, .woocommerce-MyAccount-navigation li.is-active:after {
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation li:hover a:after, .woocommerce-MyAccount-navigation li.is-active a:after {
  color: #000000;
  opacity: 1;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: white;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 16px;
  }
}

.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active {
  color: initial;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active:before {
  background-image: url("images/svg/account1.svg");
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active:after {
  background-image: url(images/svg/arrow-grey.svg);
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active a {
  color: initial;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  background-image: url("images/svg/account5-a.svg");
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  color: #a8f0fc;
}

.admin_log:before {
  width: 27px;
  height: 27px;
  background-image: url("images/svg/wordpress.svg");
}

.admin_log:hover:before, .admin_log.is-active:before {
  background-image: url("images/svg/wordpress-a.svg");
}

.woocommerce-MyAccount-navigation-link--dashboard:before {
  width: 22px;
  height: 26px;
  background-image: url("images/svg/account1.svg");
}

.woocommerce-MyAccount-navigation-link--dashboard:hover:before, .woocommerce-MyAccount-navigation-link--dashboard.is-active:before {
  background-image: url("images/svg/account1-a.svg");
}

.woocommerce-MyAccount-navigation-link--orders:before {
  width: 24px;
  height: 24px;
  background-image: url("images/svg/account2.svg");
}

.woocommerce-MyAccount-navigation-link--orders:hover:before, .woocommerce-MyAccount-navigation-link--orders.is-active:before {
  background-image: url("images/svg/account2-a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-address:before {
  width: 24px;
  height: 29px;
  background-image: url("images/svg/account3.svg");
}

.woocommerce-MyAccount-navigation-link--edit-address:hover:before, .woocommerce-MyAccount-navigation-link--edit-address.is-active:before {
  background-image: url("images/svg/account3-a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-account:before {
  width: 21px;
  height: 28px;
  background-image: url("images/svg/account4.svg");
}

.woocommerce-MyAccount-navigation-link--edit-account:hover:before, .woocommerce-MyAccount-navigation-link--edit-account.is-active:before {
  background-image: url("images/svg/account4-a.svg");
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  width: 25px;
  height: 22px;
  background-image: url("images/svg/account5.svg");
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist:hover:before, .woocommerce-MyAccount-navigation-link--tinv_wishlist.is-active:before {
  background-image: url("images/svg/account5-a.svg");
}

.woocommerce-MyAccount-navigation-link--customer-logout:before {
  width: 25px;
  height: 19px;
  background-image: url("images/svg/account6.svg");
}

.woocommerce-MyAccount-navigation-link--customer-logout:hover:before, .woocommerce-MyAccount-navigation-link--customer-logout.is-active:before {
  background-image: url("images/svg/account6-a.svg");
}

.woocommerce-MyAccount-navigation-link--wpf-delete-account:before {
  width: 25px;
  top: 20px;
  background-image: url("images/svg/account7.svg");
  background-size: 19px !important;
  background-position: center;
  height: 24px;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation-link--wpf-delete-account:before {
    background-size: 13px !important;
    background-position: left center;
    height: 18px;
    top: 17px;
  }
}

.woocommerce-MyAccount-navigation-link--wpf-delete-account:hover:before, .woocommerce-MyAccount-navigation-link--wpf-delete-account.is-active:before {
  background-image: url("images/svg/account7-a.svg");
  background-size: 19px !important;
  background-position: center;
  height: 24px;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation-link--wpf-delete-account:hover:before, .woocommerce-MyAccount-navigation-link--wpf-delete-account.is-active:before {
    background-size: 13px !important;
  }
}

.wooc-content-small .btn {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .wooc-content-small .woocommerce form.checkout_coupon,
  .wooc-content-small .woocommerce form.login,
  .wooc-content-small .woocommerce form.register {
    margin-top: 0 !important;
  }
}

.login-social {
  margin-top: 10px;
}

.login-social span {
  text-align: center;
  display: block;
  padding-left: 10px;
  font-size: 16px;
}

.login-social .flex {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-social .flex-item {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 1300px) {
  .login-social .flex-item {
    width: 100%;
  }
}

.login-social a {
  border: 2px solid #ffffff;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #000000;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .login-social a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.login-social a:hover {
  text-decoration: none;
  background-color: white;
  color: #000000;
}

.login-social a:hover span,
.login-social a:hover i {
  color: #000000;
}

.login-social a span,
.login-social a img {
  display: inline;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .login-social a span,
  .login-social a img {
    font-size: 15px;
  }
}

.login-social a img {
  position: relative;
  margin-right: 5px;
}

.for_registration {
  display: block;
  width: 100%;
  padding: 0 10px;
}

.login-top {
  text-align: center;
  margin-bottom: 20px;
}

.login-top h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 42px;
}

@media (max-width: 767px) {
  .login-top h2 {
    font-size: 30px;
  }
}

.login-top p {
  font-size: 16px;
}

.cover_account {
  width: 50%;
}

@media (max-width: 960px) {
  .cover_account {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    width: 100%;
  }
}

.box_form_account {
  width: 50%;
}

@media (max-width: 960px) {
  .box_form_account {
    width: 100%;
  }
}

.woocommerce-form-register .woocommerce-form-row:first-child,
.woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
  width: 50%;
}

@media (max-width: 960px) {
  .woocommerce-form-register .woocommerce-form-row:first-child,
  .woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
    width: 100%;
  }
}

.tabs-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}

@media (max-width: 767px) {
  .tabs-selectors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs-selectors a {
    line-height: 1.2;
    font-size: 14px;
  }
}

.tabs-selectors a {
  font-weight: 500;
  opacity: 0.4;
  position: relative;
  padding: 10px 0;
  margin: 0 10px;
  color: #000000;
}

.tabs-selectors a:hover {
  text-decoration: none;
  opacity: 1;
}

.tabs-selectors a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  border: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabs-selectors a.active {
  opacity: 1;
}

.tabs-selectors a.active:before {
  background-color: #a8f0fc;
}

.regist {
  margin-top: 15px;
  text-align: center;
}

.regist span,
.regist a {
  display: inline !important;
}

.regist a {
  color: #a8f0fc;
  text-decoration: underline;
}

.regist a:hover {
  color: #a8f0fc;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #131313 !important;
}

.woocommerce-privacy-policy-text p a {
  color: #131313 !important;
}

.woocommerce-privacy-policy-text p a:hover {
  color: #a8f0fc !important;
}

.intro-my-account {
  text-align: center;
}

.intro-my-account p {
  font-size: 16px;
}

.lost_reset_password {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .lost_reset_password {
    padding: 30px 20px;
  }
}

.lost_reset_password h1 {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .lost_reset_password h1 {
    font-size: 30px;
  }
}

.lost_reset_password .form-row-first,
.lost_reset_password .form-row-last {
  float: none !important;
  width: 100% !important;
}

.lost_reset_password label {
  color: white;
  margin-bottom: 5px;
}

.lost_reset_password p {
  color: white !important;
}

.lost_reset_password button[type="submit"],
.lost_reset_password input[type="submit"] {
  background-color: #a8f0fc;
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
}

.mobile-account {
  display: none;
  background-color: #131313;
  padding: 15px 30px;
  font-weight: 500;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  position: relative;
}

.mobile-account:hover {
  text-decoration: none;
}

@media (max-width: 960px) {
  .mobile-account {
    display: block;
  }
}

.mobile-account span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-account span img {
  display: block;
  width: 18px;
}

.mobile-account i {
  margin-left: auto;
}

.mobile-account a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .mobile-account {
    display: block;
  }
}

.mobile-account a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .flex-account-nav {
    display: block;
  }
}

.account-nav {
  width: 30%;
  padding-right: 30px;
  display: block;
}

@media (max-width: 1300px) {
  .account-nav {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .account-nav {
    width: 100%;
    padding-right: 0;
    display: none;
    margin-top: 20px;
  }
}

.flex-account-nav input[type="text"],
.flex-account-nav input[type="email"],
.flex-account-nav input[type="password"],
.flex-account-nav input[type="search"],
.flex-account-nav input[type="tel"],
.flex-account-nav input[type="url"],
.flex-account-nav input[type="number"],
.flex-account-nav input[type="date"],
.flex-account-nav input[type="time"],
.flex-account-nav input[type="datetime"],
.flex-account-nav input[type="datetime-local"],
.flex-account-nav input[type="week"],
.flex-account-nav input[type="month"],
.flex-account-nav textarea,
.flex-account-nav select {
  background-color: #fafafa;
}

.flex-account-nav .woocommerce-MyAccount-content {
  width: 70%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  max-width: 850px;
  padding: 45px;
  margin-left: auto;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    padding: 30px;
  }
}

@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
    padding: 30px;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .order_details td {
    font-size: 14px !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-quantity {
  display: none;
}

.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list tfoot {
  display: none;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message {
  background-color: #131313;
  color: white;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error::before,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info::before,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message::before {
  color: white;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a {
  text-decoration: underline;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a.button {
  text-decoration: none;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info::before {
  content: "\f05a";
}

.flex-account-nav .woocommerce-MyAccount-content label {
  line-height: 1.2 !important;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .form-row-first,
  .flex-account-nav .woocommerce-MyAccount-content .form-row-last {
    width: 100%;
    float: none !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content p {
  font-size: 16px;
  color: #000000;
}

.flex-account-nav .woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.flex-account-nav .woocommerce-MyAccount-content p a.button {
  text-decoration: none !important;
  background-color: #77e8fa;
  color: white !important;
}

.flex-account-nav .woocommerce-MyAccount-content p.return-to-shop {
  text-align: left !important;
  padding: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 80px;
  min-width: 80px;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
    width: 50px;
    min-width: 50px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail img {
  width: 80px;
}

.flex-account-nav .woocommerce-MyAccount-content .product-cb {
  padding-left: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content .product-action button {
  font-size: 14px !important;
}

.flex-account-nav .woocommerce-MyAccount-content .product-action button span {
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinv-wishlist table.tinvwl-table-manage-list tr {
    background-color: #fafafa;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
  max-width: 240px;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    max-width: 280px;
    width: 280px;
  }
}

@media screen and (max-width: 1024px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-to-left + .tinvwl-to-right {
    display: none;
  }
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-to-left:not(:empty) {
    float: none;
    width: 100%;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  display: block;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table th span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td {
    text-align: left !important;
    padding: 0 !important;
    border-top: none;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-number {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    width: 100%;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-date, .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    width: 50%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    text-align: right !important;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total {
    width: 100%;
    padding: 8px 0 !important;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
    width: 100%;
    text-align: right !important;
    margin-top: 10px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
  padding-left: 20px;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    padding-right: 0 !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount {
  font-weight: 600;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount span {
  font-weight: 600;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table td {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tr.woocommerce-orders-table__row {
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    margin-bottom: 10px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-status {
  padding-left: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  font-weight: 500;
  color: #000000;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
  font-size: 13px;
  color: #000000;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #000000;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount span {
  font-weight: 500;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  padding: 8px 12px;
  background-color: transparent;
  background-color: #000000;
  color: white;
  line-height: 1;
  font-size: 14px;
  margin: 2px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  background-color: #000000;
  color: white;
}

.flex-account-nav .tinv-wishlist .product-stock p {
  text-align: center;
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: block;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 13px;
  }
}

.flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
  width: 17px;
  margin-right: auto;
  margin-left: auto;
  height: 17px;
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock span {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-right: 8px;
  }
}

.flex-account-nav .tinv-wishlist .product-stock p {
  width: 80px;
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock p {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
}

.flex-account-nav .tinv-wishlist table th,
.flex-account-nav .tinv-wishlist table td {
  padding: 20px 13px;
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th,
  .flex-account-nav .tinv-wishlist table td {
    padding: 9px 13px;
  }
}

.flex-account-nav .tinv-wishlist table th.product-price,
.flex-account-nav .tinv-wishlist table td.product-price {
  width: 125px;
}

@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th.product-price,
  .flex-account-nav .tinv-wishlist table td.product-price {
    width: 100%;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 50px;
  min-width: 50px;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    padding-bottom: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.order_info_text {
  font-size: 30px !important;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .order_info_text {
    font-size: 20px !important;
  }
}

@media (max-width: 960px) {
  .order_info_text {
    font-size: 18px !important;
  }
}

.order_info_text b {
  text-decoration: underline;
}

.title-dash,
.section_title {
  font-size: 36px !important;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .title-dash,
  .section_title {
    font-size: 30px !important;
  }
}

@media (max-width: 960px) {
  .title-dash,
  .section_title {
    font-size: 24px !important;
  }
}

.title-dash strong,
.title-dash b,
.section_title strong,
.section_title b {
  font-weight: 600;
}

.title-dash a,
.section_title a {
  text-decoration: underline;
}

.title-dash a:hover,
.section_title a:hover {
  color: #a8f0fc;
}

.woocommerce-order-details__title {
  display: none;
}

.woocommerce .woocommerce-order-details thead th,
.woocommerce .woocommerce-order-details tfoot th,
.woocommerce .woocommerce-order-details tfoot td {
  background-color: #131313;
  color: white;
}

.woocommerce .woocommerce-order-details thead th span,
.woocommerce .woocommerce-order-details tfoot th span,
.woocommerce .woocommerce-order-details tfoot td span {
  color: white;
}

.woocommerce .woocommerce-order-details tfoot th,
.woocommerce .woocommerce-order-details tfoot td {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-column__title {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-column--shipping-address {
    margin-top: 20px;
  }
}

.u-columns.woocommerce-Addresses h3 {
  font-size: 18px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  float: none;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
}

.woocommerce-Address {
  margin-top: 20px;
}

.woocommerce-Address address {
  font-style: normal;
}

.woocommerce-Address-title.title {
  display: block;
  position: relative;
}

.woocommerce-Address-title.title h3 {
  float: none;
  width: 100%;
  padding-right: 40px;
}

.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.6;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  color: #000000;
  font-style: normal;
}

.woocommerce .woocommerce-customer-details address p {
  font-size: 16px;
  margin: 0;
  padding-left: 0 !important;
}

@media (max-width: 960px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-customer-details address p:before {
  display: none;
}

.wrapp_pass_change .form-row-first,
.wrapp_pass_change .form-row-last {
  float: none;
  width: 100% !important;
}

.wrapp_pass_change h2 {
  margin-top: 40px;
}

.wrapp_pass_change p {
  padding: 3px;
}

.woocommerce-EditAccountForm p {
  padding: 3px;
}

.woocommerce-EditAccountForm button {
  margin-top: 0;
}

.woocommerce-order-pay .wooc-content #order_review {
  max-width: 600px;
}

.woocommerce-order-pay .woocommerce table.shop_table td,
.woocommerce-order-pay .woocommerce table.shop_table th {
  padding: 20px 0;
}

.woocommerce-order-pay .woocommerce table.shop_table thead th:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tbody td:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tfoot td:last-child {
  text-align: right;
  color: #111111;
}

.flex-account-nav
.woocommerce-MyAccount-content
table.shop_table.woocommerce-table--order-details
.woocommerce-table__product-name a {
  display: inline-block;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  font-size: 13px;
  line-height: 1;
}

.woocommerce-MyAccount-orders {
  background-color: transparent;
  border: none;
  padding: 0;
}

.woocommerce-MyAccount-orders th {
  background-color: #131313;
  color: white;
}

.woocommerce-MyAccount-orders th span {
  color: white;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-orders {
    background-color: transparent;
    border: none !important;
    padding: 0;
  }
}

.woocommerce-table--order-details {
  background-color: transparent;
  border: transparent;
}

.woocommerce-table--order-details td.product-name {
  width: 70% !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: white;
  top: 2px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:active, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:focus {
  background-color: rgba(255, 255, 255, 0.35);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked {
  background-color: #131313;
}

.box_form_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.box_form_account .woocommerce-error,
.box_form_account .woocommerce-info,
.box_form_account .woocommerce-message {
  background-color: rgba(0, 0, 0, 0.2);
}

.box_form_account .input-text,
.box_form_account textarea {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: white;
}

.box_form_account .input-text:hover, .box_form_account .input-text:active, .box_form_account .input-text:focus,
.box_form_account textarea:hover,
.box_form_account textarea:active,
.box_form_account textarea:focus {
  background-color: rgba(255, 255, 255, 0.35);
}

.box_form_account .vertical_align2 {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

@media (max-width: 1480px) {
  .box_form_account .vertical_align2 {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .box_form_account .vertical_align2 {
    padding: 30px 10px;
  }
}

.box_form_account label,
.box_form_account a {
  color: white !important;
}

.box_form_account button {
  width: 100%;
}

.box_form_account .form.login button {
  width: 100%;
}

.box_form_account .woocommerce form.checkout_coupon,
.box_form_account .woocommerce form.login,
.box_form_account .woocommerce form.register,
.box_form_account .woocommerce form.lost_reset_password {
  padding: 0;
  background-color: transparent;
}

.box_form_account .logo {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .box_form_account .logo {
    margin-bottom: 30px;
  }
}

.box_form_account .logo img {
  max-height: 100px;
}

@media (max-width: 1100px) {
  .box_form_account .logo img {
    max-height: 35px;
  }
}

.box_form_account .logo a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.full_page .full-height {
  height: 100vh;
  overflow: auto;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  background-color: #fafafa;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list {
    background-color: transparent;
    padding: 0;
  }
}

.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-heart:before,
.tinvwl_all_cart_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 26px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  margin-left: -12px;
  margin-top: -12px;
}

.tinv-wraper.tinv-wishlist {
  height: 55px;
}

.tinvwl-estimate-wrap {
  display: none;
}

.tinv-wishlist table {
  z-index: 1;
}

.tinvwl-table-manage-list tfoot {
  display: none;
}

.blog-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 70px 0;
}

@media (max-width: 960px) {
  .blog-posts-wrap {
    display: block;
    padding: 40px 0;
  }
}

.blog-sidebar {
  width: 31.5%;
}

@media (max-width: 960px) {
  .blog-sidebar {
    width: 100%;
  }
}

.blog-right-sidebar {
  width: 68.5%;
  padding-left: 40px;
}

@media (max-width: 1550px) {
  .blog-right-sidebar {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .blog-right-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.blog-flex .blog-slide {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .blog-flex .blog-slide .blog-box-overlay h3 {
    font-size: 16px;
  }
  .blog-flex .blog-slide .category-blog-top span,
  .blog-flex .blog-slide .category-blog-top strong {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.blog-box {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
}

.blog-box:hover {
  text-decoration: none;
}

.blog-box:hover .cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-box:hover .blog-excerpt p {
  opacity: 1;
}

.blog-box .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  .blog-box .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-slide {
  padding: 0 15px;
}

@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}

.blog-page-wrap {
  padding: 70px 0 90px;
}

@media (max-width: 1300px) {
  .blog-page-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 960px) {
  .blog-page-wrap {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .blog-page-wrap {
    padding-top: 30px;
  }
}

.blog-page-wrap .tac {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blog-box {
  display: block;
}

.blog-image {
  overflow: hidden;
}

.pagination-box {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pagination-box {
    margin-top: 25px;
  }
}

.pagination-box .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-box li {
  margin: 2px 3px;
}

.pagination-box a,
.pagination-box span {
  font-size: 16px;
  padding: 5px 13px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  height: 42px;
  margin: 0;
}

@media (max-width: 767px) {
  .pagination-box a,
  .pagination-box span {
    font-size: 15px;
  }
}

.pagination-box span {
  background-color: #131313;
  color: white;
  font-weight: 500;
}

.pagination-box a:hover {
  text-decoration: none;
  opacity: 0.6;
  background-color: #131313;
  color: white;
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1480px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}

.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}

.blog-box-bottom::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #a8f0fc;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}

.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-date {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.blog-date::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}

.blog-comments-list::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 0;
  background-image: url("images/svg/comments-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}

.social-share li {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}

.social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}

.social-share a:hover {
  background-color: #f3eff9;
}

.comment-respond {
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1480px) {
  .comment-respond {
    padding: 35px;
  }
}

@media (max-width: 1300px) {
  .comment-respond {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .comment-respond {
    padding: 25px 20px;
  }
}

.comment-respond p {
  margin: 0;
  font-size: 16px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form p {
  padding: 0 10px;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 25px;
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}

#comments {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  #comments {
    font-size: 24px;
  }
}

.comment-body {
  position: relative;
}

.commentlist {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .commentlist {
    margin-bottom: 20px;
  }
}

.commentlist li {
  position: relative;
  padding: 20px;
  margin: 15px 0;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}

.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
}

.comment-body br {
  display: none;
}

.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  font-size: 16px;
  margin-bottom: 0;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 640px) {
  .reply {
    position: relative;
    text-align: right;
  }
  .reply a {
    margin-left: auto;
  }
}

.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  border: 2px solid #000000;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reply a:hover {
  text-decoration: none;
  background-color: #000000;
  color: white;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}

@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}

.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.categories-list li {
  margin-top: 10px;
}

.categories-list li:first-child {
  margin-top: 0;
}

.categories-list a {
  text-decoration: underline;
}

.categories-list a:hover {
  opacity: 0.7;
}

.comment-reply-title {
  margin-bottom: 0;
}

.tags-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

@media (max-width: 960px) {
  .tags-List {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.tags-List li {
  padding: 4px;
}

@media (max-width: 960px) {
  .tags-List li {
    padding: 2px;
  }
}

.tags-List a {
  display: block;
  border: 2px solid #000000;
  color: #000000;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 960px) {
  .tags-List a {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.tags-List a:hover {
  background-color: #131313;
  color: white;
  text-decoration: none;
}

.categories-List li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #e0e0e0;
}

.categories-List li:first-child {
  border-top: none;
  padding-top: 0;
}

.categories-List a {
  display: block;
  font-weight: 500;
  color: #000000;
}

.categories-List a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.categories-List a span {
  float: right;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  position: relative;
}

@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}

.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.best-posts li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e0e0e0;
}

.best-posts li:first-child {
  border-top: none;
  padding-top: 0;
}

.best-posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.best-posts a:hover {
  text-decoration: none;
}

.best-posts a:hover h6 {
  opacity: 0.6;
}

.best-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}

@media (max-width: 960px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}

.blog-post-text h6 {
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .blog-post-text span {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text span.blog-category {
    display: none;
  }
}

.blog-search form {
  position: relative;
}

.blog-search input {
  margin: 0;
}

.blog-search button {
  position: absolute;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 0;
  padding: 0;
  width: 40px;
  height: 53px;
  text-align: left;
  margin: 0;
  top: 0;
}

.blog-search button:hover {
  background: transparent;
}

.title-single-blog {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .title-single-blog {
    font-size: 30px;
  }
}

.blog-sidebar-item {
  background-color: #F8F8F8;
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 960px) {
  .blog-sidebar-item {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-item {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .blog-sidebar-item {
    padding: 25px 20px;
  }
}

.blog-sidebar-item:first-child {
  margin-top: 0;
}

.blog-sidebar-item .title-line {
  font-size: 24px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  letter-spacing: 0.1em;
}

.blog-sidebar-item .title-line:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000000;
}

@media (max-width: 1100px) {
  .blog-sidebar-item .title-line {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .blog-sidebar-item .title-line {
    font-size: 22px;
  }
}

.best-posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-infos {
  padding: 20px 0 14px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .blog-infos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 640px) {
  .blog-infos {
    padding: 9px 0 4px 0;
  }
}

.blog-info-box {
  margin-left: 40px;
}

@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 10px;
  }
}

.blog-info-box:first-child {
  margin-left: 0;
}

.blog-info-box span {
  display: block;
  line-height: 1;
  color: #585858;
  margin-bottom: 5px;
}

.blog-info-box span.published-date,
.blog-info-box a {
  color: #000000;
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}

.blog-info-box a {
  text-decoration: underline;
}

.blog-single-categories {
  line-height: 1;
}

.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}

.blog-single-categories li:first-child {
  padding-left: 0;
}

.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons-single {
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    margin-top: 30px;
  }
}

.share-buttons-single h4 {
  margin-bottom: 0;
}

.share-buttons-single h3 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .share-buttons-single h3 {
    margin-right: 0;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .share-buttons-single h3 {
    font-size: 18px;
  }
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #2b2b2b;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}

.share-buttons a:hover {
  background-color: #000000;
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 20px;
}

@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-left: 20px;
}

@media (max-width: 960px) {
  .share-buttons li {
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}

.tags-list-post a {
  text-decoration: underline;
}

.tags-list-post a:hover {
  color: #a8f0fc;
}

h2.title-single-blog {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  h2.title-single-blog {
    margin-bottom: 20px;
  }
}

.blog-box-bottom h3 {
  color: #000000;
}

.blog-listing-item {
  width: 50%;
  padding: 10px;
}

.blog-listing-item:nth-child(even) .cover {
  height: 340px;
}

@media (max-width: 767px) {
  .blog-listing-item .cover {
    height: 400px;
  }
  .blog-listing-item:nth-child(even) .cover {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .blog-listing-item .cover {
    height: 320px;
  }
  .blog-listing-item:nth-child(even) .cover {
    height: 240px;
  }
  .blog-listing-item .news-text-info div,
  .blog-listing-item .news-text-info span,
  .blog-listing-item .news-text-info p {
    font-size: 12px;
  }
  .blog-listing-item .news-text-bottom h5 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .blog-listing-item {
    padding: 4px;
  }
  .blog-listing-item .news-text-info {
    display: none;
  }
  .blog-listing-item .news-text-bottom h5 {
    font-size: 16px;
  }
  .blog-listing-item .news-text-bottom {
    padding: 20px 12px;
  }
  .blog-listing-item .cover {
    height: 280px;
  }
  .blog-listing-item:nth-child(even) .cover {
    height: 200px;
  }
}

.blog-listing-item a:hover {
  text-decoration: none;
}

.blog-listing-wrap {
  margin: -10px;
}

.hero-inner-blog img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .hero-inner-blog img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .hero-inner-blog img {
    height: 240px;
  }
}

.app-top .the-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.app-top .the-content h2 {
  font-size: 42px;
}

@media (max-width: 1480px) {
  .app-top .the-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .app-top .the-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .app-top .the-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .app-top .the-content h2 {
    font-size: 24px;
  }
}

.app-top .the-content h2 span {
  font-style: italic;
}

.app-top .button-line {
  margin-top: 20px;
}

/*.courses-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    @include tablet-l {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 10px;
    }
}
.course-item {
    width: 33.3333%;
    padding: 15px;
    @include desktop-s {
        width: 50%;
    }
    @include tablet-l {
        padding: 10px;
    }
    @include tablet-p {
        width: 100%;
    }
}
.course-section {
    padding: 70px 0;
    @include tablet-l {
        padding: 50px 0;
    }
    @include tablet-p {
        padding-top: 20px;
    }
}
.courses-list .course-box {
    display: block;
    width: 100%;
    height: 490px;
    position: relative;
    overflow: hidden;
    @include desktop-s {
        height: 400px;
    }
    @include tablet-p {
        height: 350px;
    }
    @include mobile {
        height: 340px;
    }
    &:hover {
        .cover {
            transform: scale(1.1);
        }
    }
    .cover {
        width: 100%;
        height: 100%;
        position: relative;
        @include transition(all, 0.3s);
        &:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            height: 90%;
            bottom: 0;
            opacity: 0.9;
            background: rgb(0, 0, 0);
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        }
    }
}
.course-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    li {
        margin: 5px;
        &.active,
        &:hover {
            a {
                border-color: $font--color1;
                opacity: 1;
                text-decoration: none;
            }
        }
    }
    a {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 15px;
        font-weight: 500;
        opacity: 0.3;
        padding: 15px 20px;
        border: 2px solid white;
        @include desktop-s {
            font-size: 13px;
            padding: 10px 14px;
        }

        @include tablet-l {
            font-size: 12px;
            padding: 8px 10px;
        }

        @include tablet-p {
            font-size: 11px;
            padding: 7px 6px;
        }
    }
}
.course-infos {
    display: flex;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #59504b;
    @include mobile-s {
        flex-wrap: wrap;
        padding-top: 10px;
        margin-top: 10px;
        margin-left: -10px;
    }
    span,
    strong {
        display: block;
        line-height: 1;
        color: white;
    }
    span {
        font-size: 14px;
        opacity: 0.5;
        @include mobile {
            font-size: 12px;
        }
    }
    strong {
        font-size: 16px;
        font-weight: 500;
        @include mobile {
            font-size: 14px;
            margin-top: 3px;
        }
    }
}
.course-info {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: flex;
    @include mobile-s {
        padding: 10px;
        margin-left: 0;
    }
    &::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #59504b;
        @include mobile-s {
            display: none;
        }
    }
    &:first-child {
        padding-left: 0;
        margin-left: 0;
        @include mobile-s {
            padding-left: 10px;
        }
        &:before {
            display: none;
        }
    }
}
.course-info-img {
    width: 26px;
    display: block;
}
.course-info-details {
    width: calc(100% - 26px);
    padding-left: 5px;
}
.course-detail {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e0e0e0;
    display: flex;
    &:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
}
.course-detail-img {
    display: block;
    width: 35px;
    @include tablet-l {
        width: 25px;
        img {
            max-height: 20px;
        }
    }
}
.course-detail-right {
    width: calc(100% - 35px);
    padding-left: 10px;
    @include tablet-l {
        width: calc(100% - 25px);
        padding-left: 5px;
    }
    span {
        display: block;
        color: #585858;
        font-size: 16px;
        line-height: 1;
        @include tablet-l {
            font-size: 14px;
        }
    }
    strong {
        color: $font--color1;
        display: block;
        font-size: 16px;
        line-height: 1;
        margin-top: 4px;
        font-weight: 500;
        @include tablet-l {
            font-size: 14px;
        }
    }
}
.blog-sidebar-item.make-appointment {
    padding: 0;
    @include tablet-p {
        display: block !important;
    }
    h2 {
        margin-bottom: 10px;
    }
    p {
        margin: 0;
        color: #585858;
        font-size: 16px;
    }
    .appointment-text {
        padding-top: 35px;
    }
}
.course-price {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e0e0e0;
    p {
        margin: 0;
        line-height: 1;
        color: #585858;
        font-size: 16px;
    }
}
.choose-course {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    @include tablet-l {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}
.price-amount {
    span {
        font-size: 30px;
        font-weight: 500;
        color: $font--color1;
        @include tablet-l {
            font-size: 20px;
        }
    }
    del {
        font-size: 22px;
        color: #585858;
        @include tablet-l {
            font-size: 15px;
        }
    }
}
.call-now {
    font-size: 18px;
    font-weight: 500;
    color: $font--color1;
    display: flex;
    align-items: center;
    margin-top: 10px;
    &:hover {
        text-decoration: none;
        color: $brand--color1;
    }
    span {
        width: 48px;
        height: 48px;
        background-color: $brand--color1;
        @include round(50%);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 10px;
    }
}
.course-form {
    background-color: #fbfbfb;
    padding: 35px;
    margin-top: 40px;
    @include tablet-l {
        padding: 30px 25px;
        margin-top: 30px;
    }
    p {
        font-size: 16px;
    }
    br {
        display: none;
    }
}
.form-label {
    display: block;
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 5px;
}
.course-info-top {
    p {
        margin: 0;
        color: #585858;
        font-size: 14px;
        strong {
            font-weight: 500;
        }
    }
}
.dataTables_empty {
    width: 100% !important;
    font-family: $main-font !important;
}
.courses-slider-wrap {
    .courses-slider {
        margin-left: -15px;
        margin-right: -15px;
        @include tablet-l {
            margin-left: -10px;
            margin-right: -10px;
        }
    }
}
.other-courses {
    padding: 85px 0;
    background: rgb(250, 250, 250);
    background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    @include tablet-l {
        padding: 50px 0;
    }
}
.services-sidebar-flex.row-reverse {
    @include tablet-l {
        .services-right {
            margin-top: 0;
            margin-bottom: 30px;
        }
    }
}
.title-main {
    @include tablet-p {
        font-size: 30px;
    }
}
*/
.table-prices {
  margin: 50px 0;
}

.table-prices .dataTables_length {
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .table-prices .dataTables_length {
    margin-bottom: 10px;
  }
}

.table-prices .dataTables_length select {
  width: 86px;
  margin-left: 10px;
  margin-right: 10px;
}

.table-prices .dataTables_filter {
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .table-prices .dataTables_filter {
    margin-bottom: 10px;
  }
}

.table-prices table {
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
}

.table-prices th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 1100px) {
  .table-prices th {
    font-size: 13px;
  }
}

.table-prices th small {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  color: #131313;
  word-wrap: break-word;
  white-space: break-spaces;
}

.table-prices td {
  font-weight: 500;
  color: #000000;
  position: relative;
  z-index: 1;
  width: 21%;
  line-height: 1.2;
  white-space: break-spaces;
}

.table-prices th {
  white-space: break-spaces;
}

.table-prices td:first-child {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 70% !important;
}

@media (max-width: 1550px) {
  .table-prices td:first-child {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .table-prices td:first-child {
    width: auto !important;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .table-prices td:first-child {
    font-weight: 500;
    padding-right: 20px !important;
    width: 100% !important;
  }
}

.table-prices td:first-child small {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #585858;
  font-weight: 400;
  word-wrap: break-word;
  white-space: break-spaces;
}

@media (max-width: 1100px) {
  .table-prices td:first-child small {
    font-size: 13px;
    line-height: 1.1;
  }
}

.table-prices td:first-child + td {
  font-weight: 400;
  width: 10% !important;
}

@media (max-width: 1100px) {
  .table-prices td:first-child + td {
    width: auto !important;
  }
}

.table-prices tfoot {
  display: none;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  table.dataTable thead > tr > th.sorting,
  table.dataTable thead > tr > th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1,
table.dataTable tfoot th,
table.dataTable tfoot td {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 20px;
  vertical-align: top;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 20px;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.dataTable tr {
  position: relative;
}

table.dataTable tr:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1%;
  width: 100%;
  height: 102%;
}

@media screen and (min-width: 1024px) {
  table.dataTable tr:hover:before {
    background-color: white;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  }
}

table.dataTable tr td {
  position: relative;
  z-index: 1;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #e8e8e8;
}

table.dataTable thead th,
table.dataTable thead td {
  border-color: #e8e8e8;
}

table.dataTable thead tr:hover:before,
table.dataTable tfoot tr:hover:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.dataTables_info {
  display: none !important;
}

.dataTables_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  width: 50%;
  font-size: 16px;
}

@media (max-width: 960px) {
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}

.dataTables_length input,
.dataTables_length select,
.dataTables_filter input,
.dataTables_filter select,
.dataTables_info input,
.dataTables_info select,
.dataTables_paginate input,
.dataTables_paginate select {
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
  border-radius: 0;
  padding: 15px 20px;
}

.dataTables_length select,
.dataTables_filter select,
.dataTables_info select,
.dataTables_paginate select {
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

.dataTables_length label,
.dataTables_filter label,
.dataTables_info label,
.dataTables_paginate label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #585858;
}

@media (max-width: 640px) {
  .dataTables_length label,
  .dataTables_filter label,
  .dataTables_info label,
  .dataTables_paginate label {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    line-height: 1.2;
  }
}

.dataTables_paginate {
  width: 100%;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 15px 20px;
}

.dataTables_wrapper .dataTables_filter input {
  width: 300px;
  margin-left: 15px;
}

@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter input {
    width: 200px;
    margin-left: 7px;
  }
}

.dataTables_filter label {
  margin-left: auto;
  display: block;
}

@media (max-width: 960px) {
  .dataTables_filter label {
    width: 100%;
    text-align: left;
  }
}

.dataTables_filter input {
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 640px) {
  .dataTables_filter input {
    margin-left: 5px;
    width: 100%;
  }
}

/*
.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    justify-content: center;
    margin: 20px auto;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #000000;
  border: none;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #000000;
  border: none;
  color: white !important;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  background: #000000;
  border: none;
  color: white !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dataTables_wrapper .dataTables_length span,
.dataTables_wrapper .dataTables_filter span,
.dataTables_wrapper .dataTables_info span,
.dataTables_wrapper .dataTables_processing span,
.dataTables_wrapper .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dataTables_paginate {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background-color: #a8f0fc;
  left: 20px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.dtr-data {
  font-weight: 500;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 50px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  border: none;
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
  padding-left: 30px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  width: 50%;
  word-break: break-word;
  vertical-align: top;
}

table.dataTable > tbody > tr.child span.dtr-title small {
  display: inline-block;
  width: 100%;
}

tr.child,
tr.child td,
tr.dt-hasChild,
tr.dt-hasChild td {
  background-color: #fff;
}

table.dataTable.no-footer {
  border-color: #e8e8e8 !important;
}
/*# sourceMappingURL=style.css.map */