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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*: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: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.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.medium-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1300px) {
  .row.medium-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.medium-gutter > [class*=col_] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  .row.medium-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1300px) {
  .row.normal-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row.normal-gutter > [class*=col_] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1300px) {
  .row.normal-gutter > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.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: 960px) {
  .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: 18px;
  font-family: "Sen", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  color: #3D3B3A;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 16px;
  }
}

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

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

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

p {
  margin: 15px 0;
  color: #54504F;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  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: #3D3B3A;
}
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: #3D3B3A;
  margin: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Sen", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #3D3B3A;
  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: 5px;
}
@media (max-width: 960px) {
  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: 15px;
  }
}
@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: 640px) {
  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;
  }
}
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: #EFEFED;
}
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: 960px) {
  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: 640px) {
  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: 960px) {
  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: 640px) {
  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: 960px) {
  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: 640px) {
  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: 960px) {
  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: 640px) {
  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]:not(.button1),
input[type=submit]:not(.button1) {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Sen", 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: #EFEFED;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  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]:not(.button1),
  input[type=submit]:not(.button1) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  button[type=submit]:not(.button1),
  input[type=submit]:not(.button1) {
    font-size: 13px;
  }
}
button[type=submit]:not(.button1):hover,
input[type=submit]:not(.button1):hover {
  text-decoration: none;
  background-color: #d7d7d2;
  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: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #EFEFED;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #EFEFED;
  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: 50%;
}

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

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #EFEFED;
  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: 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: #54504F;
  font-family: "Sen", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #54504F;
  font-family: "Sen", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #54504F;
  font-family: "Sen", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #54504F;
  font-family: "Sen", 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;
}

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

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

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #EFEFED;
  color: white;
  border-radius: 5px;
}

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

.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: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #EFEFED;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Playfair Display", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button3,
.button-white,
.button-line,
.button-line2,
.button-grey {
  font-size: 15px;
  font-family: "Sen", sans-serif;
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border: 2px solid #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 8px 20px;
  }
}
.button1:hover,
.button2:hover,
.button3:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 960px) {
  .button1:hover,
  .button2:hover,
  .button3:hover,
  .button-white:hover,
  .button-line:hover,
  .button-line2:hover,
  .button-grey:hover {
    color: #fff;
  }
}
.button1::after,
.button2::after,
.button3::after,
.button-white::after,
.button-line::after,
.button-line2::after,
.button-grey::after {
  content: "";
  background: #EFEFED;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transform-origin: center;
  z-index: -1;
  transition: transform 0.3s ease;
}

.button1:hover::after, .button3:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}
@media (max-width: 960px) {
  .button1:hover::after, .button3:hover::after {
    transform: skewX(-45deg) scale(0, 1);
  }
}

a[class^=grow] {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.btn {
  padding-top: 20px;
}

.button3 {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.button3:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .button3:hover {
    color: #000;
  }
}
.button3::after {
  background: #303030;
}

.button2 {
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 20px;
}
@media (max-width: 1550px) {
  .button2 {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
@media (max-width: 960px) {
  .button2 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .button2 {
    width: 40px;
    height: 40px;
  }
}
.button2 img {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.button2:hover {
  text-decoration: none;
}
.button2:hover img {
  transform: rotate(0deg);
}
@media (max-width: 960px) {
  .button2:hover img {
    transform: rotate(45deg);
  }
}

.button-white {
  background-color: white;
  color: #3D3B3A;
}

.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: #d7d7d2;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #3D3B3A;
}
.button-grey:hover {
  background-color: #dbdbdb;
  color: #3D3B3A;
}

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

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

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: #EFEFED;
}

.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: "Playfair Display", sans-serif;
  position: relative;
  top: 2px;
  color: #EFEFED;
}
@media (max-width: 640px) {
  .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: #EFEFED;
}

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

ul li {
  list-style: none;
}

.section {
  padding: 60px 0;
}
@media (max-width: 1430px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 1300px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 25px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 20px 0;
  }
}

.section-big {
  padding: 120px 0;
}
@media (max-width: 1430px) {
  .section-big {
    padding: 100px 0;
  }
}
@media (max-width: 1300px) {
  .section-big {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .section-big {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-big {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .section-big {
    padding: 30px 0;
  }
}

.slider-arrows {
  display: flex;
}
.slider-arrows .slider-arrow {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  border-radius: 0;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 20px;
}
.slider-arrows .slider-arrow:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow {
    margin-right: 10px;
  }
}
.slider-arrows .slider-arrow img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow img {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow img {
    width: 15px;
    height: 12px;
  }
}
.slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
  background-color: #EFEFED;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slick-prev::before,
  .slick-next::before {
    width: 15px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #fff;
}
@media (max-width: 960px) {
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #3A4F72;
  }
}

.slick-prev {
  left: 50px;
}
.slick-prev::before {
  background-image: url("images/svg/prev-btn.svg");
}

.slick-next {
  right: 50px;
}
.slick-next::before {
  background-image: url("images/svg/next-btn.svg");
}

.page-error {
  position: relative;
  background: radial-gradient(circle, #F6F6F6 0%, #E0E0E0 100%);
}
.page-error .container {
  position: relative;
  z-index: 1;
}
.page-error .error-page-container {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-error .error-page-container {
    max-width: inherit;
  }
}
.page-error .error-page-container .image {
  padding-bottom: 20px;
}
.page-error .error-page-container .image img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 130px;
  }
}
@media (max-width: 640px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 120px;
  }
}
@media (max-width: 400px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 100px;
  }
}
.page-error h1,
.page-error h2 {
  font-size: 30px !important;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 960px) {
  .page-error h1,
  .page-error h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .page-error h1,
  .page-error h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 640px) {
  .page-error h1,
  .page-error h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 480px) {
  .page-error h1,
  .page-error h2 {
    font-size: 20px !important;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: 12px;
  width: 12px;
}
@media (max-width: 640px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #000;
  opacity: 0.4;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.slick-dots li button::before {
  display: none;
}
@media (max-width: 640px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots .slick-active {
  width: 32px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 32px;
  background-color: #000;
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
.breadcrumbs-wrap {
  background-color: #3E3E3E;
  padding: 5px 0;
}
.breadcrumbs-wrap #breadcrumbs {
  font-size: 14px;
  margin: 0px;
}
@media (max-width: 960px) {
  .breadcrumbs-wrap #breadcrumbs {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-wrap #breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs-wrap #breadcrumbs span span {
  text-decoration: underline;
  font-weight: 400;
  opacity: 1;
  color: #fff;
}
.breadcrumbs-wrap #breadcrumbs a {
  text-decoration: none;
  opacity: 0.5;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs-wrap #breadcrumbs a:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  .breadcrumbs-wrap #breadcrumbs a:hover {
    opacity: 0.5;
  }
}
.breadcrumbs-wrap #breadcrumbs i {
  font-size: 10px;
  margin: 0 14px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .breadcrumbs-wrap #breadcrumbs i {
    font-size: 8px;
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-wrap #breadcrumbs i {
    margin: 0 5px;
  }
}
.breadcrumbs-wrap #breadcrumbs > span {
  text-align: center;
}
.breadcrumbs-wrap #breadcrumbs .breadcrumb_last {
  opacity: 0.6;
}

.general-hero {
  overflow: hidden;
  background: radial-gradient(circle, #F6F6F6, #D7D7D7);
}
.general-hero .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .general-hero .image {
    position: absolute;
    width: 65%;
    padding: 0;
    right: 17.5%;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .general-hero .image {
    width: 80%;
    right: 10%;
  }
}
@media (max-width: 400px) {
  .general-hero .image {
    width: 100%;
    right: 0;
  }
}
.general-hero .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 446px;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: grayscale(1);
}
@media (max-width: 1550px) {
  .general-hero .image img {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .general-hero .image img {
    height: 350px;
  }
}
@media (max-width: 960px) {
  .general-hero .image img {
    height: 300px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.general-hero .container {
  position: relative;
  z-index: 1;
}
.general-hero .flex-center {
  min-height: 446px;
}
@media (max-width: 1550px) {
  .general-hero .flex-center {
    min-height: 400px;
  }
}
@media (max-width: 1300px) {
  .general-hero .flex-center {
    min-height: 350px;
  }
}
@media (max-width: 960px) {
  .general-hero .flex-center {
    min-height: inherit;
    padding-bottom: 0px;
  }
}
@media (max-width: 960px) {
  .general-hero .flex-center .col_40 {
    width: 100%;
    text-align: center;
  }
}
.general-hero .flex-center .col_40 .general-hero-content {
  max-width: 460px;
}
@media (max-width: 960px) {
  .general-hero .flex-center .col_40 .general-hero-content {
    max-width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .general-hero .flex-center .col_40 .general-hero-content {
    padding: 50px 0;
  }
}

.hide-treatments-btn {
  display: none !important;
}

body.woocommerce-order-pay th {
  padding-left: 0 !important;
}
body.woocommerce-order-pay td {
  padding-right: 0 !important;
}
body.woocommerce-order-pay .product-total,
body.woocommerce-order-pay .product-subtotal {
  text-align: right !important;
  padding-right: 0 !important;
}
body.woocommerce-order-pay #payment ul.payment_methods li label::before {
  top: -8px !important;
}
body.woocommerce-order-pay #payment ul.payment_methods p {
  margin: 15px 0 0 !important;
}
body.woocommerce-order-pay input {
  cursor: pointer;
  z-index: 2;
}
body.woocommerce-order-pay .shipped_via {
  display: none;
}

.woocommerce-pagination {
  padding-top: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  text-align: right;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name {
  text-align: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table.product-total {
  text-align: right;
}

td.product-name .product-info.headings {
  display: flex;
  flex-wrap: wrap;
}
td.product-name .product-info.headings .quantity {
  order: 2;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 1300px) {
  td.product-name .product-info.headings .quantity {
    width: 120px;
  }
}
td.product-name .product-info.headings .quantity .qty {
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container {
  order: 1;
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container .remove {
  display: none !important;
}

.stock.in-stock {
  display: none;
}

/* Remove spinners in modern browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important; /* Remove spinner in Firefox */
  -webkit-appearance: textfield !important;
          appearance: textfield !important;
}

.products-slider-grid {
  justify-content: center;
}
.products-slider-grid .product-wrapper {
  width: 33.33%;
  padding: 0 !important;
}
.products-slider-grid .product-wrapper a {
  padding: 15px;
}
@media (max-width: 960px) {
  .products-slider-grid .product-wrapper {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-slider-grid .product-wrapper {
    width: 100%;
  }
}

.gray-bg {
  background-color: #EFEFED;
}

.scroll-buttons-section .scroll-buttons-flex {
  padding-top: 40px;
}
.scroll-buttons-section .scroll-buttons-flex .button-wrapper {
  padding: 0 8px;
}
.scroll-buttons-section .the-content {
  max-width: 900px;
  margin: 0 auto;
}

.listing-products .products-title {
  max-width: 80% !important;
}
.listing-products .products-title::before {
  left: 100% !important;
}
.listing-products .products-title::after {
  right: 100% !important;
}

.products-listing .product-item {
  position: relative;
}
.products-listing .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e63946;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
  text-transform: uppercase;
}

.login-tab .show-password-input::before, .register-tab .show-password-input::before {
  left: auto;
  right: 0;
  position: relative;
  float: right;
  top: 0px;
}

.login-tab .show-password-input, .register-tab .show-password-input {
  display: inline-block !important;
  width: auto !important;
  margin-top: 0 !important;
}

.woocommerce-form-login .show-password-input {
  background-color: transparent !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
}

.certificate-row img {
  width: auto;
  height: auto;
  max-width: 66px;
  margin-right: 12px;
}
.certificate-row p {
  font-size: 12px;
  opacity: 0.8;
  text-align: left;
}
@media (max-width: 640px) {
  .certificate-row p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .certificate-row .flex {
    flex-direction: column;
  }
}

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

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

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

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3D3B3A;
  -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: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-large {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-large {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-big {
  width: 100%;
  max-width: 1611px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-small {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .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: 960px) {
  .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: 640px) {
  .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: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .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;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #54504F;
}
.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: #3D3B3A;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .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: #54504F;
  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: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .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: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}
.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EFEFED;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

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

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

.small-title {
  color: #72B9FF;
  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: #EFEFED;
}

.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: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-m {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

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

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

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #3D3B3A;
}

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

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

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

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

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

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

.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: #3D3B3A;
}
.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;
  }
}

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

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

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

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

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

.maintenance-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}
.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}
.maintenance-text input[type=email] {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .maintenance-text input[type=email] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

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

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .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: #EFEFED;
}

.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: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .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: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .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: 960px) {
  .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: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #EFEFED;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Sen", 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: #EFEFED;
  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%;
  }
}

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

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

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

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 640px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}
.no-found i {
  font-size: 24px;
}
@media (max-width: 767px) {
  .no-found i {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .no-found i {
    font-size: 18px;
  }
}

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

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #EFEFED;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

.header-first-row {
  padding: 16px 0;
  background-color: #fff;
}
.header-first-row .header-col {
  padding: 0 10px;
}
.header-first-row .header-col:first-child {
  padding-left: 0;
}
.header-first-row .header-col:last-child {
  padding-right: 0;
}
.header-first-row .header-social li {
  margin: 0 10px;
}
@media (max-width: 1430px) {
  .header-first-row .header-social li {
    margin: 0 5px;
  }
}
.header-first-row .header-social li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-first-row .header-social li a:hover {
  text-decoration: none;
  background-color: #000;
}
.header-first-row .header-social li a:hover i {
  color: #fff;
}
@media (max-width: 960px) {
  .header-first-row .header-social li a:hover {
    background-color: transparent;
  }
  .header-first-row .header-social li a:hover i {
    color: #000;
  }
}
.header-first-row .header-social li i {
  font-size: 15px;
}
@media (max-width: 960px) {
  .header-first-row .header-logo {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}
.header-first-row .header-logo img {
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .header-first-row .header-logo img {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .header-first-row .header-logo img {
    width: 100px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .header-first-row .header-logo img {
    width: 80px;
  }
}
@media (max-width: 960px) {
  .header-first-row .header-contact {
    display: none;
  }
}
.header-first-row .header-contact .header-phone {
  padding-right: 20px;
}
.header-first-row .header-contact .header-phone span {
  font-size: 15px;
}
.header-first-row .header-contact .header-phone i {
  margin-right: 10px;
}
.header-first-row .header-contact .header-phone a:hover {
  text-decoration: none;
}
.header-first-row .header-mobile-wrapper {
  display: none;
}
@media (max-width: 960px) {
  .header-first-row .header-mobile-wrapper {
    display: block;
  }
}
@media (max-width: 960px) {
  .header-first-row .header-woo {
    justify-content: flex-end;
  }
  .header-first-row .header-woo span {
    display: none;
  }
}

.header-second-row {
  background-color: #000;
}
@media (max-width: 960px) {
  .header-second-row {
    display: none;
  }
}
.header-second-row .header-menu {
  display: flex;
  justify-content: center;
}
.header-second-row .header-menu li {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 1550px) {
  .header-second-row .header-menu li {
    margin: 0 25px;
  }
}
@media (max-width: 1430px) {
  .header-second-row .header-menu li {
    margin: 0 25px;
  }
}
@media (max-width: 1300px) {
  .header-second-row .header-menu li {
    margin: 0 20px;
  }
}
@media (max-width: 1100px) {
  .header-second-row .header-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 960px) {
  .header-second-row .header-menu li {
    margin: 0 20px;
  }
}
.header-second-row .header-menu li:last-child {
  margin-right: 0;
}
.header-second-row .header-menu li:first-child {
  margin-left: 0;
}
.header-second-row .header-menu li::after {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #D9D9D9;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.header-second-row .header-menu li:hover {
  text-decoration: none;
}
.header-second-row .header-menu li:hover::after {
  height: 3px;
}
@media (max-width: 960px) {
  .header-second-row .header-menu li:hover::after {
    height: 0;
  }
}
.header-second-row .header-menu li.current-menu-item a {
  position: relative;
}
.header-second-row .header-menu li.current-menu-item a::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
}
.header-second-row .header-menu li a {
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 14px 0;
}
@media (max-width: 1300px) {
  .header-second-row .header-menu li a {
    font-size: 14px;
  }
}
.header-second-row .header-menu li a:hover {
  text-decoration: none;
}
.header-second-row .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.header-second-row .menu-item-has-children::after {
  content: none !important;
}
.header-second-row .menu-item-has-children:hover {
  cursor: default;
}
.header-second-row .menu-item-has-children:hover > .sub-menu {
  display: block;
  width: 250px;
  height: auto;
}
@media (max-width: 1300px) {
  .header-second-row .menu-item-has-children:hover > .sub-menu {
    width: 180px;
  }
}
.header-second-row .menu-item-has-children > a {
  position: relative;
  padding-right: 20px !important;
}
.header-second-row .menu-item-has-children > a:after {
  content: "";
  background-image: url(images/svg/header-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc((100% - 7px) / 2);
}
@media (max-width: 1300px) {
  .header-second-row .menu-item-has-children > a:after {
    width: 9px;
    height: 5px;
    top: calc((100% - 5px) / 2);
  }
}
.header-second-row .menu-item-has-children .sub-menu {
  position: absolute;
  height: 0;
  flex-direction: column;
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  display: none;
  top: 100%;
  left: -10px;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #fff;
}
.header-second-row .menu-item-has-children .sub-menu li {
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin-right: 0;
}
.header-second-row .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.header-second-row .menu-item-has-children .sub-menu li::after {
  content: none;
}
.header-second-row .menu-item-has-children .sub-menu li a {
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.3em;
  text-align: left;
}
.header-second-row .menu-item-has-children .sub-menu li a::after {
  content: none;
}
.header-second-row .menu-item-has-children .sub-menu li:hover::before {
  opacity: 1;
}
.header-second-row .menu-item-has-children .sub-menu .sub-menu {
  top: -1px;
  left: 100%;
}
.header-second-row .menu-item-has-children .sub-menu:hover {
  display: block;
}
.header-second-row .menu-item-has-children .sub-menu .current-menu-item a {
  opacity: 1;
}

.menu-btn {
  display: none;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .menu-btn {
    display: flex;
    vertical-align: middle;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    top: 0;
    transform: none;
    left: 0;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-align: center;
  position: relative;
  background-color: transparent;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .menu-trigger {
    width: 38px;
    height: 38px;
  }
}
.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;
  position: relative;
  width: 18px;
  left: 0px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
}
.hamburger:before {
  top: -10px;
  width: 23px;
}
.hamburger:after {
  top: 10px;
  width: 23px;
}

.header-mobile {
  display: none !important;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-mobile .menu a {
  padding: 12px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media (max-width: 480px) {
  .header-mobile .menu a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 960px) {
  .header-mobile .menu a:hover {
    color: #000;
  }
}
.header-mobile .menu li {
  border-top: none;
}
.header-mobile form {
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.header-mobile form input[type=text] {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
}
.header-mobile form input[type=text]::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.header-mobile form input[type=text]::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 960px) {
  .header-mobile form input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  .header-mobile form input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .header-mobile form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .header-mobile form input[type=text]::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-mobile form input[type=text] {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .header-mobile form input[type=text] {
    font-size: 14px;
  }
}
.header-mobile form button {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.header-mobile form button:hover {
  background-color: transparent;
}
@media (max-width: 960px) {
  .header-mobile form button:hover {
    background-color: #72B9FF;
  }
}
@media (max-width: 960px) {
  .header-mobile form button {
    width: 30px;
    height: 30px;
    top: calc((100% - 30px) / 2);
  }
}
.header-mobile form button img {
  width: 17px;
}
@media (max-width: 640px) {
  .header-mobile form button img {
    width: 15px;
  }
}

.mm-wrapper_opening .header-mobile {
  display: block !important;
  background-color: #000;
}

.mm-navbar_size-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  text-align: center;
}
.mm-navbar_size-2 .footer-logo-social-container {
  justify-content: center;
}
.mm-navbar_size-2 .footer-logo-social-container li a i {
  font-size: 20px;
}
.mm-navbar_size-2 .header-login {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-login a:hover {
  background-color: #EFEFED;
  color: #EFEFED;
}
.mm-navbar_size-2 .header-request {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-request .header-button-request {
  padding: 10px 20px;
}
.mm-navbar_size-2 .header-request .header-button-request:hover {
  background-color: #EFEFED;
  color: #EFEFED;
}
.mm-navbar_size-2 .header-request .header-button-request img {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .mm-navbar_size-2 .header-request .header-button-request {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mm-navbar_size-2 .header-request .header-button-request svg {
    margin-right: 10px;
  }
}

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

.mm-panels > .mm-panel {
  padding-bottom: 150px;
}

.mm-navbar {
  background-color: #fff !important;
  background: linear-gradient(to bottom, rgba(97, 204, 195, 0.2), rgba(166, 230, 225, 0.2));
  color: #000;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .mm-navbar {
    padding: 20px 0;
  }
}
.mm-navbar a.mm-navbar__title {
  color: #000 !important;
}
.mm-navbar .mm-btn_prev:before,
.mm-navbar .mm-btn:after,
.mm-navbar .mm-btn:before {
  border-color: #000;
}

.mm-panels {
  background-color: #fff !important;
  background: linear-gradient(to bottom, rgba(97, 204, 195, 0.2), rgba(166, 230, 225, 0.2));
  border: none;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  font-weight: 600;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.68);
}

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

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: #000;
}

.mm-panel {
  background-color: transparent;
}
.mm-panel .mm-listitem__text:hover {
  color: #EFEFED;
}

.mm-listitem {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-navbars_top .mm-navbar {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.mm-navbars_top .mm-navbar .header-mobile {
  display: none !important;
}
.mm-navbars_top .mm-navbar .menu-btn {
  display: none !important;
}
.mm-navbars_top .mm-navbar a {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar a {
    padding-bottom: 15px;
  }
}
.mm-navbars_top .mm-navbar a img {
  width: auto;
  height: 80px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar a img {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top .mm-navbar a img {
    height: 60px;
  }
}
.mm-navbars_top .mm-navbar .social-list {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_top .mm-navbar .social-list li {
  margin: 0 3px;
}
.mm-navbars_top .mm-navbar .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #EFEFED;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-navbars_top .mm-navbar .social-list li a i {
  font-size: 14px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .mm-navbars_top img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top img {
    width: 80px;
  }
}
.mm-navbars_top a {
  padding-top: 0;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.mm-navbars_bottom .mm-navbar {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 400px) {
  .mm-navbars_bottom .mm-navbar {
    justify-content: center;
    text-align: center;
  }
  .mm-navbars_bottom .mm-navbar .footer-contact-list {
    width: 100%;
  }
  .mm-navbars_bottom .mm-navbar .footer-social {
    width: 100%;
    justify-content: center;
  }
}
.mm-navbars_bottom .mm-navbar .footer-contact-list p {
  margin: 0;
}
.mm-navbars_bottom .mm-navbar .title-bottom {
  display: none;
}
.mm-navbars_bottom .mm-navbar .footer-social {
  display: flex;
}
.mm-navbars_bottom .mm-navbar .footer-social li {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  background-color: #000;
  border-radius: 50%;
}
.mm-navbars_bottom .mm-navbar .footer-social li:first-child {
  margin-left: 0;
}
.mm-navbars_bottom .mm-navbar .footer-social li:last-child {
  margin-right: 0;
}
.mm-navbars_bottom .mm-navbar .footer-social li i {
  color: #fff;
}
.mm-navbars_bottom .mm-navbar .footer-social li a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_bottom .footer-logo-social-container {
  padding-top: 0;
  flex-wrap: wrap;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link {
  width: auto;
  margin: 3px 5px;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}

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

.menu-open .menu-trigger {
  position: fixed;
  left: 230px;
  top: 30px;
}
.menu-open .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: rgb(0, 0, 0);
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-mobile {
  left: 0;
}

html.mm-wrapper_opened .hamburger:before {
  transform-origin: center center 0px;
  transform: rotate(45deg);
  width: 18px;
  top: 0px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:before {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger:after {
  transform-origin: center center 0px;
  transform: rotate(-45deg);
  top: 0px;
  width: 18px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:after {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger {
  background-color: transparent;
}

@media (max-width: 640px) {
  #qlwapp.qlwapp-button .qlwapp-toggle {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .header .woo-menu {
    border-right: none;
  }
}
.header .woo-menu li {
  margin: 0 22px;
}
@media (max-width: 1430px) {
  .header .woo-menu li {
    margin: 0 12px;
  }
}
.header .woo-menu li a,
.header .woo-menu li span {
  font-size: 14px;
}
@media (max-width: 1430px) {
  .header .woo-menu li a,
  .header .woo-menu li span {
    font-size: 13px;
  }
}
.header .woo-menu .item-search {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .header .woo-menu .item-search {
    display: none;
  }
}
.header .woo-menu .item-search .header-search {
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding-left: 30px;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  margin: 0;
  border-radius: 0;
  padding-left: 0;
  max-width: 120px;
  margin: 0 auto;
}
.header .woo-menu .item-search .header-search::-moz-placeholder {
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.header .woo-menu .item-search .header-search::placeholder {
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.header .woo-menu .item-search button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  top: calc((100% - 20px) / 2);
  right: 0;
}
.header .woo-menu .item-search button img {
  width: auto;
  height: auto;
}
.header .woo-page {
  display: flex;
}
.header .woo-page .cart-contents span {
  margin-left: 5px;
}
.header .woo-page > a,
.header .woo-page .flex-item {
  padding: 10px 0;
}
.header .item-user img {
  width: 100%;
  height: 100%;
}
.header .item-cart .cart-icon {
  margin-right: 10px;
}

.cart-link {
  display: flex;
}
.cart-link .header-text-right {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .cart-link .header-text-right strong {
    display: none;
  }
}
@media (max-width: 1100px) {
  .cart-link .header-text-right span {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cart-link .header-text-right span {
    font-size: 11px !important;
  }
}
.cart-link .header-text-right span b {
  font-weight: 400;
}
@media (max-width: 1100px) {
  .cart-link .header-text-right span b {
    display: none;
  }
}

.my-login {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .my-login:hover .wrapp_submenu {
    display: block;
  }
}
.my-login .header-left-icon {
  display: flex;
  align-items: center;
}
.my-login .small_submenu {
  width: 200px;
}
.my-login .small_submenu:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 27px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
@media (max-width: 1300px) {
  .my-login .small_submenu:before {
    right: 8px;
    top: -5px;
  }
}
.my-login .sub-menu.pages li {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}
.my-login .sub-menu.pages li:first-child {
  border-top: none;
  padding-top: 0;
}
.my-login .sub-menu.pages li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #3D3B3A;
  padding: 0;
}
.my-login .sub-menu.pages li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.my-login .wrapp_submenu,
.my-login .user-cart-details {
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: absolute;
  width: 300px;
  z-index: 9999;
  display: none;
  top: calc(100% - 3px);
  right: -14px;
  max-height: 400px;
  border-radius: 0;
}
.my-login .wrapp_submenu::before,
.my-login .user-cart-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  top: -5px;
  right: 14px;
}
.my-login .wrapp_submenu {
  width: 230px;
  background-color: #fff;
  text-align: center;
  border-radius: 0px;
}
.my-login .wrapp_submenu li {
  text-align: center;
}
.my-login .wrapp_submenu .green-hover {
  background-color: #fff;
  padding: 15px 30px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
}
.my-login .wrapp_submenu .green-hover:hover {
  text-decoration: none;
  background-color: #d7d7d2;
}
.my-login .wrapp_submenu .btn.black {
  margin-top: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 1.4em;
}
.my-login .wrapp_submenu .btn.black a {
  background-color: transparent;
  padding: 13px 30px;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-radius: 0;
  margin-top: 5px;
}
.my-login .wrapp_submenu .btn.black a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  opacity: 1 !important;
}
.my-login .wrapp_submenu .btn {
  padding-top: 0;
}
.my-login .wrapp_submenu .button1 {
  color: #000;
  text-align: center;
  width: 100%;
}
.my-login .wrapp_submenu .button1::before {
  content: none;
}

.my-login .sub-menu.pages li a.button1 {
  border: 2px solid #0f0f0f;
  padding: 13px 30px;
  color: #fff !important;
  text-transform: none;
}
.my-login .sub-menu.pages li a.button1:hover {
  background-color: #0f0f0f;
  opacity: 1 !important;
  color: #000 !important;
}

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

.cart-over {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
@media (max-width: 960px) {
  .cart-over {
    display: none !important;
  }
}

.cart-menu {
  position: relative;
}
.cart-menu .widget_shopping_cart_content {
  width: 550px;
  position: relative;
  right: -550px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.cart-menu .widget_shopping_cart_content p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.cart-menu .widget_shopping_cart_content p.no-products {
  font-size: 18px;
  font-weight: 500;
}
.cart-menu .widget_shopping_cart_content .intro {
  background-color: #000;
  padding: 12px 30px;
}
.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 16px;
  }
}
.cart-menu .widget_shopping_cart_content .intro span img {
  height: 14px;
  width: auto;
  margin-right: 7px;
}
.cart-menu .widget_shopping_cart_content .intro .close-right {
  width: 15px;
  height: 15px;
}
.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}
.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;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
  width: 80px;
  overflow: hidden;
}
.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;
  width: 100%;
  height: 100%;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image .product_img {
  overflow: hidden;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  position: absolute;
  color: #3D3B3A !important;
  top: 0;
  right: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
  color: #020f1f;
  font-size: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin-left: auto;
  position: relative;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity span {
  font-weight: inherit;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
  height: 40px;
  padding: 0 10px;
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 14px;
  width: 21px;
  line-height: 12px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 10px;
  top: 12px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 10px;
  top: 15px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button img {
  width: 12px;
  height: auto;
}
.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 12px 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 400;
  color: #3D3B3A;
  font-size: 15px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span * {
  font-weight: 400;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  color: #EFEFED !important;
  font-size: 17px;
  margin-left: auto;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  padding: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove img {
  width: 10px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #3D3B3A !important;
  background-color: transparent !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 180px);
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details a:hover {
  text-decoration: none;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #3D3B3A;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 7px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #EFEFED;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation {
  color: #707070;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt {
  float: left;
  clear: both;
  line-height: 1em;
  font-size: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt * {
  line-height: 1em;
  color: #707070;
  font-size: 12px;
}
.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: 12px;
  margin-bottom: 0;
  line-height: 1em;
  color: #707070;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd p * {
  line-height: 1em;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping {
  margin-top: 20px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 14px;
  }
}
.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: #f0f0f0;
  padding: 10px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
  font-size: 14px;
  text-align: center;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p i {
  font-weight: 700;
  margin-right: 8px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
  display: flex;
  padding-bottom: 20px;
}
.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: #3D3B3A;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 15px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
  font-weight: 500;
}
.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: 500;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .right {
  margin-left: auto;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons {
  width: 100%;
  text-align: center;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button1 {
  width: 100%;
  text-align: center;
}
.cart-menu .widget_shopping_cart_content li {
  margin-left: 0;
  margin-right: 0;
}

.cart-open .widget_shopping_cart_content,
.cart-open .user-cart-details,
.cart-close.cart-open .widget_shopping_cart_content,
.cart-close.cart-open .user-cart-details {
  right: 0;
}
@media (max-width: 960px) {
  .cart-open .widget_shopping_cart_content,
  .cart-open .user-cart-details,
  .cart-close.cart-open .widget_shopping_cart_content,
  .cart-close.cart-open .user-cart-details {
    right: -550px !important;
  }
}
.cart-open .cart-over,
.cart-close.cart-open .cart-over {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .cart-open .header-bottom.header-sticky {
    z-index: 1;
  }
}
.cart-open #ht-ctc-chat {
  z-index: -1 !important;
}

.blockUI.blockOverlay {
  overflow: hidden;
}
.blockUI.blockOverlay:before {
  content: "";
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/loading-gif.gif) !important;
  background-size: 40px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .blockUI.blockOverlay:before {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px;
  }
}

.wrapp_mini_cart_listing .blockUI.blockOverlay:before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .wrapp_mini_cart_listing .blockUI.blockOverlay:before {
    background-size: 30px;
  }
}

.woocommerce table.shop_table div.quantity,
.woocommerce div.product form.cart div.quantity {
  position: relative;
  margin-right: 10px;
  width: 160px;
}
@media (max-width: 380px) {
  .woocommerce table.shop_table div.quantity,
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce table.shop_table div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  height: 100%;
  background-color: #F4F4F4;
  padding-top: 0;
  padding-bottom: 0;
  height: 52px;
  border-radius: 0;
  border: 1px solid #E7E7E7;
}
@media (max-width: 1100px) {
  .woocommerce table.shop_table div.quantity .qty,
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table div.quantity .qty,
  .woocommerce div.product form.cart div.quantity .qty {
    height: 40px;
  }
}
@media (max-width: 380px) {
  .woocommerce table.shop_table div.quantity .qty,
  .woocommerce div.product form.cart div.quantity .qty {
    width: 100%;
    margin-right: 0;
  }
}

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

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.quantity-button img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .quantity-button img {
    width: 12px;
  }
}
@media (max-width: 640px) {
  .quantity-button img {
    width: 10px;
  }
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

.fixed-home {
  background: #D7D7D7;
  position: fixed;
  z-index: 99;
  width: 100%;
  animation: slidedown 0.3s ease-out forwards;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  will-change: transform;
}
.fixed-home .header-first-row {
  display: none !important;
}
@media (max-width: 960px) {
  .fixed-home .header-first-row {
    display: block !important;
  }
}
.fixed-home .header-wrapper {
  border-bottom: none !important;
}

.info-header-text {
  background-color: #D7D7D7;
  padding: 10px 0;
}
.info-header-text p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #C62828;
}
@media (max-width: 1300px) {
  .info-header-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .info-header-text p {
    font-size: 13px;
  }
}

@keyframes slidedown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.footer {
  background-color: #303030;
  position: relative;
}
.footer.footer-second-temp {
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0;
  padding: 150px 0 40px 0;
}
@media (max-width: 960px) {
  .footer.footer-second-temp {
    padding: 100px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .footer.footer-second-temp {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 640px) {
  .footer.footer-second-temp {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .footer.footer-second-temp {
    padding: 50px 0 40px 0;
  }
}

.logo-footer-box {
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .logo-footer-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .logo-footer-box {
    padding-bottom: 30px;
  }
}
.logo-footer-box .logo-footer img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .logo-footer-box .logo-footer img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .logo-footer-box .logo-footer img {
    width: 130px;
    height: auto;
  }
}

.left-footer, .right-footer {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding: 120px 0 80px 0;
  position: relative;
  padding-right: 83px;
}
@media (max-width: 1430px) {
  .left-footer, .right-footer {
    padding: 120px 0 60px 0;
    padding-right: 83px;
  }
}
@media (max-width: 1300px) {
  .left-footer, .right-footer {
    padding: 110px 0 50px 0;
    padding-right: 83px;
  }
}
@media (max-width: 960px) {
  .left-footer, .right-footer {
    padding: 100px 0 40px 0;
    padding-right: 0px;
    width: 100%;
    border-right: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-footer, .right-footer {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 640px) {
  .left-footer, .right-footer {
    padding: 60px 0 25px 0;
  }
}
@media (max-width: 480px) {
  .left-footer, .right-footer {
    padding: 50px 0 20px 0;
  }
}

@media (max-width: 960px) {
  .left-footer {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .left-footer {
    padding-bottom: 0;
  }
}

.right-footer {
  border-right: none;
  padding-right: 0;
  padding-left: 83px;
}
@media (max-width: 1300px) {
  .right-footer {
    padding-left: 40px;
  }
}
@media (max-width: 960px) {
  .right-footer {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.right-footer .right-footer-first-row {
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .right-footer .right-footer-first-row {
    padding-bottom: 20px;
  }
}
.right-footer .right-footer-first-row .title-bottom {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  margin-top: 0;
}
@media (max-width: 1300px) {
  .right-footer .right-footer-first-row .title-bottom {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .right-footer .right-footer-first-row .title-bottom {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .right-footer .right-footer-first-row .title-bottom {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .right-footer .right-footer-first-row .title-bottom {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .right-footer .right-footer-first-row .title-bottom {
    font-size: 15px;
  }
}
.right-footer .right-footer-first-row .menu li, .right-footer .right-footer-first-row .footer-contact-list li {
  margin: 10px 0;
}
.right-footer .right-footer-first-row .menu li a, .right-footer .right-footer-first-row .menu li p, .right-footer .right-footer-first-row .footer-contact-list li a, .right-footer .right-footer-first-row .footer-contact-list li p {
  font-weight: 400;
  opacity: 0.7;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1300px) {
  .right-footer .right-footer-first-row .menu li a, .right-footer .right-footer-first-row .menu li p, .right-footer .right-footer-first-row .footer-contact-list li a, .right-footer .right-footer-first-row .footer-contact-list li p {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .right-footer .right-footer-first-row .menu li a, .right-footer .right-footer-first-row .menu li p, .right-footer .right-footer-first-row .footer-contact-list li a, .right-footer .right-footer-first-row .footer-contact-list li p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .right-footer .right-footer-first-row .menu li a, .right-footer .right-footer-first-row .menu li p, .right-footer .right-footer-first-row .footer-contact-list li a, .right-footer .right-footer-first-row .footer-contact-list li p {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .right-footer .right-footer-first-row .menu li a:hover, .right-footer .right-footer-first-row .menu li p:hover, .right-footer .right-footer-first-row .footer-contact-list li a:hover, .right-footer .right-footer-first-row .footer-contact-list li p:hover {
    text-decoration: none;
  }
}
.right-footer .right-footer-first-row .menu_col {
  padding: 0 10px;
}
.right-footer .right-footer-first-row .menu_col:first-child {
  padding-left: 0;
}
.right-footer .right-footer-first-row .menu_col:last-child {
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 1300px) {
  .right-footer .right-footer-first-row .menu_col {
    width: 50%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .right-footer .right-footer-first-row .menu_col {
    width: 100%;
    padding-bottom: 20px;
  }
}
.right-footer .right-footer-second-row .menu {
  display: flex;
  padding-bottom: 16px;
  flex-wrap: wrap;
  margin: -3px -10px;
}
@media (max-width: 960px) {
  .right-footer .right-footer-second-row .menu {
    justify-content: center;
  }
}
.right-footer .right-footer-second-row .menu li {
  padding: 3px 10px;
  position: relative;
}
.right-footer .right-footer-second-row .menu li::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
.right-footer .right-footer-second-row .menu li:last-child::after {
  content: none;
}
@media (max-width: 480px) {
  .right-footer .right-footer-second-row .menu li {
    padding: 5px;
  }
  .right-footer .right-footer-second-row .menu li::after {
    content: none;
  }
  .right-footer .right-footer-second-row .menu li:first-child {
    padding-left: 5px;
  }
  .right-footer .right-footer-second-row .menu li:last-child {
    padding-right: 5px;
  }
}
.right-footer .right-footer-second-row .menu li a {
  font-weight: 400;
  opacity: 0.7;
  font-size: 14px;
}
@media (max-width: 640px) {
  .right-footer .right-footer-second-row .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .right-footer .right-footer-second-row .menu li a:hover {
    text-decoration: none;
  }
}
.right-footer .right-footer-second-row .consumer {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .right-footer .right-footer-second-row .consumer {
    width: 100%;
    justify-content: center;
  }
}
.right-footer .right-footer-second-row .consumer .consumer-container {
  padding-right: 10px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 3px;
  margin-top: 3px;
}
@media (max-width: 960px) {
  .right-footer .right-footer-second-row .consumer .consumer-container {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (max-width: 400px) {
  .right-footer .right-footer-second-row .consumer .consumer-container {
    padding-right: 5px;
  }
}
.right-footer .right-footer-second-row .consumer .consumer-container:last-child {
  padding-right: 0;
}
.right-footer .right-footer-second-row .consumer img {
  width: auto;
  height: 35px;
}
@media (max-width: 1300px) {
  .right-footer .right-footer-second-row .consumer img {
    height: 30px;
  }
}
@media (max-width: 640px) {
  .right-footer .right-footer-second-row .consumer img {
    height: 25px;
  }
}

.footer-description {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
}
@media (max-width: 960px) {
  .footer-description {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .footer-description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .footer-description {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .newsletter-bottom {
    max-width: 300px;
    margin: 0 auto;
  }
}
.newsletter-bottom input[type=email] {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  height: 51px;
  padding-left: 16px;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding-right: 40px;
  border-radius: 0;
}
@media (max-width: 1430px) {
  .newsletter-bottom input[type=email] {
    height: 45px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email] {
    height: 40px;
  }
}
.newsletter-bottom input[type=email]::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.newsletter-bottom input[type=email]::placeholder {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email]::-moz-placeholder {
    font-size: 14px;
  }
  .newsletter-bottom input[type=email]::placeholder {
    font-size: 14px;
  }
}
.newsletter-bottom button[type=submit] {
  position: absolute;
  right: 0;
  top: 4px;
  background: transparent;
  padding: 12px 15px;
}
@media (max-width: 1430px) {
  .newsletter-bottom button[type=submit] {
    padding: 12px;
    top: 0;
  }
}
.newsletter-bottom button[type=submit]:hover {
  background-color: transparent;
}
.newsletter-bottom button[type=submit] img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .newsletter-bottom button[type=submit] img {
    width: 25px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom button[type=submit] img {
    width: 20px;
  }
}

.wrap-footer-social {
  padding-top: 26px;
}
.wrap-footer-social li {
  margin: 0 5px;
}
.wrap-footer-social li:first-child {
  margin-left: 0;
}
.wrap-footer-social li:last-child {
  margin-right: 0;
}
.wrap-footer-social li a {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 960px) {
  .wrap-footer-social li a {
    width: 40px;
    height: 40px;
  }
}
.wrap-footer-social li a:hover {
  background-color: rgb(255, 255, 255);
  text-decoration: none;
}
.wrap-footer-social li a:hover i {
  color: #000;
}
@media (max-width: 960px) {
  .wrap-footer-social li a:hover {
    background-color: transparent;
  }
  .wrap-footer-social li a:hover i {
    color: #fff;
  }
}
.wrap-footer-social li a i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 960px) {
  .wrap-footer-social li a i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .wrap-footer-social li a i {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .wrap-footer-social .footer-social {
    justify-content: center;
  }
}

.footer-second {
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px) {
  .footer-second {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 640px) {
  .footer-second {
    padding-top: 20px;
  }
}
.footer-second .copy {
  color: rgba(255, 255, 255, 0.73);
  margin: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .footer-second .copy {
    font-size: 13px;
  }
}

.top-beauty-row {
  padding: 20px;
  background-color: #2a2a2a;
  margin-bottom: 30px;
}
.top-beauty-row img {
  width: 120px;
  height: auto;
}
@media (max-width: 1300px) {
  .top-beauty-row img {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .top-beauty-row img {
    text-align: center;
    margin: 0 auto;
    width: 120px;
  }
}
.top-beauty-row .the-content {
  padding-right: 20px;
  text-align: left;
}
@media (max-width: 640px) {
  .top-beauty-row .the-content {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
.top-beauty-row h1, .top-beauty-row h2, .top-beauty-row h3, .top-beauty-row h4, .top-beauty-row h5, .top-beauty-row h6 {
  font-weight: 300;
  margin: 0;
  text-transform: none;
}
.top-beauty-row h3 {
  font-size: 26px;
}
@media (max-width: 1300px) {
  .top-beauty-row h3 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .top-beauty-row h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top-beauty-row h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .top-beauty-row h3 {
    font-size: 18px;
  }
}
.top-beauty-row h4 {
  font-size: 18px;
  margin-top: 3px;
}
@media (max-width: 1300px) {
  .top-beauty-row h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .top-beauty-row h4 {
    font-size: 14px;
  }
}
.top-beauty-row p {
  margin: 0;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .top-beauty-row p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .top-beauty-row p {
    font-size: 12px;
  }
}
.top-beauty-row .flex {
  justify-content: space-between;
}
@media (max-width: 640px) {
  .top-beauty-row .flex {
    flex-wrap: wrap;
  }
}

.home-hero {
  overflow: hidden;
  background: radial-gradient(circle, #F6F6F6, #D7D7D7);
}
.home-hero .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .home-hero .image {
    position: absolute;
    width: 65%;
    padding: 0;
    right: 17.5%;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .home-hero .image {
    width: 80%;
    right: 10%;
  }
}
@media (max-width: 400px) {
  .home-hero .image {
    width: 100%;
    right: 0;
  }
}
.home-hero .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 780px;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: grayscale(1);
}
@media (max-width: 1550px) {
  .home-hero .image img {
    height: 700px;
  }
}
@media (max-width: 1300px) {
  .home-hero .image img {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .home-hero .image img {
    height: 400px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.home-hero .container {
  position: relative;
  z-index: 1;
}
.home-hero .flex-center {
  min-height: 780px;
}
@media (max-width: 1550px) {
  .home-hero .flex-center {
    min-height: 700px;
  }
}
@media (max-width: 1300px) {
  .home-hero .flex-center {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .home-hero .flex-center {
    min-height: inherit;
    padding-bottom: 0px;
  }
}
@media (max-width: 960px) {
  .home-hero .flex-center .col_50 {
    width: 100%;
    text-align: center;
  }
}
.home-hero .flex-center .col_50 .home-hero-content {
  max-width: 460px;
}
@media (max-width: 960px) {
  .home-hero .flex-center .col_50 .home-hero-content {
    max-width: 100%;
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .home-hero .flex-center .col_50 .home-hero-content {
    padding: 50px 0;
  }
}
.home-hero .hero-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  color: #222222;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .home-hero .hero-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-title {
    font-size: 22px;
  }
}
.home-hero .slick-dotted {
  margin-bottom: 0;
}
.home-hero .slick-dots {
  bottom: 20px;
}
.home-hero .slick-next {
  left: calc((100% - 1070px) / 2);
  top: auto;
  bottom: 0px;
  right: auto;
}
@media (max-width: 1430px) {
  .home-hero .slick-next {
    left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1300px) {
  .home-hero .slick-next {
    left: 80px;
    bottom: 0px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .home-hero .slick-next {
    width: 40px;
    height: 40px;
    bottom: 0px;
  }
}
.home-hero .slick-prev {
  left: calc((100% - 1280px) / 2);
  right: auto;
  top: auto;
  bottom: 0px;
}
@media (max-width: 1300px) {
  .home-hero .slick-prev {
    left: 20px;
    bottom: 0px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .home-hero .slick-prev {
    bottom: 140px;
    width: 40px;
    height: 40px;
    bottom: 130px;
    right: 80px;
  }
}
@media (max-width: 1300px) {
  .home-hero .slick-next::before,
  .home-hero .slick-prev::before {
    width: 20px;
    height: 15px;
  }
}
.home-hero .home-hero-slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  height: 780px;
  flex-wrap: wrap;
}
@media (max-width: 1550px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 700px;
  }
}
@media (max-width: 1300px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 405px;
  }
}
@media (max-width: 767px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 263px;
  }
}
@media (max-width: 480px) {
  .home-hero .home-hero-slider:not(.slick-slider) {
    height: 283px;
  }
}
.home-hero .home-hero-slider:not(.slick-slider) .home-hero {
  width: 100%;
}

.case-studies .case-studies-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .case-studies .case-studies-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .case-studies .case-studies-img {
    padding: 0 20px;
  }
}
.case-studies .case-studies-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 850px;
}
@media (max-width: 1550px) {
  .case-studies .case-studies-img img {
    height: 700px;
  }
}
@media (max-width: 1300px) {
  .case-studies .case-studies-img img {
    height: 600px;
  }
}
@media (max-width: 960px) {
  .case-studies .case-studies-img img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .case-studies .case-studies-img img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .case-studies .case-studies-img img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .case-studies .case-studies-img img {
    height: 200px;
  }
}
.case-studies .case-content {
  min-height: 850px;
}
@media (max-width: 1550px) {
  .case-studies .case-content {
    min-height: 700px;
  }
}
@media (max-width: 1300px) {
  .case-studies .case-content {
    min-height: 600px;
  }
}
@media (max-width: 960px) {
  .case-studies .case-content {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
.case-studies .case-content .col_50 {
  margin-left: auto;
}
@media (max-width: 960px) {
  .case-studies .case-content .col_50 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.case-studies .case-content .col_50 .content-wrapper {
  max-width: 605px;
  padding: 68px;
  background-color: #303030;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .case-studies .case-content .col_50 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .case-studies .case-content .col_50 .content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .case-studies .case-content .col_50 .content-wrapper {
    padding: 30px;
  }
}
.case-studies .case-content .col_50 .content-wrapper h2,
.case-studies .case-content .col_50 .content-wrapper p {
  color: #fff;
  margin: 0;
}
.case-studies .case-content .col_50 .content-wrapper h2 {
  margin-bottom: 35px;
}
.case-studies .case-content .col_50 .content-wrapper .sm-heading-style {
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .case-studies .case-content .col_50 .content-wrapper .sm-heading-style {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .case-studies .case-content .col_50 .content-wrapper .sm-heading-style {
    font-size: 14px;
  }
}
.case-studies .case-content .col_50 .content-wrapper p:not(.sm-heading-style) {
  margin-bottom: 20px;
  font-size: 16px;
  color: #E5E5E5;
}
@media (max-width: 767px) {
  .case-studies .case-content .col_50 .content-wrapper p:not(.sm-heading-style) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .case-studies .case-content .col_50 .content-wrapper p:not(.sm-heading-style) {
    font-size: 13px;
  }
}

.treatments {
  background-color: #EFEFED;
}
.treatments .the-content {
  max-width: 615px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .treatments .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /* Adjust spacing between images */
    max-width: 600px;
    /* Adjust based on your layout */
    margin: 0 auto;
  }
}
.treatments .col_25 {
  text-align: center;
  width: auto;
}
.treatments .col_25 img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .treatments .col_25 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(1) {
    grid-row: span 2;
  }
}
.treatments .col_25:nth-child(1) img {
  position: relative;
  top: -200px;
}
@media (max-width: 1550px) {
  .treatments .col_25:nth-child(1) img {
    top: -50px;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(1) img {
    top: auto;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(2) {
    grid-row: span 1;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(3) {
    grid-row: span 2;
  }
}
.treatments .col_25:nth-child(3) img {
  position: relative;
  bottom: -200px;
}
@media (max-width: 1300px) {
  .treatments .col_25:nth-child(3) img {
    bottom: -50px;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(3) img {
    bottom: auto;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(4) {
    grid-row: span 1;
  }
}
.treatments .col_25:nth-child(4) img {
  position: relative;
  top: -250px;
}
@media (max-width: 1550px) {
  .treatments .col_25:nth-child(4) img {
    top: -50px;
  }
}
@media (max-width: 640px) {
  .treatments .col_25:nth-child(4) img {
    top: auto;
  }
}
.treatments .btn {
  width: 100%;
}
@media (max-width: 640px) {
  .treatments .btn {
    padding-top: 10px;
  }
}
@media (max-width: 1550px) {
  .treatments .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.treatments .btn .button2 {
  float: right;
  position: relative;
  bottom: -20px;
  right: 50px;
}
@media (max-width: 1550px) {
  .treatments .btn .button2 {
    float: none;
    bottom: auto;
    right: auto;
  }
}

.accordions-section .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .accordions-section .image {
    position: relative;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .accordions-section .image {
    padding: 0 20px;
  }
}
.accordions-section .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media (max-width: 1550px) {
  .accordions-section .image img {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .accordions-section .image img {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .accordions-section .image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .accordions-section .image img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .accordions-section .image img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .accordions-section .image img {
    height: 200px;
  }
}
.accordions-section .flex-center {
  min-height: 700px;
}
@media (max-width: 1550px) {
  .accordions-section .flex-center {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  .accordions-section .flex-center {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .accordions-section .flex-center {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .accordions-section .flex-center .col_50 {
    width: 100%;
  }
}
.accordions-section .flex-center .col_50 .accordions-content {
  max-width: 461px;
}
@media (max-width: 960px) {
  .accordions-section .flex-center .col_50 .accordions-content {
    max-width: 100%;
  }
}
.accordions-section .accordions .accordion-list .accordion-item {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
@media (max-width: 960px) {
  .accordions-section .accordions .accordion-list .accordion-item {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
.accordions-section .accordions .accordion-list .accordion-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.accordions-section .accordions .accordion-list .accordion-item:last-child .accordion-header {
  margin-bottom: 0;
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-header {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #3D3B3A;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 14px;
  }
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-header::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/svg/accordion-arr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 0px;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 15px;
    height: 9px;
    top: calc((100% - 9px) / 2);
    right: 0px;
  }
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-header:hover {
  cursor: pointer;
  text-decoration: none;
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-header:hover::after {
  transform: rotate(-90deg);
}
@media (max-width: 960px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-header:hover::after {
    transform: none;
  }
}
.accordions-section .accordions .accordion-list .accordion-item.active .accordion-header::after {
  transform: rotate(-180deg);
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-hidden-content {
  display: none;
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
  padding-top: 25px;
}
@media (max-width: 640px) {
  .accordions-section .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
    padding-top: 15px;
  }
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:first-of-type {
  margin-top: 0;
}
.accordions-section .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:last-of-type {
  margin-bottom: 0;
}

.products-section.inside-accordions {
  padding-top: 120px;
}
@media (max-width: 1300px) {
  .products-section.inside-accordions {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  .products-section.inside-accordions {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .products-section.inside-accordions {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .products-section.inside-accordions {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .products-section.inside-accordions {
    padding-top: 30px;
  }
}
.products-section .products-title {
  max-width: 615px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
.products-section .products-title h2 {
  margin-top: 0;
}
.products-section .products-title::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 25px;
  left: 100%;
}
@media (max-width: 1300px) {
  .products-section .products-title::before {
    left: -35%;
  }
}
@media (max-width: 960px) {
  .products-section .products-title::before {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .products-section .products-title::before {
    left: -30%;
    top: 15px;
  }
}
@media (max-width: 480px) {
  .products-section .products-title::before {
    display: none;
  }
}
.products-section .products-title::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 25px;
  right: 100%;
}
@media (max-width: 1300px) {
  .products-section .products-title::after {
    right: -35%;
  }
}
@media (max-width: 960px) {
  .products-section .products-title::after {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .products-section .products-title::after {
    right: -30%;
    top: 15px;
  }
}
@media (max-width: 480px) {
  .products-section .products-title::after {
    display: none;
  }
}
.products-section .products-slider {
  margin: 0 -15px;
}
.products-section .products-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 620px;
}
@media (max-width: 1550px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 552px;
  }
}
@media (max-width: 1430px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 491px;
  }
}
@media (max-width: 1300px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 407px;
  }
}
@media (max-width: 960px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 439px;
  }
}
@media (max-width: 767px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 342px;
  }
}
@media (max-width: 480px) {
  .products-section .products-slider:not(.slick-slider) {
    height: 269px;
  }
}
.products-section .products-slider:not(.slick-slider) .product-wrapper {
  width: 33.333%;
}
@media (max-width: 960px) {
  .products-section .products-slider:not(.slick-slider) .product-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .products-section .products-slider:not(.slick-slider) .product-wrapper {
    width: 100%;
  }
}
.products-section .products-slider .slick-dotted {
  margin-bottom: 50px;
}
.products-section .products-slider .slick-dots {
  bottom: -50px;
}
.products-section .product-wrapper {
  padding: 0 15px;
}
.products-section .product-item {
  width: 100%;
}
.products-section .product-item .image-wrap {
  height: 518px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .products-section .product-item .image-wrap {
    height: 450px;
  }
}
@media (max-width: 1430px) {
  .products-section .product-item .image-wrap {
    height: 350px;
  }
}
@media (max-width: 1300px) {
  .products-section .product-item .image-wrap {
    height: 280px;
  }
}
@media (max-width: 960px) {
  .products-section .product-item .image-wrap {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .products-section .product-item .image-wrap {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .products-section .product-item .image-wrap {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .products-section .product-item .image-wrap {
    height: 200px;
  }
}
.products-section .product-item:hover .btn .see-more::after {
  width: 0;
}
@media (max-width: 960px) {
  .products-section .product-item:hover .btn .see-more::after {
    width: 100%;
  }
}
.products-section .product-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .products-section .product-item:hover img {
    transform: none;
  }
}
.products-section .product-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-section .product-item:hover {
  text-decoration: none;
}
.products-section .btn {
  padding-top: 0;
}

.see-more {
  padding-bottom: 5px;
  position: relative;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 960px) {
  .see-more {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .see-more {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .see-more {
    font-size: 13px;
  }
}
.see-more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.see-more:hover {
  text-decoration: none;
}

.sm-heading-style {
  font-size: 24px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  color: #3D3B3A;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .sm-heading-style {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .sm-heading-style {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sm-heading-style {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .sm-heading-style {
    font-size: 14px;
  }
}

.anti-aging {
  background-color: #EFEFED;
}
.anti-aging .the-content {
  max-width: 855px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.anti-aging .the-content h2 {
  margin-top: 0;
}
.anti-aging .images-anti-aging {
  max-width: 855px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1550px) {
  .anti-aging .images-anti-aging {
    text-align: center;
  }
}
.anti-aging .images-anti-aging .decor {
  position: absolute;
  width: 380px;
  height: 427px;
  top: -70px;
  left: calc((100% - 380px) / 2);
  z-index: 0;
}
@media (max-width: 1550px) {
  .anti-aging .images-anti-aging .decor {
    width: 300px;
    height: 350px;
    left: calc((100% - 300px) / 2);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .anti-aging .images-anti-aging .decor {
    width: 300px;
    height: 350px;
    left: calc((100% - 300px) / 2);
    opacity: 0.8;
  }
}
@media (max-width: 480px) {
  .anti-aging .images-anti-aging .decor {
    width: 200px;
    height: 250px;
    left: calc((100% - 200px) / 2);
  }
}
.anti-aging .images-anti-aging .img {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1550px) {
  .anti-aging .images-anti-aging .img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .anti-aging .images-anti-aging .img {
    height: auto;
  }
}
.anti-aging .flex {
  padding-top: 90px;
}
@media (max-width: 1550px) {
  .anti-aging .flex {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .anti-aging .flex {
    padding-top: 50px;
  }
}
.anti-aging .col_25 {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.anti-aging .col_25:last-child {
  border-right: none;
}
.anti-aging .col_25 .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  color: #3D3B3A;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .anti-aging .col_25 .title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .anti-aging .col_25 .title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .anti-aging .col_25 .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .anti-aging .col_25 .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .anti-aging .col_25 .title {
    font-size: 14px;
  }
}
.anti-aging .col_25 .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Sen", sans-serif;
  color: #54504F;
}
@media (max-width: 960px) {
  .anti-aging .col_25 .description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .anti-aging .col_25 .description {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .anti-aging .col_25 .description {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .anti-aging .col_25 {
    width: 33.33%;
    border-right: none;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .anti-aging .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .anti-aging .col_25 {
    width: 100%;
    padding: 5px 0;
  }
}

.filler .filler-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .filler .filler-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .filler .filler-img {
    padding: 0 20px;
  }
}
.filler .filler-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media (max-width: 1550px) {
  .filler .filler-img img {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .filler .filler-img img {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .filler .filler-img img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .filler .filler-img img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .filler .filler-img img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .filler .filler-img img {
    height: 200px;
  }
}
.filler .flex-center {
  min-height: 700px;
}
@media (max-width: 1550px) {
  .filler .flex-center {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  .filler .flex-center {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .filler .flex-center {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
.filler .flex-center .col_50 {
  margin-left: auto;
}
@media (max-width: 960px) {
  .filler .flex-center .col_50 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.filler .flex-center .col_50 .the-content {
  max-width: 420px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .filler .flex-center .col_50 .the-content {
    max-width: 100%;
    margin-left: 0;
  }
}

.online-catalog .cover {
  background-color: #EFEFED;
  padding: 175px 0;
  position: relative;
}
@media (max-width: 1300px) {
  .online-catalog .cover {
    padding: 120px 0;
  }
}
@media (max-width: 960px) {
  .online-catalog .cover {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .online-catalog .cover {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .online-catalog .cover {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .online-catalog .cover {
    padding: 40px 0;
  }
}
.online-catalog .cover .woman-left,
.online-catalog .cover .woman-right {
  position: absolute;
  height: 100%;
  top: 0;
  width: auto;
}
@media (max-width: 1300px) {
  .online-catalog .cover .woman-left,
  .online-catalog .cover .woman-right {
    opacity: 0.2;
  }
}
.online-catalog .cover .woman-left {
  left: 0;
}
@media (max-width: 767px) {
  .online-catalog .cover .woman-left {
    display: none;
  }
}
.online-catalog .cover .woman-right {
  right: 0;
}
.online-catalog .cover .wrapper {
  max-width: 696px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .online-catalog .cover .wrapper {
    max-width: inherit;
  }
}

.testimonials .container {
  position: relative;
}
.testimonials .container::before {
  content: "";
  display: block;
  position: absolute;
  top: -58px;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(images/svg/open-quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1300px) {
  .testimonials .container::before {
    width: 80px;
    height: 80px;
    left: 30px;
  }
}
@media (max-width: 960px) {
  .testimonials .container::before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .container::before {
    width: 70px;
    height: 70px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .testimonials .container::before {
    width: 60px;
    height: 60px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .testimonials .container::before {
    width: 50px;
    height: 50px;
  }
}
.testimonials .container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  right: 0;
  width: 90px;
  height: 90px;
  background-image: url(images/svg/close-quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1300px) {
  .testimonials .container::after {
    width: 80px;
    height: 80px;
    right: 30px;
  }
}
@media (max-width: 960px) {
  .testimonials .container::after {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .container::after {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 640px) {
  .testimonials .container::after {
    width: 60px;
    height: 60px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .testimonials .container::after {
    width: 50px;
    height: 50px;
  }
}
.testimonials .testimonial-wrapper {
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .testimonials .testimonial-wrapper {
    max-width: inherit;
  }
}
.testimonials .testimonial-wrapper p {
  font-size: 24px;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
@media (max-width: 1300px) {
  .testimonials .testimonial-wrapper p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonial-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonial-wrapper p {
    font-size: 15px;
  }
}
.testimonials .testimonial-wrapper .testimonial-author {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrapper .testimonial-author {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-author {
    padding-top: 0px;
  }
}
.testimonials .testimonial-wrapper .testimonial-author p {
  font-family: "Sen", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #303030;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .testimonials .testimonial-wrapper .testimonial-author p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrapper .testimonial-author p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-author p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonial-wrapper .testimonial-author p {
    font-size: 13px;
  }
}
.testimonials .testimonials-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 222px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .testimonials .testimonials-slider:not(.slick-slider) {
    height: 210px;
  }
}
@media (max-width: 960px) {
  .testimonials .testimonials-slider:not(.slick-slider) {
    height: 246px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-slider:not(.slick-slider) {
    height: 201px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider:not(.slick-slider) {
    height: 152px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonials-slider:not(.slick-slider) {
    height: 169px;
  }
}

.contact-page {
  background-color: #F6F6F6;
}
.contact-page .contact-box {
  background-color: #fff;
}
@media (max-width: 640px) {
  .contact-page .contact-box .col_55 {
    width: 100%;
  }
}
.contact-page .contact-box .col_55 .contact-wrapper {
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 70px;
  max-width: 533px;
}
@media (max-width: 1300px) {
  .contact-page .contact-box .col_55 .contact-wrapper {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-box .col_55 .contact-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contact-page .contact-box .col_55 .contact-wrapper .the-content {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .contact-page .contact-box .col_55 .contact-wrapper .the-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-box .col_45 {
    width: 100%;
  }
}
.contact-page .contact-box .col_45 .cover {
  width: 100%;
  height: 100%;
  height: 721px;
}
@media (max-width: 1300px) {
  .contact-page .contact-box .col_45 .cover {
    height: 600px;
  }
}
@media (max-width: 960px) {
  .contact-page .contact-box .col_45 .cover {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-box .col_45 .cover {
    height: 550px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-box .col_45 .cover {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-box .col_45 .cover {
    height: 250px;
  }
}
.contact-page .contact-list li {
  padding: 25px 0;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 640px) {
  .contact-page .contact-list li {
    padding: 15px 0;
  }
}
.contact-page .contact-list li:first-child {
  padding-top: 0;
}
.contact-page .contact-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-page .contact-list li .flex:hover {
  text-decoration: none;
}
.contact-page .contact-list li .flex:hover .icon {
  width: 20%;
}
@media (max-width: 960px) {
  .contact-page .contact-list li .flex:hover .icon {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-list li .flex:hover .icon {
    width: 35px;
  }
}
.contact-page .contact-list li .flex:not(a):hover .icon {
  width: 46px;
}
@media (max-width: 960px) {
  .contact-page .contact-list li .flex:not(a):hover .icon {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-list li .flex:not(a):hover .icon {
    width: 35px;
  }
}
.contact-page .contact-list li .flex .icon {
  width: 46px;
  height: 46px;
  background-color: #54504F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .contact-page .contact-list li .flex .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-list li .flex .icon {
    width: 35px;
    height: 35px;
  }
}
.contact-page .contact-list li .flex .icon i {
  color: #fff;
}
.contact-page .contact-list li .flex .contact-details {
  padding-left: 20px;
  width: calc(100% - 46px);
}
@media (max-width: 960px) {
  .contact-page .contact-list li .flex .contact-details {
    width: calc(100% - 40px);
  }
}
@media (max-width: 640px) {
  .contact-page .contact-list li .flex .contact-details {
    width: calc(100% - 35px);
  }
}
.contact-page .contact-list li .flex .contact-details .contact-label {
  margin: 0;
  font-size: 20px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  color: #2D2926;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 960px) {
  .contact-page .contact-list li .flex .contact-details .contact-label {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-list li .flex .contact-details .contact-label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-list li .flex .contact-details .contact-label {
    font-size: 15px;
  }
}
.contact-page .contact-list li .flex .contact-details span {
  line-height: 1.2;
}

.label-form {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .label-form {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .label-form {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .label-form {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .label-form {
    font-size: 12px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input {
  border-radius: 0px;
  height: 52px;
}
@media (max-width: 1430px) {
  .wpcf7-form-control-wrap input {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap input {
    height: 35px;
  }
}
.wpcf7-form-control-wrap textarea {
  border-radius: 0px;
  height: 100px;
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap textarea {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap textarea {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap textarea {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .section-contact-flex {
    display: block;
  }
  .section-contact-flex .col_45,
  .section-contact-flex .col_55 {
    width: 100%;
  }
  .section-contact-flex .col_45 {
    text-align: center;
  }
}

.section-contact {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.section-contact .wpcf7-list-item {
  margin-left: 0;
}
@media (max-width: 640px) {
  .section-contact .wpcf7-submit {
    width: 100%;
  }
}
.section-contact .title {
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .section-contact .title {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .section-contact .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-contact .col_40,
  .section-contact .col_60 {
    width: 100%;
  }
}
.section-contact .contact-form-box {
  background-color: #EFEFED;
  padding: 40px;
}
@media (max-width: 767px) {
  .section-contact .contact-form-box {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .section-contact .contact-form-box {
    padding: 20px;
  }
}
.section-contact .contact-form-box .contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-contact .contact-form-box .contact-form-wrapper {
    max-width: 100%;
  }
}
.section-contact label {
  color: #54504F !important;
}
.section-contact .form-title {
  font-size: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #0A0606;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .section-contact .form-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-contact .form-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-contact .form-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-contact .form-row {
    flex-wrap: wrap;
  }
  .section-contact .form-row .col_50 {
    width: 100%;
  }
}
.section-contact input:not([type=submit]),
.section-contact textarea:not([type=submit]) {
  background-color: #fff;
  border: 1px solid #ececec;
}
.section-contact input[type=submit] {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border: 2px solid #000;
  text-transform: uppercase;
  border-radius: 0px;
}
@media (max-width: 960px) {
  .section-contact input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-contact input[type=submit] {
    font-size: 13px;
    padding: 8px 20px;
  }
}
.section-contact input[type=submit]:hover, .section-contact input[type=submit]:focus {
  color: #000;
  text-decoration: none;
  background-color: #EFEFED;
}
@media (max-width: 960px) {
  .section-contact input[type=submit]:hover, .section-contact input[type=submit]:focus {
    color: #fff;
    background-color: #000;
  }
}

.articles {
  position: relative;
  overflow: hidden;
}
.articles .container {
  position: relative;
  z-index: 1;
}
.articles .article-wrapper {
  padding: 0 15px;
  height: 100%;
}
@media (max-width: 960px) {
  .articles .article-wrapper {
    padding: 0 8px;
  }
}
.articles .image-wrapper {
  height: 312px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1300px) {
  .articles .image-wrapper {
    height: 250px;
  }
}
@media (max-width: 960px) {
  .articles .image-wrapper {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .articles .image-wrapper {
    height: 180px;
  }
}
.articles .image-wrapper .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 1300px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
.articles .image-wrapper .cover:hover {
  transform: scale(1.2);
}
@media (max-width: 960px) {
  .articles .image-wrapper .cover:hover {
    transform: none;
  }
}
.articles .article-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.articles .article-item .article-info {
  padding: 20px;
}
@media (max-width: 1300px) {
  .articles .article-item .article-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .articles .article-item .article-info {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.articles .article-item .article-info p {
  font-size: 16px;
  color: #54504F;
  margin: 0;
}
@media (max-width: 1300px) {
  .articles .article-item .article-info p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .articles .article-item .article-info p {
    font-size: 13px;
  }
}
.articles .article-item .article-info p.big-p {
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .articles .article-item .article-info p.big-p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .articles .article-item .article-info p.big-p {
    font-size: 18px;
  }
}
.articles .article-item .article-info p.big-p a {
  text-decoration: none;
}
.articles .small {
  font-size: 16px;
  color: #EFEFED;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .articles .small {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .articles .small {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .articles .small {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .articles .small {
    font-size: 11px;
  }
}
.articles .small:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 960px) {
  .articles .small:hover {
    color: #EFEFED;
    text-decoration: underline;
  }
}
.articles .title {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .articles .title {
    padding-bottom: 20px;
  }
}
.articles .title h2 {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .articles .title .col_30 {
    display: none;
  }
}
@media (max-width: 480px) {
  .articles .title .col_70 {
    width: 100%;
  }
}

.article-bottom-item.cat span a {
  text-decoration: underline;
}
.article-bottom-item.cat span a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .article-bottom-item.cat span a:hover {
    text-decoration: underline;
  }
}
.article-bottom-item span {
  font-size: 14px;
  color: #54504F;
}
@media (max-width: 960px) {
  .article-bottom-item span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .article-bottom-item span {
    font-size: 12px;
  }
}
.article-bottom-item span.line {
  padding: 0 5px;
}

.section-blog {
  position: relative;
  padding: 30px 0;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .section-blog {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}
.section-blog .article-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.section-blog .article-item .see-more::after {
  width: 100%;
  transition: all 0.3s ease;
}
.section-blog .article-item .see-more:hover::after {
  width: 0;
}
@media (max-width: 960px) {
  .section-blog .article-item .see-more:hover::after {
    width: 100%;
  }
}
.section-blog .article-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 1300px) {
  .section-blog .article-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .section-blog .article-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-blog .article-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-blog .article-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-blog .article-wrapper {
    width: 100%;
  }
}

.wp-pagenavi {
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .wp-pagenavi {
    padding-top: 35px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi {
    padding-top: 0px;
  }
}
.wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi ul li {
  margin: 0px 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-pagenavi ul li span {
  background-color: #EFEFED;
  color: #000;
  width: 55px;
  height: 55px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  line-height: 1;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li span {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li span {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.wp-pagenavi ul li a {
  background-color: #fff;
  width: 55px;
  height: 55px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.wp-pagenavi ul li a:hover {
  background-color: #EFEFED;
  color: #000;
  text-decoration: none;
  border: 1px solid #EFEFED;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li a {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.section-article .title-art {
  padding-top: 30px;
  max-width: 1075px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .section-article .title-art {
    max-width: 100%;
  }
}
.section-article .title-art h1 {
  margin-bottom: 0;
}
.section-article .blog-sidebar-flex .blog-right-sidebar {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar {
    padding-top: 10px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content {
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content {
    padding-bottom: 20px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .service-main-image img {
  width: 100%;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h1,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h2,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h3,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h4,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h5,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h6 {
  color: #272727;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .sharethis-inline-share-buttons {
  padding-left: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .sharethis-inline-share-buttons {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
  font-size: 20px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
  font-size: 18px;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 13px;
  }
}
.section-article .art-content h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h1 {
    font-size: 22px;
  }
}
.section-article .art-content h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h2 {
    font-size: 22px;
  }
}
.section-article .art-content h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .section-article .art-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h3 {
    font-size: 20px;
  }
}
.section-article .art-content h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h4 {
    font-size: 15px;
  }
}
.section-article .art-content p {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  .section-article .art-content p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section-article .art-content p {
    font-size: 13px;
  }
}
.section-article .art-content ol {
  counter-reset: section;
  /* Reset the counter for the main list */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
  list-style: none;
  /* Remove default list styles */
}
.section-article .art-content ol > li {
  counter-increment: section;
  /* Increment the counter for each list item */
  position: relative;
  padding-left: 0;
  /* Align text with the number */
  margin-left: 0;
  /* Align text under the number */
  list-style: none;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content ol > li {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content ol > li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content ol > li {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content ol > li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-article .art-content ol > li {
    font-size: 18px;
  }
}
.section-article .art-content ol > li::before {
  content: counter(section) ". ";
  /* Add the counter value before the list item */
  position: relative;
  left: 0;
  /* Place number at the beginning */
}
.section-article .art-content ol ol {
  counter-reset: subsection;
  /* Reset the counter for sub-lists */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
}
.section-article .art-content ol > li > ol > li {
  counter-increment: subsection;
  /* Increment the counter for each sub-list item */
  position: relative;
  padding-left: 2em;
  /* Create space for the number */
  text-indent: 0;
  /* Align text under the parent number */
  font-size: 16px;
  font-weight: 400;
  font-family: "Sen", sans-serif;
}
@media (max-width: 767px) {
  .section-article .art-content ol > li > ol > li {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content ol > li > ol > li {
    font-size: 14px;
  }
}
.section-article .art-content ol ol > li::before {
  content: counter(section) "." counter(subsection) " ";
  /* Add hierarchical numbering */
  position: absolute;
  left: 0;
  /* Place number at the beginning */
}
.section-article .art-content ol ol ol {
  counter-reset: subsubsection;
  /* Reset the counter for nested sub-lists */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
}
.section-article .art-content ol ol ol > li {
  counter-increment: subsubsection;
  /* Increment the counter for nested sub-list items */
  position: relative;
  padding-left: 0;
  /* Create space for the number */
  text-indent: -2em;
  /* Align text under the parent number */
  font-size: inherit;
  /* Ensure deeper nested lists inherit font size */
}
.section-article .art-content ol ol ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
  /* Full hierarchical numbering */
  position: absolute;
  left: 0;
  /* Place number at the beginning */
}

.share-buttons-single {
  padding: 35px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .share-buttons-single {
    padding: 30px 0;
  }
}
@media (max-width: 640px) {
  .share-buttons-single {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .share-buttons-single {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .share-buttons-single .addtoany_shortcode {
    padding-top: 10px;
  }
}
.share-buttons-single .addtoany_shortcode a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.share-buttons-single .addtoany_shortcode a span {
  border-radius: 50% !important;
  position: relative;
}
@media (max-width: 480px) {
  .share-buttons-single .addtoany_shortcode a span {
    width: 22px !important;
    height: 22px !important;
  }
}
.share-buttons-single .addtoany_shortcode a svg {
  width: 15px;
  height: 15px;
  top: auto;
  left: auto;
  background-position: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.share-buttons-single .category a {
  text-decoration: underline;
}
.share-buttons-single .category a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .share-buttons-single .category a:hover {
    text-decoration: underline;
  }
}
.share-buttons-single .article-bottom-item {
  text-transform: none !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .share-buttons-single .article-bottom-item {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .article-bottom-item {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .share-buttons-single .article-bottom-item {
    font-size: 14px !important;
  }
}

.next-prev-posts {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .next-prev-posts {
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts {
    padding-top: 20px;
  }
}
.next-prev-posts .next-div,
.next-prev-posts .prev-div {
  background-color: #F4F4F4;
  padding: 30px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div,
  .next-prev-posts .prev-div {
    padding: 15px;
  }
}
.next-prev-posts .next-div .art-title,
.next-prev-posts .prev-div .art-title {
  font-weight: 600;
  margin: 0;
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 15px;
  }
}
.next-prev-posts .next-div i,
.next-prev-posts .prev-div i {
  color: #54B1A9;
  font-size: 13px;
  margin-right: 5px;
  padding-top: 3px;
}
.next-prev-posts .next-div:hover,
.next-prev-posts .prev-div:hover {
  text-decoration: none;
}
.next-prev-posts .next-div .title-wrapper span,
.next-prev-posts .prev-div .title-wrapper span {
  font-weight: 500;
  font-size: 15px;
  color: #54504F;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 12px;
  }
}
.next-prev-posts .prev-div {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .next-prev-posts .prev-div {
    padding-left: 55px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .prev-div {
    padding-left: 35px;
  }
}
.next-prev-posts .prev-div .title-wrapper {
  position: relative;
}
.next-prev-posts .prev-div:hover .prev-art {
  left: 20px;
}
@media (max-width: 960px) {
  .next-prev-posts .prev-div:hover .prev-art {
    left: 25px;
  }
}
.next-prev-posts .next-div {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div {
    padding-right: 55px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div {
    padding-right: 35px;
  }
}
.next-prev-posts .next-div .title-wrapper {
  position: relative;
}
.next-prev-posts .next-div:hover .next-art {
  right: 20px;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div:hover .next-art {
    right: 25px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts .next-prev-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .next-prev-posts .next-prev-wrapper a {
    justify-content: flex-start;
  }
}
.next-prev-posts .prev-art,
.next-prev-posts .next-art {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 12px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 10px;
  }
}
.next-prev-posts .prev-art {
  left: 25px;
}
@media (max-width: 640px) {
  .next-prev-posts .prev-art {
    left: 15px;
  }
}
.next-prev-posts .next-art {
  right: 25px;
}
@media (max-width: 640px) {
  .next-prev-posts .next-art {
    right: 15px;
  }
}

.blog-comments {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .blog-comments {
    padding-top: 20px;
  }
}
.blog-comments .comment-respond {
  background-color: #F6F6F6;
  padding: 76px 101px;
}
@media (max-width: 1100px) {
  .blog-comments .comment-respond {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond {
    padding: 20px;
    box-shadow: none;
  }
}
.blog-comments .comment-respond form p {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form p {
    margin: 8px 0;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form p {
    margin: 6px 0;
  }
}
.blog-comments .comment-respond form .form-submit {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 6px;
  }
}
.blog-comments .comment-respond form .form-submit input[type=submit] {
  padding: 14px 28px;
  background-color: #000;
  border: 2px solid #000;
}
.blog-comments .comment-respond form .form-submit input[type=submit]:hover, .blog-comments .comment-respond form .form-submit input[type=submit]:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .form-submit input[type=submit]:hover, .blog-comments .comment-respond form .form-submit input[type=submit]:focus {
    color: #fff;
    background-color: #000;
  }
}
.blog-comments .comment-respond form textarea,
.blog-comments .comment-respond form input {
  border-radius: 0;
}
.blog-comments .comment-respond form textarea:not([type=submit]),
.blog-comments .comment-respond form input:not([type=submit]) {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ECECEC;
}
.blog-comments .comment-respond form input:not([type=checkbox]) {
  height: 52px;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 45px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 40px;
  }
}
.blog-comments .comment-respond form input[type=checkbox]::before {
  background-color: #000;
  border-radius: 0;
}
.blog-comments .comment-respond form .comment-form-author {
  width: 49%;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-author {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.blog-comments .comment-respond form .comment-form-email {
  width: 50%;
  display: inline-block;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-email {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-cookies-consent {
    margin-top: 20px;
  }
}
.blog-comments .comment-respond form .comment-form-cookies-consent .wp-comment-cookies-consent {
  display: inline-block;
}
.blog-comments .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  width: 90%;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-cookies-consent label {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .form-submit .submit {
    width: 100%;
  }
}
.blog-comments .comment-respond form .comment-form-comment label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-comment label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-form-comment label {
    font-size: 12px;
  }
}
.blog-comments .comment-respond form .comment-notes {
  font-size: 16px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-notes {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-notes {
    font-size: 12px;
  }
}
.blog-comments .comment-respond form .comment-respond-title {
  color: #0A0606;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 16px;
  }
}
.blog-comments .comment-respond form .logged-in-as {
  font-size: 16px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .logged-in-as {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .logged-in-as {
    font-size: 12px;
  }
}
.blog-comments .comment-awaiting-moderation {
  padding-top: 10px;
  color: red;
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 13px;
  }
}
.blog-comments .comment-meta {
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 65px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .blog-comments .comment-meta {
    right: 20px;
    padding: 5px 10px;
  }
}
.blog-comments .comment-meta a {
  font-size: 12px;
}
@media (max-width: 640px) {
  .blog-comments .comment-meta a {
    font-size: 10px;
  }
}
.blog-comments .comment-meta a:hover {
  text-decoration: none;
  cursor: auto;
}
.blog-comments .commentlist {
  list-style: none;
}
.blog-comments .commentlist p {
  margin-top: 0;
}
.blog-comments .commentlist li .comment-body {
  background-color: #F6F6F6;
  padding: 20px 80px;
  position: relative;
}
@media (max-width: 1100px) {
  .blog-comments .commentlist li .comment-body {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body {
    padding: 20px;
  }
}
.blog-comments .commentlist li .comment-body .comment-author {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 13px;
  }
}
.blog-comments .commentlist li .comment-body .comment-author img {
  position: relative;
  transform: translateY(30%);
  border-radius: 100%;
  margin-right: 10px;
}
.blog-comments .commentlist li .comment-body .reply {
  margin-top: 15px;
}
.blog-comments .commentlist li .comment-body .reply a {
  background-color: #000;
  border-radius: 0px;
  padding: 6px 27px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #000;
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body .reply a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body .reply a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .commentlist li .comment-body .reply a {
    font-size: 13px;
  }
}
.blog-comments .commentlist li .comment-body .reply a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
@media (max-width: 960px) {
  .blog-comments .commentlist li .comment-body .reply a:hover {
    background-color: #000;
    color: #fff;
  }
}
.blog-comments .commentlist li .comment-body p {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 13px;
  }
}
.blog-comments .navigation .alignleft {
  float: none;
}
.blog-comments #comments {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .blog-comments #comments {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .blog-comments #comments {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-comments #comments {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .blog-comments #comments {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .blog-comments #comments {
    font-size: 15px;
  }
}

#respond {
  margin-top: 20px;
}
#respond .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  #respond .comment-reply-title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  #respond .comment-reply-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #respond .comment-reply-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  #respond .comment-reply-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #respond .comment-reply-title {
    font-size: 15px;
  }
}

.acid-page.general-hero {
  background: #fff;
}
.acid-page.general-hero .image img {
  height: 556px;
}
@media (max-width: 1550px) {
  .acid-page.general-hero .image img {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .acid-page.general-hero .image img {
    height: 350px;
  }
}
@media (max-width: 960px) {
  .acid-page.general-hero .image img {
    height: 300px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.acid-page.general-hero .flex-center {
  min-height: 556px;
}
@media (max-width: 1550px) {
  .acid-page.general-hero .flex-center {
    min-height: 400px;
  }
}
@media (max-width: 1300px) {
  .acid-page.general-hero .flex-center {
    min-height: 350px;
  }
}
@media (max-width: 960px) {
  .acid-page.general-hero .flex-center {
    min-height: inherit;
    padding-bottom: 0px;
  }
}
.acid-page.anti-aging {
  position: relative;
  overflow: hidden;
}
.acid-page.anti-aging .rose {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .acid-page.anti-aging .rose {
    height: 60%;
  }
}
@media (max-width: 640px) {
  .acid-page.anti-aging .rose {
    display: none;
  }
}
.acid-page.anti-aging .container {
  position: relative;
  z-index: 1;
}

.black-box {
  background-color: #222222;
  position: relative;
  clear: both;
}
.black-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.black-box .the-content {
  max-width: 708px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 640px) {
  .black-box .the-content {
    max-width: 100%;
  }
}

.white_box {
  background-color: #fff;
  position: relative;
}
.white_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.white_box .the-content {
  max-width: 708px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 640px) {
  .white_box .the-content {
    max-width: 100%;
  }
}

.black-box .container, .white_box .container {
  position: relative;
  z-index: 1;
}

.img-left-right .image {
  position: absolute;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .img-left-right .image {
    position: relative;
    width: 100%;
    padding: 0 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .img-left-right .image {
    padding: 0 20px;
  }
}
.img-left-right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 728px;
}
@media (max-width: 1550px) {
  .img-left-right .image img {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .img-left-right .image img {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .img-left-right .image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .img-left-right .image img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .img-left-right .image img {
    height: 250px;
  }
}
.img-left-right .image-left .image {
  top: 0;
  left: 0;
}
.img-left-right .image-left .col_50 {
  margin-left: auto;
}
.img-left-right .image-left .col_50 .the-content {
  margin-left: auto;
}
.img-left-right .image-right .image {
  top: 0;
  right: 0;
}
.img-left-right .flex-center {
  min-height: 728px;
}
@media (max-width: 1550px) {
  .img-left-right .flex-center {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  .img-left-right .flex-center {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .img-left-right .flex-center {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .img-left-right .flex-center {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .img-left-right .col_50 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.img-left-right .the-content {
  max-width: 476px;
}
.img-left-right .the-content h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .img-left-right .the-content {
    max-width: 100%;
    margin-left: 0;
  }
}
.img-left-right .arrow-image {
  padding: 100px 0;
}
@media (max-width: 1300px) {
  .img-left-right .arrow-image {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .img-left-right .arrow-image {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .img-left-right .arrow-image {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .img-left-right .arrow-image {
    padding: 30px 0;
  }
}

.about-page.general-hero {
  background: #F6F6F6;
}
.about-page.general-hero .image img:not(.logo-big) {
  opacity: 0.2;
}
.about-page.general-hero .logo-big {
  position: absolute;
  top: calc((100% - 193px) / 2);
  left: calc((100% - 266px) / 2);
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .about-page.general-hero .logo-big {
    width: 200px;
    left: calc((100% - 200px) / 2);
    top: calc((100% - 145px) / 2);
  }
}
@media (max-width: 960px) {
  .about-page.general-hero .logo-big {
    display: none;
  }
}
.about-page.anti-aging .the-content {
  position: relative;
  padding-bottom: 0;
}
.about-page.anti-aging .the-content .decor {
  position: absolute;
  width: 380px;
  height: 343px;
  top: -40px;
  left: calc((100% - 380px) / 2);
}
@media (max-width: 1300px) {
  .about-page.anti-aging .the-content .decor {
    width: 300px;
    height: 260px;
    top: -20px;
    left: calc((100% - 300px) / 2);
  }
}
@media (max-width: 960px) {
  .about-page.anti-aging .the-content .decor {
    width: 250px;
    height: 210px;
    top: 0px;
    left: calc((100% - 250px) / 2);
  }
}
@media (max-width: 640px) {
  .about-page.anti-aging .the-content .decor {
    width: 200px;
    height: 160px;
    top: calc((100% - 160px) / 2);
    left: calc((100% - 200px) / 2);
  }
}

.our-story {
  position: relative;
}
.our-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  background-color: #2C2C2C;
}
@media (max-width: 767px) {
  .our-story::before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .our-story .col_50 {
    width: 100%;
  }
}
.our-story .the-content {
  max-width: 476px;
  padding-top: 40px;
  padding-bottom: 125px;
  min-height: 645px;
}
@media (max-width: 1430px) {
  .our-story .the-content {
    min-height: 600px;
  }
}
@media (max-width: 1100px) {
  .our-story .the-content {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .our-story .the-content {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .our-story .the-content {
    min-height: inherit;
    max-width: 100%;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
.our-story .the-content h2 {
  margin-top: 0;
}
.our-story .container {
  position: relative;
  z-index: 1;
}
.our-story .cover {
  height: 100%;
}
@media (max-width: 767px) {
  .our-story .cover {
    height: 400px;
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .our-story .cover {
    width: 70%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .our-story .cover {
    width: 80%;
    height: 300px;
  }
}
@media (max-width: 400px) {
  .our-story .cover {
    width: 100%;
    height: 300px;
  }
}
.our-story .slider-arrows {
  position: absolute;
  right: calc((100% - 330px) / 2);
  bottom: 0;
}
@media (max-width: 1430px) {
  .our-story .slider-arrows {
    right: calc((100% - 300px) / 2);
  }
}
@media (max-width: 1300px) {
  .our-story .slider-arrows {
    right: calc((100% - 250px) / 2);
  }
}
@media (max-width: 767px) {
  .our-story .slider-arrows {
    display: none;
  }
}
.our-story .slick-dots button {
  background-color: #fff;
}
.our-story .story-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  height: 645px;
}
@media (max-width: 1430px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 624px;
  }
}
@media (max-width: 640px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 593px;
  }
}
@media (max-width: 480px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 574px;
  }
}
@media (max-width: 400px) {
  .our-story .story-slider:not(.slick-initialized) {
    height: 617px;
  }
}
.our-story .story-slider:not(.slick-initialized) .story-slide {
  width: 100%;
}

.about-products {
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .about-products {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-products {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .about-products {
    padding-bottom: 30px;
  }
}
.about-products .the-content {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .about-products .the-content {
    padding-bottom: 20px;
  }
}
.about-products .the-content h2 {
  margin-top: 0;
}
.about-products .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .about-products .title {
    font-size: 28px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 960px) {
  .about-products .title {
    font-size: 26px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .about-products .title {
    font-size: 22px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 640px) {
  .about-products .title {
    font-size: 18px;
    width: calc(100% - 35px);
  }
}
@media (max-width: 480px) {
  .about-products .title {
    font-size: 16px;
  }
}
.about-products .wrapper {
  padding: 35px;
  border: 1px solid #E6E6E6;
  height: 100%;
}
@media (max-width: 1300px) {
  .about-products .wrapper {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .about-products .wrapper {
    padding: 20px;
  }
}
.about-products .icon {
  padding-right: 20px;
  position: relative;
}
.about-products .icon img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .about-products .icon img {
    width: 60px;
  }
}
@media (max-width: 960px) {
  .about-products .icon img {
    width: 50px;
  }
}
@media (max-width: 640px) {
  .about-products .icon img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .about-products .icon img {
    width: 35px;
  }
}
.about-products .icon::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  background-color: #EFEFED;
  border-radius: 50%;
  opacity: 0.8;
}
@media (max-width: 1550px) {
  .about-products .icon::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .about-products .icon {
    padding-right: 10px;
  }
}
@media (max-width: 960px) {
  .about-products .col_50 {
    width: 100%;
    padding: 10px 0;
  }
}
.about-products .col_50:nth-child(odd) .icon::before {
  top: -15px;
  left: -10px;
  right: auto; /* Reset right to avoid conflict */
}
.about-products .col_50:nth-child(even) .icon::before {
  bottom: -10px;
  right: 5px;
  left: auto; /* Reset left to avoid conflict */
}

.custom-post-type-archive .cover {
  height: 470px;
}
@media (max-width: 1300px) {
  .custom-post-type-archive .cover {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .custom-post-type-archive .cover {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .custom-post-type-archive .cover {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .custom-post-type-archive .cover {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .custom-post-type-archive .cover {
    height: 200px;
  }
}
.custom-post-type-archive .single-wrapper {
  padding: 15px 0;
}
.custom-post-type-archive .single-wrapper:first-child {
  padding-top: 0;
}
.custom-post-type-archive .single-wrapper:last-child {
  padding-bottom: 0;
}
.custom-post-type-archive .studiu-de-caz {
  background-color: #EFEFED;
}
.custom-post-type-archive .see-more:hover::after {
  width: 0%;
}
@media (max-width: 960px) {
  .custom-post-type-archive .see-more:hover::after {
    width: 100%;
  }
}
.custom-post-type-archive .single-title {
  padding: 20px;
}
.custom-post-type-archive .single-title .title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .custom-post-type-archive .single-title .title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .custom-post-type-archive .single-title .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .custom-post-type-archive .single-title .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .custom-post-type-archive .single-title .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .custom-post-type-archive .single-title .title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .custom-post-type-archive .col_50 {
    width: 100%;
  }
}

.logos {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .logos {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .logos {
    padding-bottom: 30px;
  }
}
.logos .logo-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.logos .logo-wrapper .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  flex-direction: column;
  padding: 20px;
}
.logos .logo-wrapper .logo .image {
  height: 115px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .logos .logo-wrapper .logo .image {
    height: 100px;
  }
}
.logos .logo-wrapper .logo .image img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .logos .logo-wrapper .logo .image img {
    width: 100px;
    height: auto;
    margin: 0 auto;
  }
}
.logos .logo-wrapper .logo:hover {
  text-decoration: none;
}
.logos .logo-wrapper .logo:hover img {
  transition: all 0.3s ease;
  filter: grayscale(0);
}
.logos .logo-wrapper .logo .address {
  border-top: 1px solid #E1E1E1;
}
.logos .logo-wrapper .logo .address p {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .logos .logo-wrapper .logo .address p {
    font-size: 14px;
  }
}
.logos .logo-wrapper .logo .address p.title {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  text-transform: none;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .logos .logo-wrapper .logo .address p.title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .logos .logo-wrapper .logo .address p.title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .logos .logo-wrapper .logo .address p.title {
    font-size: 16px;
  }
}
.logos .logos-slider {
  margin: 0 -15px;
}
.logos .logos-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  height: 260px;
  justify-content: center;
}
@media (max-width: 960px) {
  .logos .logos-slider:not(.slick-initialized) {
    height: 255px;
  }
}
@media (max-width: 767px) {
  .logos .logos-slider:not(.slick-initialized) {
    height: 222px;
  }
}
@media (max-width: 640px) {
  .logos .logos-slider:not(.slick-initialized) {
    height: 243px;
  }
}
@media (max-width: 480px) {
  .logos .logos-slider:not(.slick-initialized) {
    height: 217px;
  }
}
.logos .logos-slider:not(.slick-initialized) .logo-wrapper {
  width: 25%;
}
@media (max-width: 960px) {
  .logos .logos-slider:not(.slick-initialized) .logo-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .logos .logos-slider:not(.slick-initialized) .logo-wrapper {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .logos .logos-slider:not(.slick-initialized) .logo-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .logos .logos-slider:not(.slick-initialized) .logo-wrapper {
    width: 100%;
  }
}
.logos .slick-prev,
.logos .slick-next {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  border-radius: 0;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 0px !important;
}
@media (max-width: 1430px) {
  .logos .slick-prev,
  .logos .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .logos .slick-prev,
  .logos .slick-next {
    width: 40px;
    margin-right: 15px;
  }
}
.logos .slick-prev:hover, .logos .slick-prev:focus,
.logos .slick-next:hover,
.logos .slick-next:focus {
  background-color: #EFEFED;
}
.logos .slick-dots {
  bottom: -50px;
}
@media (max-width: 767px) {
  .logos .slick-dots {
    bottom: -30px;
  }
}
.logos .slick-dotted {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .logos .slick-dotted {
    margin-bottom: 30px;
  }
}
.logos .slick-next {
  right: -85px;
}
@media (max-width: 1550px) {
  .logos .slick-next {
    right: -12px;
  }
}
.logos .slick-prev {
  left: -85px;
}
@media (max-width: 1550px) {
  .logos .slick-prev {
    left: -12px;
  }
}

.benefits .the-content {
  padding: 0;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .benefits .the-content {
    padding-bottom: 20px;
  }
}
.benefits .the-content h2 {
  margin-bottom: 0;
}
.benefits .benefits-flex {
  text-align: center;
}
.benefits .benefits-flex .icon {
  position: relative;
  display: inline-block;
}
.benefits .benefits-flex .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #EFEFED;
  border-radius: 50%;
  opacity: 0.8;
}
@media (max-width: 1550px) {
  .benefits .benefits-flex .icon::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .benefits .benefits-flex .icon::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-flex .icon::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .benefits .benefits-flex .icon::before {
    width: 25px;
    height: 25px;
  }
}
.benefits .benefits-flex .icon img {
  width: auto;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
  position: relative;
  opacity: 1;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .benefits .benefits-flex .icon img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .benefits .benefits-flex .icon img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-flex .icon img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 960px) {
  .benefits .benefits-flex .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .benefits .benefits-flex .col_25 {
    width: 100%;
  }
}
.benefits .benefits-flex .col_25:nth-child(odd) .icon::before {
  left: -10px;
  top: -10px;
}
.benefits .benefits-flex .col_25:nth-child(even) .icon::before {
  right: -10px;
  bottom: -10px;
}

.clinics-contact .contact-form-box {
  padding: 50px 80px;
}
@media (max-width: 1300px) {
  .clinics-contact .contact-form-box {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .clinics-contact .contact-form-box {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .clinics-contact .contact-form-box {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .clinics-contact .form-title-content,
  .clinics-contact .form-clinics {
    width: 100%;
  }
}

.my-account__woo {
  background-color: #F4F4F4;
}
.my-account__woo .woocommerce .flex-account-nav {
  display: flex;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .flex-account-nav {
    flex-wrap: wrap;
  }
}
.my-account__woo .woocommerce .flex-account-nav .woocommerce-MyAccount-content {
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 1300px) {
  .my-account__woo .woocommerce .flex-account-nav .woocommerce-MyAccount-content {
    padding-left: 15px;
  }
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .flex-account-nav .woocommerce-MyAccount-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.my-account__woo .woocommerce .flex-account-nav .woocommerce-MyAccount-content p:first-of-type {
  margin-top: 0;
}
.my-account__woo .woocommerce .flex-account-nav .woocommerce-address-fields__field-wrapper .form-row-first,
.my-account__woo .woocommerce .flex-account-nav .woocommerce-address-fields__field-wrapper .form-row-last {
  width: 49% !important;
}
@media (max-width: 767px) {
  .my-account__woo .woocommerce .flex-account-nav .woocommerce-address-fields__field-wrapper .form-row-first,
  .my-account__woo .woocommerce .flex-account-nav .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 100% !important;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #fff;
  width: 100%;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 25px;
}
@media (max-width: 1300px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 15px;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  position: relative;
  border-bottom: 1px solid rgba(126, 126, 126, 0.06);
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link::before {
    width: 20px;
    height: 20px;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  background-image: url(images/svg/account-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  opacity: 0.8;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before {
  background-image: url(images/svg/dashboard.svg);
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
  background-image: url(images/svg/orders.svg);
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
  background-image: url(images/svg/edit-address.svg);
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
  background-image: url(images/svg/edit-account.svg);
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  padding-top: 20px;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: none;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::after {
  content: none;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  opacity: 1;
  text-align: center;
  transition: all 0.3s ease;
  padding: 15px 20px;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: 10px 20px;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
  width: 25px;
  height: 19px;
  z-index: 2;
  background-position: center;
  background-image: url(images/svg/customer-logout.svg);
  position: relative;
  display: block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    width: 20px;
    height: 15px;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    opacity: 1;
  }
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  opacity: 1;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active::after {
  opacity: 1;
}
.my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 15px 40px 15px 43px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 23.2px;
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 960px) {
  .my-account__woo .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    padding: 10px 35px;
  }
}

.mobile-account a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px 18px 20px;
  color: white;
  display: none;
  background-color: #000;
  position: relative;
  justify-content: flex-start;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 960px) {
  .mobile-account a {
    display: flex;
    padding: 14px 30px 14px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-account a {
    font-size: 14px;
    padding: 12px 30px 12px 20px;
  }
}
.mobile-account a a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mobile-account a {
    display: block;
  }
}
.mobile-account a i {
  margin-right: 8px;
}

.account-nav {
  width: 30%;
  padding-right: 30px;
  display: block;
}
@media (max-width: 1300px) {
  .account-nav {
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .account-nav {
    width: 100%;
    padding-right: 0;
    display: none;
    margin-top: 10px;
  }
}

.select2-container .select2-dropdown--below {
  border: 1px solid #F4F4F4;
}
.select2-container .select2-search--dropdown {
  padding: 15px;
}
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  border-color: #e8e8e8;
  border-radius: 0;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
}
@media (max-width: 960px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 13px;
  }
}

.u-columns.woocommerce-Addresses .address__title {
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  float: none;
  font-weight: 600;
  border-bottom: 1px solid #EDF0F3;
  position: relative;
  padding-right: 40px;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .u-columns.woocommerce-Addresses .address__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .u-columns.woocommerce-Addresses .address__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .u-columns.woocommerce-Addresses .address__title {
    font-size: 15px;
  }
}

.woocommerce-Address {
  margin-top: 5px;
}
.woocommerce-Address address {
  font-style: normal;
}

.woocommerce-Address-title.title {
  display: block;
  position: relative;
}
.woocommerce-Address-title.title h3 {
  float: none;
  width: 100%;
  padding-right: 40px;
}

.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #EEEFEE;
  background-image: url("images/svg/edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 18px;
  padding: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
@media (max-width: 767px) {
  .woocommerce-account .addresses .title .edit {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .woocommerce-account .addresses .title .edit {
    width: 25px;
    height: 25px;
    background-size: 15px;
  }
}
.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.6;
}

.woocommerce-Addresses .woocommerce-Address {
  background-color: #fff;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
  float: none;
}
@media (max-width: 1300px) {
  .woocommerce-Addresses .woocommerce-Address {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-Addresses .woocommerce-Address {
    margin: 0;
    margin-bottom: 10px;
  }
  .woocommerce-Addresses .woocommerce-Address:last-child {
    margin-bottom: 0;
  }
}
.woocommerce-Addresses .woocommerce-Address:first-child {
  margin-left: 0;
}
.woocommerce-Addresses .woocommerce-Address:last-child {
  margin-right: 0;
}
.woocommerce-Addresses.addresses {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 767px) {
  .woocommerce-Addresses.addresses {
    display: block;
  }
}

.woocommerce-Address-title.title {
  display: block;
  position: relative;
}
.woocommerce-Address-title.title .address__title {
  width: 100%;
  padding-right: 40px;
}

.woocommerce-Address address {
  font-style: normal;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  border: 0;
  border-radius: 0;
  outline: none;
  color: #000;
}
body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  width: 20px;
  height: 20px;
  top: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  body .woocommerce-error::before,
  body .woocommerce-info::before,
  body .woocommerce-message::before {
    top: 18px;
  }
}
@media (max-width: 960px) {
  body .woocommerce-error::before,
  body .woocommerce-info::before,
  body .woocommerce-message::before {
    top: 16px;
  }
}
body .woocommerce-error li,
body .woocommerce-info li,
body .woocommerce-message li {
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .woocommerce-error li,
  body .woocommerce-info li,
  body .woocommerce-message li {
    font-size: 14px;
  }
}
body .woocommerce-error .wc-forward,
body .woocommerce-info .wc-forward,
body .woocommerce-message .wc-forward {
  float: none !important;
  background-color: transparent;
  color: #000;
  font-family: "Sen", sans-serif;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
@media (max-width: 1300px) {
  body .woocommerce-error .wc-forward,
  body .woocommerce-info .wc-forward,
  body .woocommerce-message .wc-forward {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body .woocommerce-error .wc-forward,
  body .woocommerce-info .wc-forward,
  body .woocommerce-message .wc-forward {
    font-size: 14px;
  }
}
body .woocommerce-error .wc-forward:hover,
body .woocommerce-info .wc-forward:hover,
body .woocommerce-message .wc-forward:hover {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
@media (max-width: 960px) {
  body .woocommerce-error .wc-forward:hover,
  body .woocommerce-info .wc-forward:hover,
  body .woocommerce-message .wc-forward:hover {
    text-decoration: underline;
  }
}

.woocommerce-error {
  background-color: #f8d7da;
}

.woocommerce-info {
  background-color: #d1ecf1;
}

.woocommerce-message {
  background-color: #d4edda;
}

.woocommerce .woocommerce-input-wrapper,
.woocommerce .woocommerce-form-row {
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),
.woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio]) {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #F4F4F4;
  height: 50px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),
  .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio]) {
    height: 45px;
  }
}
.woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  font-size: 16px;
}
.woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::placeholder {
  font-size: 16px;
}
@media (max-width: 960px) {
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    font-size: 15px;
  }
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::placeholder,
  .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    font-size: 14px;
  }
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::placeholder,
  .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    font-size: 13px;
  }
  .woocommerce .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio])::placeholder,
  .woocommerce .woocommerce-form-row input:not([type=checkbox]):not([type=radio])::placeholder {
    font-size: 13px;
  }
}
.woocommerce label {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1 !important;
}
@media (max-width: 767px) {
  .woocommerce label {
    font-size: 14px;
  }
}
.woocommerce .form-row {
  margin-bottom: 10px;
}
.woocommerce .form-row .select2-container {
  line-height: 1;
  z-index: 1 !important;
  height: 50px;
}
@media (max-width: 767px) {
  .woocommerce .form-row .select2-container {
    height: 45px;
  }
}
.woocommerce .form-row .select2-container .selection {
  display: block;
}
.woocommerce .form-row .select2-container--default .select2-selection--single {
  background-color: white;
  border-radius: 0;
  height: 50px;
  box-shadow: none;
  border: 1px solid #F4F4F4;
}
@media (max-width: 1300px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2em;
  padding-left: 20px;
  font-size: 15px;
  background-color: white;
  box-shadow: none;
  color: #54504F;
  border-radius: 0;
  display: block;
  padding-left: 20px;
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5em;
  }
}
@media (max-width: 767px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2em;
  }
}
@media (max-width: 640px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2em;
  }
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 14px;
  line-height: 1em;
  font-size: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
@media (max-width: 767px) {
  .woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
  }
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 8px;
  left: auto;
  right: 5px;
}
.woocommerce .form-row em {
  font-size: 14px;
}
.woocommerce fieldset {
  margin-top: 20px;
}

body.page-template-page-my-account .woocommerce-orders-table thead tr th span {
  color: #fff;
}
body.page-template-page-my-account .woocommerce-table--order-details thead .product-name,
body.page-template-page-my-account .woocommerce-table--order-details thead .product-total {
  color: #fff;
}
body.page-template-page-my-account .woocommerce-table--order-details tbody .order_item .product-name {
  padding-left: 15px;
}
body.page-template-page-my-account .woocommerce-EditAccountForm button[type=submit],
body.page-template-page-my-account .woocommerce-MyAccount-content form button[type=submit] {
  background-color: #000;
  color: #fff;
  font-family: "Sen", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 33px;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 4px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  body.page-template-page-my-account .woocommerce-EditAccountForm button[type=submit],
  body.page-template-page-my-account .woocommerce-MyAccount-content form button[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-my-account .woocommerce-EditAccountForm button[type=submit],
  body.page-template-page-my-account .woocommerce-MyAccount-content form button[type=submit] {
    font-size: 13px;
    padding: 8px 20px;
  }
}
body.page-template-page-my-account .woocommerce-EditAccountForm button[type=submit]:hover,
body.page-template-page-my-account .woocommerce-MyAccount-content form button[type=submit]:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 960px) {
  body.page-template-page-my-account .woocommerce-EditAccountForm button[type=submit]:hover,
  body.page-template-page-my-account .woocommerce-MyAccount-content form button[type=submit]:hover {
    color: #fff;
  }
}
body.page-template-page-my-account form.register .woocommerce-form__label-for-checkbox {
  align-items: center;
}
body.page-template-page-my-account form.register button[type=submit],
body.page-template-page-my-account form.login button[type=submit] {
  background-color: #000 !important;
  color: #fff;
  font-family: "Sen", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 33px;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 4px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  body.page-template-page-my-account form.register button[type=submit],
  body.page-template-page-my-account form.login button[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-my-account form.register button[type=submit],
  body.page-template-page-my-account form.login button[type=submit] {
    font-size: 13px;
    padding: 8px 20px;
  }
}
body.page-template-page-my-account form.register button[type=submit]:hover,
body.page-template-page-my-account form.login button[type=submit]:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 960px) {
  body.page-template-page-my-account form.register button[type=submit]:hover,
  body.page-template-page-my-account form.login button[type=submit]:hover {
    color: #fff;
  }
}

.woocommerce-orders-table,
.woocommerce-table--order-details {
  border-color: #F4F4F4 !important;
}
.woocommerce-orders-table thead,
.woocommerce-table--order-details thead {
  border-radius: 0;
  border: 1px solid #EBEEF1;
  background-color: #54504F;
  color: #fff;
}
.woocommerce-orders-table thead tr th,
.woocommerce-table--order-details thead tr th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.woocommerce-orders-table thead tr th:first-child,
.woocommerce-table--order-details thead tr th:first-child {
  padding-left: 15px;
}
.woocommerce-orders-table thead tr th:last-child,
.woocommerce-table--order-details thead tr th:last-child {
  padding-right: 15px;
}
.woocommerce-orders-table thead tr th span,
.woocommerce-table--order-details thead tr th span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .woocommerce-orders-table thead tr th span,
  .woocommerce-table--order-details thead tr th span {
    font-size: 14px;
  }
}
.woocommerce-orders-table tbody,
.woocommerce-table--order-details tbody {
  background-color: #fff;
  border-radius: 0;
}
.woocommerce-orders-table tbody tr th,
.woocommerce-table--order-details tbody tr th {
  border-color: #F4F4F4 !important;
  padding-left: 15px !important;
}
.woocommerce-orders-table tbody tr td,
.woocommerce-table--order-details tbody tr td {
  border-color: #F4F4F4 !important;
}
.woocommerce-orders-table tbody tr th,
.woocommerce-orders-table tbody tr td,
.woocommerce-table--order-details tbody tr th,
.woocommerce-table--order-details tbody tr td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.woocommerce-orders-table tbody td,
.woocommerce-orders-table tbody td time,
.woocommerce-orders-table tbody td .woocommerce-Price-amount,
.woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tbody td time,
.woocommerce-table--order-details tbody td .woocommerce-Price-amount {
  font-size: 16px;
}
@media (max-width: 1300px) {
  .woocommerce-orders-table tbody td,
  .woocommerce-orders-table tbody td time,
  .woocommerce-orders-table tbody td .woocommerce-Price-amount,
  .woocommerce-table--order-details tbody td,
  .woocommerce-table--order-details tbody td time,
  .woocommerce-table--order-details tbody td .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a,
.woocommerce-table--order-details tbody .woocommerce-orders-table__cell-order-actions a {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 14px;
  font-family: "Sen", sans-serif;
  border-radius: 0;
  line-height: 1;
  margin: 3px;
}
@media (max-width: 1300px) {
  .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a,
  .woocommerce-table--order-details tbody .woocommerce-orders-table__cell-order-actions a {
    font-size: 13px;
  }
}
.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-table--order-details tbody .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #54504F;
  text-decoration: none;
}
@media (max-width: 960px) {
  .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a:hover,
  .woocommerce-table--order-details tbody .woocommerce-orders-table__cell-order-actions a:hover {
    background-color: #000;
  }
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a,
.woocommerce-table--order-details .woocommerce-orders-table__cell-order-number a {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a,
  .woocommerce-table--order-details .woocommerce-orders-table__cell-order-number a {
    font-size: 14px;
  }
}
.woocommerce-orders-table .product-quantity,
.woocommerce-table--order-details .product-quantity {
  font-family: "Sen", sans-serif;
}
.woocommerce-orders-table tfoot,
.woocommerce-table--order-details tfoot {
  background-color: #EFEFED;
}
.woocommerce-orders-table tfoot th,
.woocommerce-orders-table tfoot td,
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  border-color: #EBEEF1 !important;
}
.woocommerce-orders-table tfoot td,
.woocommerce-table--order-details tfoot td {
  text-align: right;
}
.woocommerce-orders-table tfoot th,
.woocommerce-orders-table tfoot td,
.woocommerce-orders-table tfoot td span,
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td,
.woocommerce-table--order-details tfoot td span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media (max-width: 1300px) {
  .woocommerce-orders-table tfoot th,
  .woocommerce-orders-table tfoot td,
  .woocommerce-orders-table tfoot td span,
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td,
  .woocommerce-table--order-details tfoot td span {
    font-size: 14px;
  }
}
.woocommerce-orders-table tfoot tr:last-child td span,
.woocommerce-table--order-details tfoot tr:last-child td span {
  font-weight: 700 !important;
}

.woocommerce-table--order-details thead th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .woocommerce-table--order-details thead th {
    font-size: 14px;
  }
}
.woocommerce-table--order-details thead th:last-child {
  text-align: right;
}
.woocommerce-table--order-details tbody tr td:last-child {
  text-align: right;
}
.woocommerce-table--order-details tbody .woocommerce-table__product-name {
  font-family: "Playfair Display", sans-serif;
}

.woocommerce-order-details .woocommerce-order-details__title {
  display: none;
}

body.woocommerce-view-order p:has(mark) {
  font-size: 20px;
}
@media (max-width: 1300px) {
  body.woocommerce-view-order p:has(mark) {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  body.woocommerce-view-order p:has(mark) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-view-order p:has(mark) {
    font-size: 15px;
  }
}

.woocommerce-customer-details .woocommerce-columns--addresses h2 {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: 15px;
  }
}
.woocommerce-customer-details .woocommerce-columns--addresses address {
  border: none;
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: 14px;
  }
}
.woocommerce-customer-details .woocommerce-columns--addresses address .woocommerce-customer-details--phone::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce-customer-details .woocommerce-columns--addresses address .woocommerce-customer-details--email::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce-customer-details .woocommerce-columns--addresses address p {
  margin: 0;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-column {
    padding: 10px 0;
  }
  .woocommerce-customer-details .woocommerce-column:first-child {
    padding-top: 0;
  }
  .woocommerce-customer-details .woocommerce-column:last-child {
    padding-bottom: 0;
  }
}

.box_form_account {
  max-width: 580px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.box_form_account .tac {
  margin-bottom: 0;
}
.box_form_account label {
  line-height: 1;
}
.box_form_account label span {
  line-height: 1.5 !important;
}
.box_form_account .form-row-first,
.box_form_account .form-row-last {
  margin-top: 0;
}
@media (max-width: 480px) {
  .box_form_account .form-row-first,
  .box_form_account .form-row-last {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 767px) {
  .box_form_account {
    padding-top: 70px;
  }
}
.box_form_account .logo {
  padding-bottom: 35px;
}
.box_form_account .logo img {
  width: auto;
  height: auto;
}
.box_form_account .wrap_box {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 640px) {
  .box_form_account .wrap_box {
    margin: 0 20px;
  }
}
.box_form_account .wrap_box button[type=submit],
.box_form_account .wrap_box input[type=submit] {
  display: block;
  width: 100%;
}
.box_form_account .woocommerce form.checkout_coupon,
.box_form_account .woocommerce form.login,
.box_form_account .woocommerce form.register {
  padding: 0;
  padding-top: 30px;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.box_form_account .woocommerce form.checkout_coupon button,
.box_form_account .woocommerce form.login button,
.box_form_account .woocommerce form.register button {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.box_form_account .woocommerce form.checkout_coupon .form-row-first,
.box_form_account .woocommerce form.login .form-row-first,
.box_form_account .woocommerce form.register .form-row-first {
  float: right !important;
}
.box_form_account .woocommerce form.checkout_coupon .form-row-last,
.box_form_account .woocommerce form.login .form-row-last,
.box_form_account .woocommerce form.register .form-row-last {
  float: left !important;
}
.box_form_account .vertical_align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.box_form_account .account-title-description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .box_form_account .account-title-description {
    font-size: 14px;
  }
}

.box_form_account .tab-content {
  display: none;
}
.box_form_account .tab-content.active {
  display: block;
}
.box_form_account .u-columns .col-1,
.box_form_account .u-columns .col-2 {
  width: 100%;
  float: none;
}
.box_form_account .woocommerce button[type=submit]:hover {
  background-color: #13300b;
}
.box_form_account .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .box_form_account .woocommerce-privacy-policy-text p {
    font-size: 13px;
  }
}
.box_form_account .woocommerce-form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.box_form_account .woocommerce-form-row input:not([type=checkbox]):not([type=radio]) {
  margin: 0;
}
.box_form_account input {
  border: 1px solid #E7E7E7 !important;
}
.box_form_account .woocommerce form.register {
  padding-top: 0;
}
.box_form_account button[type=submit] {
  margin: 0;
}
.box_form_account .switch-tab-account .inner a {
  margin-top: 30px;
  text-decoration: underline;
  font-weight: 700;
}

.full_page {
  min-height: 100vh;
  background-color: #F4F4F4;
}
.full_page .full-height {
  height: 100%;
}

.full_main_page .full-height {
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .full_main_page .full-height {
    height: auto;
  }
  .full_main_page .full-height .box_form_account,
  .full_main_page .full-height .cover_account {
    width: 100%;
  }
  .full_main_page .full-height .cover_account {
    height: 400px;
  }
}

.woocommerce-form__label-for-checkbox {
  margin: 0 !important;
  display: flex !important;
}
.woocommerce-form__label-for-checkbox input {
  border-radius: 0;
}
.woocommerce-form__label-for-checkbox input::before {
  background-color: #000;
  border-radius: 0;
}

.woocommerce-LostPassword {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .woocommerce-LostPassword {
    font-size: 14px;
  }
}

body.woocommerce-lost-password .woocommerce .woocommerce-form-row {
  width: 100%;
}
body.woocommerce-lost-password .woocommerce .woocommerce-form-row button[type=submit] {
  width: 100%;
}
body.woocommerce-lost-password .lost_reset_password p.tac {
  margin-bottom: 20px;
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  body.woocommerce-lost-password .lost_reset_password p.tac {
    font-size: 14px !important;
  }
}
body.woocommerce-lost-password .full-button {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-lost-password .full-button a {
  text-align: center;
}
body.woocommerce-lost-password .intro-my-account {
  padding-bottom: 30px;
}
body.woocommerce-cart button {
  border-radius: 0;
}
body.woocommerce-cart .quantity img {
  width: 15px;
}
@media (max-width: 640px) {
  body.woocommerce-cart .quantity img {
    width: 12px;
  }
}

.woo-page-section {
  background-color: #f4f4f4;
}

.cart-flex {
  display: flex;
}
@media (max-width: 960px) {
  .cart-flex {
    display: block;
  }
}
.cart-flex .cart_left {
  width: 70%;
  z-index: 1;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .cart-flex .cart_left {
    width: 100%;
    padding-right: 0;
  }
}
.cart-flex .cart_left .extra-last button[type=submit] {
  background-color: #000;
}
@media (max-width: 767px) {
  .cart-flex .cart_left .extra-last button[type=submit] {
    width: 100%;
    margin-left: 0;
  }
}
.cart-flex .cart_left .extra-last .coupon {
  padding-top: 10px;
}
.cart-flex .cart_left .extra-last .coupon input[type=text] {
  border-radius: 0;
  border: 1px solid #E7E7E7;
}
.cart-flex .cart_left .extra-last .actions {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cart-flex .cart_right {
  z-index: 1;
  width: 30%;
}
@media (max-width: 960px) {
  .cart-flex .cart_right {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .cart-flex .cart_right {
    padding-top: 0;
  }
}

.return-to-shop .button1 {
  text-decoration: none;
  background-color: #000 !important;
}
.return-to-shop .button1:hover {
  background-color: #000 !important;
}

.shop_table.cart {
  border-radius: 0 !important;
}
.shop_table.cart thead {
  background-color: #54504F;
}
.shop_table.cart thead th {
  color: #fff !important;
}
.shop_table.cart tbody .cart_item {
  background-color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding: 25px 35px;
  background-color: #fff;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none !important;
  font-size: 15px;
}
@media (max-width: 1430px) {
  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    font-size: 14px;
  }
}
.woocommerce .cart-collaterals .cart_totals h4,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals label,
.woocommerce .cart-collaterals .cart_totals li,
.woocommerce .cart-collaterals .cart_totals span,
.woocommerce .cart-collaterals .cart_totals strong,
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce .cart-collaterals .cart_totals a,
.woocommerce-page .cart-collaterals .cart_totals h4,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals label,
.woocommerce-page .cart-collaterals .cart_totals li,
.woocommerce-page .cart-collaterals .cart_totals span,
.woocommerce-page .cart-collaterals .cart_totals strong,
.woocommerce-page .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals a {
  color: #54504F;
}
.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 .cart-subtotal span,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal span {
  color: #54504F !important;
}
.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 {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  text-align: right;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals td {
    font-size: 14px;
  }
}
.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: #f4f4f4 !important;
}
.woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
  font-size: 15px;
  line-height: 1.4em;
}
@media (max-width: 1300px) {
  .woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
  .woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .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;
  }
  .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 {
    display: block;
    width: 50% !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-Price-amount *,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-Price-amount * {
  font-weight: 400;
  top: 0;
  font-size: inherit;
}
.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/close-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: relative;
  top: -4px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount {
  color: #54504F;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount * {
  color: #54504F;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover {
  color: #000;
}
@media (max-width: 960px) {
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover {
    color: #fff;
  }
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    font-size: 14px;
  }
}

.cart-collaterals h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .cart-collaterals h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart-collaterals h2 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .cart-collaterals h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr td,
  .woocommerce-page table.shop_table_responsive.cart tr td {
    border-top: none !important;
    text-align: left !important;
    padding: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name, .woocommerce table.shop_table_responsive.cart tr td.product-price, .woocommerce table.shop_table_responsive.cart tr td.product-quantity, .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-name,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    padding-left: 50px;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
  .woocommerce-page table.shop_table_responsive.cart tr td.actions {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .woocommerce table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price {
    display: none;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    text-align: left !important;
  }
}

.woocommerce #content table.cart .product-price,
.woocommerce table.cart .product-price,
.woocommerce-page #content table.cart .product-price,
.woocommerce-page table.cart .product-price {
  width: 15%;
}
@media (max-width: 960px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form {
    background-color: transparent;
  }
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: separate;
  margin: 0;
  border-radius: 0px;
  overflow: hidden;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border: none;
}

.woocommerce-cart-form__contents {
  border-spacing: 0 15px;
  border: none;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents {
    padding: 0;
  }
}
.woocommerce-cart-form__contents tr {
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border: none;
  position: relative;
  border: none;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tr {
    margin-bottom: 10px;
    padding: 20px;
  }
}
.woocommerce-cart-form__contents tr td.product-thumbnail {
  padding-right: 10px;
}
.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tr.extra-last {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.woocommerce-cart-form__contents tfoot th,
.woocommerce-cart-form__contents tfoot td {
  padding-top: 20px;
}
.woocommerce-cart-form__contents thead tr {
  background-color: transparent;
  box-shadow: none;
}
.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;
  box-shadow: none;
}
.woocommerce-cart-form__contents tr.extra-last th,
.woocommerce-cart-form__contents tr.extra-last td {
  padding: 0 !important;
  padding-top: 20px !important;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  color: #54504F;
  line-height: 1.2;
  font-size: 15px;
  padding: 15px;
  font-family: "Sen", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table th {
    padding: 10px;
  }
}

.woocommerce table.shop_table td {
  padding: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td {
    padding: 10px;
  }
}
.woocommerce table.shop_table td.product-thumbnail img {
  height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.woocommerce table.shop_table td.product-name {
  padding-left: 0;
  padding-right: 0;
  width: 33%;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    text-align: left !important;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}
.woocommerce table.shop_table td.product-name a {
  color: #121212;
  line-height: 1.34;
  font-family: "Playfair Display", sans-serif;
  display: block;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 14px;
  }
}
.woocommerce table.shop_table td.product-name a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.woocommerce table.shop_table td.product-name p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce table.shop_table td.product-name .variation {
  font-size: 14px;
  line-height: 1em;
  margin-top: 5px;
}
.woocommerce table.shop_table td.product-name .variation p {
  font-size: 14px;
  line-height: 1em;
}
.woocommerce table.shop_table td.product-price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-price span {
    font-size: 14px;
  }
}
.woocommerce table.shop_table td.product-price del {
  opacity: 0.4;
}
.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
  position: relative;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #54504F;
  position: absolute;
  left: 0;
  top: 50%;
}
.woocommerce table.shop_table td.product-price del span {
  font-weight: 600;
  font-size: 13px;
}
.woocommerce table.shop_table td.product-subtotal span.price {
  display: block;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-subtotal .price {
    display: none;
  }
}
.woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear::before, .woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear:after {
  display: none;
}
.woocommerce table.shop_table td.product-subtotal .tinv-wraper.tinv-wishlist {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce table.shop_table td.product-subtotal .tinvwl_cart_to_wishlist_button {
  display: block;
}
.woocommerce table.shop_table td.product-quantity {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}
@media (max-width: 480px) {
  .woocommerce table.shop_table td.product-quantity .quantity {
    width: 100%;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
  }
}
.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
  background-color: white;
}
.woocommerce table.shop_table td.product-remove img {
  width: 17px;
}
.woocommerce table.shop_table td.product-remove a:hover {
  background-color: white;
}
.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 20px;
    height: 20px;
  }
}
.woocommerce table.shop_table td.product-remove .remove img {
  width: 17px;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 11px;
  }
}

.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: flex;
}
@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    margin-bottom: 0;
  }
}
.woocommerce #content table.cart td.actions .coupon: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: 640px) {
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 10px !important;
  }
}
.woocommerce #content table.cart td.actions .coupon button,
.woocommerce table.cart td.actions .coupon button,
.woocommerce-page #content table.cart td.actions .coupon button,
.woocommerce-page table.cart td.actions .coupon button {
  margin-top: 0;
  margin-left: 10px;
}
@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: #000;
}
@media (max-width: 960px) {
  .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 {
    color: #fff;
  }
}

#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: 250px;
  padding-left: 20px;
  background-color: white;
}
@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: 640px) {
  #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: 19px 25px;
  letter-spacing: 1px;
  color: white;
  background-color: #000;
  box-sizing: border-box;
}
@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: #000;
  color: white;
}

.checkout-flex {
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1430px) {
  .checkout-flex {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .checkout-flex {
    display: block;
    margin-bottom: 0;
  }
}

.wooc-content {
  z-index: 1;
  position: relative;
}

.checkout-left {
  width: 60%;
  z-index: 1;
  position: relative;
}
@media (max-width: 1430px) {
  .checkout-left {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-right {
  width: 40%;
  padding-left: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1430px) {
  .checkout-right {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  .checkout-right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .checkout-right {
    margin-top: 20px;
  }
}

.woocommerce-shipping-destination {
  font-size: 14px;
  margin: 0;
}
.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #3D3B3A;
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields h3 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .woocommerce-billing-fields h3 {
    font-size: 15px;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0 10px !important;
  margin-bottom: 20px;
  float: none !important;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: 50% !important;
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row#billing_state_field,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row#billing_state_field {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #3D3B3A;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2em !important;
  }
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 13px !important;
  }
}

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

.selection {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #54504F;
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 52px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    height: 47px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 20px;
  font-size: 15px;
  background-color: white;
  box-shadow: none;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 42px;
    height: 42px;
  }
}

.select2-dropdown {
  background-color: white;
  border-color: #e8e8e8;
  border-radius: 10px;
  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=true] {
  background-color: #000;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #EFEFED;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 14px;
  line-height: 1em;
  font-size: 0;
}
@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-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
  left: auto;
  right: 5px;
}
@media (max-width: 960px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 11px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 9px;
  }
}

.woocommerce form .form-row .select2-container {
  line-height: 1;
  z-index: 1 !important;
  height: 55px;
}
@media (max-width: 960px) {
  .woocommerce form .form-row .select2-container {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .woocommerce form .form-row .select2-container {
    height: 40px;
  }
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding-left: 0px;
  color: #3D3B3A;
  font-size: 15px;
}
@media (max-width: 767px) {
  .woocommerce-form__label-for-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form__label-for-checkbox {
    font-size: 13px;
  }
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: relative;
  left: 0;
  top: 2px;
  margin: 0 !important;
  display: block !important;
  background-color: white;
}
.woocommerce-form__label-for-checkbox span {
  margin-left: 10px;
  font-size: 16px;
  text-transform: none;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce-form__label-for-checkbox span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form__label-for-checkbox span {
    font-size: 13px;
  }
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block;
  line-height: 1.2;
}

#ship-to-different-address {
  font-size: 15px;
  font-family: "Sen", sans-serif;
}
@media (max-width: 960px) {
  #ship-to-different-address * {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address * {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address * {
    font-size: 13px !important;
  }
}
@media (max-width: 960px) {
  #ship-to-different-address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address {
    font-size: 13px !important;
  }
}

.woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 400;
  color: #3D3B3A;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .woocommerce-additional-fields label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-additional-fields label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-additional-fields label {
    font-size: 13px;
  }
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
  display: block;
}

.woocommerce form .form-row textarea {
  width: 100%;
  height: 130px;
  color: #54504F;
  font-weight: 300;
}

.woocommerce-account-fields .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}
.woocommerce-account-fields .create-account {
  padding-bottom: 20px;
}

.title-line,
#order_review_heading,
.woocommerce-checkout-payment h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}
@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
  }
}
.title-line:before,
#order_review_heading:before,
.woocommerce-checkout-payment h4:before {
  background-color: #000;
  color: white;
  line-height: 1;
  font-size: 16px;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 27px;
    height: 27px;
  }
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
}
.title-line:before {
  content: "1. ";
}

#order_review_heading {
  position: relative;
  display: flex;
  align-items: center;
}
#order_review_heading:before {
  content: "2. ";
}

.woocommerce-checkout-payment h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.woocommerce-checkout-payment h4:before {
  content: "3. ";
}

.woocommerce ul#shipping_method li:first-child:last-child {
  margin-bottom: 0;
}

.woocommerce ul#shipping_method li input[type=checkbox] {
  margin-top: 1px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  border-radius: 0;
  background-color: #EFEFED;
  height: 100%;
  border: 1px solid #f4f4f4 !important;
  border: none;
  padding: 10px 25px;
  color: #54504F;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-color: #f4f4f4 !important;
  color: #54504F;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
  width: 36px;
  min-width: 36px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
    display: none;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .flex-wrap {
  flex-wrap: nowrap;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
  padding-left: 20px;
  width: 65%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-right: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/close-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: relative;
  top: -3px;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
    top: -4px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px !important;
  color: #54504F !important;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 14px !important;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
  font-weight: 400;
  font-size: 16px !important;
  color: #54504F !important;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-size: 14px !important;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dd {
  color: #54504F !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dt *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dd * {
  color: #54504F !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding-right: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
  font-size: 14px;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
    font-size: 13px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
  font-size: 18px;
  color: #54504F !important;
  font-weight: 600;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 15px !important;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}

.order-total td span,
.order-total td strong,
.order-total td * {
  color: #54504F !important;
  font-size: 18px !important;
}
@media (max-width: 960px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 15px !important;
  }
}
@media (max-width: 640px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 13px !important;
  }
}

.woocommerce form .form-row.woocommerce-invalid label * {
  color: inherit;
}

.product-info.headings {
  font-size: 14px;
  padding-left: 0;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .product-info.headings {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product-info.headings {
    font-size: 14px;
  }
}
.product-info.headings .variation {
  font-family: "Sen", sans-serif;
  width: 100%;
}
.product-info.headings strong {
  font-weight: inherit;
}

#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: 25px;
  border-bottom: 0;
  background-color: #EFEFED;
  border-radius: 0;
  color: #54504F;
  height: 100%;
  border: 1px solid #ededed;
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 0px;
  position: absolute;
  left: 0;
  background: transparent;
}
@media (max-width: 640px) {
  .woocommerce-checkout #payment ul.payment_methods input[type=radio] {
    margin-top: -1px;
  }
}
.woocommerce-checkout #payment ul.payment_methods li {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  line-height: 1;
  position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
  border-top: none;
}
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info::before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label {
  padding-left: 50px;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label::before {
  left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 70px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
}
.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media (max-width: 640px) {
  .woocommerce-checkout #payment ul.payment_methods li label::before {
    background-size: contain;
  }
}
.woocommerce-checkout #payment ul.payment_methods p {
  color: #54504F;
  font-size: 14px;
  line-height: 1.4em;
  margin: 25px 0 0;
  background-color: transparent;
}

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

.payment_method_bacs label:before {
  background-image: url("images/svg/bank.svg");
  width: 32px;
  height: 31px;
}
@media (max-width: 640px) {
  .payment_method_bacs label:before {
    width: 25px;
    height: 30px;
  }
}

.payment_method_cod label:before {
  background-image: url("images/svg/cash.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_cod label:before {
    width: 28px;
    height: 32px;
  }
}

.payment_method_netopiapayments label:before,
.payment_method_mobilpay label:before {
  background-image: url("images/svg/card.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_netopiapayments label:before,
  .payment_method_mobilpay label:before {
    width: 27px;
    height: 25px;
    background-size: contain;
  }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  margin-top: 20px;
  padding: 0;
}
#add_payment_method #payment div.form-row p,
.woocommerce-cart #payment div.form-row p,
.woocommerce-checkout #payment div.form-row p {
  font-size: 15px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 18px 32px;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce form.checkout_coupon button {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  background-color: #F4F4F4;
  padding: 20px;
  margin-top: 30px;
}
.woocommerce-order-overview .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-order-overview .woocommerce-Price-amount span {
  font-weight: 500;
}

.woocommerce ul.order_details li {
  margin-right: 0;
  float: none;
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-color: #EBEBEB;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/user2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
}
@media (max-width: 960px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}
.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 11px;
}
@media (max-width: 960px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 10px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 16px;
    top: 12px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000;
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

.woocommerce ul.order_details li strong {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-order-received h1 {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 .container .order_placed_wrap {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient .container .order_placed_wrap {
    border-radius: 0;
  }
}

.order_placed_wrap {
  position: relative;
  background-color: #EFEFED;
  border-radius: 10px;
  padding: 50px 50px 70px;
  background-image: url("images/svg/stars.svg");
  background-size: contain;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .order_placed_wrap {
    display: block;
    position: relative;
    padding: 40px 30px 50px;
  }
}
@media (max-width: 480px) {
  .order_placed_wrap {
    padding: 30px 20px 40px;
  }
}
.order_placed_wrap .the-content {
  position: relative;
}
.order_placed_wrap .the-content::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/check.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.order_placed_wrap .the-content h2:first-child {
  margin-top: 0;
}
.order_placed_wrap .general_content {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.order_placed_wrap .general_content h2 {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .order_placed_wrap .general_content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .general_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .order_placed_wrap .general_content h2 {
    font-size: 22px;
  }
}

body .woocommerce form .form-row .optional {
  display: none;
}
body #smartbill_billing_type, body #smartbill_shipping_type {
  border: 1px solid #F4F4F4;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 11px;
  border-radius: 0;
}
@media (max-width: 1300px) {
  body #smartbill_billing_type, body #smartbill_shipping_type {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  body #smartbill_billing_type, body #smartbill_shipping_type {
    font-size: 13px;
    height: 40px;
  }
}
body #shipping_country_field,
body #billing_country_field {
  display: none !important;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity .qty {
  height: 30px;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity {
  width: 100px !important;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity img {
  width: 10px;
  height: auto;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity .quantity-button {
  width: 35px;
}
body.woocommerce-checkout .product-name .product-info.headings {
  padding-left: 10px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 10px;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 13px !important;
  }
}
body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
    font-size: 13px;
  }
}
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label {
  margin-bottom: 0;
  padding-left: 80px;
}
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label::before {
  top: -8px;
  left: 35px;
}
body.woocommerce-checkout .wc_payment_method label {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "Sen", sans-serif !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .wc_payment_method label {
    font-size: 14px !important;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 23px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 78px;
  color: #fff;
  background-color: #242424;
  font-size: 16px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding-left: 50px;
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  top: calc((100% - 36px) / 2);
  left: 30px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: calc((100% - 28px) / 2);
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: calc((100% - 18px) / 2);
    left: 25px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: 20px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .form-row-first {
  float: left !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .form-row-last {
  float: right !important;
}
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: 49% !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100% !important;
  }
}
body.woocommerce-checkout .form-row-first input,
body.woocommerce-checkout .form-row-last input {
  border-radius: 0 !important;
  background-color: #fff;
  height: 50px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .form-row-first input,
  body.woocommerce-checkout .form-row-last input {
    height: 45px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 23px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 78px;
  color: #fff;
  background-color: #242424;
  font-size: 16px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px;
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  top: calc((100% - 36px) / 2);
  left: 30px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: calc((100% - 28px) / 2);
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: calc((100% - 18px) / 2);
    left: 25px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: 20px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form-coupon button[type=submit] {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
}
body.woocommerce-checkout .woocommerce-form-coupon button[type=submit]:hover {
  color: #fff;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon button[type=submit] {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon p {
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon p {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
    font-size: 16px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox],
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio] {
  border-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio]:before,
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox]:before {
  background-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox]:checked,
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio]:checked {
  border-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row label .optional {
  font-weight: 500;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
  border: 1px solid #F4F4F4;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
    font-size: 13px;
    height: 40px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .input-text:disabled {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F4F4F4;
  height: 50px;
  line-height: 2em;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .input-text:disabled {
    height: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .input-text:disabled {
    height: 45px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single {
  height: auto;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F4F4F4;
  height: 50px;
  line-height: 2em;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    height: 50px;
    line-height: 2.5em;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 2em;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 2.5em;
  }
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping textarea {
  height: 130px;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .input-text:disabled {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F4F4F4;
  height: 50px;
  line-height: 2em;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .input-text:disabled {
    height: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .input-text:disabled {
    height: 45px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #f4f4f4;
  height: 50px;
  line-height: 2em;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    height: 50px;
    line-height: 2.5em;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 2em;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 2.5em;
  }
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .input-checkbox::before {
  background-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
  border: 1px solid #f4f4f4;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
    font-size: 16px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right .woocommerce-checkout-payment h4 {
  margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right .woocommerce-checkout-payment h4::before {
  font-family: "Sen", sans-serif;
  font-weight: 600;
}
body.woocommerce-checkout #order_review .shop_table {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #f4f4f4 !important;
  width: 100%;
  border-radius: 0;
}
body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
  font-size: 15px;
  font-weight: 600;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
  font-size: 15px;
  font-weight: 600;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name {
  font-size: 16px;
  color: #0F0F0F;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings {
  color: #54504F;
  font-family: "Sen", sans-serif;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd,
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dt {
  font-size: 12px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd,
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dt {
    font-size: 11px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd p {
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd p {
    font-size: 11px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
  font-size: 15px;
  color: #54504F;
  font-family: "Sen", sans-serif;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount,
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount bdi {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount,
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
  font-size: 16px !important;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove {
  float: right;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 2px;
  position: relative;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button:hover {
  background-color: transparent;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button img {
  width: 9px;
  height: 9px;
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount,
body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount bdi {
  font-size: 16px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount,
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal td .amount bdi {
  font-size: 16px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal td .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method label {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method label {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
  font-size: 18px !important;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
    font-size: 18px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
    font-size: 16px !important;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 960px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 15px !important;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .order-total td,
body.woocommerce-checkout #order_review .shop_table tfoot .order-total th {
  vertical-align: middle;
}
body.woocommerce-checkout #order_review .shop_table thead th,
body.woocommerce-checkout #order_review .shop_table thead td,
body.woocommerce-checkout #order_review .shop_table tbody th,
body.woocommerce-checkout #order_review .shop_table tbody td,
body.woocommerce-checkout #order_review .shop_table tfoot th,
body.woocommerce-checkout #order_review .shop_table tfoot td {
  width: 25%;
}
body.woocommerce-checkout #order_review .shop_table thead th:first-child,
body.woocommerce-checkout #order_review .shop_table thead td:first-child,
body.woocommerce-checkout #order_review .shop_table tbody th:first-child,
body.woocommerce-checkout #order_review .shop_table tbody td:first-child,
body.woocommerce-checkout #order_review .shop_table tfoot th:first-child,
body.woocommerce-checkout #order_review .shop_table tfoot td:first-child {
  width: 75%;
}
body.woocommerce-checkout #order_review #payment h4 {
  font-family: "Sen", sans-serif;
  font-weight: 600;
}
body.woocommerce-checkout #order_review #payment .payment_methods {
  background-color: #fff;
}
body.woocommerce-checkout #order_review #payment .payment_methods li:last-child {
  padding-bottom: 0;
}
body.woocommerce-checkout #order_review #payment .payment_methods li .input-radio {
  border-color: #54504F;
  color: #54504F;
}
body.woocommerce-checkout #order_review #payment .payment_methods li .input-radio::before {
  background-color: #54504F;
}
body.woocommerce-checkout #order_review #payment .payment_methods li label {
  font-size: 15px;
  color: #54504F;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li label {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
  font-size: 15px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review #place_order {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}
body.woocommerce-checkout #order_review #place_order:hover {
  background-color: #000;
  color: #000;
}
@media (max-width: 960px) {
  body.woocommerce-checkout #order_review #place_order:hover {
    color: #fff;
  }
}
body.woocommerce-checkout .select2-container--open .select2-results .select2-results__options .select2-results__option {
  padding-left: 20px;
}
body.woocommerce-checkout .checkout_coupon {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 0;
}
body.woocommerce-checkout .checkout_coupon p.form-row button:hover {
  background-color: #13300b;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .checkout_coupon p.form-row button:hover {
    background-color: #000;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login {
  background-color: #fff;
  border: 1px solid #f4f4f4;
}
body.woocommerce-checkout .woocommerce-form-login.login p {
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login.login p {
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row button {
  font-family: "Sen", sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: white;
  padding: 16px 23px;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 20px;
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row button:hover {
  background-color: #13300b;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login.login p.form-row button:hover {
    background-color: #000;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row label .woocommerce-form__input-checkbox::before {
  background-color: #000;
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-form-login.login button[type=submit]:hover {
  color: #fff;
}
body.woocommerce-checkout .woocommerce-account-fields .create-account span {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
  font-size: 15px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    font-size: 13px;
  }
}
body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .woocommerce-input-wrapper .input-text {
  background-color: #fff;
  border: 1px solid #f4f4f4;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
    font-size: 16px;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
  font-family: "Playfair Display", sans-serif !important;
  font-size: 18px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button[type=submit] {
  border-radius: 0;
  font-family: "Sen", sans-serif;
  font-weight: 400 !important;
  text-align: center;
}
body .woocommerce-form__input-checkbox {
  border-radius: 0;
  border: 1px solid #f4f4f4;
  background-color: #fff;
}
body .woocommerce-form__input-checkbox::before {
  border-radius: 0;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex {
  background-color: #fff;
  align-items: stretch;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
  width: 100%;
  height: 100%;
  min-height: 721px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 600px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 500px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 400px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 300px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .thankyou-wrapper {
  padding: 60px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .thankyou-wrapper {
    padding: 60px 30px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list {
  background-color: #F4F4F4;
  padding: 24px 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list {
    padding: 20px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: #54504F;
  border-top: 1px solid #E7E7E7;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li:first-child {
  border-top: none;
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
  color: #54504F;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .woocommerce-Price-amount {
  color: #54504F !important;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li,
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
  color: #54504F;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li,
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
    font-size: 14px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .total .amount bdi,
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .total .amount .woocommerce-Price-currencySymbol {
  font-weight: 700;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title {
  position: relative;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title::before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(images/svg/ty-check.svg);
  background-size: 44px;
  background-repeat: no-repeat;
  position: absolute;
  left: calc((100% - 44px) / 2);
  top: -50px;
}
@media (max-width: 1300px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title::before {
    top: -40px;
    width: 36px;
    height: 36px;
    background-size: 36px;
    left: calc((100% - 36px) / 2);
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title p {
    font-size: 14px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .col_50 {
    width: 100%;
  }
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #f4f4f4;
}

td.product-name .product-info.headings {
  display: flex;
  flex-wrap: wrap;
}
td.product-name .product-info.headings .quantity {
  order: 2;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 1300px) {
  td.product-name .product-info.headings .quantity {
    width: 120px;
  }
}
td.product-name .product-info.headings .quantity .qty {
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container {
  order: 1;
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container .remove {
  display: none !important;
}

tr.shipping-pickup-store td strong {
  font-size: 0;
}
tr.shipping-pickup-store th {
  text-align: right;
  padding-right: 0 !important;
}
tr.shipping-pickup-store th button.sameday_select_locker {
  background-color: #54504F !important;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  margin-left: auto;
}

#showLockerDetails {
  text-align: right;
  width: 100%;
}

body.woocommerce-order-pay .wooc-content #order_review {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
body.woocommerce-order-pay .wooc-content #order_review tfoot td.product-total {
  font-weight: 400;
}
body.woocommerce-order-pay .wooc-content #order_review tr.order_item .product-name {
  padding-left: 0 !important;
}

.woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image {
  min-height: 100%;
}
.woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom {
  width: 100%;
  height: 500px;
}
@media (max-width: 1550px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom {
    height: 250px;
  }
}
.woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom img {
  width: 100% !important;
  height: 500px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1550px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom img {
    height: 500px !important;
  }
}
@media (max-width: 960px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom img {
    height: 400px !important;
  }
}
@media (max-width: 480px) {
  .woocommerce-product-gallery .main-image-slider .woocommerce-product-gallery__image .zoom img {
    height: 250px !important;
  }
}

.demonstration {
  background-color: #EEEEEE;
  padding-bottom: 0;
}
.demonstration .image {
  display: flex;
  align-items: bottom;
}
.demonstration .image img {
  width: auto;
  height: auto;
}

.table-container__products {
  width: 100%;
  overflow-x: auto;
}
.table-container__products table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
@media (max-width: 767px) {
  .table-container__products table {
    display: block;
    width: 100%;
  }
}
.table-container__products table thead {
  background-color: #EFEFED;
}
@media (max-width: 767px) {
  .table-container__products table thead {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.table-container__products table thead th {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  padding: 10px;
  color: #54504F;
  font-family: "Playfair Display", sans-serif;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
@media (max-width: 960px) {
  .table-container__products table thead th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .table-container__products table thead th {
    font-size: 18px;
    display: none;
  }
}
@media (max-width: 640px) {
  .table-container__products table thead th {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table-container__products table thead th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .table-container__products table tbody {
    display: block;
    width: 100%;
  }
}
.table-container__products table tbody tr {
  display: table-row;
}
@media (max-width: 767px) {
  .table-container__products table tbody tr:nth-child(odd) {
    background-color: #EFEFED;
  }
}
@media (max-width: 767px) {
  .table-container__products table tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
.table-container__products table tbody tr td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-left: 0;
  color: #54504F;
  font-weight: 400;
}
.table-container__products table tbody tr td:first-child {
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .table-container__products table tbody tr td {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    text-align: center !important;
    padding: 10px;
    font-size: 14px;
  }
  .table-container__products table tbody tr td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .table-container__products table tbody tr td:first-child {
    padding: 10px;
    font-size: 16px;
    padding-top: 20px;
  }
  .table-container__products table tbody tr td:first-child::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .table-container__products table tbody tr td:last-child {
    padding-bottom: 20px;
  }
}

.product-custom-section .woocommerce-notices-wrapper .wc-forward {
  display: none;
}
.product-custom-section .thumbnail-slider {
  max-width: 350px;
  margin: 0 auto;
}
.product-custom-section .thumbnail-slider .woocommerce-product-gallery__image {
  height: 100%;
  padding: 0 8px;
  opacity: 0.5;
}
.product-custom-section .thumbnail-slider .woocommerce-product-gallery__image a {
  height: 100%;
  width: 100%;
}
.product-custom-section .thumbnail-slider .woocommerce-product-gallery__image a img {
  height: 95px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-custom-section .thumbnail-slider .woocommerce-product-gallery__image.slick-current {
  opacity: 1;
}
.product-custom-section .onsale {
  display: none;
}
.product-custom-section .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .product-custom-section .woocommerce-notices-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .product-custom-section .woocommerce-notices-wrapper {
    padding: 0 20px;
  }
}
.product-custom-section .summary .product-meta__flex {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-custom-section .summary .product-meta__flex .posted_in {
  display: none;
}
.product-custom-section .summary .product-meta__flex .in-stock-message {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-custom-section .summary .product-meta__flex .in-stock-message {
    font-size: 14px;
  }
}
.product-custom-section .summary .product-meta__flex .in-stock-message:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/svg/stock.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: relative;
  left: 0px;
  top: 0;
  display: inline-block;
  margin-right: 5px;
}
.product-custom-section .summary .product-meta__flex .in-stock-message.no-stock::before {
  content: none;
}
.product-custom-section .summary .product-meta__flex .sku_wrapper,
.product-custom-section .summary .product-meta__flex .sku {
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-custom-section .summary .product-meta__flex .sku_wrapper,
  .product-custom-section .summary .product-meta__flex .sku {
    font-size: 14px;
  }
}
.product-custom-section .summary .product-meta__flex .sku {
  font-weight: 500;
}
.product-custom-section .summary .product__price .woocommerce-Price-amount,
.product-custom-section .summary .product__price .woocommerce-Price-currencySymbol {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .product-custom-section .summary .product__price .woocommerce-Price-amount,
  .product-custom-section .summary .product__price .woocommerce-Price-currencySymbol {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-custom-section .summary .product__price .woocommerce-Price-amount,
  .product-custom-section .summary .product__price .woocommerce-Price-currencySymbol {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .product-custom-section .summary .product__price .woocommerce-Price-amount,
  .product-custom-section .summary .product__price .woocommerce-Price-currencySymbol {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .product-custom-section .summary .product__price .woocommerce-Price-amount,
  .product-custom-section .summary .product__price .woocommerce-Price-currencySymbol {
    font-size: 18px;
  }
}
.product-custom-section .summary .product__price del .woocommerce-Price-amount,
.product-custom-section .summary .product__price del .woocommerce-Price-currencySymbol {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .product-custom-section .summary .product__price del .woocommerce-Price-amount,
  .product-custom-section .summary .product__price del .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .product-custom-section .summary .product__price del .woocommerce-Price-amount,
  .product-custom-section .summary .product__price del .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}
.product-custom-section .summary .product__price del .woocommerce-Price-amount {
  position: relative;
}
.product-custom-section .summary .product__price del .woocommerce-Price-amount::before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  transform: translateY(-50%);
}
.product-custom-section .summary .product__add-to-cart .quantity {
  width: 110px !important;
}
.product-custom-section .summary .product__add-to-cart .quantity input[type=number] {
  width: 110px !important;
}
.product-custom-section .summary .product__add-to-cart .single_add_to_cart_button {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: white;
  padding: 16px 23px;
  border-radius: 0;
  text-transform: uppercase;
  border: 2px solid #000;
  font-family: "Sen", sans-serif;
  letter-spacing: 2px;
  position: relative;
}
.product-custom-section .summary .product__add-to-cart .single_add_to_cart_button:hover {
  background-color: transparent;
  color: #000;
}
@media (max-width: 960px) {
  .product-custom-section .summary .product__add-to-cart .single_add_to_cart_button:hover {
    background-color: #000;
    color: white;
  }
}
@media (max-width: 960px) {
  .product-custom-section .summary .product__add-to-cart .single_add_to_cart_button {
    padding: 12px 25px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-custom-section .summary .product__add-to-cart .single_add_to_cart_button {
    font-size: 13px;
    padding: 12px 20px;
    width: 100%;
    margin-top: 20px;
  }
}
.product-custom-section .summary .product__add-to-cart .cart {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .product-custom-section .summary .product__add-to-cart .cart {
    display: block;
  }
}
@media (max-width: 640px) {
  .product-custom-section .summary .product__add-to-cart .cart .quantity {
    display: block;
    width: 100% !important;
  }
  .product-custom-section .summary .product__add-to-cart .cart .quantity input {
    width: 100% !important;
  }
}
.product-custom-section .summary .about-product {
  background-color: #F4F4F4;
  margin-top: 30px;
}
.product-custom-section .summary .about-product .about-product__wrapper {
  padding: 0 20px;
}
.product-custom-section .summary .about-product .about-product__wrapper li {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #E8E8E8;
}
.product-custom-section .summary .about-product .about-product__wrapper li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .product-custom-section .summary .about-product .about-product__wrapper li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-custom-section .summary .about-product .about-product__wrapper li {
    font-size: 13px;
  }
}
.product-custom-section .summary .about-product .about-product__wrapper li img {
  margin-right: 10px;
  width: auto;
  height: auto;
}
.product-custom-section .woocommerce-tabs {
  background-color: #F4F4F4;
}
.product-custom-section .woocommerce-tabs .tabs {
  padding-left: 0 !important;
}
.product-custom-section .woocommerce-tabs .tabs li {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .product-custom-section .woocommerce-tabs .tabs li {
    font-size: 14px;
  }
}
.product-custom-section .woocommerce-tabs .tabs li a {
  padding: 13px 18px !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .product-custom-section .woocommerce-tabs .tabs li a {
    padding: 10px 15px !important;
  }
}
.product-custom-section .woocommerce-tabs .tabs li.active {
  background-color: #54504F !important;
  color: #fff !important;
}
.product-custom-section .woocommerce-tabs .tabs li::after, .product-custom-section .woocommerce-tabs .tabs li::before {
  content: none !important;
}
.product-custom-section .woocommerce-tabs .shop_attributes {
  border-top: none;
}
@media (max-width: 480px) {
  .product-custom-section .woocommerce-tabs .shop_attributes tbody tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.product-custom-section .woocommerce-tabs .shop_attributes tbody tr th, .product-custom-section .woocommerce-tabs .shop_attributes tbody tr td {
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #000;
  background: transparent;
}
@media (max-width: 480px) {
  .product-custom-section .woocommerce-tabs .shop_attributes tbody tr th, .product-custom-section .woocommerce-tabs .shop_attributes tbody tr td {
    width: 100%;
    text-align: center;
    padding: 10px !important;
  }
  .product-custom-section .woocommerce-tabs .shop_attributes tbody tr th p, .product-custom-section .woocommerce-tabs .shop_attributes tbody tr td p {
    padding: 0;
  }
}
.product-custom-section .woocommerce-tabs .shop_attributes tbody tr th {
  padding-left: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-custom-section .woocommerce-tabs .shop_attributes tbody tr th {
    font-size: 16px;
  }
}
.product-custom-section .woocommerce-tabs .shop_attributes tbody tr td {
  padding-right: 0;
}
.product-custom-section .woocommerce-tabs .shop_attributes tbody tr td p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  color: #54504F;
}
@media (max-width: 767px) {
  .product-custom-section .woocommerce-tabs .shop_attributes tbody tr td p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */