/*
Theme Name: perfectstuds
Theme URI: https://perfectstuds.ro
Author: perfectstuds
Author URI: https://perfectstuds.ro
Description: https://perfectstuds.ro
Version: 1.0
Text Domain: perfectstuds
Tags: Tag1, Tag2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*,
*:before,
*:after {
  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;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #000;
  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.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 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;
  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;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .row.small-gutter > [class*=col_] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row.smaller-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.smaller-gutter > [class*=col_] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 1020px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

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

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

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

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif, Arial, Helvetica;
  line-height: 1.5;
  font-weight: 400;
  color: #222222;
  background-color: #fcfdff;
}
@media (max-width: 1430px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: 700;
  line-height: 1.1;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 1020px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 1020px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1020px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  h4 {
    font-size: 23px;
  }
}
@media (max-width: 1020px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin: 15px 0;
  color: #303030;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 560px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  p {
    font-size: 13px;
  }
}
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: #222222;
}
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: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #222222;
  margin: 0;
  z-index: 1;
}
@media (max-width: 560px) {
  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: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  color: #222222;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
}
@media (max-width: 767px) {
  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 {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  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 {
    font-size: 13px;
    padding: 12px 10px;
  }
}
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: #0a0905;
}
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: #ebebeb;
}
@media (max-width: 1020px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

.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;
  background-size: contain;
  width: 13px;
  height: 8px;
}

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: "Roboto", sans-serif;
  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: #0a0905;
  font-weight: 500;
  padding: 17px 28px;
  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-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: rgb(9, 8.1, 4.5);
  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: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 2px solid #e7e7e7;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #0a0905;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #222222;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

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

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #e7e7e7;
}

input[type=checkbox]::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 0;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
  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: #303030;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #303030;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #303030;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #303030;
  font-family: "Roboto", 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;
  transition: all 0.3s ease;
}

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

.wpcf7 label {
  margin-bottom: 5px;
}
.wpcf7 input[type=submit] {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.wpcf7 input[type=submit]:hover {
  opacity: 0.9;
}
.wpcf7 .intl-tel-input {
  margin-bottom: 15px;
}

/* #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: #0a0905;
}

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: 1020px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

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

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

.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;
  border-radius: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #222222;
  border-radius: 0;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 35px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
    padding: 15px 30px;
  }
}
@media (max-width: 560px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
    width: 100%;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  padding: 12px 20px;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 15px 28px;
  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;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1020px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: rgb(9, 8.1, 4.5);
  color: white;
}

.button1 {
  border: 2px solid #fff;
}
.button1:hover {
  background-color: transparent;
  color: #fff;
}

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

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: rgb(9, 8.1, 4.5);
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button2 {
  background: #000;
  color: white;
  text-decoration: none;
}
.button2:hover {
  text-decoration: none;
  background-color: #3a3a3a;
  color: white;
}

.button-line {
  border: 2px solid #0a0905;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #0a0905;
  background-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #0a0905;
  color: white;
}
.button-line.button-line-white {
  color: #fff;
  border-color: #fff;
}
.button-line.button-line-white:hover {
  background-color: #fff;
  color: #222222;
  border-color: #fff;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #222222;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 560px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  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: 560px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 560px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: #0a0905;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  position: relative;
  top: 2px;
  color: #0a0905;
}
@media (max-width: 560px) {
  .btn-text {
    font-size: 13px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 41px;
  height: 1px;
  background-color: #0a0905;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(39px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

.button-link {
  color: #0f0f0f;
  text-decoration: underline;
  font-family: "Oswald", sans-serif;
}
.button-link:hover {
  opacity: 0.7;
}

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: #efefef;
  position: relative;
}
body.post-type-archive-product, body.home {
  background-image: url(images/webp/bg-decoration.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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 */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 22px;
  }
}
@media (max-width: 1020px) {
  .big-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .big-title {
    font-size: 16px;
  }
}

.big-p {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
}
@media (max-width: 1430px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 560px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 1020px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 560px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 560px) {
  .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;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1020px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 1020px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #f4f4f4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 1020px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 1020px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.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: #303030;
}
.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: 600;
}
.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: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #222222;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 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;
  color: #303030;
  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: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 1020px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 560px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 1020px) {
  .the-content h1 {
    font-size: 30px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 10px;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
  margin-bottom: 10px;
}

.the-content-large li,
.the-content-large p {
  font-size: 17px;
}
@media (max-width: 1430px) {
  .the-content-large li,
  .the-content-large p {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .the-content-large li,
  .the-content-large p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .the-content-large li,
  .the-content-large p {
    font-size: 14px;
  }
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 28px;
  position: relative;
  font-weight: 700;
}
.the-content.the-content-checked ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(images/svg/check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  display: inline-block;
  margin-right: 0;
  position: absolute;
  left: -2px;
  top: -2px;
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 560px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  color: #f8f8f8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .small-title {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.small-title.yellow-text {
  color: #0a0905;
}

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

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1020px) {
  .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: 1020px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 1020px) {
  .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: 1020px) {
  .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: 1020px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1020px) {
  .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: 1020px) {
  .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: 1020px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

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

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

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1020px) {
  .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: 1020px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

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

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 1020px) {
  .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: 1020px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

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

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 1020px) {
  .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: 1020px) {
  .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;
}

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

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

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

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

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

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

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

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

.green-text {
  color: #0a0905;
}

.blue-box {
  background-color: #0a0905;
}

.dark-blue {
  background-color: #133c7c;
}

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

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

.box-shadow-black {
  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;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #222222;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  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: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 1020px) {
  .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;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 560px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #ebebeb;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #0a0905;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1020px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 560px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.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 {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 560px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 1020px) {
  .logo-error {
    margin-bottom: 40px;
  }
}
.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1020px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}
.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 560px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 560px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #0a0905;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 560px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  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: #0a0905;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

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

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

.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: flex;
  flex-wrap: wrap;
  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%;
  }
}

.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1020px) {
  .wp-pagenavi {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 5px;
  }
}
.wp-pagenavi .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi li {
  margin: 1px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin: 0;
  margin-right: 1px;
  margin-left: 1px;
  background: #fff;
}
@media (max-width: 1020px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}
@media (max-width: 560px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.wp-pagenavi span {
  background-color: #000;
  color: white;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.wp-pagenavi .page-numbers.dots {
  background: transparent;
  color: #000;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-size: 0;
}

.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: #222222;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 1020px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 11px;
  }
}
.next.page-numbers:hover,
.prev.page-numbers:hover {
  background-color: #0a0905;
}
.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";
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1020px) {
  .mobile-only {
    display: inline-block !important;
  }
  .desktop-only {
    display: none !important;
  }
}
.section {
  padding: 70px 0;
}
@media (max-width: 1430px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 560px) {
  .section {
    padding: 30px 0;
  }
}

.section-no-bottom {
  padding-bottom: 0;
}
@media (max-width: 1430px) {
  .section-no-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-no-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .section-no-bottom {
    padding-bottom: 0;
  }
}

.section-no-top {
  padding-top: 0;
}
@media (max-width: 1430px) {
  .section-no-top {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-no-top {
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  .section-no-top {
    padding-top: 0;
  }
}

.section-top {
  padding-top: 70px;
}
@media (max-width: 1430px) {
  .section-top {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-top {
    padding-top: 40px;
  }
}
@media (max-width: 560px) {
  .section-top {
    padding-top: 30px;
  }
}

.section-small {
  padding: 30px 0;
}
@media (max-width: 1430px) {
  .section-small {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .section-small {
    padding: 20px 0;
  }
}

body .slick-prev,
body .slick-next {
  background: transparent;
  width: 38px;
  height: 38px;
}
@media (max-width: 1020px) {
  body .slick-prev,
  body .slick-next {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  body .slick-prev,
  body .slick-next {
    width: 30px;
    height: 30px;
  }
}
body .slick-prev:focus, body .slick-prev:hover,
body .slick-next:focus,
body .slick-next:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0a0905;
  background-size: 18px;
}
@media (max-width: 1020px) {
  body .slick-prev:focus, body .slick-prev:hover,
  body .slick-next:focus,
  body .slick-next:hover {
    background-size: 16px;
  }
}
@media (max-width: 767px) {
  body .slick-prev:focus, body .slick-prev:hover,
  body .slick-next:focus,
  body .slick-next:hover {
    background-size: 14px;
  }
}
body .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media (max-width: 1020px) {
  body .slick-arrow {
    background-size: 16px;
  }
}
@media (max-width: 767px) {
  body .slick-arrow {
    background-size: 14px;
  }
}
body .slick-arrow.slick-disabled {
  opacity: 0.5;
}
body .slick-prev {
  right: 70px;
  left: auto;
  top: auto;
  bottom: -120px;
  background-image: url(images/svg/arrow-right.svg);
}
@media (max-width: 1020px) {
  body .slick-prev {
    bottom: -70px;
    right: 60px;
  }
}
body .slick-prev:focus, body .slick-prev:hover {
  background-image: url(images/svg/arrow-right.svg);
}
body .slick-prev:before {
  content: none;
}
body .slick-next {
  bottom: -120px;
  right: 0;
  top: auto;
  background-image: url(images/svg/arrow-left.svg);
}
@media (max-width: 1020px) {
  body .slick-next {
    bottom: -70px;
  }
}
body .slick-next:focus, body .slick-next:hover {
  background-image: url(images/svg/arrow-left.svg);
}
body .slick-next:before {
  content: none;
}
body .slick-dots li {
  width: 15px;
  height: 15px;
}
body .slick-dots li button {
  width: 10px;
  height: 10px;
}
body .slick-dots li button:before {
  font-size: 11px;
  font-size: 11px;
  line-height: 12px;
  width: 10px;
  height: 10px;
  opacity: 1;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  border-radius: 50px;
}
body .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  background-color: #fff;
}
body .slick-dots li:first-child:last-child {
  display: none;
}
body .dots-bottom .slick-dots li {
  width: 22px;
  height: 4px;
}
body .dots-bottom .slick-dots li button {
  width: 22px;
  height: 4px;
  padding: 0;
  border-radius: 0;
  background-color: #c6c6c6;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body .dots-bottom .slick-dots li button:before {
  content: none;
}
body .dots-bottom .slick-dots li.slick-active {
  width: 30px;
  height: 6px;
}
body .dots-bottom .slick-dots li.slick-active button {
  width: 30px;
  height: 6px;
  background-color: #000;
}
body .arrows-middle .slick-prev {
  z-index: 999;
  border: 2px solid #000000;
  background-color: transparent;
  left: -50px;
  top: calc((100% - 38px) / 2);
}
@media (max-width: 1300px) {
  body .arrows-middle .slick-prev {
    left: -40px;
  }
}
body .arrows-middle .slick-prev:hover {
  background-color: #d6d6d6;
}
body .arrows-middle .slick-next {
  z-index: 999;
  border: 2px solid #000000;
  background-color: transparent;
  right: -50px;
  left: auto;
  top: calc((100% - 38px) / 2);
}
@media (max-width: 1300px) {
  body .arrows-middle .slick-next {
    right: -40px;
  }
}
body .arrows-middle .slick-next:hover {
  background-color: #d6d6d6;
}
body .arrows-top .slick-prev {
  bottom: auto;
  top: -39px;
  z-index: 999;
  right: 65px;
  border: 2px solid #000000;
  background-color: transparent;
}
@media (max-width: 1020px) {
  body .arrows-top .slick-prev {
    right: 60px;
  }
}
body .arrows-top .slick-prev:hover {
  background-color: #d6d6d6;
}
body .arrows-top .slick-next {
  bottom: auto;
  top: -39px;
  right: 8px;
  z-index: 999;
  border: 2px solid #000000;
  background-color: transparent;
}
body .arrows-top .slick-next:hover {
  background-color: #d6d6d6;
}

.section_testimonials {
  background: #ededed;
}
.section_testimonials .the-content h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section_testimonials .the-content h2 {
    margin-bottom: 5px;
  }
}
.section_testimonials .slider-testimonials {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .section_testimonials .slider-testimonials {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.section_testimonials .slider-testimonials.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.section_testimonials .slider-testimonials:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 265px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 560px) {
  .section_testimonials .slider-testimonials:not(.slick-slider) {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .section_testimonials .slider-testimonials:not(.slick-slider) {
    height: 200px;
  }
}
.section_testimonials .slider-testimonials:not(.slick-slider) .testimonial-item {
  width: 33.33%;
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials:not(.slick-slider) .testimonial-item {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section_testimonials .slider-testimonials:not(.slick-slider) .testimonial-item {
    width: 100%;
  }
}
.section_testimonials .slider-testimonials .testimonial-item {
  padding: 10px;
}
@media (max-width: 767px) {
  .section_testimonials .slider-testimonials .testimonial-item {
    padding: 10px 8px;
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term {
  background-color: #fff;
  padding: 40px 35px;
  height: 100%;
  min-height: 235px;
}
@media (max-width: 1300px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term {
    padding: 35px 30px;
  }
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term {
    padding: 25px 20px;
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term .user {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 500px;
}
@media (max-width: 1300px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user {
    width: 35px;
    height: 35px;
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term .user-info {
  width: calc(100% - 50px);
  padding-left: 13px;
}
@media (max-width: 1300px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user-info {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user-info {
    width: calc(100% - 35px);
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term .user-info .name {
  font-family: "Oswald", sans-serif;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user-info .name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user-info .name {
    font-size: 14px;
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term .user-info .info {
  margin: 0;
}
@media (max-width: 1020px) {
  .section_testimonials .slider-testimonials .testimonial-item .item-term .user-info .info {
    font-size: 13px;
  }
}
.section_testimonials .slider-testimonials .testimonial-item .item-term .text {
  margin: 0 0 20px 0;
}

.section-breadcrumbs {
  background: #e2e2e2;
  padding: 12px 0;
}
@media (max-width: 1300px) {
  .section-breadcrumbs {
    padding: 10px 0;
  }
}
@media (max-width: 1020px) {
  .section-breadcrumbs {
    padding: 7px 0;
  }
}
.section-breadcrumbs #breadcrumbs {
  opacity: 0.6;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .section-breadcrumbs #breadcrumbs {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  .section-breadcrumbs #breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .section-breadcrumbs #breadcrumbs {
    font-size: 11px;
  }
}
.section-breadcrumbs #breadcrumbs a {
  text-decoration: none;
}
.section-breadcrumbs #breadcrumbs a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.section-breadcrumbs #breadcrumbs i {
  font-size: 9px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 1300px) {
  .section-breadcrumbs #breadcrumbs i {
    font-size: 8px;
  }
}
@media (max-width: 1020px) {
  .section-breadcrumbs #breadcrumbs i {
    font-size: 7px;
  }
}
.section-breadcrumbs #breadcrumbs .breadcrumb_last {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section_gallery {
    padding-bottom: 0;
  }
}
@media (max-width: 1020px) {
  .section_gallery .the-content {
    text-align: center;
    width: 100%;
  }
}
.section_gallery .the-content h2 {
  margin-top: 0;
}
@media (max-width: 1020px) {
  .section_gallery .button_link {
    text-align: center;
    width: 100%;
  }
}
.section_gallery .wrap-gallery {
  padding: 20px 50px;
}
@media (max-width: 1550px) {
  .section_gallery .wrap-gallery {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .section_gallery .wrap-gallery {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 560px) {
  .section_gallery .wrap-gallery {
    padding: 15px 0 0 0;
  }
}
.section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 1430px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 1300px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 1020px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) {
    height: 180px;
  }
}
.section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) .item {
  width: 20%;
}
@media (max-width: 1300px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) .item {
    width: 33.33%;
  }
}
@media (max-width: 560px) {
  .section_gallery .wrap-gallery .slider-gallery:not(.slick-slider) .item {
    width: 50%;
  }
}
.section_gallery .wrap-gallery .slider-gallery .item a {
  width: calc(100% - 20px);
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  position: relative;
}
.section_gallery .wrap-gallery .slider-gallery .item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(images/svg/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section_gallery .wrap-gallery .slider-gallery .item a:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .section_gallery .wrap-gallery .slider-gallery .item a {
    width: calc(100% - 14px);
  }
}
.section_gallery .wrap-gallery .slider-gallery .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media (max-width: 1550px) {
  .section_gallery .wrap-gallery .slider-gallery .item img {
    height: 350px;
  }
}
@media (max-width: 1430px) {
  .section_gallery .wrap-gallery .slider-gallery .item img {
    height: 300px;
  }
}
@media (max-width: 1300px) {
  .section_gallery .wrap-gallery .slider-gallery .item img {
    height: 250px;
  }
}
@media (max-width: 1020px) {
  .section_gallery .wrap-gallery .slider-gallery .item img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .section_gallery .wrap-gallery .slider-gallery .item img {
    height: 180px;
  }
}

.section_features .item_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  .section_features .item_box {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .section_features .item_box {
    width: 100%;
  }
}
.section_features .item_box .wrap_item_box {
  padding: 35px;
  height: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1550px) {
  .section_features .item_box .wrap_item_box {
    padding: 30px;
  }
}
@media (max-width: 1430px) {
  .section_features .item_box .wrap_item_box {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .section_features .item_box .wrap_item_box {
    padding: 20px;
  }
}
.section_features .item_box .wrap_item_box:hover {
  top: -5px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .section_features .item_box .wrap_item_box:hover {
    top: 0;
    box-shadow: none;
  }
}
.section_features .item_box .wrap_item_box .icon {
  width: 84px;
  height: 84px;
  padding: 10px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .section_features .item_box .wrap_item_box .icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 1020px) {
  .section_features .item_box .wrap_item_box .icon {
    margin-bottom: 20px;
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .section_features .item_box .wrap_item_box .icon {
    width: 65px;
    height: 65px;
  }
}
.section_features .item_box .wrap_item_box .icon img {
  width: 60px;
  height: auto;
}
@media (max-width: 1020px) {
  .section_features .item_box .wrap_item_box .icon img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section_features .item_box .wrap_item_box .icon img {
    width: 43px;
  }
}
.section_features .item_box .wrap_item_box .icon.icon-small {
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  .section_features .item_box .wrap_item_box .icon.icon-small {
    margin-bottom: 10px;
  }
}
.section_features .item_box .wrap_item_box .big-title {
  margin-bottom: 5px;
}
.section_features .item_box .wrap_item_box .big-p.no-space {
  margin-bottom: 0;
}
.section_features .item_box .wrap_item_box .text {
  margin-top: 10px;
  margin-bottom: 0;
}

.section_video .fancybox {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_video .fancybox {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .section_video .fancybox {
    margin-bottom: 10px;
  }
}
.section_video .fancybox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}
.section_video .fancybox span {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #000;
  border-radius: 500px;
  position: absolute;
  left: calc((100% - 70px) / 2);
  top: calc((100% - 70px) / 2);
  text-align: center;
  cursor: pointer;
  animation: waves-whatsapp linear 3s infinite;
}
@media (max-width: 1300px) {
  .section_video .fancybox span {
    width: 60px;
    height: 60px;
    left: calc((100% - 60px) / 2);
    top: calc((100% - 60px) / 2);
  }
}
@media (max-width: 1020px) {
  .section_video .fancybox span {
    width: 50px;
    height: 50px;
    animation: waves-whatsapp-mobile linear 3s infinite;
    left: calc((100% - 50px) / 2);
    top: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .section_video .fancybox span {
    width: 40px;
    height: 40px;
    left: calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
  }
}
@media (max-width: 560px) {
  .section_video .fancybox span {
    width: 30px;
    height: 30px;
    left: calc((100% - 30px) / 2);
    top: calc((100% - 30px) / 2);
  }
}
.section_video .fancybox span i {
  font-size: 20px;
  line-height: 70px;
}
@media (max-width: 1300px) {
  .section_video .fancybox span i {
    line-height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .section_video .fancybox span i {
    line-height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section_video .fancybox span i {
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .section_video .fancybox span i {
    font-size: 12px;
    line-height: 30px;
  }
}
.section_video .fancybox img {
  width: 100%;
  height: auto;
}

.section_categories .item_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .section_categories .item_box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_categories .item_box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 560px) {
  .section_categories .item_box {
    width: 100%;
  }
}
.section_categories .item_box .wrap_item_box {
  padding: 0 30px 30px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
@media (max-width: 767px) {
  .section_categories .item_box .wrap_item_box {
    padding: 0 25px 25px 25px;
  }
}
@media (max-width: 560px) {
  .section_categories .item_box .wrap_item_box {
    padding: 0 20px 20px 20px;
  }
}
.section_categories .item_box .cover {
  position: relative;
  top: 0;
  width: 100%;
  display: inline-block;
  height: 100%;
  background-color: #f5f5f5;
}
.section_categories .item_box .cover:hover {
  text-decoration: none;
  top: -5px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1300px) {
  .section_categories .item_box .cover:hover {
    top: 0;
  }
}
.section_categories .item_box .cover:hover .button-line-white {
  background-color: #fff;
  color: #222222;
  border-color: #fff;
}
.section_categories .item_box .cover img {
  height: 270px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_categories .item_box .cover img {
    height: 250px;
  }
}
.section_categories .item_box .cover .big-title {
  color: #000;
  margin-bottom: 0;
  font-size: 21px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .section_categories .item_box .cover .big-title {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .section_categories .item_box .cover .big-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .section_categories .item_box .cover .big-title {
    font-size: 17px;
  }
}
.section_categories .item_box .cover .subtitle {
  margin-top: 10px;
}
.section_categories .item_box .cover .button-cart {
  background-image: url(images/svg/cart-white.svg);
  padding: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-color: #222222;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .section_categories .item_box .cover .button-cart {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 560px) {
  .section_categories .item_box .cover .button-cart {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .section_categories .item_box .cover .button-cart {
    right: 15px;
    bottom: 15px;
  }
}

@media (max-width: 1020px) {
  .section_menu .sidebar-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_menu .sidebar-left .white-box {
  padding: 25px;
}
@media (max-width: 1020px) {
  .section_menu .sidebar-left .white-box {
    padding: 20px;
  }
}
@media (max-width: 1020px) {
  .section_menu .sidebar-left .white-box {
    padding: 0;
  }
}
.section_menu .sidebar-left .white-box .trigger-sidebar {
  display: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .section_menu .sidebar-left .white-box .trigger-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section_menu .sidebar-left .white-box .trigger-sidebar {
    font-size: 15px;
    padding: 15px;
  }
}
@media (max-width: 560px) {
  .section_menu .sidebar-left .white-box .trigger-sidebar {
    font-size: 14px;
  }
}
.section_menu .sidebar-left .white-box .trigger-sidebar:hover {
  text-decoration: none;
}
.section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2 {
  height: 2px;
  background: #222222;
  transition: 0.2s ease-out all 0.2s;
  width: 24px;
  position: relative;
}
.section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:before, .section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #222222;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 24px;
}
.section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:before {
  top: -7px;
}
@media (max-width: 560px) {
  .section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:before {
    top: -7px;
  }
}
.section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:after {
  top: 7px;
}
@media (max-width: 560px) {
  .section_menu .sidebar-left .white-box .trigger-sidebar .hamburger2:after {
    top: 7px;
  }
}
.section_menu .sidebar-left .white-box .trigger-sidebar.active .hamburger2 {
  background-color: transparent;
}
.section_menu .sidebar-left .white-box .trigger-sidebar.active .hamburger2:before, .section_menu .sidebar-left .white-box .trigger-sidebar.active .hamburger2:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #222222;
}
.section_menu .sidebar-left .white-box .trigger-sidebar.active .hamburger2:before {
  transform: rotate(45deg);
}
.section_menu .sidebar-left .white-box .trigger-sidebar.active .hamburger2:after {
  transform: rotate(135deg);
}
.section_menu .sidebar-left .white-box .menu-sidebar {
  display: block;
}
@media (min-width: 1021px) {
  .section_menu .sidebar-left .white-box .menu-sidebar {
    display: block !important;
  }
}
@media (max-width: 1020px) {
  .section_menu .sidebar-left .white-box .menu-sidebar {
    display: none;
  }
}
@media (max-width: 1020px) {
  .section_menu .sidebar-left .white-box ul {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .section_menu .sidebar-left .white-box ul {
    padding: 0 15px 15px 15px;
  }
}
.section_menu .sidebar-left .white-box ul li {
  border-bottom: 1px solid rgba(126, 126, 126, 0.0588235294);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_menu .sidebar-left .white-box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section_menu .sidebar-left .white-box ul li.current-menu-item a {
  color: #000;
}
.section_menu .sidebar-left .white-box ul li a {
  color: #54504f;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.section_menu .sidebar-left .white-box ul li a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1020px) {
  .section_menu .content-right {
    width: 100%;
  }
}

.page-error .warp-button-error {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .page-error .white-box {
    padding: 0;
    background-color: transparent;
  }
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 25px rgba(255, 255, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 25px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes waves-whatsapp-mobile {
  0% {
    box-shadow: 0 4px 5px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 4px 5px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 4px 5px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.067);
  }
  100% {
    box-shadow: 0 4px 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 5px rgba(255, 255, 255, 0);
  }
}
.not-found {
  background-color: #fff;
}
.not-found i {
  font-size: 70px;
  margin-bottom: 15px;
}
.not-found h4 {
  margin-bottom: 0;
}

.article-box {
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  .article-box {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .article-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.article-box .news-item {
  display: block;
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-box .news-item {
    height: 262px;
  }
}
.article-box .news-item:hover .cover {
  transform: scale(1.1);
}
.article-box .news-item .ovh,
.article-box .news-item .cover {
  display: block;
  width: 100%;
  height: 100%;
}
.article-box .news-item .cover {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1.01);
  background-color: #000;
}
.article-box .news-item .cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.7;
}
.article-box .blog-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 24px;
}
@media (max-width: 767px) {
  .article-box .blog-text {
    padding: 20px;
  }
}
.article-box .blog-text p {
  color: white;
  line-height: 1.2;
}
.article-box .blog-text span {
  color: white;
  font-size: 14px;
}
.article-box .blog-text .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin: 0 0 5px;
}
@media (max-width: 1020px) {
  .article-box .blog-text .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-box .blog-text .title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .article-box .blog-text .title {
    font-size: 15px;
  }
}
.article-box .blog-text .category {
  font-size: 14px;
  margin: 0 0 10px;
}
@media (max-width: 560px) {
  .article-box .blog-text .category {
    font-size: 13px;
  }
}
.article-box .blog-text .blog-date i {
  margin-right: 6px;
}

.section-clients .the-content {
  margin-bottom: 50px;
}
@media (max-width: 1020px) {
  .section-clients .the-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-clients .the-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .section-clients .the-content {
    margin-bottom: 20px;
  }
}
.section-clients .grid .grid-item,
.section-clients .grid .grid-sizer {
  width: 33.33%;
}
@media (max-width: 1020px) {
  .section-clients .grid .grid-item,
  .section-clients .grid .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-clients .grid .grid-item,
  .section-clients .grid .grid-sizer {
    width: 100%;
  }
}
.section-clients .grid .wrap-logo {
  margin: 0 auto;
  width: calc(100% - 15px);
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1020px) {
  .section-clients .grid .wrap-logo {
    height: 325px;
  }
}
@media (max-width: 560px) {
  .section-clients .grid .wrap-logo {
    width: 100%;
    height: 400px;
  }
}
.section-clients .grid .wrap-logo.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/loading.gif) no-repeat center center;
  background-size: 30px;
  background-color: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.section-clients .grid .wrap-logo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo:after {
    background-color: #000;
    opacity: 0.7;
  }
}
.section-clients .grid .wrap-logo .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 92px;
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text {
    height: 100%;
  }
}
.section-clients .grid .wrap-logo .bottom-text .big-p {
  margin-top: 0;
  margin-bottom: 7px;
}
.section-clients .grid .wrap-logo .bottom-text .normal {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
}
@media (max-width: 1020px) {
  .section-clients .grid .wrap-logo .bottom-text .normal {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text .normal {
    font-size: 13px;
  }
}
.section-clients .grid .wrap-logo .bottom-text .flex {
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text .flex {
    justify-content: end;
  }
}
.section-clients .grid .wrap-logo .bottom-text .wrap-button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text .wrap-button {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text .wrap-button {
    padding-top: 10px;
  }
}
.section-clients .grid .wrap-logo .bottom-text .wrap-button .button1 {
  padding: 12px 21px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .section-clients .grid .wrap-logo .bottom-text .wrap-button .button1 {
    font-size: 13px;
    padding: 11px 28px;
  }
}
@media (max-width: 1020px) {
  .section-clients .grid .wrap-logo .bottom-text .wrap-button .button1 {
    font-size: 12px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .section-clients .grid .wrap-logo .bottom-text .wrap-button .button1 {
    font-size: 11px;
    padding: 9px 22px;
  }
}
.section-clients .grid .wrap-logo:hover:after {
  background-color: #000;
  opacity: 0.7;
}
.section-clients .grid .wrap-logo:hover .bottom-text {
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section-clients .grid .wrap-logo:hover .bottom-text .wrap-button {
  height: auto;
}
.section-clients .navigation a,
.section-clients .navigation span {
  margin: 3px 5px;
}

#fancy-client {
  padding: 0 !important;
  width: 1024px;
}
@media (max-width: 1300px) {
  #fancy-client {
    width: 97%;
  }
}
@media (max-width: 767px) {
  #fancy-client .images {
    display: none;
  }
}
#fancy-client .images .full-slider {
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}
#fancy-client .images .full-slider .slick-dots {
  bottom: 25px;
}
#fancy-client .images .full-slider .slick-dots li:first-child:last-child {
  display: none;
}
#fancy-client .images .full-slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4509803922);
}
#fancy-client .images .full-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#fancy-client .images .full-slider img {
  width: 100%;
  height: 641px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1020px) {
  #fancy-client .images .full-slider img {
    height: 541px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info {
    width: 100%;
  }
}
#fancy-client .info .wrap-info {
  padding: 50px;
}
@media (max-width: 1300px) {
  #fancy-client .info .wrap-info {
    padding: 50px 40px;
  }
}
@media (max-width: 1020px) {
  #fancy-client .info .wrap-info {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .wrap-info {
    padding: 40px 25px;
  }
}
#fancy-client .info .wrap-info .big-title {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  #fancy-client .info .wrap-info .big-title {
    font-size: 25px;
  }
}
@media (max-width: 1020px) {
  #fancy-client .info .wrap-info .big-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .wrap-info .big-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  #fancy-client .info .wrap-info .big-title {
    font-size: 16px;
  }
}
#fancy-client .info .wrap-info .normal {
  color: #303030;
  margin-top: 5px;
  margin-bottom: 5px;
}
#fancy-client .info .list-products {
  padding-top: 20px;
}
#fancy-client .info .list-products .simple-product-list {
  background: #eeeeee;
  margin-bottom: 15px;
}
#fancy-client .info .list-products .simple-product-list:last-child {
  margin-bottom: 0;
}
#fancy-client .info .list-products .simple-product-list .image {
  width: 134px;
}
@media (max-width: 1020px) {
  #fancy-client .info .list-products .simple-product-list .image {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .list-products .simple-product-list .image {
    width: 80px;
  }
}
@media (max-width: 400px) {
  #fancy-client .info .list-products .simple-product-list .image {
    width: 100%;
    padding: 0 15px;
  }
}
#fancy-client .info .list-products .simple-product-list .image img {
  width: auto;
  height: auto;
}
@media (max-width: 400px) {
  #fancy-client .info .list-products .simple-product-list .image img {
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#fancy-client .info .list-products .simple-product-list .details {
  padding-left: 20px;
  width: calc(100% - 134px);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}
@media (max-width: 1020px) {
  #fancy-client .info .list-products .simple-product-list .details {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  #fancy-client .info .list-products .simple-product-list .details {
    width: calc(100% - 80px);
  }
}
@media (max-width: 400px) {
  #fancy-client .info .list-products .simple-product-list .details {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fancy-client .info .list-products .simple-product-list .details .big-p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  #fancy-client .info .list-products .simple-product-list .details .big-p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .list-products .simple-product-list .details .big-p {
    font-size: 14px;
  }
}
#fancy-client .info .list-products .simple-product-list .details .big-p a {
  text-decoration: none;
}
#fancy-client .info .list-products .simple-product-list .details .warp-button {
  padding-top: 10px;
}
#fancy-client .info .list-products .simple-product-list .details .warp-button p {
  margin: 0;
}
#fancy-client .info .list-products .simple-product-list .details .warp-button a {
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 14px 30px;
}
@media (max-width: 1430px) {
  #fancy-client .info .list-products .simple-product-list .details .warp-button a {
    font-size: 13px;
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .list-products .simple-product-list .details .warp-button a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (max-width: 560px) {
  #fancy-client .info .list-products .simple-product-list .details .warp-button a {
    font-size: 11px;
    padding: 8px 15px;
  }
}
#fancy-client .info .list-products .simple-product-list .details .warp-button .added_to_cart {
  display: none !important;
}
#fancy-client .info .list-products .simple-product-list .product_price del .woocommerce-Price-amount bdi {
  font-size: 15px !important;
  font-weight: 700 !important;
  opacity: 0.5;
  position: relative;
}
#fancy-client .info .list-products .simple-product-list .product_price del .woocommerce-Price-amount bdi::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
@media (max-width: 1300px) {
  #fancy-client .info .list-products .simple-product-list .product_price del .woocommerce-Price-amount bdi {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  #fancy-client .info .list-products .simple-product-list .product_price del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}
#fancy-client .info .list-products .simple-product-list .product_price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  text-decoration: inherit;
  font-weight: 700 !important;
}
#fancy-client .info .list-products .simple-product-list .woocommerce-Price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a0905;
}
#fancy-client .info .list-products .simple-product-list .woocommerce-Price-amount * {
  font-weight: 700;
}
@media (max-width: 1020px) {
  #fancy-client .info .list-products .simple-product-list .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #fancy-client .info .list-products .simple-product-list .woocommerce-Price-amount {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  #fancy-client .info .list-products .simple-product-list .woocommerce-Price-amount {
    font-size: 13px;
  }
}

.desc.the-content:empty {
  margin-bottom: 15px;
}

.slider-products .slick-track {
  margin-left: 0;
}

.section_videos {
  padding-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_videos {
    margin-bottom: 0;
  }
}
.section_videos .col_33 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section_videos .col_33 {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section_videos .col_33 {
    width: 100%;
  }
}
.section_videos .col_33 a {
  width: 100%;
  justify-content: center;
  padding: 23px 10px;
  background: #000;
  color: #fff;
  box-shadow: 0px -1px 19px 0px rgba(0, 0, 0, 0.15);
  top: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .section_videos .col_33 a {
    padding: 20px 10px;
  }
}
.section_videos .col_33 a:hover {
  text-decoration: none;
  top: -5px;
}
@media (max-width: 1020px) {
  .section_videos .col_33 a:hover {
    top: 0;
  }
}
.section_videos .col_33 a .icon {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .section_videos .col_33 a .icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 560px) {
  .section_videos .col_33 a .icon {
    width: 24px;
    height: 24px;
    font-size: 8px;
  }
}
@media (max-width: 400px) {
  .section_videos .col_33 a .icon {
    width: 20px;
    height: 20px;
    font-size: 5px;
    border: 1px solid #fff;
    margin-right: 7px;
  }
}
.section_videos .col_33 a .name {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 1020px) {
  .section_videos .col_33 a .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section_videos .col_33 a .name {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .section_videos .col_33 a .name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section_videos .col_33 a .name {
    font-size: 13px;
  }
}

.product_extra_video video {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #000;
  max-width: 750px;
}
@media (max-width: 1020px) {
  .product_extra_video video {
    max-width: 100%;
  }
}

.header {
  padding-top: 10px;
  background-color: #fff;
}
@media (max-width: 1020px) {
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1020px) {
  .header .header-flex {
    align-items: center;
  }
}
@media (max-width: 1020px) {
  .header .logo-box {
    width: 50%;
  }
}
.header .logo-box .header-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header .logo-box img {
  width: 130px;
  height: auto;
}
@media (max-width: 1300px) {
  .header .logo-box img {
    width: 110px;
  }
}
@media (max-width: 1020px) {
  .header .logo-box img {
    width: 80px;
  }
}
@media (max-width: 1020px) {
  .header .right-header {
    width: 50%;
  }
}
.header .right-header .header-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .header .right-header .header-top {
    display: none;
  }
}
.header .right-header .header-top .item-top {
  margin-left: 30px;
}
.header .right-header .header-top .wrap-footer-social .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.header .right-header .header-top .wrap-footer-social .social-list li {
  margin: 2px 0 2px 10px;
}
@media (max-width: 1020px) {
  .header .right-header .header-top .wrap-footer-social .social-list li {
    margin: 2px 5px;
  }
}
.header .right-header .header-top .wrap-footer-social .social-list li a {
  background: #f8f8f8;
  width: 30px;
  height: 30px;
}
@media (max-width: 1020px) {
  .header .right-header .header-top .wrap-footer-social .social-list li a {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 560px) {
  .header .right-header .header-top .wrap-footer-social .social-list li a {
    width: 25px;
    height: 25px;
  }
}
.header .right-header .header-top .wrap-footer-social .social-list li a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}
.header .right-header .header-top .wrap-footer-social .social-list li a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .right-header .header-top .wrap-footer-social .social-list li a i {
  color: #2d2926;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .header .right-header .header-top .wrap-footer-social .social-list li a i {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .header .right-header .header-top .wrap-footer-social .social-list li a i {
    font-size: 13px;
  }
}
.header .right-header .header-top .item-contact {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.header .right-header .header-top .item-contact a {
  position: relative;
  padding-left: 26px;
}
.header .right-header .header-top .item-contact a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header .right-header .header-top .item-contact a img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: auto;
}
.header .right-header .header-bottom .item-header {
  margin-left: 30px;
}
@media (max-width: 1020px) {
  .header .right-header .header-bottom .item-header {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .right-header .header-bottom .item-header {
    margin-left: 15px;
  }
}
@media (max-width: 1020px) {
  .header .right-header .header-bottom .item-header.item-menu {
    display: none;
  }
}
.header .right-header .header-bottom .item-header .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: end;
}
.header .right-header .header-bottom .item-header .menu > li {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 1300px) {
  .header .right-header .header-bottom .item-header .menu > li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1100px) {
  .header .right-header .header-bottom .item-header .menu > li {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.header .right-header .header-bottom .item-header .menu > li a {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #000;
}
.header .right-header .header-bottom .item-header .menu > li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header .right-header .header-bottom .item-header .menu > li.toggle-element > a {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px;
  background: linear-gradient(82.41deg, #3f1d96 -3.42%, #926dec 63.85%, #558bd8 99.09%);
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.header .right-header .header-bottom .item-header .menu > li.toggle-element > a:after {
  right: 17px !important;
}
.header .right-header .header-bottom .item-header .menu > li.toggle-element > a:before {
  content: "";
  width: 16px;
  height: 10px;
  display: inline-block;
  background-image: url(images/svg/menu-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
}
.header .right-header .header-bottom .item-header .menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  z-index: 2;
}
.header .right-header .header-bottom .item-header .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}
.header .right-header .header-bottom .item-header .menu > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 9px;
  line-height: 1em;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu {
  position: absolute;
  left: -40px;
  top: 100%;
  width: 200px;
  text-align: left;
  background-color: #f8f8f8;
  text-align: left;
  display: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  position: absolute;
  left: 50px;
  top: -7px;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu > li.menu-item-has-children > a:after {
  right: 10px;
  top: calc(50% - 5px);
  font-size: 10px;
  content: "\f054";
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu a {
  text-align: left;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1430px) {
  .header .right-header .header-bottom .item-header .menu > li > .sub-menu a {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  .header .right-header .header-bottom .item-header .menu > li > .sub-menu a {
    font-size: 12px;
  }
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu a:hover {
  background-color: #dfdfdf;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu li {
  border-bottom: 1px solid #d2d2d2;
  padding: 0;
  margin-right: 0;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu li:before {
  content: none;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu li:last-child {
  border-bottom: none;
}
.header .right-header .header-bottom .item-header .menu > li > .sub-menu li.current-menu-item a {
  text-decoration: none;
  background-color: #dfdfdf;
}
.header .right-header .header-bottom .my-login {
  position: relative;
}
.header .right-header .header-bottom .my-login .wrapp_submenu {
  display: none;
  position: absolute;
  left: -40px;
  top: 100%;
  width: 150px;
  text-align: left;
  background-color: #f8f8f8;
  text-align: left;
  display: none;
}
.header .right-header .header-bottom .my-login .wrapp_submenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f8f8f8;
  position: absolute;
  left: 45px;
  top: -7px;
}
.header .right-header .header-bottom .my-login .wrapp_submenu li {
  border-bottom: 1px solid #d2d2d2;
}
.header .right-header .header-bottom .my-login .wrapp_submenu li:last-child {
  border-bottom: none;
}
.header .right-header .header-bottom .my-login .wrapp_submenu li a {
  text-align: left;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1430px) {
  .header .right-header .header-bottom .my-login .wrapp_submenu li a {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  .header .right-header .header-bottom .my-login .wrapp_submenu li a {
    font-size: 12px;
  }
}
.header .right-header .header-bottom .my-login .wrapp_submenu li a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}
@media screen and (min-width: 960px) {
  .header .right-header .header-bottom .my-login:hover .wrapp_submenu {
    display: block;
    z-index: 1;
  }
}
.header .right-header .header-bottom .header-icon {
  position: relative;
}
.header .right-header .header-bottom .header-icon .count-items {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 500px;
  line-height: 16px;
  position: absolute;
  top: -5px;
  right: -13px;
}

.flag-mobile {
  display: none;
}

body .header .header-language-selector {
  border-left: none;
  margin-right: 0;
}
@media (max-width: 1020px) {
  body .header .header-language-selector {
    display: none !important;
  }
}
body .wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 16px;
  margin-right: 4px;
}
@media (max-width: 1550px) {
  body .wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: 14px;
    height: auto;
  }
}
body .header .wpml-ls-legacy-dropdown {
  width: 85px !important;
  font-weight: 500;
  position: relative;
  top: -2px;
  background: #f8f8f8;
}
body .header .wpml-ls-legacy-dropdown a {
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #000000;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 1550px) {
  body .header .wpml-ls-legacy-dropdown a {
    font-size: 13px;
  }
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown a:hover {
  background-color: #dfdfdf;
  color: #000000;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a:after,
body .wpml-ls-legacy-dropdown a:focus:after,
body .wpml-ls-legacy-dropdown a:hover:after {
  color: #000000;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #f8f8f8;
  border-top: none;
  transition: none;
  display: none;
  border: 1px solid transparent;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language {
  border: 1px solid transparent;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language:hover {
  border: 1px solid transparent;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language:hover > .wpml-ls-sub-menu {
  border: 1px solid transparent;
  display: block;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child a {
  border-bottom: none;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 7px;
  top: calc(50% - 4px);
  font-size: 9px;
  line-height: 1em;
  border: none;
  color: #000;
}
body .language-select {
  width: 85px !important;
  margin-left: auto;
  padding-left: 10px;
  font-weight: 500;
}

.menu-btn {
  display: none;
  position: relative;
  z-index: 333;
  margin-left: 0;
  line-height: 1;
}
@media (max-width: 1020px) {
  .menu-btn {
    display: block;
    margin-bottom: 10px;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 22px;
  text-align: center;
  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;
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 2px;
  background: #000;
  transition: 0.2s ease-out all 0.2s;
  width: 24px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 24px;
}
.hamburger:before {
  top: 0;
}
@media (max-width: 560px) {
  .hamburger:before {
    top: 2px;
  }
}
.hamburger:after {
  top: 20px;
}
@media (max-width: 560px) {
  .hamburger:after {
    top: 18px;
  }
}

.menu-bar:hover .bar:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-bar:hover .bar:nth-of-type(2) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-bar .bar:nth-of-type(1),
.menu-bar2 .bar:nth-of-type(1) {
  top: 17px;
}
@media (max-width: 767px) {
  .menu-bar .bar:nth-of-type(1),
  .menu-bar2 .bar:nth-of-type(1) {
    top: 14px;
  }
}

.header-mobile {
  display: none;
}

.mm-wrapper_opened .header-mobile {
  z-index: 55;
  display: block;
}

.mm-navbar,
.mm-panels,
.mm-panels > .mm-panel,
.mm-navbars_top {
  border-color: #272727;
  background: #0c0c0c;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #272727;
  opacity: 1;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: white;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: #fff;
  width: 6px;
  height: 6px;
}

.mm-listitem:after {
  background-color: #272727;
  opacity: 1;
  left: 0;
}

.mm-navbar__title,
.mm-listitem a {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (max-width: 560px) {
  .mm-navbar__title,
  .mm-listitem a {
    font-size: 13px;
  }
}

.mm-navbar {
  background-color: #0c0c0c;
}

.mm-navbar .mm-btn_next:after,
.mm-navbar .mm-btn_prev:before {
  opacity: 1;
}

.mm-navbars_top .logo-footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 10px;
}
.mm-navbars_top .logo-footer img {
  width: 70px;
  height: auto;
}
.mm-navbars_top .flag-mobile-list {
  padding-bottom: 5px;
  padding-top: 10px;
}
.mm-navbars_top .flag-mobile-list a {
  font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.mm-navbars_top .flag-mobile-list a img {
  width: 25px;
  height: 25px;
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mm-navbars_top .mm-navbar {
  text-align: center;
  flex-direction: column;
}
.mm-navbars_top .menu-bar2 {
  display: none;
}

.mm-wrapper_opened .hamburger3 {
  background-color: transparent;
}
.mm-wrapper_opened .hamburger3:before, .mm-wrapper_opened .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #000;
}
.mm-wrapper_opened .hamburger3:before {
  transform: rotate(45deg);
}
.mm-wrapper_opened .hamburger3:after {
  transform: rotate(135deg);
}

.mm-wrapper_opened #booqable-cart {
  z-index: -1;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  width: 100%;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-color: #272727;
}
.mm-navbars_bottom .header-social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1020px) {
  .mm-navbars_bottom .header-social {
    justify-content: center;
  }
}
.mm-navbars_bottom .header-social li {
  margin: 2px 10px 2px 0;
}
@media (max-width: 1020px) {
  .mm-navbars_bottom .header-social li {
    margin: 2px 5px;
  }
}
.mm-navbars_bottom .header-social li a {
  background-color: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 1020px) {
  .mm-navbars_bottom .header-social li a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 560px) {
  .mm-navbars_bottom .header-social li a {
    width: 30px;
    height: 30px;
  }
}
.mm-navbars_bottom .header-social li a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}
.mm-navbars_bottom .header-social li a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mm-navbars_bottom .header-social li a i {
  color: #0a0905;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .mm-navbars_bottom .header-social li a i {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .mm-navbars_bottom .header-social li a i {
    font-size: 15px;
  }
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.5);
}

.wrapp_mini_cart {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
  overflow-y: auto;
}

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

.cart-menu {
  position: relative;
}
@media (max-width: 380px) {
  .cart-menu {
    margin-right: 3px;
  }
}
.cart-menu .count-items {
  font-size: 11px;
  position: absolute;
  top: -7px;
  left: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  background-color: #0a0905;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cart-menu .count-items {
    top: -6px;
    right: -11px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 380px) {
  .cart-menu .count-items {
    left: 10px;
    font-size: 9px;
  }
}
.cart-menu .widget_shopping_cart_content {
  width: 550px;
  position: relative;
  right: -200%;
  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: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .cart-menu .widget_shopping_cart_content {
    width: 90%;
  }
}
.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;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .intro {
  background-color: #0a0905;
  padding: 12px 30px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px 20px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .intro span img {
  height: 20px;
  width: auto;
  margin-left: 0;
  top: 0px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 15px;
  }
}
.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .intro .close-right img {
    width: 10px;
    height: auto;
  }
}
.cart-menu .widget_shopping_cart_content .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;
  padding: 40px 30px;
  text-align: left;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 20px 15px 20px 15px;
  }
}
.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;
  padding-right: 25px;
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
    padding-right: 0;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .mini-info {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .mini-info {
    width: calc(100% - 50px);
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
  width: 60px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
    width: 50px;
  }
}
.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;
  overflow: hidden;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  color: #222222 !important;
  font-size: 17px;
  margin-left: auto;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 2px;
  top: calc(50% - 13px);
  z-index: 2;
  /* height: 100%; */
  line-height: 1em;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
    font-size: 14px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
    width: 80px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
    width: 100%;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.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;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
    margin-left: 0;
  }
}
.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: 36px;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-color: #e7e7e7;
  background: #fff;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
    height: 43px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
    height: 35px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 100%;
  width: 30px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
    font-size: 10px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 0;
  top: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 0;
  top: 0;
}
.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: 0 0 5px 0;
  color: #0a0905;
  font-weight: 500;
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: auto;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: 100%;
    text-align: left;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 500;
  color: #0a0905;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  color: #0a0905 !important;
  font-size: 17px;
  margin-left: auto;
  width: 13px;
  height: 13px;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    top: 0;
    right: 0;
    left: auto;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #222222 !important;
  background-color: transparent !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 180px);
  padding-left: 10px;
  line-height: 1.2em;
  padding-right: 10px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    width: calc(100% - 130px);
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    width: 100%;
    margin-bottom: 2px;
    padding-right: 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 a {
  display: inline;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 7px;
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
    margin-bottom: 2px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #0a0905;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation {
  color: #0a0905;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt {
  float: left;
  clear: both;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt * {
  line-height: 1em;
  color: #0a0905;
  font-size: 13px;
}
.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: 13px;
  margin-bottom: 0;
  line-height: 1em;
  color: #0a0905;
}
.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 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  width: 100%;
  background-color: #b1b1b1;
  border-radius: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:after {
  content: "" !important;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 27px;
  display: inline;
  height: 20px;
  background-image: url(images/svg/long-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  display: inline-block !important;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:after {
    height: 13px;
    background-size: 15px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #0a0905;
}
.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%;
  flex: 0 0 auto;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
  margin: 0 0 20px 0;
  background: #f1f5fa;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
    padding: 10px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info strong * {
  font-weight: 700;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 11px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
    padding-bottom: 5px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 14px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.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 .right {
  margin-left: auto;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .button2 {
  width: 100%;
}

.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;
}
.cart-open .cart-over,
.cart-close.cart-open .cart-over {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.cart-open .woocommerce form .form-row .select2-container,
.cart-close.cart-open .woocommerce form .form-row .select2-container {
  z-index: 1;
}
@media (max-width: 1020px) {
  .cart-open .main-header,
  .cart-close.cart-open .main-header {
    z-index: 0 !important;
  }
}
@media (max-width: 1020px) {
  .cart-open .items-mobile-fixed,
  .cart-close.cart-open .items-mobile-fixed {
    z-index: 99;
  }
}
@media (max-width: 1020px) {
  .cart-open .items-mobile-fixed,
  .cart-close.cart-open .items-mobile-fixed {
    bottom: -100%;
  }
}
.cart-open div#ht-ctc-chat,
.cart-close.cart-open div#ht-ctc-chat {
  z-index: -1 !important;
}

.cart-open {
  overflow: hidden;
}
.cart-open .cky-btn-revisit-wrapper {
  z-index: 0 !important;
}
.cart-open .cya11y-container {
  position: relative;
  z-index: 0;
}
.cart-open .header-top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cart-open .mm-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cart-open .filters-top {
  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;
}

.section_featured_info {
  background: #ffffff;
}
.section_featured_info .item {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  bottom: 0;
}
@media (max-width: 767px) {
  .section_featured_info .item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .section_featured_info .item {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.section_featured_info .item:hover {
  bottom: 5px;
}
@media (max-width: 1020px) {
  .section_featured_info .item:hover {
    bottom: 0;
  }
}
.section_featured_info .item .flex {
  background: #f6f6f6;
  padding: 20px;
  height: 100%;
}
@media (max-width: 1020px) {
  .section_featured_info .item .flex {
    padding: 10px;
  }
}
.section_featured_info .item .flex .icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1430px) {
  .section_featured_info .item .flex .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1020px) {
  .section_featured_info .item .flex .icon {
    width: 40px;
    height: 40px;
  }
}
.section_featured_info .item .flex .icon img {
  width: 33px;
  height: auto;
}
@media (max-width: 1430px) {
  .section_featured_info .item .flex .icon img {
    width: 30px;
  }
}
@media (max-width: 1020px) {
  .section_featured_info .item .flex .icon img {
    width: 25px;
  }
}
.section_featured_info .item .flex .text {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  width: calc(100% - 63px);
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .section_featured_info .item .flex .text {
    font-size: 16px;
    width: calc(100% - 58px);
  }
}
@media (max-width: 1020px) {
  .section_featured_info .item .flex .text {
    font-size: 15px;
    width: calc(100% - 53px);
  }
}
@media (max-width: 767px) {
  .section_featured_info .item .flex .text {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .section_featured_info .item .flex .text {
    font-size: 13px;
  }
}

.footer {
  background: #0a0905;
  padding: 60px 0 30px 0;
}
@media (max-width: 1020px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 20px 0;
  }
}
.footer .logo-box img {
  height: auto;
  width: 140px;
}
@media (max-width: 1020px) {
  .footer .logo-box img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .footer .logo-box img {
    width: 110px;
  }
}
@media (max-width: 560px) {
  .footer .logo-box img {
    width: 100px;
  }
}
.footer .footer-first .footer_title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .footer .footer-first .footer_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer .footer-first .footer_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .footer .footer-first .footer_title {
    margin-bottom: 10px;
  }
}
.footer .menu-box li {
  margin-bottom: 7px;
}
.footer .menu-box li a {
  opacity: 0.6;
}
.footer .menu-box li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .contact-list {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
}
.footer .contact-list .item-contact {
  margin-bottom: 12px;
}
.footer .contact-list .item-contact a {
  position: relative;
  padding-left: 50px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .footer .contact-list .item-contact a {
    padding-left: 45px;
  }
}
@media (max-width: 560px) {
  .footer .contact-list .item-contact a {
    padding-left: 40px;
  }
}
.footer .contact-list .item-contact a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.footer .contact-list .item-contact a .icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1020px) {
  .footer .contact-list .item-contact a .icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 560px) {
  .footer .contact-list .item-contact a .icon {
    width: 30px;
    height: 30px;
  }
}
.footer .contact-list .item-contact a .icon i {
  color: #fff;
}
.footer .contact-list .item-contact a span {
  display: inline-block;
  width: 100%;
}
.footer .contact-list .item-contact a .label {
  color: #ffffff;
  opacity: 0.6;
}
.footer .contact-list .item-contact a .value {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1430px) {
  .footer .contact-list .item-contact a .value {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .footer .contact-list .item-contact a .value {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .footer .contact-list .item-contact a .value {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .footer .box-footer {
    width: 30%;
  }
}
@media (max-width: 1020px) {
  .footer .box-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 1300px) {
  .footer .box-menu-footer {
    width: 23.33%;
  }
}
@media (max-width: 1020px) {
  .footer .box-menu-footer {
    width: 33.33%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer .box-menu-footer {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .footer .box-menu-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .box-menu-contact {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer .footer-social {
  margin-top: 20px;
}
.footer .footer-second {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1020px) {
  .footer .footer-second .logos {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1020px) {
  .footer .footer-second .logos .flex {
    justify-content: center;
  }
}
.footer .footer-second .logos .item {
  margin-right: 10px;
}
@media (max-width: 1020px) {
  .footer .footer-second .logos .item {
    margin-left: 10px;
    margin-right: 5px;
  }
}
.footer .footer-second .logos .item img {
  width: auto;
  height: 45px;
}
@media (max-width: 1300px) {
  .footer .footer-second .logos .item img {
    height: 40px;
  }
}
@media (max-width: 1020px) {
  .footer .footer-second .logos .item img {
    height: 35px;
  }
}
@media (max-width: 560px) {
  .footer .footer-second .logos .item img {
    height: 30px;
  }
}
@media (max-width: 1020px) {
  .footer .footer-second .required-logos {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .footer .footer-second .required-logos .flex {
    justify-content: center;
  }
}
.footer .footer-second .required-logos .item {
  margin-left: 10px;
}
@media (max-width: 1020px) {
  .footer .footer-second .required-logos .item {
    margin-left: 10px;
    margin-right: 5px;
  }
}
.footer .footer-second .required-logos .item img {
  width: auto;
  height: 45px;
}
@media (max-width: 1300px) {
  .footer .footer-second .required-logos .item img {
    height: 40px;
  }
}
@media (max-width: 1020px) {
  .footer .footer-second .required-logos .item img {
    height: 35px;
  }
}
@media (max-width: 560px) {
  .footer .footer-second .required-logos .item img {
    height: 30px;
  }
}
.footer .footer-last {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer .footer-last {
    text-align: center;
  }
}
.footer .footer-last .desc {
  opacity: 0.6;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer .footer-last .desc {
    font-size: 13px;
  }
}
.footer .footer-last .copy {
  font-weight: 500;
  margin-top: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.831372549);
}
@media (max-width: 1300px) {
  .footer .footer-last .copy {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer-last .copy {
    font-size: 12px;
  }
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1020px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social li {
  margin: 2px 10px 2px 0;
}
@media (max-width: 1020px) {
  .footer-social li {
    margin: 2px 5px;
  }
}
.footer-social li a {
  background-color: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 1020px) {
  .footer-social li a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 560px) {
  .footer-social li a {
    width: 30px;
    height: 30px;
  }
}
.footer-social li a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}
.footer-social li a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-social li a i {
  color: #0a0905;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .footer-social li a i {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .footer-social li a i {
    font-size: 15px;
  }
}

.hero-slider-relative .dots-bottom .slick-dots {
  bottom: 50px;
  left: calc((100% - 1280px) / 2);
  text-align: left;
  width: 1280px;
  z-index: 2;
}
@media (max-width: 1550px) {
  .hero-slider-relative .dots-bottom .slick-dots {
    left: calc(2.5% + 50px);
  }
}
@media (max-width: 1020px) {
  .hero-slider-relative .dots-bottom .slick-dots {
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .dots-bottom .slick-dots {
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
    bottom: 30px;
  }
}
@media (max-width: 560px) {
  .hero-slider-relative .dots-bottom .slick-dots {
    left: 25px;
    width: calc(100% - 50px);
    bottom: 20px;
  }
}
.hero-slider-relative .dots-bottom .slick-dots li button {
  background-color: #fff !important;
  opacity: 0.2;
}
.hero-slider-relative .dots-bottom .slick-dots li.slick-active button {
  background-color: #fff !important;
  opacity: 1;
}
.hero-slider-relative .hero-slider {
  height: 540px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .hero-slider-relative .hero-slider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider {
    height: 450px;
  }
}
@media (max-width: 560px) {
  .hero-slider-relative .hero-slider {
    height: 400px;
  }
}
.hero-slider-relative .hero-slider .bg-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .bg-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-slider-relative .hero-slider .hero-slide {
  height: 540px;
  position: relative;
}
@media (max-width: 1020px) {
  .hero-slider-relative .hero-slider .hero-slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide {
    height: 450px;
  }
}
@media (max-width: 560px) {
  .hero-slider-relative .hero-slider .hero-slide {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.65;
  }
}
.hero-slider-relative .hero-slider .hero-slide.overlay-box:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.745192) 73.56%, #000000 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide.overlay-box:before {
    background-color: #000000;
    opacity: 0.45;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.hero-slider-relative .hero-slider .hero-slide .container .hero-text {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container .hero-text .big-title {
  font-size: 46px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
}
@media (max-width: 1430px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .big-title {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .big-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .big-title {
    font-size: 30px;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container .hero-text .normal {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .normal {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .normal {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide .container .hero-text .normal {
    font-size: 14px;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container .box-prod {
  position: absolute;
  right: 20%;
  width: 170px;
  height: 170px;
  background-color: white;
  bottom: 160px;
  text-align: center;
}
@media (max-width: 1300px) {
  .hero-slider-relative .hero-slider .hero-slide .container .box-prod {
    right: 10%;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1020px) {
  .hero-slider-relative .hero-slider .hero-slide .container .box-prod {
    right: 30px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .hero-slider-relative .hero-slider .hero-slide .container .box-prod {
    display: none;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container .box-prod a {
  position: relative;
  padding: 20px 20px 30px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-slider-relative .hero-slider .hero-slide .container .box-prod a:before {
  content: "";
  width: 35px;
  height: 35px;
  bottom: -8px;
  background-image: url(images/svg/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  position: absolute;
  bottom: -20px;
  left: calc((100% - 35px) / 2);
  border-radius: 50px;
  background-color: #000000;
}
.hero-slider-relative .hero-slider .hero-slide .container .box-prod img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .hero-slider-relative .hero-slider .hero-slide .container .box-prod img {
    width: 60px;
  }
}
.hero-slider-relative .hero-slider .hero-slide .container .box-prod .text {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.2em;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .section_text_image .the-content {
    width: 100%;
    margin-bottom: 25px;
  }
}
.section_text_image .the-content .wrap-text {
  padding-right: 100px;
}
@media (max-width: 1430px) {
  .section_text_image .the-content .wrap-text {
    padding-right: 70px;
  }
}
@media (max-width: 1300px) {
  .section_text_image .the-content .wrap-text {
    padding-right: 50px;
  }
}
@media (max-width: 1020px) {
  .section_text_image .the-content .wrap-text {
    padding-right: 0;
  }
}
.section_text_image .the-content .wrap-text .wrap-button {
  padding-top: 25px;
}
@media (max-width: 1300px) {
  .section_text_image .the-content .wrap-text .wrap-button {
    padding-top: 15px;
  }
}
@media (max-width: 1020px) {
  .section_text_image .the-content .wrap-text .wrap-button {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .section_text_image .image {
    width: 100%;
  }
}
.section_text_image .image img {
  width: 100%;
  height: auto;
}
.section_text_image .white-box {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .section_text_image .white-box {
    padding: 0;
    background-color: transparent;
  }
}
.section_text_image .white-box .row-reverse .image img {
  max-width: 110%;
  width: 110%;
  margin-left: -10%;
}
@media (max-width: 767px) {
  .section_text_image .white-box .row-reverse .image img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.section_text_image .white-box .row-reverse .the-content .wrap-text {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 1430px) {
  .section_text_image .white-box .row-reverse .the-content .wrap-text {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 1300px) {
  .section_text_image .white-box .row-reverse .the-content .wrap-text {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 1020px) {
  .section_text_image .white-box .row-reverse .the-content .wrap-text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1020px) {
  .section_images .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_images .slide-block {
  position: relative;
  height: 100%;
}
@media (max-width: 1020px) {
  .section_images .slide-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section_images .slide-block .ovh {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section_images .slick-dots {
  bottom: 60px;
  width: 400px;
  text-align: left;
  left: calc(35% + 25px);
}
@media (max-width: 1020px) {
  .section_images .slick-dots {
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 40px;
  }
}
@media (max-width: 560px) {
  .section_images .slick-dots {
    bottom: 30px;
  }
}
.section_images .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.section_images .slick-dots li.slick-active button {
  background-color: #fff !important;
}
.section_images .slider-big {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 0;
}
.section_images .slider-big:not(.slick-slider) {
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .section_images .slider-big:not(.slick-slider) {
    height: 500px;
  }
}
.section_images .slider-big .slide {
  height: 570px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .section_images .slider-big .slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section_images .slider-big .slide .cover {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: relative;
  left: -6px;
  top: -6px;
  background-color: #000000;
}
.section_images .slider-big .slide .cover.with-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.45;
}
.section_images .slider-big .slide .row {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row .image {
    display: none;
  }
}
.section_images .slider-big .slide .row .image img {
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  left: -50px;
  position: relative;
  height: auto;
  max-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_images .slider-big .slide .row .image2:empty {
  padding-bottom: 0 !important;
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row .image2 {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section_images .slider-big .slide .row .image2 {
    width: 100%;
    padding-bottom: 70px;
  }
}
.section_images .slider-big .slide .row .image2 img {
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 10px;
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row .image2 img {
    padding-right: 10px;
    padding-left: 10px;
    max-height: 290px;
    width: auto;
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .section_images .slider-big .slide .row .image2 img {
    max-height: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .section_images .slider-big .slide .row .image2 img {
    max-height: 170px;
  }
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row .text {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section_images .slider-big .slide .row .text {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section_images .slider-big .slide .row .text .the-content {
  padding-right: 30px;
}
@media (max-width: 1020px) {
  .section_images .slider-big .slide .row .text .the-content {
    padding-right: 0;
  }
}
.section_images .slider-big .slide .row .text .wrap-button {
  padding-top: 10px;
}

.section_products {
  position: relative;
  z-index: 1;
}
.section_products .row {
  padding-bottom: 10px;
}
@media (max-width: 1020px) {
  .section_products .row {
    padding-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .section_products .the-content {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .section_products .the-content h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1020px) {
  .section_products .button_link {
    text-align: center;
    width: 100%;
  }
}
.section_products .slick-dots {
  bottom: -35px;
}

@media (max-width: 767px) {
  .section_contact .box_contact {
    width: 100%;
  }
}
.section_contact .box_contact .contact-list {
  padding-top: 20px;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .contact-list {
    padding-top: 15px;
  }
}
.section_contact .box_contact .item-contact {
  margin-bottom: 25px;
}
.section_contact .box_contact .item-contact a,
.section_contact .box_contact .item-contact p {
  position: relative;
  padding-left: 50px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .item-contact a,
  .section_contact .box_contact .item-contact p {
    padding-left: 45px;
  }
}
@media (max-width: 480px) {
  .section_contact .box_contact .item-contact a,
  .section_contact .box_contact .item-contact p {
    padding-left: 40px;
  }
}
.section_contact .box_contact .item-contact a:hover,
.section_contact .box_contact .item-contact p:hover {
  opacity: 0.9;
  text-decoration: none;
}
.section_contact .box_contact .item-contact a .icon,
.section_contact .box_contact .item-contact p .icon {
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .item-contact a .icon,
  .section_contact .box_contact .item-contact p .icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .section_contact .box_contact .item-contact a .icon,
  .section_contact .box_contact .item-contact p .icon {
    width: 30px;
    height: 30px;
  }
}
.section_contact .box_contact .item-contact a .icon i,
.section_contact .box_contact .item-contact p .icon i {
  color: #fff;
}
.section_contact .box_contact .item-contact a span,
.section_contact .box_contact .item-contact p span {
  display: inline-block;
  width: 100%;
}
.section_contact .box_contact .item-contact a .label,
.section_contact .box_contact .item-contact p .label {
  color: #000;
  opacity: 0.6;
}
.section_contact .box_contact .item-contact a .value,
.section_contact .box_contact .item-contact p .value {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1430px) {
  .section_contact .box_contact .item-contact a .value,
  .section_contact .box_contact .item-contact p .value {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  .section_contact .box_contact .item-contact a .value,
  .section_contact .box_contact .item-contact p .value {
    font-size: 14px;
  }
}
.section_contact .box_contact .box-social {
  padding-top: 15px;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .box-social {
    padding-top: 0;
  }
}
.section_contact .box_contact .box-social ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.section_contact .box_contact .box-social ul li {
  margin: 2px 10px 2px 0;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .box-social ul li {
    margin: 2px 5px;
  }
}
.section_contact .box_contact .box-social ul li a {
  background-color: #000;
  width: 40px;
  height: 40px;
}
@media (max-width: 1020px) {
  .section_contact .box_contact .box-social ul li a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .section_contact .box_contact .box-social ul li a {
    width: 30px;
    height: 30px;
  }
}
.section_contact .box_contact .box-social ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.section_contact .box_contact .box-social ul li a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section_contact .box_contact .box-social ul li a i {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .section_contact .box_contact .box-social ul li a i {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .section_contact .box_contact .box-social ul li a i {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section_contact .box_form {
    width: 100%;
    padding-top: 20px;
  }
}
.section_contact .box_form .white-box {
  padding: 40px;
}
@media (max-width: 1430px) {
  .section_contact .box_form .white-box {
    padding: 35px;
  }
}
@media (max-width: 1300px) {
  .section_contact .box_form .white-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section_contact .box_form .white-box {
    padding: 25px;
  }
}
@media (max-width: 560px) {
  .section_contact .box_form .white-box {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .section_contact .box_form .white-box {
    padding: 0;
    background: transparent;
    border-top: 1px solid #dfdfdf;
    padding-top: 25px;
    margin-top: 15px;
  }
}
@media (max-width: 1020px) {
  .section_contact .box_form .white-box .col_50 {
    width: 100%;
  }
}
.section_contact .box_form .white-box h4 {
  margin-top: 0;
}
@media (max-width: 560px) {
  .section_contact .box_form .white-box input[type=submit] {
    width: 100%;
  }
}
.section_contact .wrap_map {
  margin-top: 60px;
  filter: grayscale(1);
}
@media (max-width: 1020px) {
  .section_contact .wrap_map {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section_contact .wrap_map {
    margin-top: 40px;
  }
}
.section_contact .wrap_map iframe {
  width: 100%;
  height: 510px;
}
@media (max-width: 1430px) {
  .section_contact .wrap_map iframe {
    height: 450px;
  }
}
@media (max-width: 1020px) {
  .section_contact .wrap_map iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section_contact .wrap_map iframe {
    height: 300px;
  }
}

.full_main_page {
  min-height: 100vh;
  background: #ededed;
  min-height: 100dvh;
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .full_main_page {
    height: auto;
  }
}
.full_main_page .full-height {
  min-height: 100vh;
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .full_main_page .full-height {
    height: auto;
  }
}
.full_main_page .header-logo {
  margin-bottom: 25px;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .full_main_page .header-logo {
    width: 100%;
    margin-bottom: 10px;
  }
}
.full_main_page .header-logo a {
  display: inline-block;
}
@media (max-width: 560px) {
  .full_main_page .header-logo a {
    max-width: 150px;
    display: block;
  }
}
.full_main_page .header-logo img {
  width: 130px;
  height: auto;
}
@media (max-width: 1300px) {
  .full_main_page .header-logo img {
    width: 110px;
  }
}
@media (max-width: 1020px) {
  .full_main_page .header-logo img {
    width: 90px;
  }
}
.full_main_page .tabs-selectors {
  display: none;
}
.full_main_page .box_form_account {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1300px) {
  .full_main_page .box_form_account {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .full_main_page .box_form_account {
    padding: 50px 0;
  }
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon,
.full_main_page .box_form_account .woocommerce form.login,
.full_main_page .box_form_account .woocommerce form.register {
  box-shadow: none;
  padding: 0;
  border: none;
  margin: 0;
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon label,
.full_main_page .box_form_account .woocommerce form.login label,
.full_main_page .box_form_account .woocommerce form.register label {
  margin-bottom: 0;
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon p.form-row,
.full_main_page .box_form_account .woocommerce form.checkout_coupon p.form-row,
.full_main_page .box_form_account .woocommerce form.login p.form-row,
.full_main_page .box_form_account .woocommerce form.login p.form-row,
.full_main_page .box_form_account .woocommerce form.register p.form-row,
.full_main_page .box_form_account .woocommerce form.register p.form-row {
  margin-bottom: 10px !important;
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon button[type=submit],
.full_main_page .box_form_account .woocommerce form.checkout_coupon input[type=submit],
.full_main_page .box_form_account .woocommerce form.login button[type=submit],
.full_main_page .box_form_account .woocommerce form.login input[type=submit],
.full_main_page .box_form_account .woocommerce form.register button[type=submit],
.full_main_page .box_form_account .woocommerce form.register input[type=submit] {
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  background-color: #222222;
  margin-top: 10px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 17px 20px;
}
@media (max-width: 1020px) {
  .full_main_page .box_form_account .woocommerce form.checkout_coupon button[type=submit],
  .full_main_page .box_form_account .woocommerce form.checkout_coupon input[type=submit],
  .full_main_page .box_form_account .woocommerce form.login button[type=submit],
  .full_main_page .box_form_account .woocommerce form.login input[type=submit],
  .full_main_page .box_form_account .woocommerce form.register button[type=submit],
  .full_main_page .box_form_account .woocommerce form.register input[type=submit] {
    padding: 15px 20px;
  }
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon button[type=submit]:hover,
.full_main_page .box_form_account .woocommerce form.checkout_coupon input[type=submit]:hover,
.full_main_page .box_form_account .woocommerce form.login button[type=submit]:hover,
.full_main_page .box_form_account .woocommerce form.login input[type=submit]:hover,
.full_main_page .box_form_account .woocommerce form.register button[type=submit]:hover,
.full_main_page .box_form_account .woocommerce form.register input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.full_main_page .box_form_account .woocommerce form.checkout_coupon input,
.full_main_page .box_form_account .woocommerce form.login input,
.full_main_page .box_form_account .woocommerce form.register input {
  background: white;
}
@media (max-width: 560px) {
  .full_main_page .box_form_account .extra_half {
    display: block;
    padding-top: 0;
  }
  .full_main_page .box_form_account .extra_half .col_50 {
    float: none;
    width: 100% !important;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.full_main_page .box_form_account .right {
  text-align: right;
}
.full_main_page .box_form_account .right a {
  text-decoration: underline;
  font-weight: 500;
}
.full_main_page .box_form_account .wrap_box {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
}
@media (max-width: 560px) {
  .full_main_page .box_form_account .wrap_box {
    padding: 30px 0;
  }
}
.full_main_page .lost_reset_password button[type=submit] {
  width: 100%;
}
.full_main_page .tac-link {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .full_main_page .col_55 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 560px) {
  .full_main_page .col_55 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .full_main_page .cover_account {
    display: none;
  }
}
.full_main_page .for_registration a {
  text-decoration: underline;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

.flag-mobile-list-myaccount {
  position: fixed;
  left: 25px;
  bottom: 25px;
}
@media (max-width: 767px) {
  .flag-mobile-list-myaccount {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 9999999;
    padding-top: 7px;
  }
}
.flag-mobile-list-myaccount a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  border: 2px solid #000;
  margin-right: 9px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .flag-mobile-list-myaccount a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 560px) {
  .flag-mobile-list-myaccount a {
    width: 25px;
    height: 25px;
  }
}
.flag-mobile-list-myaccount a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flag-mobile-list-myaccount a.active {
  opacity: 1;
}

body .woocommerce form .form-row .input-text,
body .woocommerce form .form-row select {
  border: 1px solid #e7e7e7 !important;
  border-radius: 0;
  height: 50px;
}
@media (max-width: 1020px) {
  body .woocommerce form .form-row .input-text,
  body .woocommerce form .form-row select {
    height: 45px;
  }
}
body .woocommerce form .form-row .input-text#order_comments,
body .woocommerce form .form-row select#order_comments {
  height: 100px;
}
body .woocommerce form .form-row.woocommerce-invalid .select2-container,
body .woocommerce form .form-row.woocommerce-invalid input.input-text,
body .woocommerce form .form-row.woocommerce-invalid select {
  border-color: red !important;
}
body #billing_postcode_field input {
  border: 1px solid #e7e7e7 !important;
}

.user_account_inner h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .user_account_inner h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .user_account_inner h1 {
    margin-bottom: 15px;
  }
}
.user_account_inner .mobile-only {
  width: 100%;
}
.user_account_inner .mobile-only .more-mobile {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .user_account_inner .mobile-only .more-mobile {
    padding: 13px 17px;
  }
}
.user_account_inner .mobile-only .more-mobile:hover {
  text-decoration: none;
}
.user_account_inner .mobile-only .more-mobile .hamburger2 {
  height: 2px;
  background: #222222;
  transition: 0.2s ease-out all 0.2s;
  width: 24px;
  position: relative;
}
.user_account_inner .mobile-only .more-mobile .hamburger2:before, .user_account_inner .mobile-only .more-mobile .hamburger2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #222222;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 24px;
}
.user_account_inner .mobile-only .more-mobile .hamburger2:before {
  top: -7px;
}
@media (max-width: 560px) {
  .user_account_inner .mobile-only .more-mobile .hamburger2:before {
    top: -7px;
  }
}
.user_account_inner .mobile-only .more-mobile .hamburger2:after {
  top: 7px;
}
@media (max-width: 560px) {
  .user_account_inner .mobile-only .more-mobile .hamburger2:after {
    top: 7px;
  }
}
.user_account_inner .mobile-only .more-mobile.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.user_account_inner .mobile-only .more-mobile.active .hamburger2 {
  background-color: transparent;
}
.user_account_inner .mobile-only .more-mobile.active .hamburger2:before, .user_account_inner .mobile-only .more-mobile.active .hamburger2:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #222222;
}
.user_account_inner .mobile-only .more-mobile.active .hamburger2:before {
  transform: rotate(45deg);
}
.user_account_inner .mobile-only .more-mobile.active .hamburger2:after {
  transform: rotate(135deg);
}

.flex-account-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .flex-account-nav {
    display: block;
  }
}
.flex-account-nav .account-nav {
  width: 360px;
  padding-right: 50px;
  display: block;
}
@media (max-width: 1020px) {
  .flex-account-nav .account-nav {
    width: 100%;
    padding-right: 0;
    display: none;
    margin-top: 0;
  }
}
.flex-account-nav .woocommerce-Address {
  background-color: white;
  padding: 25px;
  float: none;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-Address {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-Address {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .flex-account-nav .woocommerce-Address {
    padding: 17px;
  }
}
.flex-account-nav .woocommerce-Address.col-2 {
  margin-left: auto;
}
.flex-account-nav .woocommerce-Address .woocommerce-Address-title {
  position: relative;
  border-bottom: 1px solid #edf0f3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.flex-account-nav .woocommerce-Address .woocommerce-Address-title .big-p {
  margin-bottom: 0;
  padding-right: 50px;
}
.flex-account-nav .woocommerce-Address .woocommerce-Address-title .edit {
  position: absolute;
  right: 0;
  background: #eeefee;
  width: 38px;
  height: 38px;
  padding: 10px;
  font-size: 0;
  top: -7px;
  background-image: url(images/svg/edit.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-Address .woocommerce-Address-title .edit {
    width: 34px;
    height: 34px;
    background-size: 15px;
  }
}
.flex-account-nav .woocommerce-Address address {
  font-style: normal;
}
.flex-account-nav .edit-account fieldset {
  padding-top: 30px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 360px);
}
@media (max-width: 1020px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 30px;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  background-color: #fff;
  padding: 7px 14px 15px 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1020px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 5px 10px 10px 10px;
  }
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
  border-top: none;
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 19px 25px 19px 41px;
  color: #54504f;
}
@media (max-width: 1300px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 25px 14px 40px;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #000;
}
.woocommerce-MyAccount-navigation ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 12px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
  color: #000000;
  z-index: 3;
}
.woocommerce-MyAccount-navigation ul li.admin_log:before {
  width: 25px;
  height: 25px;
  background-image: url("images/svg/wordpress.svg");
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.admin_log:before {
    width: 20px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  width: 20px;
  height: 24px;
  background-image: url("images/svg/account1.svg");
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  width: 22px;
  height: 24px;
  background-image: url("images/svg/account2.svg");
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    width: 17px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  width: 25px;
  height: 24px;
  left: 6px;
  background-image: url("images/svg/account3.svg");
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    width: 19px;
    height: 22px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  width: 18px;
  height: 20px;
  background-image: url("images/svg/account4.svg");
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    width: 15px;
    height: 17px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #222222;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: 14px 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    margin-top: 10px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-image: url("images/svg/log-out.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  transform: none;
  margin-left: 10px;
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
    width: 19px;
    height: 13px;
    top: -1px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  opacity: 0.7;
}

.woocommerce .woocommerce-customer-details .woocommerce-column,
.woocommerce .woocommerce-order-details .woocommerce-column,
.woocommerce .woocommerce-order-downloads .woocommerce-column {
  background-color: #fff;
  padding: 30px;
  min-height: 266px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column,
  .woocommerce .woocommerce-order-details .woocommerce-column,
  .woocommerce .woocommerce-order-downloads .woocommerce-column {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-column address,
.woocommerce .woocommerce-order-details .woocommerce-column address,
.woocommerce .woocommerce-order-downloads .woocommerce-column address {
  border: none !important;
  padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-column address p,
.woocommerce .woocommerce-order-details .woocommerce-column address p,
.woocommerce .woocommerce-order-downloads .woocommerce-column address p {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-column address p:before,
.woocommerce .woocommerce-order-details .woocommerce-column address p:before,
.woocommerce .woocommerce-order-downloads .woocommerce-column address p:before {
  content: none !important;
}

.woocommerce .woocommerce-order-details {
  padding-top: 20px;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details td {
  padding: 14px 20px;
}
@media (max-width: 1020px) {
  .woocommerce .woocommerce-order-details table.woocommerce-table--order-details th,
  .woocommerce .woocommerce-order-details table.woocommerce-table--order-details td {
    padding: 12px 17px;
  }
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details thead th:last-child {
  text-align: right;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tbody .product-quantity {
  font-weight: 400;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tbody td {
  background-color: #fff;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tbody td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot tr td,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot tr th {
  background-color: #e2e2e2;
  border-top: 1px solid #ededed;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot tr td {
  text-align: right;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot tr th {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot tr .shipped_via {
  display: inline-block;
  width: 100%;
  line-height: 1.1em;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th:last-child {
  text-align: right;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 14px 20px;
}
@media (max-width: 1020px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
    padding: 12px 17px;
  }
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
  padding: 9px 20px;
  background-color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-total span.amount {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-total span.amount {
    width: 87%;
  }
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions .button {
  font-size: 12px;
  padding: 10px 20px;
  margin: 3px 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions .button {
    width: auto;
    font-size: 11px;
    padding: 8px 15px;
  }
}

*:focus {
  outline: none;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  border-radius: 0;
  border: 1px solid #000;
  background-color: #000;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
}
@media (max-width: 1020px) {
  body .woocommerce-error,
  body .woocommerce-info,
  body .woocommerce-message {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body .woocommerce-error,
  body .woocommerce-info,
  body .woocommerce-message {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1020px) {
  body .woocommerce-error *,
  body .woocommerce-info *,
  body .woocommerce-message * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body .woocommerce-error *,
  body .woocommerce-info *,
  body .woocommerce-message * {
    font-size: 13px;
    line-height: 1.4em;
  }
}
body .woocommerce-error .button1,
body .woocommerce-error a.button,
body .woocommerce-info .button1,
body .woocommerce-info a.button,
body .woocommerce-message .button1,
body .woocommerce-message a.button {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  border: none !important;
}
@media (max-width: 767px) {
  body .woocommerce-error .button1,
  body .woocommerce-error a.button,
  body .woocommerce-info .button1,
  body .woocommerce-info a.button,
  body .woocommerce-message .button1,
  body .woocommerce-message a.button {
    float: none !important;
    order: 999;
    width: 100%;
  }
}
@media (max-width: 560px) {
  body .woocommerce-error .button1,
  body .woocommerce-error a.button,
  body .woocommerce-info .button1,
  body .woocommerce-info a.button,
  body .woocommerce-message .button1,
  body .woocommerce-message a.button {
    float: left !important;
  }
}
body .woocommerce-error {
  border: 1px solid #e6a2a2;
  background: #e6a2a2;
  color: #b81c23;
}
body ul.woocommerce-error:before {
  line-height: 1.6em;
}
body .woocommerce-message {
  border: 1px solid #1c9500;
  background-color: #1c9500;
  color: #fff;
}
body .woocommerce-message * {
  color: #fff;
}
body .woocommerce-message:before {
  color: #fff;
}
body .woocommerce-info {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
body .woocommerce-info * {
  color: #fff;
}
body .woocommerce-info img {
  display: none !important;
}
body .woocommerce-info:before {
  color: #fff;
}
body .woocommerce-info .button {
  padding: 0 !important;
  font-size: inherit !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-left: 5px;
}
body .woocommerce-info .button:hover {
  background-color: transparent !important;
  color: #fff;
}

.slider-products {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 560px) {
  .slider-products {
    padding-right: 25px;
  }
  .slider-products .slick-list {
    overflow: visible;
  }
}
@media (max-width: 1020px) {
  .slider-products .single_product_slide {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .slider-products .single_product_slide {
    padding: 0 5px;
  }
}
.slider-products:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 440px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .slider-products:not(.slick-slider) {
    height: 390px;
  }
}
@media (max-width: 1020px) {
  .slider-products:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .slider-products:not(.slick-slider) {
    height: 320px;
  }
}
.slider-products:not(.slick-slider) .single_product_slide {
  width: 25%;
}
@media (max-width: 1020px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

.single_product_slide {
  padding: 0 5px;
  height: 100%;
}
.single_product_slide .wrapp_single_slider {
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all, 0.3s;
  top: 0;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 560px) {
  .single_product_slide .wrapp_single_slider {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .single_product_slide .wrapp_single_slider:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    top: -5px;
  }
}
.single_product_slide .wrapp_single_slider .warp-button p {
  line-height: 0;
  margin: 0;
}
.single_product_slide .wrapp_single_slider .about_product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: end;
}
.single_product_slide .wrapp_single_slider .about_product .about_product_text {
  width: calc(100% - 25px);
}
.single_product_slide .wrapp_single_slider .about_product .about_product_text .tags-products {
  color: #5b5b5b;
  font-size: 12px;
  margin-bottom: 2px;
}
.single_product_slide .wrapp_single_slider .about_product .about_product_text .product_price {
  padding-top: 7px;
}
.single_product_slide .wrapp_single_slider .about_product .warp-button {
  width: 25px;
  height: 30px;
  margin-bottom: 7px;
}
.single_product_slide .wrapp_single_slider .about_product .warp-button a {
  padding: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.single_product_slide .wrapp_single_slider .about_product .warp-button a.button.product_type_simple {
  background-image: url(images/svg/close-white.svg);
}
.single_product_slide .wrapp_single_slider .about_product .warp-button a.add_to_cart_button.add_to_cart_button {
  background-image: url(images/svg/cart-white.svg);
}
.single_product_slide .wrapp_single_slider .about_product .warp-button a.added {
  background-image: url(images/svg/check-white.svg);
}
.single_product_slide .wrapp_single_slider .about_product .warp-button a.added_to_cart {
  display: none;
}
.single_product_slide .wrapp_single_slider .star-rating {
  position: absolute;
  top: -8px;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 480px) {
  .single_product_slide .wrapp_single_slider .price-products {
    padding-top: 5px;
    margin-top: 5px;
  }
}
.single_product_slide .wrapp_single_slider .sale {
  font-size: 12px;
  color: white;
  background-color: #1a1a1a;
  line-height: 1;
  padding: 7px 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single_product_slide .wrapp_single_slider .sale {
    font-size: 10px;
    top: 0;
    left: 0;
  }
}
.single_product_slide .wrapp_single_slider .product_price {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1020px) {
  .single_product_slide .wrapp_single_slider .product_price {
    padding-right: 38px;
  }
}
@media (max-width: 560px) {
  .single_product_slide .wrapp_single_slider .product_price {
    font-size: 13px;
  }
}
.single_product_slide .wrapp_single_slider .from {
  font-size: 14px;
  margin-right: 3px !important;
}
@media (max-width: 560px) {
  .single_product_slide .wrapp_single_slider .from {
    font-size: 11px;
  }
}
.single_product_slide .wrapp_single_slider .prod_title {
  margin: 0 0 5px 0;
}
.single_product_slide .wrapp_single_slider .prod_title a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.single_product_slide .wrapp_single_slider .prod_price {
  margin: 0;
}
.single_product_slide .wrapp_single_slider .prod_img .tags-products {
  bottom: 5px;
  left: 5px;
  top: auto;
}
.single_product_slide .wrapp_single_slider .prod-img-a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #ebedef;
}
.single_product_slide .wrapp_single_slider .prod-img-a img {
  display: block;
  width: 100vw;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_product_slide .wrapp_single_slider .prod-img-a .cover {
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  background-color: white;
}
@media (max-width: 560px) {
  .single_product_slide .wrapp_single_slider .prod-img-a .cover {
    height: 200px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .single_product_slide .wrapp_single_slider .prod-img-a .cover {
    height: 250px;
  }
}
.single_product_slide .wrapp_single_slider .about_product {
  padding: 10px 15px;
}
.single_product_slide .wrapp_single_slider .button {
  width: 100%;
  text-align: center;
}
.single_product_slide .wrapp_single_slider .woocommerce-Price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a0905;
}
.single_product_slide .wrapp_single_slider .woocommerce-Price-amount * {
  font-weight: 700;
}
@media (max-width: 1020px) {
  .single_product_slide .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .single_product_slide .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .single_product_slide .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 13px;
  }
}
.single_product_slide .wrapp_single_slider .product_price del .woocommerce-Price-amount bdi {
  font-size: 15px !important;
  font-weight: 700 !important;
  opacity: 0.5;
  position: relative;
}
.single_product_slide .wrapp_single_slider .product_price del .woocommerce-Price-amount bdi::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
@media (max-width: 1300px) {
  .single_product_slide .wrapp_single_slider .product_price del .woocommerce-Price-amount bdi {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .single_product_slide .wrapp_single_slider .product_price del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}
.single_product_slide .wrapp_single_slider .product_price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  text-decoration: inherit;
  font-weight: 700 !important;
}

.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
    width: 100% !important;
  }
}
.woocommerce form .form-row label {
  line-height: 1.2em;
  margin-bottom: 8px;
}

.woocommerce table.shop_table .woocommerce-Price-amount {
  font-weight: 500;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1430px) {
  .woocommerce table.shop_table .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .woocommerce table.shop_table .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.woocommerce table.shop_table .woocommerce-Price-amount span,
.woocommerce table.shop_table .woocommerce-Price-amount bdi {
  font-weight: 500;
}
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table .order-total .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount span,
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount bdi,
.woocommerce table.shop_table .order-total .woocommerce-Price-amount span,
.woocommerce table.shop_table .order-total .woocommerce-Price-amount bdi {
  font-weight: 700;
}

#shipping_address_2_field,
#shipping_country_field,
#billing_address_2_field {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .select2-container--default .select2-selection--single {
    height: 43px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  padding-left: 20px;
  font-size: 15px;
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  box-shadow: none;
}
@media (max-width: 1020px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}

.select2-dropdown {
  background-color: white;
  border-color: #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}

.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: #0a0905;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 14px;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 11px;
    font-size: 13px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/svg/select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
  left: auto;
  right: 5px;
  margin-top: -5px;
}

.woocommerce form .form-row .select2-container {
  line-height: 1;
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  display: inline;
}

.select2 .selection,
.select2 .select2-selection,
.select2 .select2-selection__rendered {
  width: 100%;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #e8e8e8 !important;
}

body .shop-total .col_25 {
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  body .shop-total .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 560px) {
  body .shop-total .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  body .shop-total .col_25 {
    width: 100%;
  }
}
body .shop-total .col_25 .single_product_slide {
  padding: 0;
}
body .cat-first-lev {
  margin-bottom: 15px;
}
body .cat-first-lev .list-category .category-slide {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body .cat-first-lev .list-category .category-slide {
    width: 50%;
  }
}
@media (max-width: 400px) {
  body .cat-first-lev .list-category .category-slide {
    width: 100%;
  }
}
body .cat-first-lev .list-category .category-slide .category-box {
  padding: 16px 25px;
  background-color: #fff;
  color: #0f0f0f;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  body .cat-first-lev .list-category .category-slide .category-box {
    width: 100%;
    padding: 15px 20px;
  }
}
@media (max-width: 560px) {
  body .cat-first-lev .list-category .category-slide .category-box {
    font-size: 14px;
    padding: 10px 15px;
  }
}
body .cat-first-lev .list-category .category-slide .category-box:hover {
  text-decoration: none;
  background-color: #0a0905;
  color: #fff;
}
body .cat-first-lev .list-category .category-slide.active .category-box {
  background-color: #0a0905;
  color: #fff;
}
body.woocommerce nav.woocommerce-pagination {
  margin-top: 20px;
}
body.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  display: inline-block;
  margin: 2px 4px;
  line-height: 1em;
}
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
  background: #222222;
  color: #ffffff;
  padding: 10px 13px;
}
body.woocommerce nav.woocommerce-pagination ul li .next,
body.woocommerce nav.woocommerce-pagination ul li .prev {
  font-size: 0;
  height: 36px;
  width: 34px;
}
body.woocommerce nav.woocommerce-pagination ul li .next:before,
body.woocommerce nav.woocommerce-pagination ul li .prev:before {
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  line-height: 17px;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ffffff;
  color: #000000;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus:before,
body.woocommerce nav.woocommerce-pagination ul li a:hover:before,
body.woocommerce nav.woocommerce-pagination ul li span.current:before {
  color: #000000 !important;
}

.slider_products_small {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .slider_products_small {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 560px) {
  .slider_products_small .slick-list {
    overflow: visible;
  }
}
.slider_products_small .slick-track {
  margin-left: 0 !important;
}
.slider_products_small:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .slider_products_small:not(.slick-slider) {
    height: 410px;
  }
}
@media (max-width: 1020px) {
  .slider_products_small:not(.slick-slider) {
    height: 420px;
  }
}
@media (max-width: 560px) {
  .slider_products_small:not(.slick-slider) {
    height: 400px;
  }
}
.slider_products_small:not(.slick-slider) .single_product_slide {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1020px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1020px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

.gray-product {
  background-color: #ededed;
}

.section.gray-tabs {
  clear: both;
  background: #e3e3e3;
}

body.single-product .section_gallery {
  padding-bottom: 0;
}
body.single-product .section_gallery .wrap-gallery {
  padding-bottom: 0;
}
body.single-product .section_gallery .wrap-gallery .slider-gallery {
  margin-bottom: 0;
}
body.single-product .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border: 1px solid #e3e3e3;
}
body.single-product .brands-info {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 1430px) {
  body.single-product .brands-info {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body.single-product .brands-info {
    padding: 15px;
  }
}
body.single-product .brands-info .item_brand {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  body.single-product .brands-info .item_brand {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
body.single-product .brands-info .item_brand:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.single-product .brands-info .item_brand .icon {
  width: 35px;
  font-size: 0;
}
@media (max-width: 1430px) {
  body.single-product .brands-info .item_brand .icon {
    width: 30px;
  }
}
body.single-product .brands-info .item_brand .icon img {
  max-width: 24px;
  height: auto;
  width: auto;
}
@media (max-width: 1430px) {
  body.single-product .brands-info .item_brand .icon img {
    max-width: 20px;
  }
}
@media (max-width: 767px) {
  body.single-product .brands-info .item_brand .icon img {
    max-width: 16px;
  }
}
body.single-product .brands-info .item_brand .text {
  width: calc(100% - 35px);
}
@media (max-width: 1430px) {
  body.single-product .brands-info .item_brand .text {
    width: calc(100% - 30px);
  }
}
body.single-product .brands-info .item_brand .text p {
  margin: 0;
  line-height: 1.1em;
}
@media (max-width: 1430px) {
  body.single-product .brands-info .item_brand .text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.single-product .brands-info .item_brand .text p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body.single-product .brands-info .item_brand .text p {
    font-size: 12px;
  }
}
body.single-product .brands-info .item_brand .text a {
  text-decoration: none;
}
body.single-product.woocommerce div.product div.summary {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  body.single-product.woocommerce div.product div.summary {
    padding-left: 35px;
  }
}
@media (max-width: 1020px) {
  body.single-product.woocommerce div.product div.summary {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product div.summary {
    padding-left: 0;
  }
}
body.single-product.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 25px 35px;
  background: #ffffff;
}
@media (max-width: 1020px) {
  body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 20px;
  }
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:after, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  content: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #e3e3e3;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: inherit;
  text-shadow: inherit;
  padding: 11px 20px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #313131;
}
@media (max-width: 1430px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    padding: 10px 18px;
  }
}
@media (max-width: 1020px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
    padding: 8px 16px;
  }
}
@media (max-width: 560px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 7px 9px;
  }
}
@media (max-width: 480px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
    padding: 6px;
  }
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
body.single-product.woocommerce table.shop_attributes th {
  text-align: left;
}
body.single-product.woocommerce table.shop_attributes td p {
  font-style: normal;
}
body.single-product.woocommerce table.shop_attributes tr:nth-child(even) td, body.single-product.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}
body.single-product.woocommerce table.shop_attributes {
  margin-bottom: 0;
}
body.single-product .woocommerce-Reviews-title {
  font-size: 30px;
}
@media (max-width: 1430px) {
  body.single-product .woocommerce-Reviews-title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  body.single-product .woocommerce-Reviews-title {
    font-size: 23px;
  }
}
@media (max-width: 1020px) {
  body.single-product .woocommerce-Reviews-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.single-product .woocommerce-Reviews-title {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  body.single-product .woocommerce-Reviews-title {
    font-size: 16px;
  }
}
body.single-product .comment-form {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.single-product .comment-form {
    margin-top: 10px;
  }
}
body.single-product .comment-form-cookies-consent {
  margin-top: 0 !important;
  display: inline-block;
  width: 100%;
}
body.single-product .comment-form-cookies-consent label {
  width: calc(100% - 37px);
}
@media (max-width: 767px) {
  body.single-product .comment-form-cookies-consent label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product form.cart {
    margin-bottom: 20px;
  }
}
body.single-product.woocommerce div.product form.cart .button {
  width: calc(100% - 170px);
  padding: 17px 20px;
  background: #000;
}
@media (max-width: 1100px) {
  body.single-product.woocommerce div.product form.cart .button {
    width: calc(100% - 130px);
    padding: 17px 20px;
  }
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product form.cart .button {
    padding: 13px 20px;
  }
}
@media (max-width: 560px) {
  body.single-product.woocommerce div.product form.cart .button {
    padding: 12px 20px;
  }
}
@media (max-width: 400px) {
  body.single-product.woocommerce div.product form.cart .button {
    width: 100%;
    margin-top: 13px;
  }
}
body.single-product.woocommerce div.product form.cart .variations th.label {
  text-align: left;
  vertical-align: middle;
}
body.single-product.woocommerce div.product form.cart .variations th.label label {
  margin-bottom: 15px;
}
body.single-product.woocommerce div.product form.cart .variations td.value select {
  background-color: #fff;
}
body.single-product.woocommerce div.product form.cart .variations td.value .reset_variations {
  display: none !important;
}
body.single-product.woocommerce div.product p.price, body.single-product.woocommerce div.product span.price {
  color: #222222;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
@media (max-width: 1020px) {
  body.single-product.woocommerce div.product p.price, body.single-product.woocommerce div.product span.price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product p.price, body.single-product.woocommerce div.product span.price {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  body.single-product.woocommerce div.product p.price, body.single-product.woocommerce div.product span.price {
    font-size: 18px;
  }
}
body.single-product.woocommerce div.product p.price bdi,
body.single-product.woocommerce div.product p.price span, body.single-product.woocommerce div.product span.price bdi,
body.single-product.woocommerce div.product span.price span {
  font-weight: 700;
}
body.single-product.woocommerce div.product p.price del, body.single-product.woocommerce div.product span.price del {
  font-size: 75%;
}
body.single-product.woocommerce div.product p.price del sup, body.single-product.woocommerce div.product span.price del sup {
  text-decoration: none;
}
body.single-product.woocommerce div.product p.price del .woocommerce-Price-amount, body.single-product.woocommerce div.product span.price del .woocommerce-Price-amount {
  position: relative;
}
body.single-product.woocommerce div.product p.price del .woocommerce-Price-amount:before, body.single-product.woocommerce div.product span.price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222222;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
body.single-product.woocommerce div.product p.price del span,
body.single-product.woocommerce div.product p.price del bdi, body.single-product.woocommerce div.product span.price del span,
body.single-product.woocommerce div.product span.price del bdi {
  font-weight: 400;
}
body.single-product .woocommerce-variation-price span.price {
  margin: 0 0 10px 0;
}
body.single-product .title-product .tags-products {
  color: #6f6f6f;
}
body.single-product .product-type-variable .title-product .price {
  display: none;
}
body.single-product.woocommerce .woocommerce-product-rating .star-rating span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
@media (max-width: 480px) {
  body.single-product.woocommerce .woocommerce-product-rating .star-rating span {
    font-size: 12px;
  }
}
body.single-product.woocommerce .woocommerce-product-rating .star-rating span::before {
  top: -4px;
  color: #d1a944;
  font-family: star;
  font-size: 14px;
}
@media (max-width: 480px) {
  body.single-product.woocommerce .woocommerce-product-rating .star-rating span::before {
    font-size: 12px;
  }
}
body.single-product.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  height: 14px;
  width: 100%;
}
@media (max-width: 480px) {
  body.single-product.woocommerce .woocommerce-product-rating .star-rating {
    height: 12px;
  }
}
body.single-product.woocommerce .woocommerce-product-rating {
  margin-bottom: 0 !important;
  width: 75px;
}
@media (max-width: 480px) {
  body.single-product.woocommerce .woocommerce-product-rating {
    width: 64px;
  }
}
body.single-product.woocommerce .woocommerce-product-rating .star-rating::before {
  font-family: star;
  font-size: 14px;
  top: -1px;
}
@media (max-width: 480px) {
  body.single-product.woocommerce .woocommerce-product-rating .star-rating::before {
    font-size: 12px;
  }
}
body.single-product .top-info2 {
  width: 50%;
}
@media (max-width: 560px) {
  body.single-product .top-info2 {
    width: 100%;
  }
}
body.single-product .top-info2 .open-reviews {
  font-size: 12px;
  color: #313131;
  text-decoration: underline;
  margin-left: 5px;
}
body.single-product .top-info2 .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  body.single-product .top-info2 .flex {
    margin-bottom: 10px;
  }
}
body.single-product .main_sku {
  color: #54504f;
  margin-bottom: 10px;
}
body.single-product .main_sku .value {
  font-weight: 600;
}
body.single-product .top-val {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
body.single-product .group-form .stock {
  margin-bottom: 25px !important;
  margin-top: 10px !important;
}
body.single-product .product-type-simple .group-form .stock {
  display: none !important;
}
body.single-product .top-note {
  position: absolute;
  left: 5px;
  top: 21px;
  z-index: 2;
}
body.single-product .top-note .stock-el .sale {
  font-size: 12px;
  color: white;
  background-color: #1a1a1a;
  line-height: 1;
  padding: 7px 12px;
  z-index: 1;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.single-product .top-note .stock-el .sale {
    font-size: 10px;
    top: 0;
    left: 0;
  }
}
body.single-product div.product {
  clear: both;
}
body.single-product .group-form {
  position: relative;
}
body.single-product .discount_box {
  position: absolute;
  bottom: 75px;
  right: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  body.single-product .discount_box {
    bottom: 59px;
  }
}
@media (max-width: 400px) {
  body.single-product .discount_box {
    bottom: 105px;
  }
}
body.single-product .discount_box .save {
  font-size: 12px;
  background-color: #1a1a1a;
  line-height: 1;
  padding: 7px 12px;
  color: #fff;
  margin: 0;
}

body .pswp__bg {
  background: rgba(0, 0, 0, 0.8705882353);
}

.woocommerce div.product .stock {
  margin: 0;
  line-height: 1;
  color: #222222;
  position: relative;
  padding-left: 22px;
}

.woocommerce div.product .stock::before {
  content: "\f058";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce div.product .stock.in-stock {
  color: #000 !important;
}
.woocommerce div.product .stock.in-stock:before {
  content: "\f058";
  color: #288a00 !important;
}

.woocommerce div.product .stock.out-of-stock {
  color: #000 !important;
}
.woocommerce div.product .stock.out-of-stock:before {
  content: "\f057";
  color: #de3333 !important;
}

.woocommerce div.product .stock.available-on-backorder {
  color: #000 !important;
}
.woocommerce div.product .stock.available-on-backorder:before {
  content: "\f0a1";
  color: #c9878d !important;
  font-size: 13px;
  top: 0;
}

.product-single-flex {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product-single-flex {
    display: block;
    position: relative;
  }
}
.product-single-flex .group-form .tinv-wraper.tinv-wishlist {
  display: none;
}
.product-single-flex .box-left {
  width: 50%;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1550px) {
  .product-single-flex .box-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-single-flex .box-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-single-flex .box-left .woo-variation-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 500px;
}
@media (max-width: 1020px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 30px;
    height: 30px;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 60px;
}
@media (max-width: 1020px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 40px;
  }
}

.woocommerce #review_form #respond {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 560px) {
  .woocommerce #review_form #respond {
    padding-top: 20px;
    margin-top: 10px;
  }
}
.woocommerce #review_form #respond .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1020px) {
  .woocommerce #review_form #respond .comment-reply-title {
    line-height: 1.3em;
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 15px;
  }
}

body.single-product .review .comment_container {
  margin-bottom: 20px;
  background: rgba(28, 86, 138, 0.012);
  padding: 30px;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  position: relative;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  body.single-product .review .comment_container {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  body.single-product .review .comment_container {
    padding: 20px 11px 11px 11px;
  }
}
body.single-product .review .comment_container img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  margin-right: 15px;
  border-radius: 100%;
  position: relative !important;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container img.avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 560px) {
  body.single-product .review .comment_container img.avatar {
    width: 35px;
    height: 35px;
  }
}
body.single-product .review .comment_container .star-rating {
  color: #d1aa45;
  width: 84px !important;
  float: none;
  margin-bottom: 6px;
  line-height: 1em;
}
body.single-product .review .comment_container .star-rating span {
  line-height: 1em;
}
@media (max-width: 480px) {
  body.single-product .review .comment_container .star-rating {
    width: 75px !important;
  }
}
body.single-product .review .comment_container .star-rating span:before {
  color: #d1aa45;
}
body.single-product .review .comment_container .comment-text {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
body.single-product .review .comment_container .comment-text .woocommerce-review__dash {
  display: none;
}
body.single-product .review .comment_container .comment-text .description p {
  margin: 0 !important;
  font-size: 14px;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container .comment-text .description p {
    font-size: 13px;
  }
}
body.single-product .review .comment_container .comment-text .woocommerce-review__author {
  color: #0a0905;
}
body.single-product .review .comment_container .comment-awaiting-moderation {
  font-size: 12px;
  color: #f8f8f8;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container .comment-awaiting-moderation {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body.single-product .review .comment_container .comment-awaiting-moderation {
    font-size: 10px;
  }
}
body.single-product .review .comment_container .woocommerce-review__published-date {
  position: absolute;
  top: 0;
  right: 20px;
  background: #ececec;
  padding: 2px 14px;
  color: #0a0905;
  font-size: 12px;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container .woocommerce-review__published-date {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  body.single-product .review .comment_container .woocommerce-review__published-date {
    font-size: 11px;
    right: 8px;
    font-size: 10px;
  }
}
body.single-product .review .comment_container .comment-reply-link {
  color: #fff;
  background: #0a0905;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container .comment-reply-link {
    font-size: 11px;
  }
}
body.single-product .review .comment_container .comment-reply-link:hover {
  text-decoration: none;
  background: #0f3a61;
}
body.single-product .review .comment_container > p {
  font-size: 15px;
}
@media (max-width: 1300px) {
  body.single-product .review .comment_container > p {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  body.single-product .review .comment_container > p {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  body.single-product .review .comment_container > p {
    font-size: 12px;
  }
}
body.single-product.woocommerce #review_form .comment-form input[type=text], body.single-product.woocommerce #review_form .comment-form input[type=email], body.single-product.woocommerce #review_form .comment-form textarea {
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  body.single-product.woocommerce #review_form .comment-form input[type=text], body.single-product.woocommerce #review_form .comment-form input[type=email], body.single-product.woocommerce #review_form .comment-form textarea {
    margin-bottom: 5px;
  }
}

.woocommerce div.product form.cart div.quantity {
  position: relative;
  margin-right: 10px;
  z-index: 1;
}
.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart div.quantity .qty {
    height: 42px;
  }
}
@media (max-width: 560px) {
  .woocommerce div.product form.cart div.quantity .qty {
    height: 38px;
  }
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity.hidden {
  display: none !important;
}

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

@media (max-width: 1020px) {
  .cart-flex .cart_left {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .cart-flex .cart_right {
    width: 100%;
    padding-top: 20px;
  }
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    margin-top: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none !important;
}
.woocommerce .cart-collaterals .cart_totals .form-row span,
.woocommerce-page .cart-collaterals .cart_totals .form-row span {
  display: block;
  text-align: left;
  width: 100%;
}
.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 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 767px) {
  .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: flex;
    width: 100%;
  }
  .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 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
}
.woocommerce .cart-collaterals .cart_totals .white-box,
.woocommerce-page .cart-collaterals .cart_totals .white-box {
  padding: 25px;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .white-box,
  .woocommerce-page .cart-collaterals .cart_totals .white-box {
    padding: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals .white-box .shop_table tbody th,
.woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table tbody th {
  padding-left: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f3f3f;
}
.woocommerce .cart-collaterals .cart_totals .white-box .shop_table tbody td,
.woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table tbody td {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .white-box .shop_table td,
  .woocommerce .cart-collaterals .cart_totals .white-box .shop_table th,
  .woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table td,
  .woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table th {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background-color: transparent;
  }
  .woocommerce .cart-collaterals .cart_totals .white-box .shop_table td:before,
  .woocommerce .cart-collaterals .cart_totals .white-box .shop_table th:before,
  .woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table td:before,
  .woocommerce-page .cart-collaterals .cart_totals .white-box .shop_table th:before {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount {
  color: #121212;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/delete.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  top: 3px;
  position: relative;
}

#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: 1em !important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0 0 0;
}
#add_payment_method .wc-proceed-to-checkout .button2,
.woocommerce-cart .wc-proceed-to-checkout .button2,
.woocommerce-checkout .wc-proceed-to-checkout .button2 {
  margin-bottom: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 1020px) {
  #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
  .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
  .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: 12px;
  }
}

.woocommerce table.shop_table {
  border-collapse: unset;
  border-radius: 0;
  margin: 0;
  border: none;
}
.woocommerce table.shop_table thead th {
  padding: 14px 19px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.woocommerce table.shop_table td:before,
.woocommerce table.shop_table th:before {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f3f3f;
}
.woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td,
.woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item th {
  border-bottom: 1px solid #f6f6f6;
  border-radius: 0;
}
.woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item:last-child td,
.woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item:last-child th {
  border-bottom: none;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-quantity .quantity {
    display: block;
    margin-left: auto;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  justify-content: center;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity-down {
  justify-content: center;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-quantity .quantity-down {
    width: 50px;
  }
}
.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  height: 46px;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-remove {
    background: #dfdfdf !important;
  }
}
.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  align-items: center;
}
@media (max-width: 1020px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-remove .remove {
    line-height: 17px;
    display: block;
    margin-left: auto;
  }
}
.woocommerce table.shop_table td.product-remove .remove img {
  width: 15px;
}
@media (max-width: 1020px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 11px;
  }
}
.woocommerce table.shop_table td.product-remove .remove:hover {
  background-color: transparent !important;
}

.woocommerce-cart-form__contents {
  border-collapse: unset;
  border-radius: 0;
  margin: 0;
  border: none;
  border: none;
}
.woocommerce-cart-form__contents tr {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: none;
  position: relative;
  border: 1px solid #ebebeb;
}
.woocommerce-cart-form__contents tr td.product-thumbnail {
  padding-right: 10px;
  width: 80px;
}
.woocommerce-cart-form__contents tr td.product-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}
.woocommerce-cart-form__contents tfoot th,
.woocommerce-cart-form__contents tfoot td {
  padding-top: 20px;
}
.woocommerce-cart-form__contents thead {
  overflow: hidden;
  border-radius: 0;
}
.woocommerce-cart-form__contents thead tr {
  background-color: #000;
  color: #fff;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
}
.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 {
  padding: 0 !important;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tr.extra-last th,
  .woocommerce-cart-form__contents tr.extra-last td {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .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 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .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;
  }
}
.woocommerce #content table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before {
  content: none;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: 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;
}
@media (max-width: 767px) {
  .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-bottom: 10px !important;
  }
}
@media (max-width: 560px) {
  .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;
  }
}
.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: #54504f;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@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: #000;
  color: white;
}

#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;
  background-color: white;
  color: #3f3f3f;
  border: 1px solid #e7e7e7;
  height: 50px;
}
@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%;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  #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 {
    font-size: 13px;
  }
}

.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;
}
@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: rgb(9, 8.1, 4.5);
  color: white;
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
  font-size: 0.9em;
  color: red;
}

body.woocommerce-order-received .title-page {
  display: none !important;
}

.order_placed_wrap {
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .order_placed_wrap {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .text {
    width: 100%;
  }
}
.order_placed_wrap .text .wrap-text {
  padding: 50px 60px;
}
@media (max-width: 1430px) {
  .order_placed_wrap .text .wrap-text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .text .wrap-text {
    padding: 0 0 40px 0;
  }
}
.order_placed_wrap .text .wrap-text img {
  height: 51px;
  width: auto;
}
.order_placed_wrap .text .wrap-text .checl_list {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .order_placed_wrap .text .wrap-text .checl_list {
    margin-bottom: 30px;
  }
}
.order_placed_wrap .text .wrap-text .checl_list li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order_placed_wrap .text .wrap-text .checl_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1430px) {
  .order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount span,
.order_placed_wrap .text .wrap-text .checl_list li.total .woocommerce-Price-amount bdi {
  font-weight: 700;
}
.order_placed_wrap .large_image {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .order_placed_wrap .large_image {
    width: 100%;
  }
}
.order_placed_wrap .large_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .order_placed_wrap .large_image img {
    height: auto;
  }
}

.woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: 15px !important;
}

.wooc-content > .woocommerce > .order_details {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
  max-width: 500px;
  align-items: center;
}
@media (max-width: 767px) {
  .wooc-content > .woocommerce > .order_details {
    margin-bottom: 30px;
  }
}
.wooc-content > .woocommerce > .order_details li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 0;
  border-right: none;
  width: 100%;
  font-size: 15px;
  padding-right: 0;
  line-height: 1em;
  align-items: center;
}
.wooc-content > .woocommerce > .order_details li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wooc-content > .woocommerce > .order_details li strong {
  font-size: 15px;
  line-height: 1em;
}
.wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1430px) {
  .wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount span,
.wooc-content > .woocommerce > .order_details li.total .woocommerce-Price-amount bdi {
  font-weight: 700;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 23px;
  height: 31px;
  background-image: url(images/svg/user2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
  left: 23px;
}
@media (max-width: 1300px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 16px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 15px;
    height: 15px;
    top: 15px;
    left: 16px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
  border: 1px solid #222222;
  background-color: #222222;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}
.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
  font-weight: 700;
  display: inline;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info a {
    margin-left: 5px;
  }
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-form-login {
  margin: 0 0 30px 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
}
body.woocommerce-checkout .woocommerce-form-login .form-row {
  width: 50% !important;
  float: none;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login .form-row {
    width: 100% !important;
  }
}
body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}
body.woocommerce-checkout form#woocommerce-checkout-form-coupon {
  margin: 0 0 30px 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
}
body.woocommerce-checkout form#woocommerce-checkout-form-coupon .form-row-first {
  width: 33.33%;
}
body.woocommerce-checkout form#woocommerce-checkout-form-coupon .form-row-last {
  float: left;
}
body.woocommerce-checkout .checkout-flex .big-p {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .checkout-flex .big-p {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  body.woocommerce-checkout .checkout-flex .big-p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .checkout-flex .big-p {
    font-size: 14px;
  }
}
body.woocommerce-checkout .checkout-flex .big-p:before {
  background-color: #e2e2e2;
  color: #000;
  line-height: 1;
  display: flex;
  width: 46px;
  height: 46px;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 560px) {
  body.woocommerce-checkout .checkout-flex .big-p:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
body.woocommerce-checkout .checkout-flex .step-one {
  position: relative;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .checkout-flex .step-one:before {
  content: "1. ";
}
body.woocommerce-checkout .checkout-flex #order_review_heading {
  position: relative;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .checkout-flex #order_review_heading:before {
  content: "2. ";
}
body.woocommerce-checkout .checkout-flex .step-third {
  position: relative;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .checkout-flex .step-third:before {
  content: "3. ";
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  background-image: url(images/svg/checkout-coupon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 17px;
  left: 24px;
}
@media (max-width: 1300px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 17px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 15px;
    height: 15px;
    top: 15px;
    left: 17px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
  border: 1px solid #222222;
  background-color: #222222;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
  font-weight: 700;
  display: inline;
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info a {
    margin-left: 5px;
  }
}
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

td.product-name .product-info.headings {
  display: flex;
  flex-wrap: wrap;
}
td.product-name .product-info.headings .quantity {
  order: 2;
}
td.product-name .product-info.headings .cqoc_container {
  order: 1;
  width: 100%;
}

.product-info.headings {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.product-info.headings p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-info.headings p {
    font-size: 15px;
  }
}
.product-info.headings p a {
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-info.headings p a {
    font-size: 15px;
  }
}
.product-info.headings .quantity {
  width: 130px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  box-ordinal-group: 3;
  overflow: hidden;
}
.product-info.headings .quantity input[type=number] {
  box-shadow: none !important;
  border: none !important;
  background: #fff !important;
  margin-bottom: 0 !important;
  width: 60px;
  height: 40px;
  padding: 0;
}
.product-info.headings .quantity .quantity-button {
  width: 30px;
  font-size: 11px;
  background-color: #fff;
}
.product-info.headings .remove {
  display: none !important;
}

@media (max-width: 1020px) {
  .checkout-flex .checkout-left {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .checkout-flex .checkout-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .checkout-flex .checkout-right {
    margin-top: 20px;
  }
}
.checkout-flex .checkout-right .title-line {
  margin-top: 0;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table {
  background-color: #fff;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table td,
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table th {
  padding: 9px 17px;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table thead th {
  background-color: #fff;
  color: #000;
  padding: 16px 17px;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table thead th:last-child {
  text-align: right;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child {
  text-align: right;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tbody .to-remove a.remove {
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  display: block;
  margin-left: auto;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tbody .to-remove a.remove {
    width: 10px;
    height: 10px;
  }
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tbody .to-remove a.remove:hover {
  background-color: transparent !important;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 16px 17px;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-family: "Oswald", sans-serif;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 15px;
  height: 15px;
  background-image: url(images/svg/delete.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  top: -2px;
  right: -2px;
  position: relative;
}
.checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon:hover {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .checkout-flex .checkout-right table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
    width: 10px;
    height: 10px;
    top: -1px;
    right: -2px;
  }
}
.checkout-flex #ship-to-different-address label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1em;
}
.checkout-flex #ship-to-different-address input[type=checkbox] {
  margin-left: 3px;
  margin-right: 7px;
}
.checkout-flex #ship-to-different-address span {
  line-height: 1em;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
  background-color: #fff;
  border: none;
  padding: 25px;
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.031372549);
  position: relative;
  line-height: 1;
  margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label {
  padding-left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #54504f;
}
.woocommerce-checkout #payment ul.payment_methods li label:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 9px;
}
.woocommerce-checkout #payment ul.payment_methods p {
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
  background-color: transparent;
}
@media (max-width: 1300px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 13px;
  }
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  margin-right: 10px;
  width: 22px !important;
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew label {
  padding-left: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew label:before {
  content: none;
}

.payment_box:before {
  display: none !important;
}

.payment_method_bacs label:before {
  background-image: url("images/svg/bank.svg");
}

.payment_method_cod label:before {
  background-image: url("images/svg/cash.svg");
}

.payment_method_stripe label:before {
  background-image: url("images/svg/card.svg");
}
.payment_method_stripe label img {
  display: none !important;
}
.payment_method_stripe .payment_box p {
  margin-top: 10px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 10px 35px;
  margin: 0;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  color: #54504f;
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 25px 0 0 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 18px 32px;
  margin-top: 5px;
  font-weight: 700;
  background: #000;
  color: white;
  text-decoration: none;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  text-decoration: none;
  background-color: #3a3a3a;
  color: white;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  width: calc(100% - 35px);
  vertical-align: top;
}

.checkout-left .create-account .input-checkbox {
  margin: -2px 3px 0 0 !important;
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
  color: red;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  content: none;
}

.wooc-content > .woocommerce #order_review {
  max-width: 600px;
}
.wooc-content > .woocommerce #order_review .shop_table th,
.wooc-content > .woocommerce #order_review .shop_table td {
  padding: 14px 20px;
}
@media (max-width: 1020px) {
  .wooc-content > .woocommerce #order_review .shop_table th,
  .wooc-content > .woocommerce #order_review .shop_table td {
    padding: 12px 17px;
  }
}
.wooc-content > .woocommerce #order_review .shop_table thead th:last-child {
  text-align: right;
}
.wooc-content > .woocommerce #order_review .shop_table tbody .product-quantity {
  font-weight: 400;
}
.wooc-content > .woocommerce #order_review .shop_table tbody td {
  background-color: #fff;
}
.wooc-content > .woocommerce #order_review .shop_table tbody td:last-child {
  text-align: right;
}
.wooc-content > .woocommerce #order_review .shop_table tfoot tr td,
.wooc-content > .woocommerce #order_review .shop_table tfoot tr th {
  background-color: #e2e2e2;
  border-top: 1px solid #ededed;
}
.wooc-content > .woocommerce #order_review .shop_table tfoot tr td {
  text-align: right;
}
.wooc-content > .woocommerce #order_review .shop_table tfoot tr th {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
.wooc-content > .woocommerce #order_review .shop_table tfoot tr .shipped_via {
  display: inline-block;
  width: 100%;
  line-height: 1.1em;
}

.woocommerce td.product-name .wc-item-meta li {
  margin-top: 0;
}

.woocommerce td.product-name .wc-item-meta p,
.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;
  margin: 0 3px 3px 0 !important;
}
@media (max-width: 560px) {
  .woocommerce td.product-name .wc-item-meta p,
  .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: 12px;
  }
}
.woocommerce td.product-name .wc-item-meta p p,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label p,
.woocommerce td.product-name .wc-item-meta dt p,
.woocommerce td.product-name dl.variation .wc-item-meta-label p,
.woocommerce td.product-name dl.variation dt p {
  margin: 0 !important;
  font-size: initial;
}

.full-box {
  width: 100%;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block !important;
}/*# sourceMappingURL=style.css.map */