/*
Theme Name: dormiamo
Theme URI: dormiamo.eu
Author: 
Author URI: 
Description: dormiamo
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.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: 1100px) {
  .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;
  }
}
@media (max-width: 640px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .row > [class*=col_] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 16px;
  font-family: "Mulish", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #020F1F;
}
@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish";
  color: #020F1F;
  font-weight: 700;
  line-height: 1.2;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #F9C01F;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
  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: #3C3C3C;
}
@media (max-width: 960px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  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: #020F1F;
}
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: #020F1F;
  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: "Mulish";
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #FCFCFB;
  color: #020F1F;
  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: #F9C01F;
}
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],
input[type=submit] {
  color: #0C2F5A;
  display: inline-block;
  text-align: center;
  font-family: "Mulish";
  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: #F9C01F;
  font-weight: 600;
  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],
  input[type=submit] {
    font-size: 14px;
    padding: 14px 20px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #dfa606;
}

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: #F9C01F;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #F9C01F;
  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: #F9C01F;
}

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

:-moz-placeholder {
  color: #3C3C3C;
  font-family: "Mulish";
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #3C3C3C;
  font-family: "Mulish";
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #3C3C3C;
  font-family: "Mulish";
  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: #F9C01F;
}

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: #F9C01F;
  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: #F9C01F;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Mulish";
  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,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: #133E72;
  display: inline-block;
  padding: 17px 30px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  background-color: #F9C01F;
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
    padding: 12px 22px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
  }
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: #dfa606;
}

.small-button {
  font-size: 15px;
  font-weight: 700;
  color: #37A5CB;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .small-button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .small-button {
    font-size: 13px;
  }
}
.small-button:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("images/svg/buy-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all, 0.3s;
}
.small-button:hover {
  text-decoration: none;
}
.small-button:hover:after {
  margin-left: 15px;
}

.button-white {
  background-color: white;
  color: #020F1F;
}

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

.button-grey {
  background-color: #FCFCFB;
  color: #020F1F;
}
.button-grey:hover {
  background-color: #e6e6de;
  color: #020F1F;
}

.button2 {
  background: #003F7D;
  color: white;
}
.button2:hover {
  text-decoration: none;
  background-color: #06182d;
  color: white;
}

.button-line {
  border: 2px solid #F9C01F;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #F9C01F;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #F9C01F;
  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: #020F1F;
}

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

.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: "Mulish";
  position: relative;
  top: 2px;
  color: #F9C01F;
}
@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: #F9C01F;
}

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

.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;
  position: relative;
  background-color: #f7fcfd;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #020F1F;
  -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 */
}

.title-big h2 {
  font-size: 36px;
}
@media (max-width: 1300px) {
  .title-big h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .title-big h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title-big h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .title-big h2 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .title-big h2 {
    font-size: 20px;
  }
}

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

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

.container {
  width: 100%;
  max-width: 1290px;
  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;
  }
}

.section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 40px 0;
  }
}

.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;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 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: #FCFCFB;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #F7FCFD;
}
.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;
  color: inherit;
}
.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: #3C3C3C;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 700;
}
.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: #020F1F;
  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 li {
  margin: 2px 0;
  display: block;
  color: #3C3C3C;
  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: outside;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .the-content ol li {
    margin-left: 22px;
  }
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .the-content ul li {
    margin-left: 15px;
  }
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
}
.the-content.the-content-checked ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F9C01F;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

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

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

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

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

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

.green-text {
  color: #F9C01F;
}

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

.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: #020F1F;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}
.white-txt a.button1 {
  color: #0C2F5A;
}

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

.error404 .section-testimonials {
  display: none;
}

.error-wrap {
  height: 100%;
  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%);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    padding: 50px 0;
  }
}
.error-wrap .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.error-wrap .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0c2f5a;
  opacity: 0.85;
}

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

.title-error {
  position: relative;
  text-align: center;
}
.title-error h1 {
  display: inline-block;
  position: relative;
}
.title-error h1::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 50px;
  background-image: url("images/svg/moon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 98px;
  height: 45px;
  background-size: contain;
}
@media (max-width: 960px) {
  .title-error h1::before {
    right: 0;
    width: 70px;
    height: 35px;
  }
}
.title-error h1 {
  font-size: 152px;
  margin: 0;
  line-height: 0.7;
  color: white;
}
@media (max-width: 960px) {
  .title-error h1 {
    font-size: 100px;
  }
}

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

.star-left-top {
  left: -50px;
  top: -40px;
}

.star-right-bottom {
  bottom: 0;
  right: -50px;
}

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

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

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

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

.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-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-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: 14px;
  font-weight: 400;
  color: #20449d;
}
@media (max-width: 767px) {
  .comment-reply-title #cancel-comment-reply-link {
    font-size: 13px;
  }
}

.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;
}
@media (max-width: 960px) {
  .comment .comment-notes {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .comment .comment-notes {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .comment .comment-notes {
    font-size: 13px;
  }
}

.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: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.no-found-elements {
  text-align: center;
}
.no-found-elements .text {
  max-width: 800px;
  background: #fff;
  padding: 40px 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .no-found-elements .text {
    padding: 30px 25px;
  }
}
.no-found-elements .text i {
  font-size: 80px;
  color: #0c2f5a;
}
@media (max-width: 960px) {
  .no-found-elements .text i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .no-found-elements .text i {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .no-found-elements .text i {
    font-size: 35px;
  }
}
.no-found-elements .text p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .no-found-elements .text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .no-found-elements .text p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .no-found-elements .text p {
    font-size: 13px;
  }
}

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

.inner-section-above {
  position: relative;
  z-index: 1;
}

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

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

.desktop-only-sorting {
  margin-bottom: 30px;
}
.desktop-only-sorting .title_box {
  margin-top: 0;
}

body.admin-bar .header {
  padding-top: 30px;
}

.ctc-analytics.ht_ctc_padding {
  animation: waves-whatsapp linear 3s infinite;
}
@media (max-width: 767px) {
  .ctc-analytics.ht_ctc_padding {
    animation: waves-whatsapp-mobile linear 3s infinite;
    width: 50px;
    height: 50px;
  }
}

.ctc-analytics.ht_ctc_padding svg {
  animation: sm-shake-animation linear 1.5s infinite;
}
@media (max-width: 767px) {
  .ctc-analytics.ht_ctc_padding svg {
    width: 24px !important;
    height: 23px !important;
  }
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 20px rgba(48, 191, 57, 0), 0 0 0 25px rgba(48, 191, 57, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 25px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
  }
}
@keyframes waves-whatsapp-mobile {
  0% {
    box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 5px rgba(48, 191, 57, 0), 0 0 0 10px rgba(48, 191, 57, 0.067);
  }
  100% {
    box-shadow: 0 4px 5px rgba(48, 191, 57, 0.3), 0 0 0 10px rgba(48, 191, 57, 0), 0 0 0 5px rgba(48, 191, 57, 0);
  }
}
@keyframes sm-shake-animation {
  0% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  55% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }
  75% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
}
.spin.active {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  animation: rotation 1s infinite linear;
  border: 6px solid rgba(250, 57, 48, 0.2);
  border-radius: 100%;
}
.spin.active:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 30px;
  width: 30px;
  border-top: 6px solid rgba(250, 57, 48, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}
.spin.active.big {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 50px auto;
}
.spin.active.big:before {
  height: 50px;
  width: 50px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  background-color: red !important;
  color: #fff;
}
body .fieldset-cf7mls-wrapper div.wpcf7-validation-errors svg {
  display: none !important;
}
body .configurator-form .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
body .configurator-form .wpcf7-spinner {
  display: none !important;
}

.loading-data .form-answers {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .loading-data .form-answers {
    padding-top: 0;
  }
}

body .wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container {
  justify-content: start;
}
body .wcpr-comment-form-images .wcpr-selected-image {
  margin-right: 10px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 33;
}
.header.scroll, .header.on-scroll-up {
  top: 0 !important;
  box-shadow: 0px -2px 46.2400016785px 0px rgba(0, 0, 0, 0.1411764706);
}
.header.scroll .upper-header, .header.on-scroll-up .upper-header {
  height: 0;
  min-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

@keyframes slidedown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.upper-header {
  min-height: 58px;
  background-color: #003F7D;
  transition: all 0.3s ease;
}

.middle-header {
  padding: 10px 0;
  background-color: #0C2F5A;
}

.flex-upper-header {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 960px) {
  .flex-upper-header {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .flex-upper-header {
    padding: 5px 0;
  }
}

.flex-bottom-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}

.button-blue {
  color: #37A5CB;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  padding-right: 12px;
  font-weight: 600;
}
.button-blue:hover {
  text-decoration: none;
}
.button-blue:hover img {
  left: 15px;
}
.button-blue img {
  display: block;
  left: 10px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.search-hidden {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FCFCFB;
}

.bottom-header-left > ul {
  display: flex;
  margin-left: -20px;
}
.bottom-header-left > ul > li > a {
  padding: 10px 20px;
}
.bottom-header-left li {
  position: relative;
}
.bottom-header-left li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.bottom-header-left li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
.bottom-header-left li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  font-size: 8px;
  line-height: 1em;
}
.bottom-header-left li > .sub-menu {
  position: absolute;
  left: 20px;
  top: 100%;
  width: 230px;
  background-color: #0C2F5A;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
  display: none;
}
.bottom-header-left li > .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0C2F5A;
  position: absolute;
  left: 20px;
  top: -7px;
}
.bottom-header-left li > .sub-menu li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 0;
}
.bottom-header-left li > .sub-menu li:before {
  content: none;
}
.bottom-header-left li > .sub-menu li:last-child {
  border-bottom: none;
}
.bottom-header-left li > .sub-menu li.current-menu-item a {
  text-decoration: none;
  opacity: 0.8;
}
.bottom-header-left li > .sub-menu li a {
  font-size: 14px;
  padding: 15px;
  word-break: break-word;
  white-space: break-spaces;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
  color: white;
}
.bottom-header-left li > .sub-menu li a:hover {
  text-decoration: none;
  color: #F9C01F;
}
.bottom-header-left a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.bottom-header-left a:hover {
  text-decoration: none;
  color: #F9C01F;
}

@media (max-width: 960px) {
  .header-right-menu {
    display: none;
  }
}
.header-right-menu ul {
  display: flex;
  margin-left: -20px;
}
.header-right-menu li {
  padding: 0 15px;
}
.header-right-menu a {
  line-height: 1;
  font-size: 15px;
  color: white;
}
.header-right-menu a:hover {
  text-decoration: none;
  color: #F9C01F;
}

.sale-banner {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .sale-banner {
    justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .sale-banner {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
    line-height: 1.2em;
  }
}
.sale-banner p {
  color: white;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
@media (max-width: 960px) {
  .sale-banner p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sale-banner p {
    display: inline;
    margin-right: 5px;
  }
}
@media (max-width: 640px) {
  .sale-banner p {
    font-size: 11px;
  }
}
.sale-banner a {
  font-size: 14px;
  padding: 12px 18px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 960px) {
  .sale-banner a {
    font-size: 12px;
    padding: 10px 14px;
  }
}
@media (max-width: 767px) {
  .sale-banner a {
    padding: 0;
    background: transparent;
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 640px) {
  .sale-banner a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .sale-banner a:hover {
    background: transparent;
  }
}

.sale-counter {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 960px) {
  .sale-counter {
    justify-content: center;
    margin-left: 0;
  }
}
.sale-counter p {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .sale-counter p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .sale-counter p {
    font-size: 11px;
  }
}

#countdown {
  color: white;
  font-size: 14px;
}
@media (max-width: 960px) {
  #countdown {
    font-size: 12px;
  }
}
#countdown ul {
  display: flex;
}
#countdown li {
  display: flex;
  align-items: center;
  margin: 0 3px;
}
#countdown span {
  font-size: 14px;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: white;
  background-color: #082648;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
@media (max-width: 960px) {
  #countdown span {
    font-size: 12px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  #countdown span {
    font-size: 11px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  #countdown span {
    font-size: 10px;
    width: 22px;
    height: 22px;
  }
}

.header-icons,
.header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.my-login .small_submenu {
  overflow: initial;
  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 {
  position: relative;
}
@media screen and (min-width: 961px) {
  .my-login:hover .wrapp_submenu {
    display: block;
  }
}

@media (max-width: 960px) {
  .header-left {
    display: flex;
    align-items: center;
  }
}

.header-left-icon {
  display: block;
}
.header-left-icon img {
  display: block;
  width: 22px;
  height: 26px;
}
@media (max-width: 767px) {
  .header-left-icon img {
    width: 15px;
  }
}
@media (max-width: 640px) {
  .header-left-icon img {
    max-width: 13px;
    max-height: 23px !important;
  }
}

.logo-img {
  display: block;
  width: 220px;
}
.logo-img img {
  display: block;
}
@media (max-width: 1430px) {
  .logo-img img {
    max-width: 170px;
  }
}
@media (max-width: 640px) {
  .logo-img img {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .logo-img img {
    max-width: 130px;
  }
}

.search-header-wrap {
  background-color: rgba(252, 252, 253, 0.07);
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid rgba(252, 252, 253, 0.12);
  border-radius: 5px;
  width: 567px;
}
@media (max-width: 1430px) {
  .search-header-wrap {
    max-width: 420px;
  }
}
@media (max-width: 960px) {
  .search-header-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
}
@media (max-width: 640px) {
  .search-header-wrap {
    padding: 5px 5px 5px 15px;
  }
}
.search-header-wrap ::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}
.search-header-wrap :-moz-placeholder {
  color: white;
  font-size: 14px;
}
.search-header-wrap ::-moz-placeholder {
  color: white;
  font-size: 14px;
}
.search-header-wrap :-ms-input-placeholder {
  color: white;
  font-size: 14px;
}
.search-header-wrap span.placeholder {
  color: white;
  font-size: 14px;
}
.search-header-wrap input {
  margin: 0;
  background-color: transparent;
  border: none;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: white;
  box-shadow: none;
  border: none;
}
.search-header-wrap input:hover, .search-header-wrap input:active, .search-header-wrap input:focus {
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .search-header-wrap input {
    height: 32px;
    font-size: 12px;
  }
}
.search-header-wrap button {
  width: auto;
  justify-content: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 24px;
}
@media (max-width: 1100px) {
  .search-header-wrap button {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .search-header-wrap button {
    padding: 9px;
  }
}
.search-header-wrap button img {
  margin-right: 5px;
}
@media (max-width: 1100px) {
  .search-header-wrap button img {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-header-wrap button img {
    width: 20px;
  }
}

.selectBox {
  height: 0;
  background: transparent;
  border: none;
  color: white;
}

.search-select {
  display: flex;
  width: 60%;
  padding-left: 20px;
  align-items: center;
}
@media (max-width: 1100px) {
  .search-select {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search-select {
    padding-left: 0;
  }
}

.woocommerce form.checkout_coupon button,
.woocommerce form.login button,
.woocommerce form.register button {
  font-weight: 700;
  font-family: "Mulish";
}

.main_link {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main_link img {
  display: block;
}

@media (max-width: 1430px) {
  .main_link,
  .cart-link {
    font-size: 13px;
  }
}
.main_link:hover,
.cart-link:hover {
  text-decoration: none;
}
@media (max-width: 640px) {
  .main_link img,
  .cart-link img {
    width: auto;
    height: 17px;
  }
}

.item-header {
  padding: 5px 12px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .item-header {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .item-header {
    padding-left: 0;
    margin-left: 4px;
  }
}
.item-header:first-child {
  padding-left: 0;
  margin-left: 0;
}
.item-header:first-child::before {
  display: none;
}
.item-header.fav-menu a:before {
  content: "" !important;
}
.item-header.my-login::before {
  content: none;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right-items {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
@media (max-width: 960px) {
  .header-right-items {
    padding-left: 0;
    margin-left: 10px;
  }
}
.header-right-items::before {
  content: "";
  height: 36px;
  width: 1px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
}
@media (max-width: 960px) {
  .header-right-items::before {
    display: none;
  }
}

.flex-item {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .flex-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.flex-item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.cart-icon {
  display: block;
  line-height: 1;
  position: relative;
}
.cart-icon span {
  display: block;
}
.cart-icon img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .cart-icon img {
    width: auto;
    height: 18px;
    position: relative;
    top: 4px;
  }
}

.header-top-text {
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
}
@media (max-width: 1550px) {
  .header-top-text {
    font-size: 11px;
  }
}

.header-text-right {
  padding-left: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-text-right {
    display: none;
  }
}
.header-text-right span,
.header-text-right strong {
  line-height: 1;
  color: #020F1F;
}
.header-text-right span {
  font-size: 12px;
}
.header-text-right strong {
  font-weight: 500;
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1430px) {
  .header-text-right strong {
    font-size: 14px;
  }
}

.item-cart {
  padding-right: 0;
}
@media screen and (min-width: 960px) {
  .item-cart:hover .user-cart-details {
    display: block;
  }
}
.item-cart a {
  position: relative;
}
.item-cart .variation {
  display: flex;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 4px;
}
.item-cart .variation p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

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

@media (max-width: 960px) {
  .flex-bottom-header {
    display: none;
  }
}

.flex-middle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  margin-left: auto;
}

.header-bottom {
  background-color: rgba(252, 252, 253, 0.12);
}
.header-bottom .search-header-wrap {
  display: none;
}
@media (max-width: 960px) {
  .header-bottom {
    padding: 15px 0;
  }
  .header-bottom .search-header-wrap {
    display: block;
    margin: 0;
    background-color: #0f3871;
  }
}
@media (max-width: 640px) {
  .header-bottom {
    padding: 8px 0;
  }
}
.header-bottom .flex {
  align-items: center;
  justify-content: space-between;
}

.wrapp_submenu,
.user-cart-details {
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  position: absolute;
  width: 300px;
  z-index: 9999;
  display: none;
  top: calc(100% - 3px);
  right: -14px;
  max-height: 400px;
  overflow: auto;
  border-radius: 5px;
}
.wrapp_submenu::before,
.user-cart-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  right: 36px;
}

.wrapp_submenu {
  width: 260px;
}
.wrapp_submenu li {
  text-align: center;
}
.wrapp_submenu .green-hover {
  background-color: #F9C01F;
  padding: 15px 30px;
  display: block;
  text-align: center;
  line-height: 1;
  color: white !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
.wrapp_submenu .green-hover:hover {
  text-decoration: none;
  background-color: #dfa606;
}
.wrapp_submenu .btn.white {
  margin-top: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.wrapp_submenu .btn.white a {
  background-color: transparent;
  padding: 13px 30px;
  color: #F9C01F;
  border: 2px solid #F9C01F;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
}
.wrapp_submenu .btn.white a:hover {
  text-decoration: none;
  background-color: #F9C01F;
  color: white;
  opacity: 1 !important;
}

.product-meta {
  display: flex;
}
.product-meta:hover {
  text-decoration: none;
}
.product-meta:hover h4 {
  opacity: 0.6;
}

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

.product-right {
  width: calc(100% - 60px);
  padding-left: 10px;
  padding-right: 20px;
}
.product-right h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.product-right .woocommerce-Price-amount {
  color: #F9C01F;
  font-size: 15px;
  font-weight: 500;
}
.product-right .woocommerce-Price-amount span {
  font-weight: inherit;
}
.product-right .qty {
  font-size: 15px;
}

.user-cart-details .item-cart,
.wocommerce .user-cart-details .item-cart {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.user-cart-details .item-cart a.remove,
.wocommerce .user-cart-details .item-cart a.remove {
  background: #FCFCFB !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px !important;
  color: #020F1F !important;
  font-weight: 300 !important;
}
.user-cart-details .item-cart a.remove:hover,
.wocommerce .user-cart-details .item-cart a.remove:hover {
  background-color: #0C2F5A !important;
  color: white !important;
  text-decoration: none;
}

.product-summary .flex {
  justify-content: center;
}
.product-summary h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 5px;
}
.product-summary .woocommerce-Price-amount {
  font-size: 18px;
  color: #F9C01F;
  font-weight: 500;
}
.product-summary .woocommerce-Price-amount span {
  color: inherit;
  font-weight: inherit;
}

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

.sub-menu.pages li {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}
.sub-menu.pages li:first-child {
  border-top: none;
  padding-top: 0;
}
.sub-menu.pages li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #020F1F;
}
.sub-menu.pages li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.widget_media_image {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.widget_media_image img {
  max-width: 300px;
}

.cart-info {
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.cart-info a {
  background-color: #F9C01F;
  padding: 15px 30px;
  color: white;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.cart-info a:hover {
  text-decoration: none;
  background-color: #dfa606;
}

.autocomplete-suggestions {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
}
.autocomplete-suggestions .badges {
  display: none;
}
.autocomplete-suggestions .woocommerce-Price-amount {
  color: #F9C01F;
  font-weight: 500;
  font-size: 14px;
}
.autocomplete-suggestions .woocommerce-Price-amount span {
  font-weight: inherit;
  color: inherit;
}
.autocomplete-suggestions del .woocommerce-Price-amount,
.autocomplete-suggestions del span {
  font-size: 90%;
  color: #3C3C3C;
}
.autocomplete-suggestions del .woocommerce-Price-amount {
  position: relative;
}
.autocomplete-suggestions del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 7px;
}
.autocomplete-suggestions .from {
  color: #3C3C3C;
  margin-right: 5px;
}
.autocomplete-suggestions .link-result {
  margin-top: 10px;
}
.autocomplete-suggestions .link-result a {
  padding: 11px 20px 11px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #F9C01F;
}
.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
  background-color: #dfa606;
  color: white;
}
.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
}

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

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

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

.menu-trigger {
  display: block;
  width: 20px;
  height: 22px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 480px) {
  .menu-trigger {
    margin-right: 10px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 2px;
  background: white;
  transition: 0.2s ease-out all 0.2s;
  width: 20px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid white;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 20px;
}
.hamburger:before {
  top: 6px;
}
.hamburger:after {
  top: 19px;
}

@media (max-width: 1100px) {
  .header-logo {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .header-logo {
    width: auto;
  }
}
.header-logo img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .header-logo img {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .header-logo img {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  .header-logo img {
    max-width: 100px;
  }
}
.header-logo .logo {
  font-size: 0;
}

.mm-wrapper_opened .header-mobile {
  display: block !important;
  background-color: #003F7D !important;
}

.logo-footer {
  max-width: 260px;
}
@media (max-width: 960px) {
  .logo-footer {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .logo-footer {
    max-width: 155px;
    margin-bottom: 10px;
  }
}
.logo-footer img {
  max-width: 100%;
  width: auto;
  height: auto;
  width: 100%;
}

.logo-header {
  max-width: 190px;
  display: block;
}
@media (max-width: 1430px) {
  .logo-header {
    max-width: 170px;
  }
}
@media (max-width: 960px) {
  .logo-header {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .logo-header {
    max-width: 130px;
  }
}
@media (max-width: 640px) {
  .logo-header {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .logo-header {
    max-width: 90px;
  }
}
.logo-header img {
  display: block;
  width: auto;
  height: auto;
  width: 100%;
}

.header-mobile {
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-mobile .menu a {
  padding: 10px 20px;
  color: #020F1F;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .header-mobile .menu a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .header-mobile .menu a {
    font-size: 12px;
  }
}
.header-mobile .menu li {
  border-top: none;
}
.header-mobile .menu-item-has-children {
  position: relative;
}
.header-mobile .menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.header-mobile .sub-menu a {
  padding-left: 40px;
  color: white;
}
@media (max-width: 767px) {
  .header-mobile .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .header-mobile .sub-menu a {
    font-size: 12px;
  }
}
.header-mobile .logo-header img {
  height: 50px;
  width: auto;
}

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

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

.mm-navbar {
  background-color: #0C2F5A;
  color: white;
}
.mm-navbar a.mm-navbar__title {
  color: white !important;
}
.mm-navbar .mm-btn_prev:before,
.mm-navbar .mm-btn:after,
.mm-navbar .mm-btn:before {
  border-color: white;
}

.mm-panels {
  background: #003F7D;
  border: none;
}

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

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

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

.mm-panel {
  background-color: #133E72;
}

.mm-navbars_top .mm-navbar {
  align-items: center;
  justify-content: center;
}
.mm-navbars_top .mm-navbar .logo {
  text-align: center;
  padding: 15px;
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0;
  text-align: center;
}
.mm-navbars_top .mm-navbar .logo img {
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #003F7D;
}
.mm-navbars_bottom .mm-navbar {
  width: 100%;
  background-color: #003f7d;
  justify-content: center;
}
.mm-navbars_bottom .social-footer {
  padding: 14px 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .mm-navbars_bottom .social-footer li {
    padding: 0 5px;
  }
}
.mm-navbars_bottom .social-footer li a {
  color: #fff;
}
.mm-navbars_bottom .footer-certifications {
  margin-top: 10px;
}

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

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

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

.cart-menu .count-items,
.wishlist_products_counter_number {
  min-height: 20px !important;
  line-height: 20px !important;
  display: flex;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex !important;
  top: -5px;
  background-color: #F9C01F;
  border-radius: 50%;
  position: absolute;
  left: 21px;
  font-size: 10px;
  color: #0C2F5A;
}
@media (max-width: 767px) {
  .cart-menu .count-items,
  .wishlist_products_counter_number {
    top: -3px;
    right: -9px;
    width: 15px;
    height: 15px;
    padding: 0;
    min-height: 15px !important;
    line-height: 15px !important;
  }
}

.wishlist_products_counter_number {
  left: 32px;
}
@media (max-width: 480px) {
  .wishlist_products_counter_number {
    left: 17px;
  }
}

.count-text {
  margin-left: 8px;
}
@media (max-width: 1300px) {
  .count-text {
    display: none;
  }
}

div.wishlist_products_counter {
  display: flex;
  align-items: center;
}

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

a.wishlist_products_counter.top_wishlist-heart:before {
  content: "";
  display: block;
  background-image: url("images/svg/heart.svg");
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 640px) {
  a.wishlist_products_counter.top_wishlist-heart:before {
    position: relative;
    top: 1px;
    width: 19px;
    height: 22px;
  }
}

@media (max-width: 640px) {
  a.wishlist_products_counter.top_wishlist-heart:before {
    margin-right: 2px;
  }
}

.wishlist_products_counter_text {
  min-height: 1px !important;
  min-width: 1px !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .wishlist_products_counter_text {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .wishlist_products_counter_text {
    width: 30px !important;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .wishlist_products_counter_text {
    width: 24px !important;
  }
}
.wishlist_products_counter_text img {
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  margin-right: 12px !important;
}

a.wishlist_products_counter.top_wishlist-custom img {
  margin-right: 15px !important;
}

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

.cart-menu {
  position: relative;
  line-height: 1;
}
@media (max-width: 960px) {
  .cart-menu {
    height: 24px;
  }
}

.close-right {
  margin-left: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
.close-right:hover {
  opacity: 0.5;
}

.minicart-image {
  width: 132px;
}
.minicart-image a,
.minicart-image img {
  display: block;
}
.minicart-image a.remove {
  position: absolute;
  color: white !important;
  top: 0;
  right: 0;
}
.minicart-image a.remove:hover {
  background-color: #000000;
}

.minicart-details {
  width: calc(100% - 132px);
  padding-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2;
  width: 200px;
  color: #020F1F;
}
@media (max-width: 1430px) {
  .minicart-details {
    font-size: 13px;
  }
}
.minicart-details:hover {
  text-decoration: none;
  color: #F9C01F;
}
.minicart-details span {
  display: block;
  font-weight: 400;
}
.minicart-details .quantity {
  font-size: 14px;
  font-weight: 600;
}
.minicart-details .quantity span {
  font-weight: inherit;
}
.minicart-details .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}
.minicart-details .pqnt-info sup {
  top: -5px;
  font-size: 100%;
}
.minicart-details .variation {
  display: block;
  width: 100%;
}

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

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

.minicart-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #707070;
  width: 100%;
  flex: 0 0 auto;
}
.minicart-bottom .buttons {
  margin-top: 10px;
}
.minicart-bottom .buttons .button {
  display: block;
  width: 100%;
  background-color: #F9C01F;
  font-size: 15px;
  font-weight: 700;
  color: #0C2F5A;
  text-align: center;
  padding: 18px;
}
.minicart-bottom .buttons .button:hover {
  text-decoration: none;
  background-color: #dfa606;
}

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

.total-minicart {
  display: flex;
}
.total-minicart span {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.total-minicart .woocommerce-Price-amount {
  font-weight: 500;
}
.total-minicart .woocommerce-Price-amount span,
.total-minicart .woocommerce-Price-amount bdi {
  font-weight: 500;
}
.total-minicart .woocommerce-Price-amount sup {
  font-size: 60%;
  top: 0;
}
.total-minicart .right {
  margin-left: auto;
}

.continue-shopping {
  margin-top: 20px;
}
.continue-shopping a {
  text-decoration: underline;
  color: #37A5CB;
}

.search-item img {
  display: block;
  height: 23px;
  width: auto;
}
@media (max-width: 640px) {
  .search-item img {
    height: 18px;
  }
}

.header-search-mobile {
  display: none;
  line-height: 1;
}
@media (max-width: 960px) {
  .header-search-mobile {
    display: block;
  }
}

.aws-container .aws-search-form .aws-search-clear {
  z-index: 3;
  background-color: #F9C01F;
  color: #0C2F5A;
  height: calc(100% - 2px);
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  padding-left: 0;
}

.aws-container .aws-search-form {
  height: 50px;
}
@media (max-width: 960px) {
  .aws-container .aws-search-form {
    height: 48px;
  }
}

.aws-container .aws-search-form {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aws-container .aws-search-form {
    height: 38px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-search-form {
    height: 32px;
  }
}

.aws-container .aws-search-form .aws-loader {
  right: 15px;
}

.aws-container .aws-search-form.aws-processing .aws-search-btn svg {
  color: #f9c01f;
}

.aws-search-result .aws_onsale {
  background: #F9C01F;
}

.aws-container .aws-search-form .aws-form-btn {
  background-color: #F9C01F;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 50px;
}

.aws-search-result ul li {
  border-bottom: 1px dashed #EBEBEB;
}

.aws-search-result .aws_result_title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 6500;
  color: #020F1F;
}

.aws-search-result .aws_result_price {
  font-weight: 600;
  padding: 0;
}
.aws-search-result .aws_result_price span {
  font-weight: 600;
}

.aws-search-result .aws_result_price del {
  opacity: 0.6;
  position: relative;
}
.aws-search-result .aws_result_price del::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}

.aws-search-result .aws_result_excerpt {
  line-height: 1.3;
  opacity: 0.5;
}

.aws-search-result .aws_search_more a {
  color: #F9C01F;
  font-weight: 500;
}

.aws-search-result .aws_result_image img {
  width: 40px;
}

.aws-container .aws-search-field {
  border-radius: 5px !important;
  font-size: 14px !important;
  border: 1px solid #EBEBEB;
}
@media (max-width: 640px) {
  .aws-container .aws-search-field {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-search-field::-webkit-input-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-search-field::-moz-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-search-field:-ms-input-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-search-field:-moz-placeholder {
    font-size: 12px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {
  .aws-container .aws-search-field {
    font-size: 13px;
    background-color: white;
  }
}
.aws-wrapper {
  position: relative;
}
.aws-wrapper::after {
  content: "";
  background-image: url("images/svg/search.svg");
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 15px;
  color: #F9C01F;
  display: block;
  top: 12px;
  z-index: 2;
  display: none;
}
@media (max-width: 640px) {
  .aws-wrapper::after {
    top: 9px;
  }
}

.header-search {
  margin-left: 20px;
  width: 40%;
}
@media (max-width: 1430px) {
  .header-search {
    width: 32%;
  }
}
@media (max-width: 960px) {
  .header-search {
    width: 100%;
    margin-left: 0;
    padding-bottom: 15px;
  }
}
.header-search form {
  position: relative;
}
.header-search button[type=submit],
.header-search input[type=submit] {
  padding: 0;
  background-color: transparent;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.header-search input[type=search] {
  margin: 0;
  padding-right: 50px;
  box-sizing: border-box;
  font-family: "Mulish";
  padding-left: 15px;
  background-color: white;
  border-color: #e6e6e6;
  box-shadow: inset 0px 0px 9px15px rgba(0, 0, 0, 0.05);
}
.header-search input[type=search]:hover, .header-search input[type=search]:focus, .header-search input[type=search]:active {
  border-color: #F9C01F;
  box-shadow: none;
}

.aws-container .aws-search-form .aws-search-btn svg {
  color: #0C2F5A;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  width: 50px;
}

.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: #0C2F5A;
  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: 16px;
  width: auto;
  margin-right: 5px;
}
.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;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image .product_img {
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  position: absolute;
  color: #020F1F !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 .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: 700;
  color: #020F1F;
  font-size: 15px;
  font-family: "Mulish";
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  color: #F9C01F !important;
  font-size: 17px;
  margin-left: auto;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.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: #020F1F !important;
  background-color: transparent !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 180px);
  padding-left: 10px;
}
.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: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #020F1F;
  font-family: "Mulish";
  margin-bottom: 7px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #F9C01F;
}
.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: #F9C01F;
}
@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: #020F1F;
}
@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 .button {
  width: 100%;
  color: #0C2F5A;
  background-color: #F9C01F;
  letter-spacing: 0;
  padding: 13px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  border-radius: 5px;
  line-height: 1.6;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 15px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button:hover {
  text-decoration: none;
}

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

.cart-open.cart-close .widget_shopping_cart_content,
.cart-open.cart-close .user-cart-details,
.cart-close .widget_shopping_cart_content,
.cart-close .user-cart-details {
  right: -622px;
}
.cart-open.cart-close .cart-over,
.cart-close .cart-over {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
}

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

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

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

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

.mm-navbars_top .mm-navbar {
  width: 100%;
  text-align: center;
  display: block;
}

.mm-navbars_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mm-navbars_bottom .social-footer {
  width: 100%;
}

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

.header-mobile .mm-listitem__text {
  white-space: unset;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 50px;
  background: white;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .aws-container .aws-show-clear .aws-search-field {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field {
    padding-left: 10px;
  }
}

.aws-container {
  width: 100%;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
  background-color: rgba(0, 0, 0, 0.6);
}

.aws-search-result .aws_result_price del::before {
  opacity: 0.6;
}

.aws-search-result .aws_result_price del {
  padding-right: 0;
  margin-right: 5px;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  width: 5px;
  height: 5px;
}

.footer {
  padding: 120px 0 20px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/jpg/footer-background.jpg");
}
@media (max-width: 1430px) {
  .footer {
    padding: 100px 0 20px;
  }
}
@media (max-width: 960px) {
  .footer {
    padding: 45px 0 30px 0;
  }
}
@media (max-width: 960px) {
  .footer {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 35px 0 30px 0;
  }
}
.footer .formpayment {
  margin-top: 30px;
  max-width: 170px;
}

.company-description {
  max-width: 300px;
  font-size: 15px;
}
@media (max-width: 1430px) {
  .company-description {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .company-description {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

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

.section-testimonials {
  background-color: #F9C01F;
}

.ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
  color: white;
}

.ti-widget.ti-goog .star-lg .ti-star {
  width: 26px !important;
  height: 25px !important;
  border: 1px solid white;
  background: white;
  border-radius: 2px;
  padding: 10px;
  margin: 2px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap,
.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap strong,
.ti-widget.ti-goog .ti-rating-text,
.ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large),
.ti-widget.ti-goog .ti-rating-text strong a,
.ti-widget.ti-goog .ti-rating-text strong span,
.ti-widget.ti-goog .ti-rating-text span strong,
.ti-widget.ti-goog .ti-rating-text span,
.ti-widget.ti-goog .ti-footer,
.ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large),
.ti-widget.ti-goog .ti-footer span,
.ti-widget.ti-goog .ti-footer strong a,
.ti-widget.ti-goog .ti-rating-text,
.ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large),
.ti-widget.ti-goog .ti-rating-text strong a,
.ti-widget.ti-goog .ti-rating-text strong span,
.ti-widget.ti-goog .ti-rating-text span strong,
.ti-widget.ti-goog .ti-rating-text span,
.ti-widget.ti-goog .ti-footer,
.ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large),
.ti-widget.ti-goog .ti-footer span,
.ti-widget.ti-goog .ti-footer strong a {
  color: white;
}

.newsletter-text h2,
.newsletter-text .title {
  font-weight: 700;
  font-size: 26px;
  font-family: "Mulish";
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .newsletter-text h2,
  .newsletter-text .title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .newsletter-text h2,
  .newsletter-text .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newsletter-text h2,
  .newsletter-text .title {
    font-size: 17px;
  }
}
.newsletter-text p {
  margin-top: 10px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.wcmd_content {
  max-width: 100%;
}

.mc4wp-form-fields {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mc4wp-form-fields input {
  margin: 0;
}
.mc4wp-form-fields input[type=email] {
  background-color: #133d79;
  border: none;
  color: white;
  height: 64px;
  padding-right: 170px;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=email] {
    height: 52px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .mc4wp-form-fields input[type=email] {
    padding-right: 20px;
  }
}
.mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: white;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.mc4wp-form-fields input[type=email]:-moz-placeholder {
  color: white;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=email]:-moz-placeholder {
    font-size: 13px;
  }
}
.mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: white;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=email]::-moz-placeholder {
    font-size: 13px;
  }
}
.mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: white;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
    font-size: 13px;
  }
}
.mc4wp-form-fields input[type=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 960px) {
  .mc4wp-form-fields input[type=submit] {
    padding: 11px 28px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mc4wp-form-fields input[type=submit] {
    padding: 12px 28px;
  }
}
@media (max-width: 480px) {
  .mc4wp-form-fields input[type=submit] {
    padding: 15px 28px;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 480px) {
  .mc4wp-form-fields input[type=email] {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mc4wp-alert {
  padding: 10px;
  margin-top: 15px;
  border-radius: 3px;
}
.mc4wp-alert.mc4wp-success {
  background-color: green;
  color: #fff;
}
.mc4wp-alert.mc4wp-success p {
  color: #fff;
}
.mc4wp-alert.mc4wp-error {
  background-color: red;
  color: #fff;
}
.mc4wp-alert.mc4wp-error p {
  color: #fff;
}
.mc4wp-alert p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 960px) {
  .mc4wp-alert p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .mc4wp-alert p {
    font-size: 12px;
  }
}

.footer-newsletter {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1300px) {
  .footer-middle {
    flex-wrap: wrap;
  }
  .footer-middle .col_40 {
    width: 100%;
  }
  .footer-middle .col_20 {
    width: 33.333%;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .footer-middle {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .footer-middle .col_20 {
    width: 100%;
    margin-top: 10px;
  }
}

.footer-certifications {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.footer-certifications li {
  width: 72px;
  margin: 5px;
}
@media (max-width: 640px) {
  .footer-certifications li {
    width: 60px;
  }
}
.footer-certifications li img {
  display: block;
  width: auto;
  height: auto;
}

.footer-logo {
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-logo {
    margin-bottom: 0;
  }
}

.white-txt .title-bottom {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Mulish";
  color: #37A5CB;
}
@media (max-width: 960px) {
  .white-txt .title-bottom {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .white-txt .title-bottom {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .white-txt .title-bottom {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .footer-company {
    width: 100%;
    margin-top: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-col-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-col-logo {
    margin-bottom: 5px;
  }
}
@media (max-width: 1430px) {
  .footer-col-logo .footer-certifications {
    justify-content: center;
  }
}

.bottom-menu-right p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .bottom-menu-right p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .bottom-menu-right p {
    font-size: 12px;
  }
}

.footer-bottom-flex {
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .footer-bottom-flex {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}

.bottom-menu-left ul {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .bottom-menu-left ul {
    justify-content: center;
  }
}
.bottom-menu-left ul li {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-menu-left ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.bottom-menu-left a:hover {
  text-decoration: none;
  color: #F9C01F;
}
@media (max-width: 960px) {
  .bottom-menu-left .flex-logos {
    justify-content: center;
  }
}
.bottom-menu-left .flex-logos .item {
  margin: 5px 5px 5px 0;
}
@media (max-width: 960px) {
  .bottom-menu-left .flex-logos .item {
    margin: 5px;
  }
}
.bottom-menu-left .flex-logos .item img {
  height: 38px;
  width: auto;
}
@media (max-width: 1300px) {
  .bottom-menu-left .flex-logos .item img {
    height: 35px;
  }
}
@media (max-width: 960px) {
  .bottom-menu-left .flex-logos .item img {
    height: 30px;
  }
}

@media (max-width: 640px) {
  .logo-footer {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 960px) {
  .footer-col-menu {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-col-menu {
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .footer-col-menu {
    width: 100%;
  }
}
.footer-col-menu ul li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer-col-menu ul li {
    margin-top: 4px;
  }
}
@media (max-width: 640px) {
  .footer-col-menu ul li {
    margin-top: 0;
  }
}
.footer-col-menu ul li a {
  opacity: 0.8;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  padding-left: 0;
  font-size: 15px;
}
@media (max-width: 1430px) {
  .footer-col-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-col-menu ul li a {
    font-size: 13px;
  }
}
.footer-col-menu ul li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #F9C01F;
}

.social-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media (max-width: 960px) {
  .social-footer {
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
  }
}
.social-footer li,
.social-footer a {
  color: white;
  line-height: 1;
}
.social-footer li {
  position: relative;
  padding: 0 5px;
}
.social-footer a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #37A5CB;
}
.social-footer a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.21);
  color: white;
}
@media (max-width: 960px) {
  .social-footer a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .social-footer a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.star {
  position: absolute;
}

.star-right {
  right: 0;
}

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

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  z-index: 2;
}
@media (max-width: 1430px) {
  .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: 9px;
  width: 9px;
  height: 14px;
}
@media (max-width: 1430px) {
  .slick-prev::before,
  .slick-next::before {
    width: 6px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

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

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

.slick-dots {
  display: flex;
  bottom: 30px;
}
.slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  padding: 0;
  background-color: #F9C01F;
  border-radius: 30px;
  opacity: 0.3;
  width: 12px;
  height: 12px;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.star {
  position: absolute;
}

.star-right {
  right: -40px;
  top: 40px;
}
@media (max-width: 1430px) {
  .star-right {
    right: -30px;
  }
}

.star-bottom-right {
  right: -20px;
  bottom: -40px;
}
@media (max-width: 1430px) {
  .star-bottom-right {
    right: -30px;
  }
}

.star-small {
  width: 16px;
  height: 16px;
}
.star-small img {
  max-width: 100%;
}

.star-left {
  left: -70px;
  top: 50%;
}
@media (max-width: 1430px) {
  .star-left {
    left: -30px;
  }
}

@media (max-width: 1550px) {
  .hero-slider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 1550px) {
  .hero-slider .slick-next {
    right: 20px;
  }
}
.hero-slider .slick-dots {
  flex-direction: column;
  position: absolute;
  right: 30px;
  width: 20px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .hero-slider .slick-dots {
    display: none;
  }
}
.hero-slider .slick-dots li {
  display: block;
}
.hero-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.hero-slider:not(.slick-slider) {
  height: 640px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .hero-slider:not(.slick-slider) {
    height: 588px;
  }
}
@media (max-width: 640px) {
  .hero-slider:not(.slick-slider) {
    height: 480px;
  }
}

.hero-slide {
  height: auto;
  position: relative;
}
.hero-slide .container {
  padding-top: 100px;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .hero-slide .container {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media (max-width: 640px) {
  .hero-slide .container {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}
.hero-slide .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0C2F5A;
}
.hero-slide .cover::before {
  content: "";
  background: rgb(7, 30, 57);
  background: linear-gradient(90deg, rgb(7, 30, 57) 0%, rgba(18, 67, 112, 0.5998993347) 51%, rgba(7, 30, 57, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slide .hero-text {
  max-width: 540px;
}
@media (max-width: 767px) {
  .hero-slide .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-slide h2 {
  color: white;
  font-size: 46px;
}
@media (max-width: 1430px) {
  .hero-slide h2 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .hero-slide h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero-slide h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .hero-slide h2 {
    font-size: 26px;
  }
}
.hero-slide h2 strong {
  color: #F9C01F;
}
.hero-slide p {
  color: white;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .hero-slide p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-slide p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .hero-slide p {
    font-size: 14px;
  }
}
.hero-slide p strong {
  color: #F9C01F;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0 6px;
}

.hero-right {
  max-width: 511px;
  background-color: #F9C01F;
  margin-left: auto;
  align-items: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 960px) {
  .hero-right {
    max-width: 400px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .hero-right {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .hero-right {
    display: none;
  }
}
.hero-right p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  width: calc(100% - 40px);
  padding-left: 10px;
}
@media (max-width: 1430px) {
  .hero-right p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .hero-right p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hero-right p {
    font-size: 14px;
    text-align: left;
    width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .hero-right p {
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 22px);
  }
}
.hero-right span {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-right span {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .hero-right span {
    width: 20px;
  }
}

.flex-hero-bottom {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .flex-hero-bottom {
    display: block;
    text-align: center;
  }
}

.hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-bottom .footer-certifications {
  margin-top: 0;
  padding-bottom: 30px;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .hero-bottom .footer-certifications {
    padding-bottom: 20px;
  }
  .hero-bottom .footer-certifications li {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .hero-bottom .footer-certifications {
    width: 100%;
    padding-bottom: 10px;
    justify-content: center;
  }
}

.hero-section {
  position: relative;
}

.hero-buttons {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 767px) {
  .hero-buttons {
    justify-content: center;
  }
}
.hero-buttons a {
  margin: 0 4px;
  display: flex;
  align-items: center;
}

.tac .title-star:after {
  left: 50%;
  transform: translateX(-50%);
}

.title-star {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.title-star::after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 3px;
  background-color: #F9C01F;
  bottom: 0;
}
.title-star::before {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: -5px;
  background-image: url("images/svg/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media (max-width: 480px) {
  .title-star::before {
    right: -20px;
    top: -25px;
  }
}
.title-star b,
.title-star strong {
  color: #F9C01F !important;
  font-weight: 600;
}

.video-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.video-wrap video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.video-section {
  overflow: hidden;
}

.video-section video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.video-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(2, 13, 52);
  background: linear-gradient(90deg, rgb(2, 13, 52) 0%, rgba(2, 13, 52, 0) 100%);
}
@media (max-width: 767px) {
  .video-overlay::before {
    background: rgb(2, 13, 52);
    background: linear-gradient(0deg, rgba(2, 13, 52, 0) 0%, rgb(2, 13, 52) 100%);
  }
}

.hero-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.hero-video .container {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 140px;
}
@media (max-width: 1300px) {
  .hero-video .container {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (max-width: 960px) {
  .hero-video .container {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .hero-video .container {
    text-align: center;
    padding: 90px 20px;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .hero-video .container {
    padding: 80px 20px;
  }
}

.video-text {
  max-width: 400px;
}
@media (max-width: 767px) {
  .video-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.video-text .title-star::before {
  right: 100px;
  top: -50px;
}
@media (max-width: 767px) {
  .video-text .title-star:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.video-text p {
  font-size: 18px;
}
@media (max-width: 1430px) {
  .video-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .video-text p {
    font-size: 15px;
  }
}

.wrapp_single_slider {
  background-color: white;
}

.blue-section {
  background-color: #F7FCFD;
}

.single_product_slide {
  padding: 12px;
  height: auto;
}
@media (max-width: 1300px) {
  .single_product_slide {
    padding: 8px;
  }
}

.slider-products,
.slider-products2 {
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}
@media (max-width: 1300px) {
  .slider-products,
  .slider-products2 {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .slider-products,
  .slider-products2 {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.slider-products .slick-track,
.slider-products2 .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 640px) {
  .slider-products .slick-list,
  .slider-products2 .slick-list {
    padding-right: 60px;
  }
}
.slider-products::before,
.slider-products2::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  background-color: #F7FCFD;
}
.slider-products .slick-next,
.slider-products .slick-prev,
.slider-products2 .slick-next,
.slider-products2 .slick-prev {
  background-color: rgba(0, 0, 0, 0.2);
}
.slider-products .slick-prev,
.slider-products2 .slick-prev {
  left: -100px;
}
@media (max-width: 1550px) {
  .slider-products .slick-prev,
  .slider-products2 .slick-prev {
    left: -70px;
  }
}
@media (max-width: 1430px) {
  .slider-products .slick-prev,
  .slider-products2 .slick-prev {
    left: -30px;
  }
}
.slider-products .slick-next,
.slider-products2 .slick-next {
  right: -100px;
}
@media (max-width: 1550px) {
  .slider-products .slick-next,
  .slider-products2 .slick-next {
    right: -70px;
  }
}
@media (max-width: 1430px) {
  .slider-products .slick-next,
  .slider-products2 .slick-next {
    right: -30px;
  }
}
.slider-products .slick-list,
.slider-products2 .slick-list {
  overflow: visible;
}
.slider-products .slick-dots,
.slider-products2 .slick-dots {
  justify-content: center;
}
@media (max-width: 960px) {
  .slider-products .slick-dots,
  .slider-products2 .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.slider-products .slick-dots button,
.slider-products2 .slick-dots button {
  background-color: #37A5CB;
}

.slider-products:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 350px;
}
@media (max-width: 960px) {
  .slider-products:not(.slick-slider) {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .slider-products:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .slider-products:not(.slick-slider) {
    height: 380px;
  }
}
.slider-products:not(.slick-slider) .single_product_slide {
  width: 25%;
}
@media (max-width: 960px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .slider-products:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .title-flex {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .title-flex .title-star:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.title-flex .left {
  float: none;
}
.title-flex .right {
  float: none;
  margin-left: auto;
}
@media (max-width: 640px) {
  .title-flex .right {
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.trust-flex {
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .trust-flex {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .trust-flex {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .trust-flex .col_20 {
    width: 33.333%;
    margin-top: 20px;
  }
  .trust-flex .col_20:first-child, .trust-flex .col_20:first-child + .col_20 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .trust-flex .col_20 {
    width: 50%;
    margin-top: 14px;
  }
  .trust-flex .col_20:last-child {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .trust-flex .col_20 {
    width: 100% !important;
  }
}

.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after {
  background-color: white !important;
}

.ti-widget.ti-goog .ti-controls-line {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.ti-widget.ti-goog .ti-controls-line .dot {
  background: white !important;
}

.trust-item {
  background-color: #0C2F5A;
  height: 100%;
  border-radius: 10px;
  padding: 42px 30px;
  position: relative;
  bottom: 0;
  transition: all, 0.3s;
}
@media (max-width: 1300px) {
  .trust-item {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .trust-item {
    padding: 20px 12px;
  }
}
.trust-item:hover {
  bottom: 10px;
}
@media (max-width: 767px) {
  .trust-item:hover {
    bottom: 0;
  }
}
.trust-item .trust-icon {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .trust-item .trust-icon {
    width: 42px;
    height: 42px;
  }
}
.trust-item p {
  color: white;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  line-height: 1.42;
  margin: 0;
}
@media (max-width: 1300px) {
  .trust-item p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .trust-item p {
    font-size: 13px;
  }
}

.title-section {
  max-width: 620px;
}

.flex-categories .col_60,
.flex-categories .col_40,
.flex-categories .col_33 {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .flex-categories .col_60,
  .flex-categories .col_40,
  .flex-categories .col_33 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .flex-categories .col_60 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-categories .col_40,
  .flex-categories .col_33 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .flex-categories .col_40,
  .flex-categories .col_33 {
    width: 100%;
  }
}
.flex-categories a {
  display: block;
  width: 100%;
  height: 265px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #0C2F5A;
}
@media (max-width: 767px) {
  .flex-categories a {
    height: 240px;
  }
}
.flex-categories a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.flex-categories .title {
  background-color: rgba(12, 47, 90, 0.9);
  padding: 15px;
  margin: 0;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 480px) {
  .flex-categories .title {
    text-align: center;
    font-size: 13px;
    padding: 10px;
  }
}
.flex-categories .title span {
  padding-left: 5px;
}

.hero-inner {
  background-color: #F7FCFD;
  padding: 30px 0;
  position: relative;
}
.hero-inner::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 60px;
  background-color: #F7FCFD;
}
@media (max-width: 960px) {
  .hero-inner.hero-woopages {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .hero-inner.hero-woopages h1 {
    margin-bottom: 0;
  }
}

.breadcrumbs-section {
  padding-bottom: 5px;
}
.breadcrumbs-section span,
.breadcrumbs-section a {
  display: inline;
}
@media (max-width: 1550px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 11px;
  }
}
.breadcrumbs-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 1550px) {
  .breadcrumbs-section p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-section p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-section p {
    font-size: 11px;
  }
}
.breadcrumbs-section a {
  text-decoration: none;
}
.breadcrumbs-section i {
  margin: 0 7px;
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 8px;
}
@media (max-width: 767px) {
  .breadcrumbs-section i {
    font-size: 7px;
    margin: 0 3px;
  }
}
.breadcrumbs-section .breadcrumb_last {
  text-decoration: underline;
}

.grey-background2 {
  background-color: #F7FCFD;
}

.blue-title {
  max-width: 760px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .blue-title {
    display: block;
  }
}
.blue-title .star-right {
  left: 58%;
  right: auto;
  top: -20px;
}
@media (max-width: 767px) {
  .blue-title .star-right {
    top: 35%;
    left: 80%;
  }
}

.blue-title-box {
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .blue-title-box {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .blue-title-box {
    padding: 35px 15px 25px 15px;
    display: block;
  }
}
.blue-title-box h3 {
  margin: 0;
  width: 55%;
}
@media (max-width: 767px) {
  .blue-title-box h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.blue-title-box .footer-certifications {
  margin-left: auto;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .blue-title-box .footer-certifications {
    margin-right: auto;
    justify-content: center;
  }
}

.tabs-section {
  padding: 30px 0 80px;
}
@media (max-width: 960px) {
  .tabs-section {
    padding-bottom: 60px;
  }
}
.tabs-section h3.title {
  text-align: center;
  line-height: 1.3;
}

.tab-content-why {
  display: none;
}
.tab-content-why.current {
  display: block;
}

.tabs {
  display: flex;
}
.tabs li {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.tab-link-box {
  padding: 25px;
  height: 100%;
  border: 1px solid #ededed;
  border-radius: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .tab-link-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tab-link-box {
    padding: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .tab-link-box {
    padding: 15px 10px;
  }
}
.tab-link-box:hover {
  background-color: #fff;
}
.tab-link-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tab-link-box .icon {
    width: 45px;
    height: 40px;
  }
}
.tab-link-box .icon img {
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tab-link-box .title {
  color: #0C2F5A;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .tab-link-box .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tab-link-box .title {
    font-size: 15px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tab-link-box .title {
    font-size: 14px;
  }
}

.tab-link.current .tab-link-box {
  background-color: white;
  border-color: #c4f0ff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

.tab-top {
  padding: 30px 0;
  align-items: center;
}
@media (max-width: 960px) {
  .tab-top {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .tab-top .flex {
    display: block;
  }
  .tab-top .col_40,
  .tab-top .col_60 {
    width: 100%;
    text-align: center;
  }
}
.tab-top .col_40 {
  text-align: center;
  align-self: center;
}

.box-tab,
.box-tab-overlay {
  border-radius: 10px;
  text-align: center;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1430px) {
  .box-tab,
  .box-tab-overlay {
    padding: 20px 15px;
  }
}

.tab-flex {
  margin-left: -10px;
  margin-right: -10px;
}
.tab-flex .box-tab,
.tab-flex .cover {
  min-height: 276px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .tab-flex .box-tab,
  .tab-flex .cover {
    min-height: 180px;
  }
}
.tab-flex .col_25,
.tab-flex .col_33,
.tab-flex .col_50,
.tab-flex .col_75 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .tab-flex .col_25,
  .tab-flex .col_75 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .tab-flex .col_25,
  .tab-flex .col_75 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .tab-flex .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-flex .col_33 {
    width: 50%;
  }
  .tab-flex .col_33:last-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tab-flex .col_33 {
    width: 100%;
  }
}
.tab-flex h2,
.tab-flex h3,
.tab-flex h4,
.tab-flex h5,
.tab-flex h6 {
  margin: 0;
}
.tab-flex p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  .tab-flex h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .tab-flex h3 {
    font-size: 18px;
  }
}
@media (max-width: 1430px) {
  .tab-flex h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .tab-flex h4 {
    font-size: 17px;
  }
}
@media (max-width: 1430px) {
  .tab-flex h5 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .tab-flex h5 {
    font-size: 16px;
  }
}
@media (max-width: 1430px) {
  .tab-flex p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .tab-flex p {
    font-size: 14px;
  }
}
.tab-flex .white-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.tab-flex .icon {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.tab-flex .icon img {
  display: block;
  max-height: 100%;
}
.tab-flex p {
  line-height: 1.5;
}

.yellow-box {
  background-color: #F9C01F;
}

.box-tab-overlay {
  background-color: rgba(12, 47, 90, 0.9);
  height: 100%;
}

.contact-form {
  padding: 50px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1300px) {
  .contact-form {
    padding: 35px;
  }
}
@media (max-width: 960px) {
  .contact-form {
    padding: 30px;
    box-shadow: none;
    border: none;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .contact-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }
  .contact-form.engross-form {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .contact-form {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .contact-form .row.flex {
    display: block;
  }
}
@media (max-width: 640px) {
  .contact-form .col_50 {
    width: 100%;
  }
}
.contact-form h2 {
  margin-top: 0;
}
.contact-form form p {
  margin: 0;
}
.contact-form input[type=submit] {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    background-color: #ffffff;
  }
}
.contact-form .wpcf7-spinner {
  margin: 10px 0 0 10px;
}

.contact-sidebar-box {
  max-width: 440px;
  background-color: #0C2F5A;
  padding: 45px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .contact-sidebar-box {
    max-width: 100%;
    padding: 35px;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box {
    padding: 20px 25px;
  }
}
.contact-sidebar-box .the-content h3 {
  margin-top: 0;
}
.contact-sidebar-box .contact-item {
  margin-top: 35px;
  display: flex;
}
@media (max-width: 767px) {
  .contact-sidebar-box .contact-item {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item {
    margin-top: 20px;
  }
}
.contact-sidebar-box .contact-item .title,
.contact-sidebar-box .contact-item .text {
  margin: 0;
}
.contact-sidebar-box .contact-item .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 70;
  opacity: 0.43;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-sidebar-box .contact-item .title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item .title {
    font-size: 13px;
  }
}
.contact-sidebar-box .contact-item .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .contact-sidebar-box .contact-item .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-sidebar-box .contact-item .text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item .text {
    font-size: 14px;
  }
}
.contact-sidebar-box .contact-item .contact-item-icon {
  color: #F9C01F;
  width: 35px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-sidebar-box .contact-item .contact-item-icon {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item .contact-item-icon {
    font-size: 18px;
    width: 30px;
  }
}
.contact-sidebar-box .contact-item .inline {
  display: block;
  width: calc(100% - 35px);
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item .inline {
    width: calc(100% - 30px);
  }
}
.contact-sidebar-box .contact-item a {
  display: flex;
}
.contact-sidebar-box .social-footer {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  margin-left: -5px;
  justify-content: flex-start;
}
@media (max-width: 960px) {
  .contact-sidebar-box .social-footer {
    justify-content: flex-start;
  }
}
.contact-sidebar-box .social-footer a {
  background-color: #F9C01F;
  color: #020F1F;
}

.contact-top {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 0;
}
.contact-top p {
  font-size: 18px;
}
@media (max-width: 960px) {
  .contact-top p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-top p {
    font-size: 14px;
  }
}

.fa-tiktok:before {
  content: "\e07b";
}

.wpcf7-form .recaptcha {
  margin-bottom: 5px;
}

.section-s {
  padding: 30px 0 80px;
}
@media (max-width: 960px) {
  .section-s {
    padding: 30px 0 50px;
  }
}
@media (max-width: 480px) {
  .section-s {
    padding: 20px 0 40px;
  }
}

@media (max-width: 960px) {
  .contact-flex {
    display: block;
  }
  .contact-flex .col_40,
  .contact-flex .col_60 {
    width: 100%;
  }
}

.contact-map {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact-map {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .contact-map {
    margin-top: 20px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  filter: grayscale(1);
}
@media (max-width: 960px) {
  .contact-map iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 250px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 28px);
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
  text-decoration: underline;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 15px;
}
.form-row .label-form {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.form-row span,
.form-row label,
.form-row li,
.form-row p {
  font-size: 15px;
}
@media (max-width: 1300px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 13px;
  }
}
.form-row .col_50,
.form-row .col_100 {
  padding: 0 8px;
}
.form-row .accept-terms {
  width: 100%;
  padding: 0 8px;
}
.form-row .accept-terms .wpcf7-acceptance input[type=checkbox] {
  top: 1px;
}

.form-cell {
  padding: 0 10px;
}
.form-cell.cell50 {
  width: 50%;
}
@media (max-width: 640px) {
  .form-cell.cell50 {
    width: 100%;
  }
}
.form-cell.cell100 {
  width: 100%;
}
.form-cell p {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 30px;
}
.wpcf7-list-item label {
  display: block;
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.submit-btn {
  padding: 0 10px;
}
@media (max-width: 400px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn input {
  margin: 0;
}

.star-left-bottom {
  left: -70px;
  bottom: 20%;
  width: 45px;
}
.star-left-bottom img {
  width: 100%;
}

.engross-form {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

.configurator-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.inline-element .question-box {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.inline-element .question-box label {
  display: block;
  font-size: 24px;
  color: #020F1F;
  font-family: "Mulish";
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .inline-element .question-box label {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .inline-element .question-box label {
    font-size: 20px;
  }
}
.inline-element .question-box span {
  font-size: 18px;
  margin-top: 5px;
  display: block;
}
@media (max-width: 960px) {
  .inline-element .question-box span {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inline-element .question-box span {
    font-size: 14px;
  }
}
.inline-element .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 1300px) {
  .inline-element .wpcf7-form-control {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-form-control {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.inline-element .wpcf7-list-item {
  display: block;
  position: relative;
  padding: 15px;
}
@media (max-width: 1300px) {
  .inline-element .wpcf7-list-item {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item {
    padding: 5px;
  }
}
.inline-element .wpcf7-list-item label {
  height: 100%;
  padding-left: 0;
  font-size: 16px;
  font-family: "Mulish";
  display: block;
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: auto;
}
.inline-element .wpcf7-list-item-label {
  background-color: white;
  border: 2px solid white;
  text-align: center;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  padding: 48px 45px;
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 40px 25px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 82px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .inline-element .wpcf7-list-item-label {
    font-size: 14px;
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item-label {
    padding: 20px 10px;
    min-height: 100px;
    font-size: 13px;
    line-height: 1.3;
  }
}
.inline-element .radio1 span .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 67px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .inline-element .radio1 span .wpcf7-list-item-label::before {
    height: 36px;
    width: 50px;
  }
}
.inline-element .radio1 span.first .wpcf7-list-item-label::before {
  background-image: url("images/svg/one.svg");
}
.inline-element .radio1 span.last .wpcf7-list-item-label::before {
  background-image: url("images/svg/two.svg");
}
.inline-element input[type=radio]:checked {
  display: none;
}
.inline-element input[type=radio],
.inline-element input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.inline-element input[type=radio]:checked ~ span,
.inline-element input[type=checkbox]:checked ~ span {
  background: white;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border-color: #0C2F5A;
}
.inline-element .wpcf7-form-control-wrap {
  width: 100%;
}
.inline-element .wpcf7-list-item {
  width: 20%;
  margin: 0;
}
@media (max-width: 1300px) {
  .inline-element .wpcf7-list-item {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item {
    width: 33.3333%;
  }
}
.inline-element .wpcf7-list-item:first-child:nth-last-child(1) {
  width: 100%;
}
.inline-element .wpcf7-list-item:first-child:nth-last-child(2),
.inline-element .wpcf7-list-item:first-child:nth-last-child(2) ~ .wpcf7-list-item {
  width: 50%;
}
.inline-element .wpcf7-list-item:first-child:nth-last-child(3),
.inline-element .wpcf7-list-item:first-child:nth-last-child(3) ~ .wpcf7-list-item {
  width: 33.3333%;
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(3),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(3) ~ .wpcf7-list-item {
    width: 50%;
  }
}
.inline-element .wpcf7-list-item:first-child:nth-last-child(4),
.inline-element .wpcf7-list-item:first-child:nth-last-child(4) ~ .wpcf7-list-item {
  width: 25%;
}
@media (max-width: 767px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(4),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(4) ~ .wpcf7-list-item {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(4),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(4) ~ .wpcf7-list-item {
    width: 50%;
  }
}
.inline-element .wpcf7-list-item:first-child:nth-last-child(5),
.inline-element .wpcf7-list-item:first-child:nth-last-child(5) ~ .wpcf7-list-item {
  width: 20%;
}
@media (max-width: 1300px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5) ~ .wpcf7-list-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5) ~ .wpcf7-list-item {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5),
  .inline-element .wpcf7-list-item:first-child:nth-last-child(5) ~ .wpcf7-list-item {
    width: 50%;
  }
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
  float: none;
}

.radio-item {
  margin-top: 15px;
}

.title-radio {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #020F1F;
  margin: 0;
  line-height: 1.2;
}

.form-buttons {
  position: absolute;
  width: 100%;
  height: 60px;
}
@media (max-width: 640px) {
  .form-buttons {
    height: 50px;
  }
}
.form-buttons button {
  width: 60px;
  height: 60px;
  background-color: #0C2F5A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: white;
  border-radius: 50%;
  margin: 0 !important;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .form-buttons button {
    width: 50px;
    height: 50px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .form-buttons button {
    width: 40px;
    height: 40px;
    top: 6px;
  }
}
@media (max-width: 640px) {
  .form-buttons button {
    width: 35px;
    height: 35px;
  }
}
.form-buttons .next-btn {
  right: 0;
}
.form-buttons .next-btn.loading-info i {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  animation: rotation 1s infinite linear;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .form-buttons .next-btn.loading-info i {
    height: 25px;
    width: 25px;
    margin: -12.5px 0 0 -12.5px;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
}
.form-buttons .next-btn.loading-info i::before {
  content: none;
}
.form-buttons .next-btn.loading-info i:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 30px;
  width: 30px;
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .form-buttons .next-btn.loading-info i:after {
    height: 25px;
    width: 25px;
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    left: -4px;
    top: -4px;
  }
}
.form-buttons .prev-btn {
  left: 0;
}

.cf7mls-btns,
.action-button {
  display: none;
}

.form-bottom {
  position: relative;
  margin-top: 30px;
  height: 60px;
}
@media (max-width: 960px) {
  .form-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .form-bottom {
    height: 50px;
  }
}

.nav-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 75px;
  position: relative;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nav-form {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .nav-form {
    margin: 0 55px;
  }
}
.nav-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #b2b8c7;
  border-radius: 2px;
  width: calc(100% - 118px);
  left: 59px;
}
@media (max-width: 640px) {
  .nav-form:before {
    width: 100%;
    left: 0;
  }
}
.nav-form .bullet {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  line-height: 1;
  justify-content: center;
}
.nav-form .bullet span {
  width: 30px;
  height: 30px;
  border: 9px solid #f3fafc;
  background-color: #0C2F5A;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
@media (max-width: 640px) {
  .nav-form .bullet span {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
}
.nav-form .bullet.current span {
  background-color: #ffffff;
  border-color: #37A5CB;
  position: relative;
}
@media (max-width: 640px) {
  .nav-form .bullet.current span {
    width: 18px;
    height: 18px;
  }
}
.nav-form .bullet.active span {
  background-color: #37A5CB;
  border-color: #37A5CB;
  position: relative;
}
@media (max-width: 640px) {
  .nav-form .bullet.active span {
    width: 18px;
    height: 18px;
  }
}
.nav-form .bullet.active span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .nav-form .bullet.active span::before {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  .nav-form .bullet.active span::before {
    font-size: 7px;
  }
}

.fieldset-cf7mls {
  position: relative;
}

.start-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.last-step {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 960px) {
  .last-step {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .last-step {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .last-step {
    margin-top: 10px;
  }
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #F9C01F;
  color: #0C2F5A;
  display: inline-block;
  padding: 18px 32px 18px 32px !important;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #dfa606 !important;
  opacity: 1;
}
@media (max-width: 960px) {
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
  }
}

.hero_page {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 0;
}
@media (max-width: 1430px) {
  .hero_page {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .hero_page {
    padding: 20px 0;
  }
}
.hero_page h1 {
  margin-bottom: 0;
  margin-top: 4px;
}

.faq-shop {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .faq-shop {
    margin-top: 30px;
  }
}

.shop-description {
  background-color: #ffffff;
  padding: 25px 55px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 960px) {
  .shop-description {
    padding: 25px 30px;
  }
}
@media (max-width: 640px) {
  .shop-description {
    padding: 15px 20px;
  }
}

.section_gray {
  background-color: #FCFCFB;
}

@media screen and (max-width: 1100px) {
  .hero-woo {
    background-color: #FCFCFB;
  }
}
@media screen and (max-width: 1100px) {
  .hero-woo .breadcrumbs-wrap:before {
    display: none;
  }
}
.hero-woo h1 {
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .hero-woo h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .hero-woo h1 {
    font-size: 26px;
    margin-top: 0;
  }
}

.category-count {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
}

.product-contact {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1100px) {
  .product-contact {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.product-contact .item {
  width: 50%;
  padding: 10px;
}
@media (max-width: 1100px) {
  .product-contact .item {
    padding: 5px;
  }
}
.product-contact a {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.product-contact a:hover {
  text-decoration: none;
}
.product-contact p {
  margin: 0;
  line-height: 1;
  font-family: "Mulish";
}
.product-contact small,
.product-contact strong {
  display: block;
}
.product-contact small {
  font-size: 12px;
}
.product-contact strong {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .product-contact strong {
    font-size: 17px;
  }
}

.button-phone {
  position: relative;
}
.button-phone:hover {
  border-color: #F9C01F;
}

.button-chat {
  background-color: #fffdf8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .button-chat {
    display: block;
    text-align: center;
  }
}
.button-chat:hover {
  border-color: #F9C01F;
}
.button-chat span {
  color: #F9C01F;
  display: block;
  margin-right: 10px;
  line-height: 1;
}
@media (max-width: 640px) {
  .button-chat span {
    margin-right: 0;
    height: 34px;
    margin-bottom: 3px;
  }
}

.orange-phone {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  left: -22px;
  top: 50%;
  background-color: #F9C01F;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .orange-phone {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 34px;
    margin-bottom: 5px;
  }
}

.trust-product {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  background-color: #111d49;
  border-radius: 10px;
  margin: 20px 0;
}
@media (max-width: 1100px) {
  .trust-product {
    padding: 15px 10px;
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .trust-product {
    padding: 15px 5px;
    margin: 10px 0;
  }
}

.trust-product-item {
  width: 33.333%;
  display: block;
  text-align: center;
  padding: 0 5px;
  position: relative;
}
.trust-product-item:first-child::before {
  display: none;
}
.trust-product-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dashed #EBEBEB;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .trust-product-item::before {
    opacity: 0.1;
  }
}
.trust-product-item p {
  font-size: 14px;
  color: white;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 960px) {
  .trust-product-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .trust-product-item p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .trust-product-item p {
    font-size: 11px;
  }
}
.trust-product-item .icon {
  width: 30px;
  height: 26px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.trust-product-item .icon img {
  display: block;
}

.cat-first-lev .single-cat {
  width: 20%;
  padding: 10px 20px;
}
@media (max-width: 960px) {
  .cat-first-lev .single-cat {
    padding: 10px;
    width: 25%;
  }
}
@media (max-width: 640px) {
  .cat-first-lev .single-cat {
    width: 33.3333%;
    padding: 10px 4px;
  }
}
.cat-first-lev .single-cat a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover .btn-arrow {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover p {
    visibility: hidden;
    display: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
}
.cat-first-lev .single-cat a:hover .cover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.cat-first-lev .single-cat .cover {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
  background-color: #dfdfdf;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cat-first-lev .single-cat .cover {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 960px) {
  .cat-first-lev .single-cat .cover {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .cat-first-lev .single-cat .cover {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
}
.cat-first-lev .single-cat .btn-arrow {
  display: none;
  opacity: 0;
  white-space: nowrap;
  line-height: 1.2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 12px;
  }
}

.list-categories {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 60px 0 85px;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
@media (max-width: 1430px) {
  .list-categories {
    padding: 40px 0 50px;
  }
}
@media (max-width: 960px) {
  .list-categories {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .list-categories {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .list-categories {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.list-categories h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .list-categories h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .list-categories h4 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .list-categories h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.list-categories p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .list-categories p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .list-categories p {
    font-size: 12px;
  }
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
  margin-right: 10px;
}

.products-flex-container {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .products-flex-container {
    display: block;
  }
}

.left-sidebar {
  width: 25%;
}
@media screen and (max-width: 1020px) {
  .left-sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.right-body {
  width: 75%;
  padding-left: 25px;
}
@media screen and (max-width: 1020px) {
  .right-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .right-body {
    margin-top: 0;
  }
}
.right-body.full {
  width: 100%;
}

.berocket_single_filter_widget {
  width: 100%;
  position: relative;
}
.berocket_single_filter_widget:first-of-type {
  padding-left: 0;
}
@media (max-width: 960px) {
  .berocket_single_filter_widget:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .berocket_single_filter_widget {
    padding: 15px 0 0;
    background: transparent;
    border: none;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .berocket_single_filter_widget:first-of-type {
    border-top: none;
  }
}
.berocket_single_filter_widget .bapf_sfilter {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  .berocket_single_filter_widget .bapf_sfilter {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
.berocket_single_filter_widget input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 10px;
  border-color: #EBEBEB;
}
.berocket_single_filter_widget input[type=checkbox]:checked {
  border-color: #F9C01F;
}
.berocket_single_filter_widget li {
  position: relative;
}
.berocket_single_filter_widget.bapf_rst_sel {
  padding-right: 0;
  border: none;
}
.berocket_single_filter_widget.bapf_rst_sel .bapf_body {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
}

.bapf_srch.bapf_button_icon .bapf_input {
  height: 54px;
  line-height: 1;
  font-size: 15px;
  font-family: "Mulish";
  padding-right: 38px;
}
@media (max-width: 767px) {
  .bapf_srch.bapf_button_icon .bapf_input {
    font-size: 14px;
    height: 50px;
  }
}

.bapf_srch.bapf_button_icon span.bapf_search {
  line-height: 54px;
  font-size: 12px;
  color: #F9C01F;
  width: 27px;
  text-align: left;
}

.bapf_head h3 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .bapf_head h3 {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .bapf_head h3 {
    font-weight: 700;
  }
}

.bapf_sfilter .bapf_body ul li ul {
  margin-left: 0;
  margin-top: 10px;
}

.bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
  float: right;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 10px;
}

.bapf_sfilter ul li {
  margin-top: 10px !important;
  padding-left: 28px !important;
  border-top: 1px dashed #EBEBEB;
  padding-top: 9px !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .bapf_sfilter ul li {
    font-size: 13px;
    margin-top: 5px !important;
    padding-left: 25px !important;
    padding-top: 8px !important;
  }
}
.bapf_sfilter ul li:first-child {
  margin-top: 0 !important;
  border-top: none !important;
}
@media (max-width: 767px) {
  .bapf_sfilter ul li input[type=radio],
  .bapf_sfilter ul li input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}

.bapf_stylecolor ul li {
  margin: 0 !important;
  padding-left: 0 !important;
}

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content {
  background: #dedddd;
  height: 4px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background-color: #FCFCFB;
  border: 1px solid #EBEBEB;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #F9C01F;
  border-color: #F9C01F;
}

.bapf_slidr_jqrui .bapf_from span,
.bapf_slidr_jqrui .bapf_to span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  .bapf_slidr_jqrui .bapf_from span,
  .bapf_slidr_jqrui .bapf_to span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bapf_slidr_jqrui .bapf_from span,
  .bapf_slidr_jqrui .bapf_to span {
    font-size: 13px;
  }
}
.bapf_slidr_jqrui .bapf_from .bapf_taprice,
.bapf_slidr_jqrui .bapf_to .bapf_taprice {
  margin-left: 4px;
}

.bapf_slidr_jqrui .bapf_to {
  float: right;
}

body .bapf_slidr_jqrui .bapf_slidr_main {
  margin-top: 20px;
}
@media (max-width: 960px) {
  body .bapf_slidr_jqrui .bapf_slidr_main {
    margin-top: 10px;
  }
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: #FCFCFB;
  border: 1px solid #EBEBEB;
  width: 20px;
  height: 20px;
  box-shadow: none;
}

.bapf_sfilter .bapf_clr_span,
.bapf_sfilter .bapf_img_span {
  border-color: #ebebeb;
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
  border: 4px solid white;
  position: relative;
  overflow: visible;
}
.bapf_sfilter .bapf_clr_span:before,
.bapf_sfilter .bapf_img_span:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_default input:checked + label .bapf_img_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span:before {
  border-color: #020F1F;
}

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_button.bapf_reset {
  background-color: #0C2F5A;
  display: block;
  width: 100%;
  color: white;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 500;
  display: block !important;
  padding: 12px 14px;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .bapf_button.bapf_reset {
    font-size: 14px;
    padding: 13px;
  }
}
.bapf_button.bapf_reset:hover {
  background-color: #F9C01F;
  border-color: #F9C01F;
  color: white;
}
.bapf_button.bapf_reset:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.bapf_sfilter.two-columns ul {
  display: flex;
  flex-wrap: wrap;
}
.bapf_sfilter.two-columns li {
  width: 49%;
  padding: 10px;
}
.bapf_sfilter.two-columns li:first-child {
  margin-top: 10px !important;
}

.shop-total {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.shop-total .large-product {
  height: 100%;
}
.shop-total .large-product .col_25 {
  margin-top: 0;
}
.shop-total .col_25 {
  margin-top: 15px;
}
@media (max-width: 1300px) {
  .shop-total .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .shop-total .col_25 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .shop-total .col_25 {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .shop-total .col_25 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .shop-total .col_25 {
    width: 100%;
  }
}
.shop-total .single_product_slide {
  height: 100%;
}
.shop-total .wrapp_single_slider .woocommerce-Price-amount {
  font-size: 16px;
}
@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.shop-total .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
  font-size: 11px !important;
}
@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 10px !important;
  }
}
.shop-total .wrapp_single_slider .prod_title a {
  font-size: 13px;
  height: 50px;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .prod_title a {
    font-size: 12px;
    height: 46px;
  }
}

.prod_price {
  margin-bottom: 0 !important;
}

.products.columns-4 {
  float: none;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
@media (max-width: 640px) {
  .products.columns-4 {
    margin-top: 15px !important;
  }
}
@media (max-width: 1100px) {
  .products.columns-4 .about_product_text .brand {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .products.columns-4 .about_product_text .brand {
    font-size: 10px;
  }
}
.products.columns-4 .warp-button a.button {
  padding-left: 13px;
  padding-right: 13px;
}
@media only screen and (max-width: 350px) {
  .products.columns-4 {
    width: 100% !important;
  }
}
.products.columns-4 .single_product_slide {
  padding: 0;
  height: 100% !important;
}

.about_product {
  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: relative;
  z-index: 1;
  padding: 10px 0 0;
  height: 100%;
}
@media (max-width: 640px) {
  .about_product {
    height: auto;
  }
}

.about_product_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .about_product_text {
    height: auto;
    display: block;
  }
}
.about_product_text .flex-product-item {
  margin-top: auto;
}

.wrapp_single_slider {
  padding: 10px 10px 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 640px) {
  .wrapp_single_slider {
    display: block;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider {
    padding: 8px;
  }
}
@media screen and (min-width: 641px) {
  .wrapp_single_slider:hover {
    background-color: #fff;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s;
  }
  .wrapp_single_slider:hover .prod-img-a .cover {
    opacity: 0.6;
  }
}
.wrapp_single_slider .star-rating {
  position: absolute;
  top: -8px;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 480px) {
  .wrapp_single_slider .price-products {
    padding-top: 5px;
    margin-top: 5px;
  }
}
.wrapp_single_slider .sale {
  font-size: 13px;
  font-weight: 500;
  color: white;
  background-color: #37A5CB;
  line-height: 1.3em;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 1;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .wrapp_single_slider .sale {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slider .sale {
    font-size: 11px;
  }
}
.wrapp_single_slider .woocommerce-Price-amount {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 600;
  color: #020F1F;
}
.wrapp_single_slider .woocommerce-Price-amount * {
  font-weight: 600;
}
@media (max-width: 1100px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.wrapp_single_slider .from {
  font-size: 14px;
  margin-right: 3px !important;
}
@media (max-width: 640px) {
  .wrapp_single_slider .from {
    font-size: 11px;
  }
}
.wrapp_single_slider .prod_title {
  margin: 0 0 10px;
}
.wrapp_single_slider .prod_title a {
  font-size: 17px;
  line-height: 1.3;
  max-height: 45px;
  font-family: "Mulish";
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}
@media (max-width: 1430px) {
  .wrapp_single_slider .prod_title a {
    font-size: 16px;
    max-height: 42px;
  }
}
@media (max-width: 1100px) {
  .wrapp_single_slider .prod_title a {
    max-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .wrapp_single_slider {
    padding: 5px;
  }
}
.wrapp_single_slider .prod_price {
  margin: 0;
}
.wrapp_single_slider .prod_img .woocommerce a.button {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.5;
  position: relative;
}
.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  background-color: #020F1F;
}
@media (max-width: 1300px) {
  .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 12px !important;
  }
}
.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  text-decoration: inherit;
  font-weight: 500 !important;
}
.wrapp_single_slider .prod-img-a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.wrapp_single_slider .prod-img-a .prod-img-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}
.wrapp_single_slider .prod-img-a img {
  display: block;
  width: 100vw;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapp_single_slider .prod-img-a .cover {
  height: 0;
  padding-bottom: 70%;
  background-size: contain;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.category-prod {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .category-prod {
    font-size: 11px;
  }
}

.flex-product-item {
  display: flex;
  align-items: center;
}

.warp-button {
  margin-left: auto;
}
.warp-button p {
  margin: 0;
  line-height: 1;
}
.warp-button a {
  width: 24px;
  display: block !important;
  height: 24px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  width: 25%;
  padding: 5px;
}
@media (max-width: 960px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.333% !important;
    margin: 0 !important;
  }
}
@media (max-width: 640px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
  }
}

.woocommerce ul.products li.product a img {
  margin: 0;
  width: auto;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin: 0;
}

@media (max-width: 960px) {
  .other_box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .other_box {
    width: 100%;
  }
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}

.woocommerce-ordering {
  position: relative;
  float: none;
}
@media (max-width: 960px) {
  .woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce-ordering select {
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-left: 0;
  border: none;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1430px) {
  .woocommerce-ordering select {
    padding: 15px 35px 15px 15px;
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .woocommerce-ordering select {
    box-shadow: none;
    width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 640px) {
  .woocommerce-ordering select {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
}
.woocommerce-ordering:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 8px;
  z-index: 1;
  background-size: 10px;
}
@media (max-width: 640px) {
  .woocommerce-ordering:after {
    right: 10px;
    width: 11px;
    height: 6px;
    background-size: 8px;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  margin-left: auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: none !important;
  padding-top: 0;
}

.bottom-shop .woocommerce-pagination {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
}
@media (max-width: 640px) {
  .bottom-shop .woocommerce-pagination {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
.bottom-shop .woocommerce-result-count {
  margin-top: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: none;
  margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 640px) {
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    width: 30px;
    font-size: 13px;
    height: 30px;
  }
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #37A5CB;
  color: white;
}

.next.page-numbers,
.prev.page-numbers {
  color: transparent;
  position: relative;
}
.next.page-numbers::before,
.prev.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #020F1F;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 960px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 11px;
  }
}
.next.page-numbers:hover::before,
.prev.page-numbers:hover::before {
  color: #fff !important;
}

.next.page-numbers::before {
  content: "\f054";
}

.prev.page-numbers:before {
  content: "\f053";
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers {
  color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers:before {
  color: white;
}

.filters-mobile {
  display: none;
}
@media screen and (max-width: 1020px) {
  .filters-mobile {
    display: block;
  }
}
.filters-mobile a {
  background-color: #020F1F;
  color: white;
  padding: 16px 24px;
  display: flex;
}
.filters-mobile a:hover {
  text-decoration: none;
}
.filters-mobile a img {
  margin-left: auto;
}

@media screen and (max-width: 1020px) {
  .wrap_sidebar {
    padding: 20px;
    background-color: #FCFCFB;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    border-radius: 0;
    overflow-x: scroll;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wrap_sidebar {
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .wrap_sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cover-black {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
}

.filter-open .filter_box {
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 640px) {
  .filter-open .filter_box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.filter-open .header {
  z-index: -3;
}
.filter-open .toggle-filters {
  display: block;
  opacity: 1;
}
.filter-open .cover-black {
  display: block;
  opacity: 1;
  z-index: 2;
}
.filter-open #ht-ctc-chat {
  z-index: -1 !important;
}

.product-single-flex {
  display: flex;
  padding: 0 0 60px;
}
@media (max-width: 1430px) {
  .product-single-flex {
    padding: 0 0 50px;
  }
}
@media (max-width: 960px) {
  .product-single-flex {
    display: block;
    padding: 0 0 35px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .product-single-flex {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-single-flex .tinv-wraper.tinv-wishlist {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 2;
    margin: 0;
  }
  .product-single-flex .tinv-wraper.tinv-wishlist a {
    background-color: #FCFCFB;
    border-radius: 50%;
  }
}

.product-images {
  width: 52%;
  float: none;
}
@media (max-width: 960px) {
  .product-images {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-images {
    width: 100%;
  }
}

.product-carousel {
  width: 55%;
  padding-right: 15px;
  position: sticky;
  flex-direction: row;
  position: sticky;
  top: 30px;
  align-self: start;
}
@media (max-width: 1300px) {
  .product-carousel {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .product-carousel {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
}

.section-single-products {
  background-color: white;
  padding-bottom: 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 42%;
  float: none;
  padding: 40px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
  border-radius: 10px;
  background-color: #0C2F5A;
}
@media (max-width: 1300px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding-left: 40px;
    width: 40%;
    padding: 30px;
  }
}
@media (max-width: 1100px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding: 25px;
  }
}
@media (max-width: 960px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding: 25px 15px;
  }
}
.woocommerce #content div.product div.summary h1,
.woocommerce div.product div.summary h1,
.woocommerce-page #content div.product div.summary h1,
.woocommerce-page div.product div.summary h1 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 1300px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .woocommerce #content div.product div.summary .tinv-wraper.tinv-wishlist,
  .woocommerce div.product div.summary .tinv-wraper.tinv-wishlist,
  .woocommerce-page #content div.product div.summary .tinv-wraper.tinv-wishlist,
  .woocommerce-page div.product div.summary .tinv-wraper.tinv-wishlist {
    position: absolute;
    width: 51px;
    top: 10px;
    right: 0;
    z-index: 1;
    background-color: white;
  }
}

@media (max-width: 767px) {
  .woo-variation-product-gallery {
    width: 100%;
    max-width: 100% !important;
    float: none;
    margin-bottom: 0 !important;
  }
}

.wvg-single-gallery-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border-radius: 5px;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before {
    background-size: 5px;
  }
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: white;
}

.woo-variation-gallery-wrapper .wvg-gallery-image {
  height: 670px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woo-variation-gallery-wrapper .wvg-gallery-image div {
  height: 100%;
}
@media (max-width: 1430px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 560px;
  }
}
@media (max-width: 1300px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 480px;
  }
}
@media (max-width: 960px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 340px;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 5px;
  border: none;
  background: #0C2F5A;
}
@media (max-width: 960px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .woocommerce-error *,
  .woocommerce-info *,
  .woocommerce-message * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce-error *,
  .woocommerce-info *,
  .woocommerce-message * {
    font-size: 13px;
  }
}

.woocommerce-info {
  color: white;
}
.woocommerce-info::before {
  content: "\f05a";
  color: #F9C01F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-error {
  border: 1px solid #e6a2a2;
  background: #fff4f4;
  color: #020F1F;
  background: linear-gradient(180deg, #fff4f4 0%, #ffeaea 100%);
}

.main-product .woocommerce-error,
.main-product .woocommerce-info,
.main-product .woocommerce-message {
  margin: 20px 0 0;
}

.thumb-img {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
}

.slide-imgBig {
  height: 600px;
  padding: 1px;
}
@media (max-width: 1300px) {
  .slide-imgBig {
    height: 480px;
  }
}
@media (max-width: 960px) {
  .slide-imgBig {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .slide-imgBig {
    height: 250px;
  }
}
.slide-imgBig a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 640px) {
  .slide-imgBig a {
    border-radius: 5px;
  }
}
.slide-imgBig img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.larger-image {
  position: absolute;
}

.woocommerce img,
.woocommerce-page img {
  max-height: 100%;
}

.carousel-thumbs {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .carousel-thumbs {
    margin-top: 10px;
  }
}
.carousel-thumbs:not(.slick-slider) {
  height: 77px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.carousel-thumbs:not(.slick-slider) .owl-thumb-item {
  width: 20%;
  height: 77px;
}
@media (max-width: 1430px) {
  .carousel-thumbs:not(.slick-slider) .owl-thumb-item {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .carousel-thumbs:not(.slick-slider) .owl-thumb-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .carousel-thumbs:not(.slick-slider) .owl-thumb-item {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .carousel-thumbs:not(.slick-slider) .owl-thumb-item {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .carousel-thumbs:not(.slick-slider) .owl-thumb-item {
    width: 33.33%;
  }
}
.carousel-thumbs .slick-prev {
  left: 15px;
}
.carousel-thumbs .slick-next {
  right: 15px;
}
.carousel-thumbs .slick-next,
.carousel-thumbs .slick-prev {
  width: 40px;
  height: 40px;
  background-size: 7px;
  background-color: #cbcbcb;
}
@media (max-width: 767px) {
  .carousel-thumbs .slick-next,
  .carousel-thumbs .slick-prev {
    width: 30px;
    height: 30px;
    background-size: 5px;
  }
}

.owl-thumb-item {
  padding: 0 5px;
  opacity: 0.4;
}
.owl-thumb-item.slick-current {
  opacity: 1;
}

.carousel-top:not(.slick-slider) {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .carousel-top:not(.slick-slider) {
    height: 480px;
  }
}
@media (max-width: 960px) {
  .carousel-top:not(.slick-slider) {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .carousel-top:not(.slick-slider) {
    height: 320px;
  }
}

.product_title.entry-title {
  font-size: 30px;
}
@media (max-width: 1300px) {
  .product_title.entry-title {
    padding-right: 60px !important;
  }
}
@media (max-width: 960px) {
  .product_title.entry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product_title.entry-title {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .product_title.entry-title {
    padding-right: 60px;
    font-size: 20px;
  }
}

.tabs-links {
  display: flex;
}
.tabs-links a {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .tabs-links a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .tabs-links a {
    font-size: 11px;
  }
}
.tabs-links a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #111d49;
}
.tabs-links a.active:after {
  background-color: #F9C01F;
}
.tabs-links a:hover {
  text-decoration: none;
}

.top-val {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 640px) {
  .top-val {
    font-size: 13px;
    margin: 10px 0;
  }
}

.tab-prod-content {
  display: none;
}
.tab-prod-content.active {
  display: block;
}
.tab-prod-content .the-content p,
.tab-prod-content .the-content li,
.tab-prod-content .the-content span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .tab-prod-content .the-content p,
  .tab-prod-content .the-content li,
  .tab-prod-content .the-content span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .tab-prod-content .the-content p,
  .tab-prod-content .the-content li,
  .tab-prod-content .the-content span {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .main_sku {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .main_sku {
    font-size: 13px;
  }
}
.main_sku strong {
  font-weight: 500;
  color: #020F1F;
}

.title-product {
  position: relative;
  margin-bottom: 20px;
}
.title-product .star-right {
  right: -10px;
  top: 10px;
}
.title-product h1 {
  margin-bottom: 15px;
}
.title-product .stock {
  margin-top: 10px !important;
}

.stock_info span {
  line-height: 1;
  font-size: 16px;
  font-family: "Mulish";
  color: #020F1F;
  font-weight: 500;
}
@media (max-width: 960px) {
  .stock_info span {
    font-size: 14px;
  }
}

.woocommerce div.product .stock {
  color: #020F1F;
  margin: 0;
  padding-left: 26px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock {
    padding-left: 20px;
  }
}
.woocommerce div.product .stock::before {
  content: "\f058";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.xt_woovs-swatches-wrap.xt_woovs-align-right ~ div {
  width: 100%;
}

.woocommerce div.product .stock.in-stock {
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.in-stock {
    font-size: 12px;
  }
}
.woocommerce div.product .stock.in-stock:before {
  content: "\f00c";
  color: white;
  width: 18px;
  height: 18px;
  background-color: #43812c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 3px;
  top: 1px;
  font-size: 9px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.in-stock:before {
    width: 15px;
    height: 15px;
    font-size: 7px;
  }
}

.woocommerce div.product .stock.out-of-stock {
  color: white !important;
  font-size: 13px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.out-of-stock {
    font-size: 12px;
  }
}
.woocommerce div.product .stock.out-of-stock:before {
  content: "\f00d";
  color: white;
  width: 18px;
  height: 18px;
  background-color: #de3333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 3px;
  top: 1px;
  font-size: 9px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.out-of-stock:before {
    width: 15px;
    height: 15px;
  }
}

.woocommerce div.product .stock.available-on-backorder {
  color: #fff !important;
  font-size: 13px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.available-on-backorder {
    font-size: 12px;
  }
}
.woocommerce div.product .stock.available-on-backorder:before {
  content: "\f0a1";
  color: white;
  width: 18px;
  height: 18px;
  background-color: #c9878d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 3px;
  top: 1px;
  font-size: 9px;
}
@media (max-width: 767px) {
  .woocommerce div.product .stock.available-on-backorder:before {
    width: 15px;
    font-size: 7px;
    height: 15px;
  }
}

.woocommerce-variation-availability .stock:before {
  top: 0;
}

.desc p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 960px) {
  .desc p {
    font-size: 14px;
  }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px !important;
}
@media (max-width: 1430px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    margin: 20px 0;
  }
}
@media (max-width: 960px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 20px;
  }
}
.woocommerce div.product p.price bdi,
.woocommerce div.product p.price span,
.woocommerce div.product span.price bdi,
.woocommerce div.product span.price span {
  font-weight: 700;
  color: white;
}
.woocommerce div.product p.price sup,
.woocommerce div.product span.price sup {
  top: -10px;
  font-size: 50%;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: white;
  opacity: 1;
  font-size: 60%;
}
.woocommerce div.product p.price del sup,
.woocommerce div.product span.price del sup {
  text-decoration: none;
}
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
  position: relative;
}
.woocommerce div.product p.price del .woocommerce-Price-amount:before,
.woocommerce div.product span.price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.woocommerce div.product p.price del span,
.woocommerce div.product p.price del bdi,
.woocommerce div.product span.price del span,
.woocommerce div.product span.price del bdi {
  font-weight: 400;
}

.woocommerce div.product form.cart div.quantity {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  background-color: #FCFCFB;
}
@media (max-width: 1100px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .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-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #F9C01F;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #dfa606;
}

.woocommerce a.added_to_cart {
  background-color: white !important;
}

.woocommerce div.product form.cart {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce div.product form.cart a.added_to_cart {
  display: none !important;
  color: #F9C01F;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce div.product form.cart .button {
  float: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0;
  position: relative;
  width: calc(100% - 170px);
  height: 52px;
  font-weight: 700;
  color: #0C2F5A;
}
@media (max-width: 1100px) {
  .woocommerce div.product form.cart .button {
    width: calc(100% - 130px);
  }
}
@media (max-width: 960px) {
  .woocommerce div.product form.cart .button {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .button {
    font-size: 13px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 135px);
    height: 42px;
  }
}
@media (max-width: 480px) {
  .woocommerce div.product form.cart .button {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.woocommerce div.product form.cart .button span {
  color: white;
}

.onsale-product {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #F9C01F;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
@media (max-width: 640px) {
  .onsale-product {
    left: 10px;
    top: 10px;
  }
}

.carousel-right {
  position: relative;
}
.carousel-right .slick-prev,
.carousel-right .slick-next {
  width: 40px;
  height: 40px;
  background-color: rgba(12, 47, 90, 0.3);
}
@media (max-width: 640px) {
  .carousel-right .slick-prev,
  .carousel-right .slick-next {
    width: 35px;
    height: 35px;
  }
}
.carousel-right .slick-next {
  right: 10px;
}
.carousel-right .slick-prev {
  left: 10px;
}

.group-form {
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .group-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .group-form {
    display: block;
    margin-bottom: 20px;
  }
}
.group-form .tinv-wraper.tinv-wishlist {
  margin-left: auto;
}
@media (max-width: 960px) {
  .group-form .tinv-wraper.tinv-wishlist {
    display: none !important;
  }
}
.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 55px;
  height: 55px;
  margin-left: 15px;
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1100px) {
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
  .group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    display: none;
  }
}

.product-type-variable .woocommerce-variation-availability {
  margin: 0 !important;
}
@media (max-width: 640px) {
  .product-type-variable .woocommerce-variation-availability {
    margin: 0 0 10px !important;
  }
}
.product-type-variable .woocommerce-variation-availability:empty {
  margin: 0 !important;
}

.product-type-simple .group-form .stock {
  display: none !important;
}

.features {
  background-color: #ececec;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .features {
    padding: 10px 20px;
  }
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -6px;
}
@media (max-width: 640px) {
  .features ul {
    display: block;
    margin: 0;
  }
}
.features li {
  width: 50%;
  padding: 12px;
  border-top: 1px dashed #d3d3d3;
  border-right: 1px dashed #d3d3d3;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .features li {
    border-right: none;
    padding: 10px 0;
    width: 100%;
  }
}
.features li:nth-child(even) {
  border-right: none;
}
.features li:first-child, .features li:first-child + li {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
@media (max-width: 640px) {
  .features li:first-child + li {
    border-top: 1px dashed #d3d3d3;
    padding-top: 10px;
  }
}
.features p {
  font-size: 16px;
  margin: 0;
  font-family: "Mulish";
  color: #020F1F;
  width: calc(100% - 44px);
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1430px) {
  .features p {
    padding-left: 10px;
  }
}
@media (max-width: 1300px) {
  .features p {
    font-size: 14px;
  }
}

.feature-img {
  width: 33px;
  height: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .feature-img {
    height: 34px;
  }
}

.product_meta {
  margin-top: 20px;
}
.product_meta .posted_in {
  margin-bottom: 10px;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .product_meta .posted_in,
  .product_meta .tagged_as {
    font-size: 12px;
  }
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
  font-weight: 400;
  color: #020F1F;
  display: inline;
}
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
  text-decoration: none;
  color: #F9C01F;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  margin-bottom: 0;
  padding-left: 40px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    line-height: 1.2;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    font-size: 13px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 15px;
  }
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  opacity: 0.4;
  padding: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: white;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #EBEBEB;
  opacity: 1;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #F9C01F;
  }
}

.woocommerce table.shop_attributes {
  font-size: 15px;
}
.woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
  margin: 0;
  font-weight: 500;
  font-family: "Mulish";
  color: #020F1F;
  border-radius: 5px 5px 0 0;
  border: 1px solid white;
  border-bottom: none;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px;
    border: none;
  }
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel span,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel div,
.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel th {
  font-weight: 400;
}
@media (max-width: 640px) {
  .woocommerce-Tabs-panel p,
  .woocommerce-Tabs-panel span,
  .woocommerce-Tabs-panel li,
  .woocommerce-Tabs-panel div,
  .woocommerce-Tabs-panel td,
  .woocommerce-Tabs-panel th {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .woocommerce-Tabs-panel p,
  .woocommerce-Tabs-panel span,
  .woocommerce-Tabs-panel li,
  .woocommerce-Tabs-panel div,
  .woocommerce-Tabs-panel td,
  .woocommerce-Tabs-panel th {
    font-size: 14px;
  }
}
.woocommerce-Tabs-panel p a,
.woocommerce-Tabs-panel p span,
.woocommerce-Tabs-panel span a,
.woocommerce-Tabs-panel span span,
.woocommerce-Tabs-panel li a,
.woocommerce-Tabs-panel li span,
.woocommerce-Tabs-panel div a,
.woocommerce-Tabs-panel div span,
.woocommerce-Tabs-panel td a,
.woocommerce-Tabs-panel td span,
.woocommerce-Tabs-panel th a,
.woocommerce-Tabs-panel th span {
  font-size: inherit;
}
.woocommerce-Tabs-panel label {
  font-weight: 500;
}
.woocommerce-Tabs-panel h3 {
  font-size: 24px;
}
@media (max-width: 960px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .description {
    clear: both;
  }
}

.wrapp_slider_products .slick-track {
  display: flex;
  align-items: stretch;
}

.slider_products_small {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .slider_products_small {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 640px) {
  .slider_products_small .slick-list {
    overflow: visible;
  }
}
.slider_products_small .single_product_slide {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .slider_products_small .single_product_slide {
    padding: 10px 5px;
  }
}
.slider_products_small:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 370px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) {
    height: 300px;
  }
}
.slider_products_small:not(.slick-slider) .single_product_slide {
  width: 20%;
  padding: 10px;
}
@media (max-width: 1300px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}
.slider_products_small .slick-track {
  margin-left: 0 !important;
}

.section_related .section_title {
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .section_related .section_title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .section_related .section_title {
    font-size: 18px !important;
  }
}

.woocommerce .star-rating span {
  font-family: "Mulish";
  font-size: 14px;
}
@media (max-width: 640px) {
  .woocommerce .star-rating span {
    font-size: 12px;
  }
}

.woocommerce .star-rating span::before {
  top: -4px;
  color: #F9C01F;
  font-family: star;
  font-size: 14px;
}
@media (max-width: 640px) {
  .woocommerce .star-rating span::before {
    font-size: 12px;
  }
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  height: 18px;
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-product-rating .star-rating {
    height: 12px;
  }
}

.woocommerce .star-rating {
  width: 100%;
}

.woocommerce .star-rating::before {
  font-family: star;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 640px) {
  .woocommerce .star-rating::before {
    font-size: 12px;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #FCFCFB;
  border: none;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0 !important;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #212121;
  margin: 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 40px;
  height: auto;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
  }
}

.woocommerce #review_form #respond {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 640px) {
  .woocommerce #review_form #respond {
    padding-top: 20px;
    margin-top: 10px;
    margin-top: 20px;
  }
}
.woocommerce #review_form #respond .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Mulish";
}
@media (max-width: 960px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 17px;
  }
}

.woocommerce #reviews #comment {
  height: 140px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  width: 80px;
  float: left;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-product-rating {
    width: 72px;
  }
}

@media (max-width: 1430px) {
  .top-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .top-info {
    display: block;
    padding-bottom: 10px;
  }
}
.top-info a {
  margin-left: 0;
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media (max-width: 960px) {
  .top-info a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top-info a {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .top-info a {
    font-size: 11px;
    top: -4px;
  }
}
.top-info a:hover {
  color: #F9C01F;
  text-decoration: none;
}

@media (max-width: 767px) {
  .top-info-left {
    margin-bottom: 10px;
  }
}
.top-info-left .products-features span {
  font-size: 13px;
}

.top-info-right {
  margin-left: auto;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .top-info-right {
    margin-top: 5px;
  }
}

.comment-form-author {
  width: 45%;
  float: left;
}
@media (max-width: 640px) {
  .comment-form-author {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-rating {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .comment-form-rating {
    padding: 0;
  }
}

.woocommerce #review_form #respond p.stars {
  margin-left: 0;
  margin-top: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce p.stars a::before {
  color: #F9C01F;
  font-size: 20px;
}

.comment-form-email {
  width: 48%;
  float: right;
}
@media (max-width: 640px) {
  .comment-form-email {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-cookies-consent {
  clear: both;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  font-size: 14px;
}

.woocommerce-variation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .woocommerce-variation {
    justify-content: start;
  }
}
.woocommerce-variation .woocommerce-variation-price {
  width: 50%;
}
.woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 0 !important;
}
.woocommerce-variation .woocommerce-variation-discount {
  width: 100%;
}
.woocommerce-variation .woocommerce-variation-availability {
  width: 50%;
  text-align: right;
}
@media (max-width: 640px) {
  .woocommerce-variation .woocommerce-variation-availability {
    position: relative;
  }
}
.woocommerce-variation .woocommerce-variation-availability p {
  display: inline;
  text-align: right;
}

.woocommerce-variation-description {
  width: 100%;
}

.woocommerce #respond input#submit {
  color: white;
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  font-family: "Mulish";
  background-color: #F9C01F;
  margin-top: 30px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit {
    padding: 14px 28px 14px 28px;
    font-size: 14px;
  }
}
.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-color: #dfa606;
  color: white;
}

.woocommerce-Reviews-title {
  font-weight: 300;
  display: none;
}
.woocommerce-Reviews-title span {
  font-weight: 500;
}

.woocommerce div.product form.cart .variations {
  display: block;
  margin: 0;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  width: 100%;
}

.woocommerce div.product form.cart .variations tbody,
.xt_woovs-swatches-wrap table.variations tbody {
  display: block;
}

.woocommerce div.product form.cart .variations tr,
.xt_woovs-swatches-wrap table.variations tbody tr {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .woocommerce div.product form.cart .variations tr,
  .xt_woovs-swatches-wrap table.variations tbody tr {
    display: block;
  }
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations td label,
.woocommerce div.product form.cart .variations td.label {
  display: block;
  width: 20%;
}

.woocommerce div.product form.cart .variations .value {
  position: relative;
}
.woocommerce div.product form.cart .variations .value:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 1px;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 13px;
  height: 100%;
}

.woocommerce div.product form.cart .variations .value,
.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .value {
  display: block;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap {
  width: 100%;
}

.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation {
  width: 100%;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected {
  background-color: white !important;
  border-color: #F9C01F;
  box-shadow: none !important;
}
.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected span {
  color: #020F1F;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  margin: 0;
  background-color: white;
}
@media (max-width: 960px) {
  .woocommerce div.product form.cart .variations select {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations select {
    font-size: 13px;
    margin: 0 10px 0 0;
  }
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
}
@media (max-width: 640px) {
  .woocommerce-variation-add-to-cart.variations_button {
    display: block;
  }
}

.xt_woovs-swatches * {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .xt_woovs-swatches * {
    font-size: 13ppx;
  }
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color .swatch-inner {
  width: 35px !important;
  height: 35px !important;
  padding: 2px;
  box-shadow: none !important;
  border: 4px solid white;
}
.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color .swatch-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 2px solid #e8e8e8;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-color.xt_woovs-selected .swatch-inner:before {
  border-color: #F9C01F !important;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  color: white;
  display: block;
}
@media (max-width: 960px) {
  .woocommerce div.product form.cart .variations label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations label {
    font-size: 13px;
  }
}

.woocommerce div.product form.cart .variations th {
  line-height: 1;
  text-align: left;
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations th {
    width: 100%;
  }
}

.woocommerce div.product form.cart .variations td {
  line-height: 1;
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations td {
    width: 100%;
  }
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
  height: auto !important;
  line-height: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  box-shadow: none !important;
  border: 2px solid #e8e8e8;
}

.product-type-variable p.price,
.product-type-variable span.price {
  display: none;
}

.product-details .save_box {
  font-size: 13px;
  top: -8px;
  position: relative;
  font-weight: 600;
  background: rgb(249, 192, 31);
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #020f1f;
}
@media (max-width: 960px) {
  .product-details .save_box {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-details .save_box {
    font-size: 12px;
  }
}
.product-details .save_box * {
  color: #020f1f;
  font-weight: 600;
}
.product-details .price {
  display: block !important;
  margin: 0 0 20px !important;
}
@media (max-width: 767px) {
  .product-details .price {
    margin: 0 0 15px !important;
  }
}
@media (max-width: 640px) {
  .product-details .price {
    margin: 0 0 10px !important;
  }
}
.product-details .price span,
.product-details .price p,
.product-details .price bdi {
  color: #020F1F;
  font-family: "Mulish";
}
.product-details .price del span,
.product-details .price del bdi {
  color: #020F1F;
}
.product-details .price del .woocommerce-Price-amount {
  position: relative;
}
.product-details .price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #020F1F;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 14px;
}

.woocommerce button.button.alt.disabled {
  background-color: #fbd66e;
}
.woocommerce button.button.alt.disabled:hover {
  background-color: #fbd66e;
}

.woocommerce-message::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.woocommerce-error::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-info::before {
  top: 18px;
}
@media (max-width: 640px) {
  .woocommerce-info::before {
    top: 16px;
  }
}

.woocommerce-message {
  color: white;
}

.woocommerce-message::before {
  color: #F9C01F;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 13px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #dfa606;
  color: white;
}

.bapf_sfilter.bapf_hideckbox li {
  padding-left: 0 !important;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #020F1F;
}
.bapf_hideckbox li label:hover,
.bapf_hideckbox li label a:hover {
  opacity: 0.7;
  color: #020F1F;
}

.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  text-decoration: underline;
  color: #020F1F;
}
.bapf_hideckbox li input:checked + label:hover,
.bapf_hideckbox li input:checked + label a:hover {
  opacity: 0.7;
  color: #020F1F;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
  width: 80px;
  vertical-align: middle;
  font-size: 15px;
  padding: 12px 15px;
  margin: 10px 5px 0 0;
  line-height: 1;
}

.trigger-filter.close_filter {
  display: none;
  width: 35px;
  height: 35px;
  background-color: #F9C01F;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 40px;
  text-align: center;
  border: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .trigger-filter.close_filter {
    display: flex !important;
    right: 35px;
  }
}
@media (max-width: 640px) {
  .trigger-filter.close_filter {
    width: 30px;
    height: 30px;
    right: 25px;
  }
}
.trigger-filter.close_filter img,
.trigger-filter.close_filter svg {
  width: 12px;
}
@media (max-width: 640px) {
  .trigger-filter.close_filter img,
  .trigger-filter.close_filter svg {
    width: 10px;
  }
}

.box-sub-cat .col_25 {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .box-sub-cat .col_25 {
    width: 50%;
  }
}

.trigger-filter {
  display: none;
  width: 50%;
}

.filter-mobile-box {
  display: none !important;
}
@media (max-width: 960px) {
  .filter-mobile-box {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .filter-mobile-box {
    width: 100%;
  }
}

.filter_mobile.trigger-filter {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #121212;
  border-radius: 5px;
  font-weight: 400;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .filter_mobile.trigger-filter {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .filter_mobile.trigger-filter {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .filter_mobile.trigger-filter {
    width: 100%;
  }
}
.filter_mobile.trigger-filter span {
  display: block;
  margin-left: auto;
}
.filter_mobile.trigger-filter span img {
  vertical-align: middle;
  width: 13px;
}
.filter_mobile.trigger-filter:hover {
  text-decoration: none;
}

@media screen and (max-width: 1020px) {
  .head-shop {
    flex-wrap: wrap;
  }
  .head-shop .col_50 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .head-shop .col_50:last-child {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .head-shop .col_50 {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .head-shop > .col_50 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .head-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
}

.woocommerce .woocommerce-ordering {
  width: 100%;
  margin: 0;
}
@media (max-width: 1300px) {
  .woocommerce .woocommerce-ordering {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    width: 100%;
  }
  .woocommerce .woocommerce-ordering select {
    margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #EBEBEB;
    padding: 11px 15px;
    background-color: white;
  }
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-ordering select {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt,
div.wishlist_products_counter.top_wishlist-custom.no-txt {
  height: 51px;
  width: 51px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
  .tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt,
  div.wishlist_products_counter.top_wishlist-custom.no-txt {
    height: 42px;
    width: 42px;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt img,
div.wishlist_products_counter.top_wishlist-custom.no-txt img {
  max-width: 100%;
  max-height: 100%;
  width: 19px !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 40px;
  border: 1px solid #e8e8e8;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 25px 20px;
  }
}

.woocommerce #review_form #respond .form-submit input {
  margin: 0;
}
@media (max-width: 480px) {
  .woocommerce #review_form #respond .form-submit input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapp_slider_products.slider-horizontal .slider-arrows {
    right: 0;
  }
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  background-color: #acc3d6;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 640px) {
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    width: 36px;
    height: 36px;
  }
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow::before,
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow::before {
    width: 7px;
  }
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
  background-color: #acc3d6;
  opacity: 1;
}

.dashicons-arrow-right-alt2:before {
  background-image: url("images/svg/arrow-right.svg");
}

.dashicons-arrow-left-alt2:before {
  background-image: url("images/svg/arrow-left.svg");
}

@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations td label,
  .woocommerce div.product form.cart .variations td.label {
    width: 100%;
  }
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .xt_woovs-attribute-value {
  display: none;
}

.xt_woovs-swatches-wrap.xt_woovs-align-right .variations td,
.xt_woovs-swatches-wrap.xt_woovs-align-right .variations th,
.xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches {
  justify-content: flex-start;
}
@media (max-width: 640px) {
  .xt_woovs-swatches-wrap.xt_woovs-align-right .variations td,
  .xt_woovs-swatches-wrap.xt_woovs-align-right .variations th,
  .xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches {
    margin-left: -10px;
  }
  .xt_woovs-swatches-wrap.xt_woovs-align-right .variations td label,
  .xt_woovs-swatches-wrap.xt_woovs-align-right .variations th label,
  .xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches label {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.xt_woovs-single-product .swatch.swatch-image.xt_woovs-selected .swatch-inner {
  box-shadow: inset 0 0 0 2px #F9C01F;
}

.xt_woovs-single-product .swatch.swatch-image .swatch-inner,
.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
  border-radius: 5px;
}

.xt_woovs-swatches-wrap.xt_woovs-align-right ~ div {
  text-align: left;
}
@media (max-width: 640px) {
  .xt_woovs-swatches-wrap.xt_woovs-align-right ~ div {
    width: 100%;
  }
}

.xt_woovs-swatches-wrap.xt_woovs-align-right .variations td,
.xt_woovs-swatches-wrap.xt_woovs-align-right .variations th,
.xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches {
  padding-bottom: 0 !important;
}

.tinv-wraper.tinv-wishlist {
  height: 51px;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .xt_woovs-swatches {
    margin-left: -10px;
  }
}

.popup-wrap {
  display: none;
  border-radius: 10px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .popup-wrap {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .popup-wrap {
    padding: 30px 20px;
  }
}
.popup-wrap .form-row {
  padding: 0 !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 0 !important;
}
.popup-wrap form {
  margin-top: 20px;
}
.popup-wrap p.title-popup {
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .popup-wrap p.title-popup {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .popup-wrap p.title-popup {
    font-size: 20px;
  }
}

.product-offer {
  background-color: #FCFCFB;
  border: 1px solid #EBEBEB;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .product-offer {
    padding: 12px;
  }
}
.product-offer p {
  margin: 0;
  line-height: 1.2;
}
.product-offer .title {
  font-weight: 700;
  color: #020F1F;
}
.product-offer .sku {
  font-size: 14px;
  margin-top: 5px;
}
.product-offer .flex {
  align-items: center;
}
@media (max-width: 640px) {
  .product-offer .flex {
    align-items: flex-start;
  }
}
.product-offer .product-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-offer .product-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .product-offer .product-img {
    width: 45px;
    height: 45px;
  }
}
.product-offer .product-img img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.product-offer-text {
  width: calc(100% - 90px);
  padding-left: 10px;
}
@media (max-width: 767px) {
  .product-offer-text {
    width: calc(100% - 60px);
  }
}
@media (max-width: 640px) {
  .product-offer-text {
    width: calc(100% - 45px);
    padding-left: 10px;
  }
}

.section_related {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section_related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.button-test a {
  display: block;
  width: 100%;
  text-align: center;
}

body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
  top: calc((100% - 36px) / 2);
}
@media (max-width: 767px) {
  body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
  body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
    top: calc((100% - 28px) / 2);
  }
}

body .woo-variation-gallery-thumbnail-wrapper {
  overflow: initial;
}

.button-test {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

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

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

td.product-total a.remove {
  position: relative;
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  display: inline-block !important;
  vertical-align: top;
  top: 0px;
  background-image: url(images/svg/close-red.svg) !important;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  background-color: transparent !important;
  font-size: 0 !important;
  margin-top: 8px;
}

body.woocommerce-order-pay #order_review {
  margin: 0 auto;
}

.toggle-filters {
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 140px 0 40px;
  display: none;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -80px;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 767px) {
  .toggle-filters {
    top: -30px;
    padding: 85px 0 3px;
  }
}
@media (max-width: 640px) {
  .toggle-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 99;
    padding: 50px 20px;
  }
}

.mobile-toggle {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .mobile-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.mobile-toggle .title-top {
  font-size: 18px;
  font-weight: 700;
  color: #020F1F;
  margin: 0;
}
.mobile-toggle .trigger-filter-btn {
  font-weight: 600;
  color: #020F1F;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .mobile-toggle .trigger-filter-btn {
    font-size: 0;
  }
}
.mobile-toggle .trigger-filter-btn img {
  display: block;
  margin-left: 10px;
}

.filters-top {
  position: relative;
  z-index: 3;
  align-items: flex-start;
  min-height: 52px;
}
@media (max-width: 1300px) {
  .filters-top {
    display: block;
  }
  .filters-top .col_20,
  .filters-top .col_80 {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .filters-top .col_80 {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .filters-top {
    display: flex;
  }
  .filters-top .col_20 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .filters-top .col_20 {
    width: 100%;
  }
}

.filter-zone {
  height: 100%;
}

.trigger-filter-btn {
  font-weight: 700;
  font-family: "Mulish";
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  background-color: white;
  padding: 18px 20px;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .trigger-filter-btn {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #F9C01F;
    border-radius: 5px;
    color: white;
  }
}
@media (max-width: 400px) {
  .trigger-filter-btn {
    padding: 16px 15px 17px;
  }
}
.trigger-filter-btn img {
  margin-left: 10px;
  display: block;
}
.trigger-filter-btn:hover {
  color: #F9C01F;
  text-decoration: none;
}

.close-filter {
  display: none;
}
.close-filter a {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.close-filter a:hover {
  color: #F9C01F;
  text-decoration: none;
}
.close-filter a img {
  margin-left: 10px;
  display: block;
}

.filter-open {
  overflow: hidden;
}
.filter-open .col_50.other_box {
  display: none;
}
.filter-open .close-filter {
  display: block;
  text-align: right;
}
.filter-open .toggle-filters {
  display: block;
  opacity: 1;
}
@media (max-width: 640px) {
  .filter-open .toggle-filters {
    overflow-x: scroll;
  }
}

.flex-filters {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid #EBEBEB;
  padding-top: 20px;
  max-width: 1230px;
  margin: 0 auto;
}

.select2-container--classic .select2-selection--single:focus {
  border: none;
}

.col_50.other_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1300px) {
  .col_50.other_box {
    display: block;
    text-align: right;
  }
}
.col_50.other_box .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-result-count {
  font-size: 15px;
  margin: 0 10px 0 0;
  float: none;
}
@media (max-width: 1300px) {
  .woocommerce .woocommerce-result-count {
    display: block;
    float: none;
    clear: both;
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-result-count {
    font-size: 13px;
  }
}

.products-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .products-features {
    flex-wrap: wrap;
  }
}
.products-features span {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.products-features img {
  margin-right: 5px;
  max-height: 16px;
}
@media (max-width: 480px) {
  .products-features img {
    max-height: 12px;
    margin-right: 3px;
  }
}

.product-feature {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .product-feature {
    margin-top: 3px;
  }
}

.bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bottom-info {
    display: block;
    text-align: center;
  }
}
.bottom-info .woocommerce-pagination {
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .bottom-info .woocommerce-pagination {
    margin-bottom: 10px;
  }
}

.products-slider,
.products-slider2 {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .products-slider,
  .products-slider2 {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.products-slider .single_product_slide,
.products-slider2 .single_product_slide {
  padding: 10px;
}
@media (max-width: 767px) {
  .products-slider .single_product_slide,
  .products-slider2 .single_product_slide {
    padding: 10px 8px;
  }
}
.products-slider:not(.slick-slider),
.products-slider2:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 385px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .products-slider:not(.slick-slider),
  .products-slider2:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .products-slider:not(.slick-slider),
  .products-slider2:not(.slick-slider) {
    height: 320px;
  }
}
.products-slider:not(.slick-slider) .single_product_slide,
.products-slider2:not(.slick-slider) .single_product_slide {
  width: 20%;
}
@media (max-width: 1300px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .slider-horizontal {
    padding-right: 60px;
  }
  .slider-horizontal .slick-list {
    overflow: visible;
  }
}
@media (max-width: 400px) {
  .slider-horizontal {
    padding-right: 20px;
  }
}
.slider-horizontal .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.28);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: -26px;
  z-index: 2;
  transform: none;
  opacity: 0.5;
}
@media (max-width: 640px) {
  .slider-horizontal .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.slider-horizontal .slick-arrow:hover {
  background-color: #F9C01F;
  opacity: 1;
}
.slider-horizontal .slick-prev:before,
.slider-horizontal .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  z-index: 1;
  font-size: 14px;
}
.slider-horizontal .slick-track {
  display: flex;
  align-items: stretch;
}
.slider-horizontal .slick-slide {
  height: auto;
}
.slider-horizontal .slick-next {
  right: -70px;
}
@media (max-width: 1430px) {
  .slider-horizontal .slick-next {
    right: -15px;
  }
}
@media (max-width: 640px) {
  .slider-horizontal .slick-next {
    right: 0;
  }
}
.slider-horizontal .slick-prev {
  left: -70px;
}
@media (max-width: 1430px) {
  .slider-horizontal .slick-prev {
    left: -15px;
  }
}
@media (max-width: 640px) {
  .slider-horizontal .slick-prev {
    left: 0;
  }
}
.slider-horizontal .slick-prev:before {
  content: "\f053";
}
.slider-horizontal .slick-next:before {
  content: "\f054";
}

@media (max-width: 1300px) {
  .category-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .category-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .category-item {
    width: 100%;
  }
}

.category-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.65);
  margin-top: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  max-width: 70%;
}
@media (max-width: 480px) {
  .category-overlay {
    max-width: 90%;
  }
}
.category-overlay p {
  color: #121212;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 480px) {
  .category-overlay p {
    font-size: 13px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a {
  text-align: center;
  color: #121212;
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a img {
  width: auto;
  height: 50px;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinv-wishlist table.tinvwl-table-manage-list tr {
    background-color: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list {
    border: none !important;
  }
}

body.woocommerce-order-pay .woocommerce table.shop_table {
  background-color: #fff;
}
body.woocommerce-order-pay .woocommerce table.shop_table td,
body.woocommerce-order-pay .woocommerce table.shop_table th {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-product {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.tabs-product li {
  font-size: 14px;
  font-weight: 500;
  color: #020F1F;
  padding: 5px 0;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
@media (max-width: 640px) {
  .tabs-product li {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.tabs-product li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
}
.tabs-product li.current {
  color: #F9C01F;
}
.tabs-product li.current::before {
  background-color: #F9C01F;
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.01);
}
.tab-content.current {
  display: block;
}
.tab-content .the-content p:first-child,
.tab-content .the-content h2:first-child,
.tab-content .the-content h3:first-child,
.tab-content .the-content h4:first-child,
.tab-content .the-content h5:first-child,
.tab-content .the-content h6:first-child {
  margin-top: 0;
}

.box_subcat a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  height: 100%;
  background-color: white;
  color: #0C2F5A;
  box-shadow: 0px 0px 5px 5px rgba(203, 203, 203, 0.1);
}
@media (max-width: 1300px) {
  .box_subcat a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .box_subcat a {
    font-size: 13px;
  }
}
.box_subcat a:hover {
  background-color: #0C2F5A;
  color: white;
}

.filter_box {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 960px) {
  .filter_box {
    display: block !important;
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -999px;
    z-index: 999;
    border-radius: 0;
    overflow-x: scroll;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .filter_box .title_box {
    margin: 0;
    padding: 50px 40px 10px;
    background-color: #fff;
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .filter_box {
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .filter_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.filter_box .title_box {
  margin-top: 0;
}

.title_box {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #020F1F;
  font-size: 20px;
  line-height: 1.3;
  margin: 15px 0;
}
@media (max-width: 1430px) {
  .title_box {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .title_box {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .title_box {
    margin-bottom: 5px;
  }
}

.products-body {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .products-body {
    margin-top: 0;
  }
}
.products-body.full .list-prod {
  width: 100% !important;
}
@media (max-width: 960px) {
  .products-body .sidebar-filters {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .products-body .list-prod {
    width: 100%;
  }
}
.products-body .col_100.product {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .products-body .col_100.product {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .products-body .col_100.product {
    width: 50%;
  }
  .products-body .col_100.product .col_25,
  .products-body .col_100.product .col_75 {
    width: 100%;
  }
  .products-body .col_100.product .col_30 {
    display: none;
  }
  .products-body .col_100.product .col_40 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .products-body .col_100.product {
    width: 100%;
    margin-top: 10px;
  }
}
.products-body .col_100.product:first-child {
  margin-top: 0;
}
@media (max-width: 960px) {
  .products-body .col_100.product:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .products-body .col_100.product .image a {
    display: block;
    height: 240px;
  }
  .products-body .col_100.product .image a img {
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .products-body .col_100.product .image a {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .products-body .col_100.product .image a {
    height: 150px;
  }
}

.large-product {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(203, 203, 203, 0.1);
  border: 1px solid #EBEBEB;
  position: relative;
  overflow: hidden;
}
.large-product .col_75 {
  padding: 15px;
}
@media (max-width: 1430px) {
  .large-product .col_25 {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .large-product .small-button {
    position: absolute;
    right: 15px;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0;
    bottom: 20px;
  }
  .large-product .small-button:after {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.large-product .prod_title {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1.3;
  margin: 0;
}
.large-product .prod_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 3px;
  background-color: #F9C01F;
  bottom: 0;
}
@media (max-width: 960px) {
  .large-product .prod_title::after {
    width: 42px;
  }
}
.large-product .prod_title a {
  font-size: 18px;
  display: block;
  font-weight: 700;
  color: #020F1F;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .large-product .prod_title a {
    font-size: 16px;
  }
}
.large-product .the-content p,
.large-product .the-content li,
.large-product .the-content span {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .large-product .the-content p,
  .large-product .the-content li,
  .large-product .the-content span {
    font-size: 12px;
  }
}
.large-product .the-content p *,
.large-product .the-content li *,
.large-product .the-content span * {
  font-size: inherit;
}
.large-product .the-content li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.large-product .the-content ul {
  padding-left: 0;
  margin-left: 0;
}
.large-product .justify-space-between {
  padding-top: 10px;
  align-items: center;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 960px) {
  .large-product .justify-space-between {
    display: block;
  }
}
.large-product .prod_price {
  margin: 0;
}
.large-product .prod_price span.text {
  font-weight: 700;
  color: #37A5CB;
  font-size: 16px;
}
@media (max-width: 960px) {
  .large-product .prod_price span.text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .large-product .prod_price span.text {
    font-size: 14px;
  }
}
.large-product .prod_price span.woocommerce-Price-amount {
  font-weight: 700;
  color: #37A5CB;
  font-size: 16px;
}
@media (max-width: 960px) {
  .large-product .prod_price span.woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .large-product .prod_price span.woocommerce-Price-amount {
    font-size: 14px;
  }
}
.large-product .prod_price span.woocommerce-Price-amount span {
  font-weight: 700;
}
.large-product .prod_price del span.woocommerce-Price-amount {
  color: #3C3C3C;
  font-size: 14px;
  position: relative;
}
@media (max-width: 960px) {
  .large-product .prod_price del span.woocommerce-Price-amount {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .large-product .prod_price del span.woocommerce-Price-amount {
    font-size: 12px;
  }
}
.large-product .prod_price del span.woocommerce-Price-amount::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  background-color: #3C3C3C;
}
.large-product .save_box {
  background: rgba(249, 192, 31, 0.368627451);
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #020F1F;
}
.large-product .save_box .discount_text .woocommerce-Price-amount {
  font-weight: 700;
}
.large-product .sale {
  font-size: 13px;
  font-weight: 500;
  color: white;
  background-color: #37A5CB;
  line-height: 1.3em;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 1;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .large-product .sale {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .large-product .sale {
    font-size: 11px;
  }
}
.large-product .text_prod .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
}
@media (max-width: 640px) {
  .large-product .text_prod .title {
    font-size: 13px;
  }
}

.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
  font-size: 11px;
}
@media (max-width: 960px) {
  .bapf_sfilter .bapf_colaps_smb,
  .bapf_sfilter .bapf_desci {
    display: none;
  }
}

.inner-section-above {
  background-color: #FCFCFB;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 960px) {
  .inner-section-above {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .inner-section-above {
    padding-bottom: 30px;
  }
}
.inner-section-above::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 60px;
  background-color: #f7fcfd;
}
.inner-section-above.no-extra-space {
  padding-top: 30px;
}
.inner-section-above.no-extra-space:before {
  content: none;
}
.inner-section-above .container {
  position: relative;
}

.banner-box {
  background-color: #0C2F5A;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .banner-box .col_40,
  .banner-box .col_50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-box .col_40,
  .banner-box .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-box .col_40 {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .banner-box .flex {
    display: block;
    position: relative;
    z-index: 0;
  }
}
.banner-box .cover {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-box .cover {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner-box .cover::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0C2F5A;
    opacity: 0.7;
  }
}
.banner-box .text {
  padding: 90px 30px;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .banner-box .text {
    padding: 70px 20px;
  }
}

.product_contact {
  background-color: #25446b;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .product_contact {
    padding: 15px;
  }
}
.product_contact .flex {
  align-items: flex-start;
}
.product_contact .image {
  width: 68px;
  height: 68px;
}
@media (max-width: 767px) {
  .product_contact .image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .product_contact .image {
    display: none;
  }
}
.product_contact .image .cover {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.product_contact .text {
  width: calc(100% - 68px);
  padding-left: 20px;
}
@media (max-width: 1430px) {
  .product_contact .text {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .product_contact .text {
    width: calc(100% - 50px);
    padding-left: 5px;
  }
}
@media (max-width: 640px) {
  .product_contact .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.product_contact p {
  margin: 0;
}
.product_contact p.title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product_contact p.title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .product_contact p.title {
    font-size: 14px;
  }
}
.product_contact p.info {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .product_contact p.info {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .product_contact p.info {
    font-size: 12px;
  }
}
.product_contact a {
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1430px) {
  .product_contact a {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .product_contact a {
    font-size: 12px;
  }
}
.product_contact a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .section-lines-box {
    display: block;
  }
  .section-lines-box .col_40,
  .section-lines-box .col_60 {
    width: 100%;
  }
}

.section_boxes {
  background-color: #fafafa;
}
.section_boxes .text-centred {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-box p.big {
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
  color: #020F1F;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .wrap-box p.big {
    font-size: 16px;
  }
}
.wrap-box p.text {
  margin: 0;
}
.wrap-box img {
  height: 49px;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .wrap-box img {
    height: 40px;
    margin-bottom: 5px;
  }
}

.flex-boxes {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .flex-boxes {
    margin-top: 10px;
    display: block;
  }
  .flex-boxes .col_33 {
    width: 100%;
    margin-top: 20px;
  }
}

.section-lines .items-el .tab-content-layer {
  display: none;
}
.section-lines .items-el .tab-content-layer.active {
  display: block;
}

.wrap-tab {
  max-width: 400px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .wrap-tab {
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.wrap-tab p.title {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .wrap-tab p.title {
    font-size: 16px;
  }
}
.wrap-tab p.title span.text-right {
  font-weight: 700;
  font-size: 18px;
  width: calc(100% - 36px);
  padding-left: 10px;
  color: #020F1F;
  line-height: 1.3em;
}
@media (max-width: 1100px) {
  .wrap-tab p.title span.text-right {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .wrap-tab p.title span.text-right {
    padding-left: 5px;
    font-size: 14px;
  }
}
.wrap-tab p.title span.no {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #0C2F5A;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-tab p.title span.no {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wrap-tab p.title span.no {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

.section-text {
  background-color: #fafafa;
}
@media (max-width: 640px) {
  .section-text {
    padding: 30px 0;
  }
}
.section-text .the-content {
  max-width: 500px;
}
@media (max-width: 960px) {
  .section-text .the-content {
    max-width: 100%;
  }
}
.section-text .the-content h2 b,
.section-text .the-content h2 strong {
  color: #F9C01F;
  position: relative;
}
.section-text .the-content h2 b:after,
.section-text .the-content h2 strong:after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 3px;
  background-color: #f9c01f;
  bottom: -6px;
}
@media (max-width: 767px) {
  .section-text .image {
    padding-top: 20px;
  }
}
.section-text .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .section-text .flex {
    display: block;
  }
  .section-text .flex .col_50 {
    width: 100%;
  }
}

.section-steps {
  background-color: #fefefd;
}
.section-steps .steps {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .section-steps .steps {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .box-step {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .box-step {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .box-step {
    width: 100%;
  }
}

.wrap-box-step img {
  height: 48px;
  display: block;
}
@media (max-width: 767px) {
  .wrap-box-step img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .wrap-box-step img {
    height: 40px;
  }
}
.wrap-box-step p.title {
  font-size: 20px;
  display: flex;
  margin: 10px 0 0;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 1100px) {
  .wrap-box-step p.title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .wrap-box-step p.title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-box-step p.title {
    justify-content: center;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
  }
}
@media (max-width: 480px) {
  .wrap-box-step p.title {
    font-size: 14px;
  }
}
.wrap-box-step .text {
  width: calc(100% - 38px);
  padding-left: 10px;
  color: #0C2F5A;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .wrap-box-step .text {
    width: auto;
    padding-left: 7px;
    display: inline;
    line-height: 1em;
  }
}
.wrap-box-step span.no {
  background-color: #0C2F5A;
  color: white;
  display: flex;
  width: 38px;
  height: 38px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 960px) {
  .wrap-box-step span.no {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-box-step span.no {
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .wrap-box-step span.no {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
}

.section_slider {
  background-color: #fafafa;
}
.section_slider .slick-next {
  right: -80px;
}
.section_slider .slick-prev {
  left: -80px;
}
.section_slider .slick-arrow {
  background-color: #cbcbcb;
}

.slider-videos {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .slider-videos {
    margin-top: 15px;
  }
}
.slider-videos .slick-dots {
  bottom: -15px;
  justify-content: center;
}
.slider-videos:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-videos:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .slider-videos:not(.slick-slider) {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .slider-videos:not(.slick-slider) {
    height: 190px;
  }
}
.slider-videos:not(.slick-slider) .slide-video {
  width: 33.33%;
}
@media (max-width: 767px) {
  .slider-videos:not(.slick-slider) .slide-video {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .slider-videos:not(.slick-slider) .slide-video {
    width: 100%;
  }
}

.slide-video {
  padding: 10px;
}
.slide-video a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 292px;
  border-radius: 10px;
  background-color: #0c2f5a;
}
@media (max-width: 767px) {
  .slide-video a {
    height: 240px;
  }
}
@media (max-width: 640px) {
  .slide-video a {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .slide-video a {
    height: 180px;
  }
}
.slide-video a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0C2F5A;
  opacity: 0.3;
}
.slide-video span {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(17, 29, 73, 0.7);
  color: white;
}
@media (max-width: 767px) {
  .slide-video span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .slide-video span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .archive .hero-inner h1 {
    margin-bottom: 0;
  }
}

.single-product {
  overflow-x: visible;
  position: static;
}
@media (max-width: 960px) {
  .single-product {
    overflow-x: hidden;
  }
}
@media (max-width: 640px) {
  .single-product .hero-inner {
    padding: 10px 0;
  }
}
.single-product .hero-inner:before {
  display: none;
}
.single-product.woocommerce div.product,
.single-product .mm-page {
  position: static;
}
@media (max-width: 960px) {
  .single-product.woocommerce div.product,
  .single-product .mm-page {
    position: relative;
  }
}

.product-firmness {
  background-color: #25446b;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .product-firmness {
    padding: 15px;
  }
}
.product-firmness > div {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.product-firmness .icon {
  display: block;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .product-firmness .icon img {
    width: 24px;
  }
}
.product-firmness span {
  line-height: 1;
}
.product-firmness span .value {
  font-weight: 700;
  margin-left: 5px;
}

#page .ti-v-center img {
  background-color: white;
  padding: 10px !important;
  width: 120px !important;
  height: 55px !important;
}

@media (max-width: 960px) {
  .section-faqs-product .content-right {
    margin-top: 10px;
  }
}

.discount_box_position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
}
.discount_box_position > div {
  margin-right: 10px;
}
.discount_box_position .discount_box:empty {
  margin-right: 0;
}
.discount_box_position .discount_box .sale,
.discount_box_position .discount_box .save {
  font-size: 13px;
  font-weight: 500;
  color: white;
  background-color: #37A5CB;
  line-height: 1;
  border-radius: 5px;
  padding: 7px 12px;
  margin: 0;
}
@media (max-width: 960px) {
  .discount_box_position .discount_box .sale,
  .discount_box_position .discount_box .save {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .discount_box_position .discount_box .sale,
  .discount_box_position .discount_box .save {
    font-size: 11px;
  }
}
.discount_box_position .mark_as_new {
  font-size: 13px;
  font-weight: 500;
  color: white;
  background-color: #F9C01F;
  line-height: 1;
  border-radius: 5px;
  padding: 7px 12px;
  margin: 0;
}
@media (max-width: 960px) {
  .discount_box_position .mark_as_new {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .discount_box_position .mark_as_new {
    font-size: 11px;
  }
}

div + .bundle_sells_title {
  margin-top: 15px;
  background-color: #111d49;
  padding: 25px 25px 10px 25px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
@media (max-width: 640px) {
  div + .bundle_sells_title {
    padding: 16px 16px 10px 16px;
  }
}
div + .bundle_sells_title h3 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  div + .bundle_sells_title h3 {
    font-size: 15px;
  }
}
div + .bundle_sells_title h3 b {
  color: #F9C01F;
  position: relative;
}
div + .bundle_sells_title h3 b:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F9C01F;
  bottom: -3px;
  left: 0;
}

.bundle_form {
  padding-top: 16px !important;
  margin-bottom: 30px !important;
  background-color: #111d49;
  padding: 25px;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 640px) {
  .bundle_form {
    padding: 16px;
  }
}
.bundle_form .bundled_item_optional .bundled_item_cart_content--populated:before {
  content: none;
}
.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
  padding: 0 0 0 15px;
}
.bundle_form > div.bundled_product {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.bundle_form > div.bundled_product:first-of-type {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.bundle_form > div.bundled_product .bundled_product_images {
  width: 80px !important;
}
@media (max-width: 960px) {
  .bundle_form > div.bundled_product .bundled_product_images {
    width: 70px !important;
  }
}
@media (max-width: 400px) {
  .bundle_form > div.bundled_product .bundled_product_images {
    width: 60px !important;
  }
}
.bundle_form > div.bundled_product .bundled_product_images img {
  border-radius: 4px;
  width: 100% !important;
}
.bundle_form > div.bundled_product .bundled_product_excerpt {
  display: none;
}
.bundle_form > div.bundled_product .details {
  width: calc(100% - 80px) !important;
  padding-left: 15px !important;
}
@media (max-width: 960px) {
  .bundle_form > div.bundled_product .details {
    width: calc(100% - 70px) !important;
  }
}
@media (max-width: 400px) {
  .bundle_form > div.bundled_product .details {
    width: calc(100% - 60px) !important;
  }
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox {
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox input[type=checkbox] {
  vertical-align: middle;
  width: 22px !important;
  margin-right: 0;
  background-image: url(images/svg/add-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  top: 5px;
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox input[type=checkbox]:checked:before {
  background-color: transparent;
  background-image: url(images/svg/check-add-icon.svg);
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox span.price {
  width: calc(100% - 30px);
  display: inline !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
@media (max-width: 640px) {
  .bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox span.price {
    font-size: 15px;
  }
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox span.price ins {
  font-size: 16px;
}
@media (max-width: 640px) {
  .bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox span.price ins {
    font-size: 15px;
  }
}
.bundle_form > div.bundled_product.bundled_product_summary .bundled_product_optional_checkbox span.price del {
  font-size: 75%;
}
.bundle_form > div.bundled_product .bundled_product_title {
  position: relative;
  margin-bottom: 0;
}
.bundle_form > div.bundled_product .bundled_product_title span {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1em;
}
.bundle_form > div.bundled_product .bundled_product_title .item_title {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .bundle_form > div.bundled_product .bundled_product_title .item_title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bundle_form > div.bundled_product .bundled_product_title .item_title {
    font-size: 13px;
  }
}
.bundle_form > div.bundled_product .bundled_product_title .bundled_product_title_link {
  display: block;
}
.bundle_form > div.bundled_product .bundled_product_title .bundled_product_title_link .bundled_product_permalink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  height: 100%;
}
.bundle_form > div.bundled_product .bundled_product_title .bundled_product_title_link .bundled_product_permalink::before {
  content: none;
}

.page-sidebar-flex {
  display: flex;
}
@media (max-width: 960px) {
  .page-sidebar-flex {
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .page-sidebar-flex {
    padding-bottom: 0;
  }
}

.plus-sidebar span {
  display: none;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media (max-width: 960px) {
  .plus-sidebar span {
    display: block;
  }
}
@media (max-width: 960px) {
  .plus-sidebar span img {
    width: 14px;
  }
}

.plus-sidebar {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px 15px 40px;
  color: white;
  display: none;
  background-color: #0C2F5A;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 960px) {
  .plus-sidebar {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .plus-sidebar {
    font-size: 13px;
    padding: 11px 11px 11px 40px;
  }
}
.plus-sidebar:hover {
  text-decoration: none;
}

.sidebar-left {
  width: 26%;
}
@media (max-width: 1100px) {
  .sidebar-left {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
  .sidebar-left .sidebar-box {
    display: none;
  }
}

.star-center {
  bottom: -60px;
  left: 50px;
}
@media (max-width: 767px) {
  .star-center {
    bottom: -40px;
  }
}

.sidebar-box {
  background-color: #133E72;
  text-align: center;
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1430px) {
  .sidebar-box {
    padding: 35px 20px;
  }
}
.sidebar-box p {
  margin: 0;
}
.sidebar-box p.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 1430px) {
  .sidebar-box p.title {
    font-size: 20px;
  }
}
.sidebar-box .button1 {
  margin-top: 12px;
}

.content-right {
  width: 74%;
  padding-left: 70px;
}
@media (max-width: 1100px) {
  .content-right {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.content-right .sidebar-box {
  display: none;
}
@media (max-width: 767px) {
  .content-right .sidebar-box {
    display: block;
  }
}
.content-right .the-content h1 {
  font-size: 36px;
}
@media (max-width: 1300px) {
  .content-right .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .content-right .the-content h1 {
    font-size: 30px;
  }
}
.content-right .the-content h2 {
  font-size: 30px;
}
@media (max-width: 1300px) {
  .content-right .the-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .content-right .the-content h2 {
    font-size: 24px;
  }
}
.content-right .section_sidebar {
  padding-bottom: 40px;
}
.content-right .section_sidebar:last-child:first-child {
  padding-bottom: 0;
}

.sidebar-menu h3 {
  padding: 0 20px 0 40px;
}
@media (max-width: 1100px) {
  .sidebar-menu h3 {
    padding-left: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .sidebar-menu h3 {
    display: none;
  }
}
.sidebar-menu .menu {
  background-color: #0C2F5A;
  padding: 14px 8px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 960px) {
  .sidebar-menu .menu {
    display: none;
    margin-top: 15px;
    border-radius: 5px;
  }
}
@media (max-width: 640px) {
  .sidebar-menu .menu {
    padding: 10px;
  }
}
.sidebar-menu .menu a {
  color: white;
  display: block;
  font-size: 15px;
  font-family: "Mulish";
  line-height: 1.2;
  font-weight: 500;
  opacity: 0.7;
  padding: 15px;
}
@media (max-width: 1100px) {
  .sidebar-menu .menu a {
    padding: 13px;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .sidebar-menu .menu a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .sidebar-menu .menu a {
    font-size: 12px;
    padding: 12px 20px 12px 12px;
    border-radius: 5px;
  }
}
.sidebar-menu .menu a:hover {
  text-decoration: none;
}
.sidebar-menu .menu li {
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.sidebar-menu .menu li:first-child {
  border-top: none;
}
.sidebar-menu .menu li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  opacity: 0.58;
  top: 50%;
  color: white;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sidebar-menu .menu li:after {
    font-size: 11px;
  }
}
.sidebar-menu .menu li.current-menu-item:after, .sidebar-menu .menu li.current_page_item:after {
  opacity: 1;
  z-index: 1;
  color: white;
}
.sidebar-menu .menu li.current-menu-item a, .sidebar-menu .menu li.current_page_item a {
  position: relative;
  z-index: 1;
  opacity: 1;
  font-weight: 500;
  color: white;
}
.sidebar-menu .menu li:hover a {
  opacity: 1;
}

.accordion-header {
  display: block;
  font-weight: 700;
  font-family: "Mulish";
  color: #020F1F;
  position: relative;
  padding: 15px 55px 15px 0;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1430px) {
  .accordion-header {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .accordion-header {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .accordion-header {
    padding-right: 45px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .accordion-header {
    font-size: 13px;
  }
}
.accordion-header:hover {
  text-decoration: none;
  opacity: 0.7;
}
.accordion-header:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  width: 21px;
  height: 21px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  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: 767px) {
  .accordion-header:before {
    width: 17px;
    height: 17px;
    background-size: 13px;
  }
}

.accordion-hidden-content {
  display: none;
  margin-top: -10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .accordion-hidden-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.accordion-hidden-content.active {
  display: block;
}

.accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item:first-child {
  margin-top: 0;
  border-top: none;
}
.accordion-item.active {
  opacity: 1;
}
.accordion-item.active .accordion-hidden-content {
  display: block;
}

.accordion-list {
  max-width: 700px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .accordion-list {
    padding-top: 0;
    max-width: 100%;
  }
}

.link-contact {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .general-sidebar .services-sidebar-item.make-appointment {
    display: block !important;
  }
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-flex .blog-slide {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.category-blog-top {
  color: #3e3e3e;
  font-size: 14px;
}
.category-blog-top span {
  text-decoration: underline;
}

.blog-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-filters {
    margin-bottom: 30px;
  }
}
.blog-filters li {
  margin: 10px;
  position: relative;
}
@media (max-width: 640px) {
  .blog-filters li {
    margin: 4px;
  }
}
.blog-filters li:first-child::before {
  display: none;
}
.blog-filters li.active a {
  color: white;
  background-color: #F9C01F;
}
.blog-filters li.active a:hover {
  background-color: #dfa606;
}
.blog-filters a {
  display: block;
  padding: 15px 30px;
  background-color: #FCFCFB;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border-radius: 32px;
  color: #aeacac;
}
@media (max-width: 1300px) {
  .blog-filters a {
    font-size: 14px;
    padding: 12px 24px;
  }
}
@media (max-width: 640px) {
  .blog-filters a {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.blog-filters a:hover {
  text-decoration: none;
  background-color: #F7FCFD;
  color: white;
}

.pagination-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .pagination-top-flex {
    margin-bottom: 20px;
  }
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .cover {
  transform: scale(1.1);
}
.blog-item:hover .blog-excerpt p {
  opacity: 1;
}
.blog-item .ovh {
  overflow: hidden;
  border-radius: 8px;
}
.blog-item .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .blog-item .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-text {
  padding: 20px 20px 30px;
}
@media (max-width: 640px) {
  .blog-text {
    padding: 15px 15px 20px;
  }
}

.blog-about {
  display: flex;
}
.blog-about span {
  font-size: 14px;
  display: flex;
  color: #3C3C3C;
  vertical-align: middle;
  align-items: center;
}
.blog-about span::before {
  content: "|";
  margin: 0 10px 0 4px;
}
.blog-about span:first-child {
  margin-right: 5px;
}
.blog-about span:first-child::before {
  display: none;
}
@media (max-width: 960px) {
  .blog-about span {
    font-size: 12px;
  }
}
.blog-about span img {
  display: block;
  margin-right: 4px;
  height: 14px;
  width: auto;
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
  color: #020F1F;
}
@media (max-width: 960px) {
  .blog-title {
    font-size: 15px;
  }
}

.news-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.news-item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.blog-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.blog-slide {
  padding: 15px;
}
@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .blog-slide {
    padding: 0 6px;
  }
}
.blog-slide .tdu {
  color: #37A5CB;
  text-decoration: underline;
  margin-top: 10px;
}

.blog-box {
  display: block;
}

.blog-single-wrap,
.donate-page-wrap {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 30px 0 40px;
  }
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}
.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}
.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #F9C01F;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}
.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.blog-right-sidebar .comment-respond {
  background-color: #fafafa;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .blog-right-sidebar .comment-respond {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .blog-right-sidebar .comment-respond {
    padding: 20px;
  }
}
.blog-right-sidebar .comment-respond p {
  margin: 0;
}
.blog-right-sidebar .comment-respond .form-submit {
  padding-top: 15px;
}
.blog-right-sidebar .comment-respond input[type=text],
.blog-right-sidebar .comment-respond input[type=email],
.blog-right-sidebar .comment-respond input[type=password],
.blog-right-sidebar .comment-respond input[type=search],
.blog-right-sidebar .comment-respond input[type=tel],
.blog-right-sidebar .comment-respond input[type=url],
.blog-right-sidebar .comment-respond input[type=number],
.blog-right-sidebar .comment-respond input[type=date],
.blog-right-sidebar .comment-respond input[type=time],
.blog-right-sidebar .comment-respond input[type=datetime],
.blog-right-sidebar .comment-respond input[type=datetime-local],
.blog-right-sidebar .comment-respond input[type=week],
.blog-right-sidebar .comment-respond input[type=month],
.blog-right-sidebar .comment-respond textarea,
.blog-right-sidebar .comment-respond select {
  background-color: white;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form p {
  padding: 0 10px;
  width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}
@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}
.comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comment-form p a:hover {
  color: #F9C01F;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}
.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1300px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .comment-form-cookies-consent label {
    font-size: 13px;
  }
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  background-color: #ececec;
  color: #020F1F;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .required-field-message {
    font-size: 12px;
    padding: 8px;
  }
}

.comment-body {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}
.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #020F1F;
  font-family: "Mulish";
}

.comment-body br {
  display: none;
}
.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}
.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.categories-List li {
  position: relative;
  padding: 15px 0;
  border-top: 1px dashed #EBEBEB;
}
.categories-List li:first-child {
  border-top: none;
}
.categories-List li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: calc(100% - 30px);
  top: 15px;
  opacity: 0;
  background-color: #F9C01F;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  .categories-List li:before {
    content: none;
  }
}
.categories-List li.current-menu-item:before {
  opacity: 1;
}
.categories-List li.current-menu-item a {
  color: #020F1F;
  font-weight: 700;
  padding-left: 20px;
  opacity: 1;
}
.categories-List li:hover:before {
  opacity: 1;
}
.categories-List li:hover a {
  color: #020F1F;
  opacity: 1;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .categories-List li:hover a {
    padding-left: 0;
  }
}
.categories-List a {
  color: #020F1F;
  display: block;
  font-weight: 500;
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.categories-List a:hover {
  text-decoration: none;
}
.categories-List a:hover {
  color: #F9C01F;
}

.comment-reply-title {
  margin-bottom: 10px;
  text-align: left;
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
}
@media (max-width: 1430px) {
  .comment-reply-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .comment-reply-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .comment-reply-title small {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .comment-reply-title small a {
    float: none !important;
  }
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}
.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.blog-sidebar form {
  position: relative;
}
.blog-sidebar input {
  margin: 0;
  padding: 20px 70px 20px 20px;
}
.blog-sidebar input:hover {
  border-color: #F9C01F;
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 1430px) {
  .blog-sidebar input {
    padding: 15px 60px 15px 15px;
  }
}
.blog-sidebar button {
  position: absolute;
  box-shadow: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: left;
  margin: 0;
}
@media (max-width: 1430px) {
  .blog-sidebar button {
    width: 45px;
    height: 45px;
  }
}
.blog-sidebar button:hover {
  background-color: transparent;
}
.blog-sidebar button img {
  width: 24px;
}
@media (max-width: 1430px) {
  .blog-sidebar button img {
    width: 22px;
  }
}

.title-blog-line {
  font-size: 20px;
  font-weight: 700;
  font-family: "Mulish";
  margin: 0 0 20px;
  color: #020F1F;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .title-blog-line {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .title-blog-line {
    font-size: 16px;
  }
}

.best-posts a {
  display: flex;
}

.blog-infos {
  padding: 20px 0;
  border-bottom: 1px dashed #EBEBEB;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-infos {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}
.blog-info-box:first-child {
  margin-left: 0;
}
.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F9C01F;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .blog-info-box span:first-child {
    font-size: 12px;
  }
}
.blog-info-box span.published-date,
.blog-info-box a {
  color: #020F1F;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 960px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 12px;
  }
}
.blog-info-box a:hover {
  text-decoration: underline;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #F9C01F;
  font-size: 12px;
  margin-top: 8px;
}
.categories-right span {
  color: inherit;
  font-size: 12px;
}
.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F9C01F;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}
.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
.blog-single-categories li:first-child {
  padding-left: 0;
}
.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons {
  display: flex;
}
@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}
.share-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #F9C01F;
  color: #F9C01F;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}
.share-buttons a:hover {
  background-color: #F9C01F;
  color: white;
  text-decoration: none;
}
.share-buttons i {
  font-size: 20px;
}
@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}
.share-buttons li {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #EBEBEB;
  display: flex;
}
.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}
.tags-list-post a {
  text-decoration: underline;
}
.tags-list-post a:hover {
  color: #F9C01F;
}

p.title-single-blog {
  font-size: 36px;
  margin: 0;
  padding-bottom: 13px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
p.title-single-blog::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(239, 109, 73);
  background: linear-gradient(90deg, rgb(239, 109, 73) 0%, rgb(166, 35, 139) 51%, rgb(50, 124, 188) 100%);
}
@media (max-width: 640px) {
  p.title-single-blog::before {
    height: 3px;
  }
}
@media (max-width: 767px) {
  p.title-single-blog {
    font-size: 30px;
  }
}

.blog-box-bottom h3 {
  color: #020F1F;
}

.hero-inner-blog {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-inner-blog {
    margin-bottom: 20px;
  }
}
.hero-inner-blog img {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}
@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}
.related-posts:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 555px;
}
.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}
@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}
.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-flex .blog-slide {
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .cover {
  transform: scale(1.1);
}
.blog-item:hover .blog-excerpt p {
  opacity: 1;
}
.blog-item .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .blog-item .cover {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .blog-item .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-slide {
  padding: 15px;
}
@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}

.blog-page-wrap {
  padding: 70px 0 90px;
}
@media (max-width: 1300px) {
  .blog-page-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .blog-page-wrap {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .blog-page-wrap {
    padding-top: 30px;
  }
}
.blog-page-wrap .tac {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page-wrap .blog-item {
  background-color: white;
  height: 100%;
}

.blog-box {
  display: block;
}

.wp-pagenavi {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi .page-numbers {
  display: flex;
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 767px) {
  .wp-pagenavi .page-numbers {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.wp-pagenavi ul.page-numbers {
  justify-content: center;
}
@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers {
    justify-content: center;
  }
}
.wp-pagenavi li {
  margin: 2px 9px;
}
@media (max-width: 767px) {
  .wp-pagenavi li {
    margin: 2px 7px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.wp-pagenavi > a, .wp-pagenavi > span {
  margin: 3px 5px;
}
@media (max-width: 767px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    margin: 3px;
  }
}
.wp-pagenavi span {
  background-color: #37A5CB;
  color: white;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  background-color: #F9C01F;
  color: white;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-weight: 900;
}

.blog-single-wrap,
.donate-page-wrap {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 30px 0 40px;
  }
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}
.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}
.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #F9C01F;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}
.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}
.blog-comments-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 0;
  background-image: url("images/svg/comments-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.social-share {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}
.social-share li {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}
.social-share a:hover {
  background-color: #f3eff9;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.comment-body {
  position: relative;
}

.blog-right-sidebar .commentlist {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .blog-right-sidebar .commentlist {
    margin-bottom: 20px;
  }
}
.blog-right-sidebar .commentlist li {
  position: relative;
}
.blog-right-sidebar .commentlist li .comment-body {
  position: relative;
  padding: 20px;
  margin: 15px 0;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
.blog-right-sidebar .commentlist li .comment-body .comment-respond {
  background-color: #fafafa;
  box-shadow: none;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .blog-right-sidebar .commentlist li .comment-body .comment-respond {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-top: 1px solid #dfdfdf;
    padding: 15px 0 0 0;
    border-radius: 0;
    margin-top: 15px;
  }
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
  color: red;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}
.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #020F1F;
  font-family: "Mulish";
}

.comment-body br {
  display: none;
}
.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .comment-meta.commentmetadata {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .comment-meta.commentmetadata {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .comment-meta.commentmetadata {
    font-size: 11px;
  }
}
.comment-meta.commentmetadata a:hover {
  color: #F9C01F;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.reply {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 640px) {
  .reply {
    position: relative;
    text-align: right;
    right: 0;
    top: 0;
    padding-top: 10px;
  }
  .reply a {
    margin-left: auto;
  }
}
.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #F9C01F;
  font-weight: 500;
  color: white;
  border-radius: 4px;
}
.reply a:hover {
  text-decoration: none;
  background-color: #dfa606;
  color: white;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}
.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.tags-List {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 960px) {
  .tags-List {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.tags-List li {
  padding: 4px;
}
.tags-List a {
  display: block;
  background-color: white;
  color: #3C3C3C;
  padding: 8px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
@media (max-width: 960px) {
  .tags-List a {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.tags-List a:hover {
  background-color: #F9C01F;
  color: white;
  text-decoration: none;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}
.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.best-posts li {
  padding: 15px 0;
  border-top: 1px dashed #EBEBEB;
  border-radius: 8px;
}
.best-posts li:first-child {
  border-top: none;
}
.best-posts a {
  display: flex;
}
.best-posts a:hover {
  text-decoration: none;
}
.best-posts a:hover h6 {
  opacity: 0.6;
}
.best-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}
@media (max-width: 960px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}
.blog-post-text h6 {
  font-size: 15px;
  font-family: "Mulish";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .blog-post-text h6 {
    font-size: 13px;
  }
}
@media (max-width: 1430px) {
  .blog-post-text span {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .blog-post-text span {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text span.blog-category {
    display: none;
  }
}

.blog-sidebar-item {
  margin-top: 40px;
}
.blog-sidebar-item.search-blog {
  background-color: white;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #EBEBEB;
  max-width: 367px;
}
@media (max-width: 1430px) {
  .blog-sidebar-item.search-blog {
    padding: 25px 20px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-item.search-blog {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .blog-sidebar-item .comment-respond {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .blog-sidebar-item .comment-respond {
    padding-top: 20px;
    max-width: 100%;
    margin-top: 20px;
  }
}
.blog-sidebar-item:first-child {
  border-top: none;
  margin-top: 0;
}

.share-buttons-single {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px dashed #EBEBEB;
}
@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    margin-top: 30px;
  }
}
.share-buttons-single h4 {
  margin-bottom: 0;
}
.share-buttons-single .share-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish";
  line-height: 1.2;
  color: #020F1F;
}
@media (max-width: 960px) {
  .share-buttons-single .share-title {
    margin-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .share-title {
    font-size: 18px;
  }
}

.share-buttons {
  display: flex;
}
@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}
.share-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #F9C01F;
  color: #F9C01F;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}
.share-buttons a:hover {
  background-color: #F9C01F;
  color: white;
  text-decoration: none;
}
.share-buttons i {
  font-size: 20px;
}
@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}
.share-buttons li {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #EBEBEB;
  display: flex;
}
.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}
.tags-list-post a {
  text-decoration: underline;
}
.tags-list-post a:hover {
  color: #F9C01F;
}

.blog-box-bottom h3 {
  color: #020F1F;
}

.hero-inner-blog img {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}
@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}
.related-posts:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 555px;
}
.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}
@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}
.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-sidebar-flex {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .blog-sidebar-flex {
    display: block;
  }
}

.blog-right-sidebar {
  width: 74%;
  padding-left: 70px;
}
@media (max-width: 1100px) {
  .blog-right-sidebar {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .blog-right-sidebar {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.blog-sidebar {
  width: 26%;
}
@media (max-width: 960px) {
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    padding-right: 0;
  }
}

.service-main-image .cover {
  width: 100%;
  height: 460px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .service-main-image .cover {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .service-main-image .cover {
    height: 240px;
  }
}
.service-main-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .single-post {
    padding-top: 0;
  }
}

.wooc-content-small {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce table.shop_table.account-orders-table {
  font-size: 15px;
  font-family: "Mulish";
}

.woocommerce-MyAccount-navigation ul {
  background-color: #0C2F5A;
  padding: 14px 16px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 10px 16px;
  }
}
.woocommerce-MyAccount-navigation a {
  padding: 16px 40px 16px 43px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: white;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation a {
    padding: 12px 40px 12px 43px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 12px;
  }
}
.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 4px 0 7px;
  position: relative;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation li:first-child {
  margin-top: 0;
  border-top: none;
}
.woocommerce-MyAccount-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 6px;
}
.woocommerce-MyAccount-navigation li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  opacity: 0.58;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation li:hover {
  opacity: 0.6;
}
.woocommerce-MyAccount-navigation li.is-active:hover {
  opacity: 1;
}
.woocommerce-MyAccount-navigation li.is-active a {
  opacity: 1;
  z-index: 3;
  color: #0C2F5A;
}
.woocommerce-MyAccount-navigation li.is-active::before {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation li.is-active:after {
  opacity: 1;
  z-index: 2;
  background-color: #F9C01F;
}
.woocommerce-MyAccount-navigation li.is-active a:after {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation a {
  display: block;
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .admin_log:before {
  width: 25px;
  height: 25px;
  background-image: url("images/svg/wordpress.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation .admin_log:before {
    width: 20px;
    height: 20px;
  }
}

.woocommerce-MyAccount-navigation-link--dashboard:before {
  width: 18px;
  height: 19px;
  background-image: url("images/svg/account1.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--dashboard:before {
    width: 14px;
    height: 15px;
  }
}
.woocommerce-MyAccount-navigation-link--dashboard.is-active::before {
  background-image: url("images/svg/account1a.svg");
}

.woocommerce-MyAccount-navigation-link--orders:before {
  width: 17px;
  height: 15px;
  background-image: url("images/svg/account2.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--orders:before {
    width: 14px;
    height: 14px;
  }
}
.woocommerce-MyAccount-navigation-link--orders.is-active::before {
  background-image: url("images/svg/account2a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-address:before {
  width: 18px;
  height: 23px;
  background-image: url("images/svg/account3.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-address:before {
    width: 13px;
    height: 21px;
  }
}
.woocommerce-MyAccount-navigation-link--edit-address.is-active::before {
  background-image: url("images/svg/account3a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-account:before {
  width: 16px;
  height: 21px;
  background-image: url("images/svg/account4.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-account:before {
    width: 12px;
    height: 17px;
  }
}
.woocommerce-MyAccount-navigation-link--edit-account.is-active::before {
  background-image: url("images/svg/account4a.svg");
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  width: 20px;
  height: 17px;
  background-image: url("images/svg/heart2.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
    width: 16px;
    height: 14px;
  }
}
.woocommerce-MyAccount-navigation-link--tinv_wishlist.is-active::before {
  background-image: url("images/svg/heart.svg");
}

.woocommerce-MyAccount-navigation-link--customer-logout:before {
  width: 18px;
  height: 19px;
  background-position: center;
  background-image: url("images/svg/account6.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--customer-logout:before {
    width: 16px;
    height: 16px;
  }
}
.woocommerce-MyAccount-navigation-link--customer-logout.is-active::before {
  background-image: url("images/svg/account6a.svg");
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: none !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: #1e3f65;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "";
  width: 25px;
  height: 19px;
  z-index: 2;
  background-position: center;
  background-image: url("images/svg/account5.svg");
  position: relative;
  display: block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    width: 22px;
    height: 16px;
  }
}
.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  display: none;
}
.woocommerce-MyAccount-navigation-link--customer-logout::before {
  display: none;
}

.wooc-content-small .btn {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .wooc-content-small .woocommerce form.checkout_coupon,
  .wooc-content-small .woocommerce form.login,
  .wooc-content-small .woocommerce form.register {
    margin-top: 0 !important;
  }
}

.login-social {
  margin-top: 10px;
}
.login-social span {
  text-align: center;
  display: block;
  padding-left: 10px;
  font-size: 14px;
}
.login-social .flex {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.login-social .flex-item {
  width: 100%;
  padding: 0 10px;
}
.login-social a {
  background-color: transparent;
  border: 1px solid #F9C01F;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #020F1F;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .login-social a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.login-social a:hover {
  text-decoration: none;
  background-color: #F9C01F;
  color: white;
  opacity: 1;
}
.login-social a:hover * {
  color: #fff !important;
}
.login-social a span,
.login-social a img {
  display: inline;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .login-social a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .login-social a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .login-social a span {
    font-size: 13px;
  }
}
.login-social a img {
  position: relative;
  margin-right: 5px;
}

.for_registration {
  display: block;
  width: 100%;
  padding: 0 10px;
}

.login-top {
  text-align: center;
  margin-bottom: 20px;
}
.login-top h2 {
  margin-bottom: 0;
}
.login-top p {
  font-size: 16px;
}
@media (max-width: 960px) {
  .login-top p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .login-top p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .login-top p {
    font-size: 13px;
  }
}

.cover_account {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}

.box_form_account {
  max-width: 580px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .box_form_account {
    padding-top: 50px;
  }
}
.box_form_account .wrap_box form {
  background: white;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  padding: 48px 45px;
  border-radius: 10px;
  border: none;
}
@media (max-width: 1100px) {
  .box_form_account .wrap_box form {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 640px) {
  .box_form_account .wrap_box form {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
.box_form_account .wrap_box form button[type=submit],
.box_form_account .wrap_box form input[type=submit] {
  display: block;
  width: 100%;
}
.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: 20px;
}
.box_form_account span.show-password-input {
  color: #111111 !important;
}
.box_form_account .right {
  text-align: right;
}
.box_form_account a {
  text-decoration: underline;
}
.box_form_account a:hover {
  opacity: 0.6;
}

.account-logo a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.woocommerce-form-register .woocommerce-form-row:first-child,
.woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
  width: 100%;
}
@media (max-width: 960px) {
  .woocommerce-form-register .woocommerce-form-row:first-child,
  .woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
    width: 100%;
  }
}

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

.tabs-selectors {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
@media (max-width: 767px) {
  .tabs-selectors {
    justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs-selectors a {
    line-height: 1.2;
    font-size: 14px;
  }
}
.tabs-selectors a {
  font-weight: 500;
  opacity: 0.4;
  position: relative;
  padding: 10px 0;
  margin: 0 10px;
  color: #020F1F;
}
.tabs-selectors a:hover {
  text-decoration: none;
  opacity: 1;
}
.tabs-selectors a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  border: none;
  position: absolute;
  box-shadow: none;
}
.tabs-selectors a.active {
  opacity: 1;
}
.tabs-selectors a.active:before {
  background-color: #F9C01F;
}

.regist {
  margin-top: 15px;
  text-align: center;
}
.regist span,
.regist a {
  display: inline !important;
}
.regist a {
  color: #F9C01F;
  text-decoration: underline;
}
.regist a:hover {
  color: #F9C01F;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #020F1F;
}
@media (max-width: 767px) {
  .woocommerce-privacy-policy-text p {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-privacy-policy-text p {
    font-size: 12px !important;
  }
}
.woocommerce-privacy-policy-text p a {
  color: #0C2F5A !important;
}
.woocommerce-privacy-policy-text p a:hover {
  color: #0C2F5A !important;
}

.intro-my-account {
  text-align: center;
}
.intro-my-account p {
  font-size: 16px;
}

.lost_reset_password {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lost_reset_password {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .lost_reset_password {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  .lost_reset_password {
    padding: 10px;
  }
}
.lost_reset_password h1 {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 767px) {
  .lost_reset_password h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .lost_reset_password h1 {
    font-size: 23px;
  }
}
.lost_reset_password .form-row-first,
.lost_reset_password .form-row-last {
  float: none !important;
  width: 100% !important;
}
.lost_reset_password label {
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Mulish";
}
.lost_reset_password p {
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .lost_reset_password button[type=submit] {
    width: 100%;
  }
}

.mobile-account a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px 18px 20px;
  color: white;
  display: none;
  background-color: #0C2F5A;
  position: relative;
  justify-content: flex-start;
  border-radius: 6px;
  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;
}

.flex-account-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .flex-account-nav {
    display: block;
    margin-bottom: 0;
  }
}

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

.flex-account-nav input[type=text],
.flex-account-nav input[type=email],
.flex-account-nav input[type=password],
.flex-account-nav input[type=search],
.flex-account-nav input[type=tel],
.flex-account-nav input[type=url],
.flex-account-nav input[type=number],
.flex-account-nav input[type=date],
.flex-account-nav input[type=time],
.flex-account-nav input[type=datetime],
.flex-account-nav input[type=datetime-local],
.flex-account-nav input[type=week],
.flex-account-nav input[type=month],
.flex-account-nav textarea,
.flex-account-nav select {
  background-color: white;
}
.flex-account-nav form {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}
@media (max-width: 960px) {
  .flex-account-nav form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav form {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav form {
    padding: 20px;
  }
}
.flex-account-nav form h3 {
  margin-top: 0;
}
.flex-account-nav button.button {
  padding: 18px 32px 18px 32px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  background-color: #F9C01F;
  color: #0C2F5A;
  letter-spacing: 0;
  font-family: "Mulish";
}
@media (max-width: 767px) {
  .flex-account-nav button.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav button.button {
    font-size: 13px;
    padding: 16px 24px;
  }
}
.flex-account-nav button.button:hover {
  text-decoration: none;
  background-color: #dfa606;
}
.flex-account-nav .woocommerce-MyAccount-content {
  width: 70%;
  padding: 25px 0 25px 40px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .order_details td {
    font-size: 13px !important;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .addresses {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .addresses {
    display: block;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  float: none;
  box-shadow: 0px 0px 5px 5px rgba(99, 99, 99, 0.05);
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 30px 20px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
  margin-left: auto;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message {
  background: #0C2F5A;
  color: white;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a {
  text-decoration: underline;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a.button1,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a.button1,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a.button1 {
  text-decoration: none;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info::before {
  content: "\f05a";
  color: #F9C01F;
  top: 50%;
  transform: translateY(-50%);
}
.flex-account-nav .woocommerce-MyAccount-content label {
  line-height: 1.2 !important;
  margin-bottom: 10px;
  font-family: "Mulish";
  font-size: 15px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .form-row-first,
  .flex-account-nav .woocommerce-MyAccount-content .form-row-last {
    width: 100%;
    float: none !important;
  }
}
.flex-account-nav .woocommerce-MyAccount-content p {
  font-size: 15px;
  color: #020F1F;
}
@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 13px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content p a {
  text-decoration: underline;
  display: inline;
}
.flex-account-nav .woocommerce-MyAccount-content p a.button {
  text-decoration: none !important;
  background-color: #dfa606;
  color: white !important;
}
.flex-account-nav .woocommerce-MyAccount-content p a:hover {
  color: #F9C01F;
}
.flex-account-nav .woocommerce-MyAccount-content p.return-to-shop {
  text-align: left !important;
  padding: 0 !important;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content button[type=submit] {
    width: 100%;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 80px;
  min-width: 80px;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
    width: 50px;
    min-width: 50px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail img {
  width: 80px;
}
.flex-account-nav .woocommerce-MyAccount-content .product-cb {
  padding-left: 0 !important;
}
.flex-account-nav .woocommerce-MyAccount-content .product-action button {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 13px !important;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 12px !important;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .product-action button span {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button span {
    font-size: 13px !important;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button span {
    font-size: 12px !important;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #0C2F5A;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th span {
  font-weight: 700;
  color: #0C2F5A;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td {
    text-align: left !important;
    padding: 0 !important;
    border-top: none;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-number {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    width: 100%;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-date, .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    width: 50%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    text-align: right !important;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total {
    width: 100%;
    font-size: 13px;
    padding: 8px 0 !important;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
    width: 100%;
    text-align: right !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total {
    font-size: 12px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table {
  background-color: white;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table td,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th {
  background-color: white;
  border-color: #EBEBEB !important;
  color: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
  padding-left: 20px;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    padding-right: 0 !important;
    padding-left: 10px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name strong {
  font-weight: inherit;
  font-size: inherit;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name p {
  margin-top: 5px;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .wc-item-meta {
  color: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .wc-item-meta * {
  color: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount {
  font-weight: 700;
  color: #133E72;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount span,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount * {
  font-weight: 700;
  color: #133E72;
}
@media (max-width: 1430px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table td {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tr.woocommerce-orders-table__row {
    background-color: white;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-status {
  padding-left: 0 !important;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  color: #020F1F;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child .woocommerce-Price-amount {
  color: #37A5CB;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child .woocommerce-Price-amount * {
  color: #37A5CB;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  font-weight: 700;
  color: #0C2F5A;
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
    font-size: 16px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
  font-size: 13px;
  color: #020F1F;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
    font-size: 12px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #020F1F;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount span {
  font-weight: 500;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  padding: 8px 12px;
  background-color: #F9C01F;
  color: #0C2F5A;
  line-height: 1;
  font-size: 14px;
  border-radius: 4px;
  margin: 2px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
    font-size: 12px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  background-color: #F9C01F;
}
.flex-account-nav .tinv-wishlist .product-stock p {
  text-align: center;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: block;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 11px;
  }
}
.flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
  width: 17px;
  margin-right: auto;
  margin-left: auto;
  height: 17px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock span {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-right: 8px;
  }
}
.flex-account-nav .tinv-wishlist .product-stock p {
  width: 80px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock p {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
}
.flex-account-nav .tinv-wishlist table th,
.flex-account-nav .tinv-wishlist table td {
  padding: 20px 13px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th,
  .flex-account-nav .tinv-wishlist table td {
    padding: 9px 13px;
  }
}
.flex-account-nav .tinv-wishlist table th.product-price,
.flex-account-nav .tinv-wishlist table td.product-price {
  width: 145px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th.product-price,
  .flex-account-nav .tinv-wishlist table td.product-price {
    width: 100%;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 50px;
  min-width: 50px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    padding-bottom: 0;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders {
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  border: none;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders {
    box-shadow: none;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist.woocommerce.tinv-wishlist-clear .tinv-header {
    margin-bottom: 0;
  }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.order_info_text {
  font-size: 20px !important;
  font-family: "Mulish";
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 30px;
}
.order_info_text b {
  font-weight: 500;
}
@media (max-width: 1300px) {
  .order_info_text {
    font-size: 20px !important;
  }
}
@media (max-width: 960px) {
  .order_info_text {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .order_info_text {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  .order_info_text {
    font-size: 14px !important;
  }
}

.title-dash,
.section_title {
  font-size: 24px !important;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .title-dash,
  .section_title {
    font-size: 20px !important;
  }
}
@media (max-width: 960px) {
  .title-dash,
  .section_title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 640px) {
  .title-dash,
  .section_title {
    font-size: 16px !important;
  }
}
.title-dash strong,
.title-dash b,
.section_title strong,
.section_title b {
  font-weight: 700;
}
.title-dash a,
.section_title a {
  text-decoration: underline;
}
.title-dash a:hover,
.section_title a:hover {
  color: #F9C01F;
}

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

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-column__title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-column--shipping-address {
    margin-top: 20px;
  }
}

.woocommerce-columns--2.woocommerce-columns--addresses.col2-set {
  display: flex;
}
@media (max-width: 767px) {
  .woocommerce-columns--2.woocommerce-columns--addresses.col2-set {
    display: block;
  }
}
.woocommerce-columns--2.woocommerce-columns--addresses.col2-set .col-1,
.woocommerce-columns--2.woocommerce-columns--addresses.col2-set .col-2 {
  float: none;
  width: 48%;
  padding: 20px 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
}
@media (max-width: 767px) {
  .woocommerce-columns--2.woocommerce-columns--addresses.col2-set .col-1,
  .woocommerce-columns--2.woocommerce-columns--addresses.col2-set .col-2 {
    width: 100%;
    padding: 20px;
  }
}

.u-columns.woocommerce-Addresses h3 {
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  float: none;
  font-weight: 500;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  padding-right: 35px;
}
@media (max-width: 960px) {
  .u-columns.woocommerce-Addresses h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .u-columns.woocommerce-Addresses h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .u-columns.woocommerce-Addresses h3 {
    font-size: 15px;
  }
}

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

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

.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: white;
  background-image: url("images/svg/edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  color: transparent;
  padding: 3px;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9C01F;
}
@media (max-width: 767px) {
  .woocommerce-account .addresses .title .edit {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-account .addresses .title .edit {
    top: -8px;
    width: 25px;
    height: 25px;
  }
}
.woocommerce-account .addresses .title .edit img {
  max-width: 14px;
}
@media (max-width: 767px) {
  .woocommerce-account .addresses .title .edit img {
    max-width: 12px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-account .addresses .title .edit img {
    max-width: 10px;
  }
}
.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.6;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  color: #020F1F;
  line-height: 1.5;
  font-style: normal;
}
.woocommerce .woocommerce-customer-details address p {
  font-size: 16px;
  margin: 0;
  padding-left: 0 !important;
}
@media (max-width: 1430px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 13px;
  }
}
.woocommerce .woocommerce-customer-details address p:before {
  display: none;
}

.wrapp_pass_change .form-row-first,
.wrapp_pass_change .form-row-last {
  float: none;
  width: 100% !important;
}
.wrapp_pass_change h2 {
  margin-top: 40px;
}
.wrapp_pass_change p {
  padding: 3px;
}

.woocommerce-EditAccountForm p {
  padding: 3px;
}
.woocommerce-EditAccountForm button {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .woocommerce-EditAccountForm button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.woocommerce-order-pay .wooc-content #order_review {
  max-width: 600px;
}
.woocommerce-order-pay .woocommerce table.shop_table td,
.woocommerce-order-pay .woocommerce table.shop_table th {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .woocommerce-order-pay .woocommerce table.shop_table td,
  .woocommerce-order-pay .woocommerce table.shop_table th {
    padding: 10px 0;
  }
}
.woocommerce-order-pay .woocommerce table.shop_table thead th:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tbody td:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tfoot td:last-child {
  text-align: right;
  color: #111111;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-details .woocommerce-table__product-name a {
  display: inline-block;
  color: #121212;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  font-size: 13px;
  line-height: 1.3;
}

.woocommerce-MyAccount-orders {
  background-color: white;
  border: 1px solid #EBEBEB;
  border-collapse: separate;
  border-radius: 5px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-orders {
    background-color: transparent;
    border: none !important;
    padding: 0;
  }
}

.woocommerce-table--order-details {
  background-color: white;
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
}
.woocommerce-table--order-details td.product-name {
  width: 70% !important;
}
@media (max-width: 767px) {
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    background-color: #f1f1f1 !important;
  }
}

.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.group-form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  border: 1px solid #EBEBEB;
  border-radius: 50%;
}

.woocommerce form.checkout_coupon label,
.woocommerce form.login label,
.woocommerce form.register label,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
  font-family: "Mulish";
  font-weight: 500;
}

.logo-account {
  text-align: center;
}
.logo-account a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .logo-account a {
    max-width: 200px;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  margin-left: auto;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  display: none !important;
}

body .tinv-wishlist table.tinvwl-table-manage-list tfoot {
  display: none !important;
}

.tac-link {
  margin-top: 20px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  font-size: 13px !important;
}

.wc-item-meta li {
  line-height: 1.3;
  margin-top: 5px;
}
.wc-item-meta p {
  margin-top: 0 !important;
  line-height: 1.3 !important;
}
.wc-item-meta p span {
  line-height: 1.3;
}

legend {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

fieldset {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .section.section-my-account-log {
    padding-top: 0;
  }
}

.woocommerce .av_tip_facturare_radio span.woocommerce-input-wrapper label {
  margin-right: 20px;
}

#tip_facturare_field > label {
  margin-bottom: 10px;
}

.woo-gradient {
  padding: 80px 0;
  background: #FCFCFB;
}
@media (max-width: 1430px) {
  .woo-gradient {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .woo-gradient {
    padding: 30px 0 40px;
  }
}

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

.cart_left {
  width: 70%;
  z-index: 1;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .cart_left {
    width: 100%;
    padding-right: 0;
  }
}

.cart_right {
  z-index: 1;
  width: 30%;
}
@media (max-width: 960px) {
  .cart_right {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .cart_right {
    padding-top: 0;
  }
}

@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: 5px;
  overflow: hidden;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border: none;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  color: #020f1f;
  line-height: 1.2;
  font-size: 14px;
  padding: 15px;
  font-family: "Mulish";
  text-align: left;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    font-size: 13px;
  }
}
@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-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%;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}
.woocommerce table.shop_table td.product-name a {
  font-weight: 500;
  line-height: 1.34;
  font-family: "Mulish";
  display: block;
  font-size: 15px;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 13px;
  }
}
.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: 13px;
  line-height: 1.2;
}
.woocommerce table.shop_table td.product-name .variation {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}
.woocommerce table.shop_table td.product-name .variation p {
  font-size: 13px;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table td.product-name .variation p {
    font-size: 12px;
  }
}
.woocommerce table.shop_table td.product-price span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish";
  color: #0C2F5A;
}
@media (max-width: 1300px) {
  .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;
}
.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 50%;
}
.woocommerce table.shop_table td.product-price del span {
  font-weight: 500;
  font-size: 13px;
}
.woocommerce table.shop_table td.product-subtotal span.price {
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal span.price {
    font-weight: 600;
  }
}
.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish";
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    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: flex-start;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
    justify-content: center;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity-down {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-down {
    width: 50px;
    justify-content: center;
  }
}
.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
  background-color: white;
}
.woocommerce table.shop_table td.product-remove {
  padding-left: 0;
}
.woocommerce table.shop_table td.product-remove img {
  width: 17px;
}
.woocommerce table.shop_table td.product-remove a:hover {
  background-color: white;
}
.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  display: 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: 11px;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 11px;
  }
}

a.shipping-calculator-button {
  text-decoration: underline;
  color: #F9C01F;
}

.note {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background-color: #f3e1c1;
  color: #020F1F;
  padding: 5px 10px;
  border-radius: 5px;
}
.note span {
  font-weight: 700;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart {
  height: auto;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart .tinv-wishlist-clear::before, .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart .tinv-wishlist-clear::after {
  display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 98px;
}
@media (max-width: 960px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 40px;
  }
}

.product-thumbnail {
  width: 110px;
}
@media (max-width: 1300px) {
  .product-thumbnail {
    padding-right: 0 !important;
  }
}
@media (max-width: 960px) {
  .product-thumbnail {
    width: 90px;
  }
}
.product-thumbnail a {
  display: block;
}
@media (max-width: 1300px) {
  .product-thumbnail a {
    width: 110px;
  }
}
@media (max-width: 960px) {
  .product-thumbnail a {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .product-thumbnail a {
    width: 40px;
  }
}
.product-thumbnail img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.woocommerce table.shop_table td {
  border-color: #EBEBEB;
}

.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;
  background-color: #b2b8c7;
  color: white;
}
@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: #dfa606;
  color: white;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 290px;
  padding-left: 20px;
  background-color: white;
}
@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: 18px 24px;
  color: white;
}
@media (max-width: 1550px) {
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    padding: 18px 12px;
  }
}
.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
  background-color: #dfa606;
  color: white;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  background-color: white;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #0C2F5A;
  color: #fff;
}
@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;
}
.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: white;
}
.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: white !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 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
  .woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
  .woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  .woocommerce .cart-collaterals .cart_totals tr,
  .woocommerce-page .cart-collaterals .cart_totals tr {
    display: flex;
  }
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals th {
    width: 50%;
  }
}
.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-red.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount {
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount * {
  color: #fff;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #add_payment_method .cart-collaterals .cart_totals table th,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th {
    display: block;
  }
}

#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0;
}
#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-family: "Mulish";
}
@media (max-width: 1300px) {
  #add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
  .woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
  .woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
    font-size: 14px;
  }
}
#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount span {
  font-weight: inherit;
}

.order-savings td {
  color: #F9C01F;
  font-weight: 500;
  font-size: 14px;
}
.order-savings td .woocommerce-Price-amount,
.order-savings td span {
  color: inherit !important;
}

.woocommerce-remove-coupon {
  display: block;
  text-decoration: underline;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #F9C01F;
  font-size: 16px;
  color: #0C2F5A;
  margin-bottom: 0;
  padding: 18px 10px;
  font-weight: 700;
  line-height: 1;
  font-family: "Mulish";
  border-radius: 5px;
}
@media (max-width: 960px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 13px;
  }
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  text-decoration: none;
  background-color: #dfa606;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.secure-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 20px;
  border-radius: 5px;
}
.secure-payment p {
  padding-left: 10px;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  color: #020F1F;
}
@media (max-width: 1430px) {
  .secure-payment p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .secure-payment p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .secure-payment p {
    font-size: 12px;
  }
}
.secure-payment p strong {
  color: #F9C01F;
  font-weight: 700;
}
.secure-payment .shipping-info {
  width: calc(100% - 50px);
}
.secure-payment .icon {
  width: 50px;
  padding-right: 10px;
}
.secure-payment .icon img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr,
  .woocommerce-cart-form__cart-item.cart_item td {
    border-top: none !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr:before,
  .woocommerce-cart-form__cart-item.cart_item td:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce table.shop_table_responsive.cart tr:first-child,
  .woocommerce-page table.shop_table_responsive.cart tr:first-child {
    margin-top: 0;
  }
}

.quantity-button {
  z-index: 2;
}

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

.cart-empty.woocommerce-info {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 20px !important;
  box-shadow: none;
  border: none;
  color: white !important;
  background: #0C2F5A;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .cart-empty.woocommerce-info {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cart-empty.woocommerce-info {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .cart-empty.woocommerce-info {
    font-size: 14px;
  }
}
.cart-empty.woocommerce-info:before {
  display: none;
}

.return-to-shop {
  text-align: center;
  margin: 0;
  padding: 0 20px 30px;
}
.return-to-shop a,
.return-to-shop .button {
  color: #0C2F5A;
  display: inline-block;
  padding: 18px 32px 18px 32px !important;
  font-size: 15px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  background-color: #F9C01F;
  text-decoration: none;
}
@media (max-width: 767px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 13px !important;
    padding: 15px 20px 15px 20px !important;
  }
}
.return-to-shop a:hover,
.return-to-shop .button:hover {
  text-decoration: none;
  background-color: #dfa606;
  color: white;
}

.checkout-shipping .form-row,
.checkout-billing .form-row {
  display: block;
}
.checkout-shipping label,
.checkout-billing label {
  display: block;
}
.checkout-shipping input.input-text,
.checkout-shipping textarea,
.checkout-billing input.input-text,
.checkout-billing textarea {
  background-color: white;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background-image: url("images/svg/user2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
}
@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: 22px;
  height: 25px;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 11px;
}
@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;
}
@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-error,
.woocommerce-info,
.woocommerce-message {
  font-weight: 400;
}

.woocommerce form.lost_reset_password label,
.woocommerce form.lost_reset_password p {
  font-size: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .woocommerce form.lost_reset_password label,
  .woocommerce form.lost_reset_password p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce form.lost_reset_password label,
  .woocommerce form.lost_reset_password p {
    font-size: 13px;
  }
}
.woocommerce form.lost_reset_password label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  margin: 0 0 20px;
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}
.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
  width: 100%;
  padding: 0 10px !important;
}
.woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
.woocommerce form.login p.form-row-first,
.woocommerce form.login p.form-row-last,
.woocommerce form.register p.form-row-first,
.woocommerce form.register p.form-row-last {
  float: none !important;
  width: 50% !important;
}
@media (max-width: 640px) {
  .woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
  .woocommerce form.login p.form-row-first,
  .woocommerce form.login p.form-row-last,
  .woocommerce form.register p.form-row-first,
  .woocommerce form.register p.form-row-last {
    width: 100% !important;
  }
}
.woocommerce form.checkout_coupon p.form-row,
.woocommerce form.login p.form-row,
.woocommerce form.register p.form-row {
  margin-bottom: 20px !important;
}
@media (max-width: 960px) {
  .woocommerce form.checkout_coupon p.form-row,
  .woocommerce form.login p.form-row,
  .woocommerce form.register p.form-row {
    margin-bottom: 10px !important;
  }
}
.woocommerce form.checkout_coupon .flex-wrap.extra_half,
.woocommerce form.login .flex-wrap.extra_half,
.woocommerce form.register .flex-wrap.extra_half {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
.woocommerce form.login .flex-wrap.extra_half .col_50,
.woocommerce form.register .flex-wrap.extra_half .col_50 {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
  .woocommerce form.login .flex-wrap.extra_half .col_50,
  .woocommerce form.register .flex-wrap.extra_half .col_50 {
    width: 100%;
  }
}
.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50.right,
.woocommerce form.login .flex-wrap.extra_half .col_50.right,
.woocommerce form.register .flex-wrap.extra_half .col_50.right {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 480px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50.right,
  .woocommerce form.login .flex-wrap.extra_half .col_50.right,
  .woocommerce form.register .flex-wrap.extra_half .col_50.right {
    text-align: left;
    margin-top: 10px;
  }
}
.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50 a,
.woocommerce form.login .flex-wrap.extra_half .col_50 a,
.woocommerce form.register .flex-wrap.extra_half .col_50 a {
  text-decoration: underline;
  margin-left: auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50 a,
  .woocommerce form.login .flex-wrap.extra_half .col_50 a,
  .woocommerce form.register .flex-wrap.extra_half .col_50 a {
    font-size: 13px;
  }
}
.woocommerce form.checkout_coupon label,
.woocommerce form.checkout_coupon p,
.woocommerce form.checkout_coupon span,
.woocommerce form.login label,
.woocommerce form.login p,
.woocommerce form.login span,
.woocommerce form.register label,
.woocommerce form.register p,
.woocommerce form.register span {
  font-size: 15px;
  margin-top: 0;
  color: #020F1F;
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon label,
  .woocommerce form.checkout_coupon p,
  .woocommerce form.checkout_coupon span,
  .woocommerce form.login label,
  .woocommerce form.login p,
  .woocommerce form.login span,
  .woocommerce form.register label,
  .woocommerce form.register p,
  .woocommerce form.register span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce form.checkout_coupon label,
  .woocommerce form.checkout_coupon p,
  .woocommerce form.checkout_coupon span,
  .woocommerce form.login label,
  .woocommerce form.login p,
  .woocommerce form.login span,
  .woocommerce form.register label,
  .woocommerce form.register p,
  .woocommerce form.register span {
    font-size: 13px;
  }
}
.woocommerce form.checkout_coupon label,
.woocommerce form.login label,
.woocommerce form.register label {
  display: block;
  margin-bottom: 5px;
}
.woocommerce form.checkout_coupon button,
.woocommerce form.login button,
.woocommerce form.register button {
  padding: 18px 32px 18px 32px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  background-color: #F9C01F;
  color: #0C2F5A;
}
@media (max-width: 960px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 12px;
  }
}
.woocommerce form.checkout_coupon button:hover,
.woocommerce form.login button:hover,
.woocommerce form.register button:hover {
  text-decoration: none;
  background-color: #dfa606;
  color: white;
}

.woocommerce-error::before {
  content: "\f06a";
  color: red;
}

.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: 66.6666666667%;
  z-index: 1;
  position: relative;
}
@media (max-width: 1430px) {
  .checkout-left {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-right {
  width: 33.3333333333%;
  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;
}
@media (max-width: 767px) {
  .woocommerce-shipping-destination {
    font-size: 13px;
  }
}
.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #020F1F;
}

.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#billing_postcode_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
  width: 50% !important;
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
    width: 100% !important;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: 50% !important;
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row#billing_state_field,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row#billing_state_field {
  margin-bottom: 10px !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: #020F1F;
  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,
#shipping_country_field,
#billing_address_2_field {
  display: none !important;
}

.selection {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3C3C3C;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  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] {
  background-color: #F9C01F;
}

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

@media (max-width: 960px) {
  body .select2-results__option {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body .select2-results__option {
    font-size: 12px;
  }
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #020F1F;
  font-size: 16px;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0 !important;
  display: block !important;
  background-color: white;
}
@media (max-width: 960px) {
  .woocommerce-form__label-for-checkbox input[type=checkbox] {
    top: 0;
  }
}

.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: "Mulish";
}
@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: #020F1F;
  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: #3C3C3C;
  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: "Mulish";
  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: #003F7D;
  color: white;
  border-radius: 100%;
  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;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    font-size: 12px;
  }
}

.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 table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  border-radius: 10px;
  background-color: #0C2F5A;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border: none;
  padding: 10px 25px;
  color: white;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  vertical-align: top;
  border-color: rgba(0, 0, 0, 0.3) !important;
  color: white;
}
.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-red.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 600;
  font-family: "Mulish";
  font-size: 14px;
}
@media (max-width: 1430px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 500;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .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: 500;
  }
}
.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: #fff;
}
.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: #fff;
}
.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: white !important;
  font-weight: 700;
}
@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: 16px;
  }
}
@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: 15px;
  }
}

.order-total td span,
.order-total td strong,
.order-total td * {
  color: #37A5CB !important;
  font-size: 18px !important;
}

.product-info.headings {
  font-size: 14px;
  padding-left: 0;
  line-height: 1.3;
  font-family: "Mulish";
  font-weight: 500;
}
@media (max-width: 1300px) {
  .product-info.headings {
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .product-info.headings {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-info.headings {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-info.headings {
    font-size: 13px;
  }
}
.product-info.headings .variation {
  font-family: "Mulish";
  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: #0C2F5A;
  border-radius: 10px;
  color: white;
  height: 100%;
  border: 1px solid #ededed;
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 4px;
  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 rgba(0, 0, 0, 0.3);
  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: "Mulish";
}
.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: white;
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 0;
  background-color: transparent;
}
@media (max-width: 1300px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 12px;
    margin-top: 15px;
  }
}

.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 {
  background-image: url("images/svg/card.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_netopiapayments 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: #0C2F5A;
}

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

.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 500;
  background-color: #F9C01F;
  padding: 20px;
  color: white;
  position: relative;
  padding-left: 70px;
}
.woocommerce-thankyou-order-received:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -17px;
  font-weight: 900;
  font-size: 14px;
  background-color: white;
  color: #F9C01F;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  background-color: #FCFCFB;
  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 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;
  }
}

.order_placed_wrap {
  position: relative;
  background-color: #0C2F5A;
  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;
  }
}

.checl_list {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 24px 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .checl_list {
    padding: 20px;
  }
}
.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: white;
}
@media (max-width: 480px) {
  .checl_list li {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.checl_list strong {
  font-weight: 500;
  color: white;
}
.checl_list .woocommerce-Price-amount {
  font-weight: 600;
  color: white;
}
.checl_list .woocommerce-Price-amount span {
  font-weight: 600;
}

.tinv-wishlist table th,
.tinv-wishlist table td {
  padding: 20px;
}
@media (max-width: 1300px) {
  .tinv-wishlist table th,
  .tinv-wishlist table td {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table th,
  .tinv-wishlist table td {
    padding: 0;
  }
}

.wish_no_user .tinv-wishlist .cart-empty {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 30px;
  background-color: #37A5CB;
  padding: 30px 20px 10px 20px;
  color: white !important;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 640px) {
  .wish_no_user .tinv-wishlist .cart-empty {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wish_no_user .tinv-wishlist form tr {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
  }
}
.wish_no_user .tinv-header {
  display: none !important;
}
@media (max-width: 767px) {
  .wish_no_user .tinv-header {
    margin-bottom: 0;
  }
}
.wish_no_user .tinv-header h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wish_no_user .tinv-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wish_no_user .return-to-shop {
  background-color: #37A5CB !important;
  border-radius: 0 0 10px 10px;
}

.page-template-page-wish .wish_no_user {
  margin-bottom: 0;
}
.page-template-page-wish .wish_no_user h1 {
  display: none;
}
.page-template-page-wish .trust-section {
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .page-template-page-wish .trust-section {
    padding-bottom: 25px;
  }
}

.tinv-wishlist table.tinvwl-table-manage-list th {
  text-transform: uppercase;
  font-size: 13px;
  color: #020F1F;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list th {
    font-size: 13px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list th span {
  font-weight: 500;
}
.tinv-wishlist table.tinvwl-table-manage-list th,
.tinv-wishlist table.tinvwl-table-manage-list td {
  text-align: left;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list th,
  .tinv-wishlist table.tinvwl-table-manage-list td {
    display: block;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list table,
  .tinv-wishlist table.tinvwl-table-manage-list tbody,
  .tinv-wishlist table.tinvwl-table-manage-list tfoot {
    display: block;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list thead,
  .tinv-wishlist table.tinvwl-table-manage-list tfoot {
    display: none;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    background-color: #fff;
    padding: 20px;
    position: relative;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td {
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list td {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-cb {
    display: none !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
  padding-right: 0 !important;
  width: 37px !important;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
    width: 32px !important;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
    width: 17px !important;
    position: absolute !important;
    right: 20px !important;
    padding: 0;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove .ftinvwl {
  top: -2px;
  position: relative;
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
    width: 50px;
    min-width: 1px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail img {
    width: 50px !important;
    min-width: 1px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
    width: 40px !important;
    position: absolute !important;
    left: 0 !important;
    top: 20px !important;
    left: 20px !important;
  }
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    padding: 10px 0;
    padding-left: 60px !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price .from {
  margin-right: 5px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price span {
    font-size: 14px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del span {
  font-weight: 400;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del {
  font-size: 13px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price del span {
    font-size: 12px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del .woocommerce-Price-amount {
  position: relative;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    width: 100px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: none;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
  background-color: #3b8829;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
  font-weight: 400;
  color: #020F1F;
  padding-left: 4px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name {
  width: 360px;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 100%;
    padding-right: 30px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name a {
  font-weight: 500;
  color: #020F1F;
  font-family: "Mulish";
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  color: #020F1F;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  align-items: center;
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button img {
    width: 11px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action {
    margin-left: 10px;
    width: 120px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button,
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button {
  background-color: #F9C01F;
  padding: 12px 15px;
  color: #0C2F5A !important;
  display: block;
  white-space: nowrap;
  height: 100%;
  font-size: 13px !important;
  text-align: center;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    font-size: 12px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    font-size: 11px !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button:hover,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover,
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button:hover,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover {
  background-color: #dfa606 !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button:hover span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button:hover span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover span {
  color: white !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button i,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button i,
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button i,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button i {
  display: none !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
.tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
  color: white !important;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Mulish";
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action .button span,
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
    font-size: 11px !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
  padding-right: 0;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
    margin: 0;
    width: 210px !important;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity {
    width: calc(100% - 50px) !important;
    padding-left: 0;
    margin-left: 50px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
  width: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity {
    width: 100%;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-button {
  width: 33px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-button {
    width: 50px;
    justify-content: center;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-down {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-quantity .quantity-down {
    width: 50px;
    justify-content: center;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-quantity .qty {
  width: 100% !important;
  margin: 0;
  text-align: center !important;
  font-family: "Mulish";
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name,
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 100%;
    text-align: left;
    padding-left: 60px;
  }
}

.tinv-wishlist.woocommerce .product-quantity {
  text-align: left;
}

.tinv-wishlist .product-stock p {
  display: block;
  padding: 0;
  margin: 0;
}

.tinvwl-input-group .form-control,
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
  display: block;
  height: auto;
  width: 300px;
  margin-right: 10px;
  font-family: "Mulish";
}

.tinvwl-input-group-btn button {
  height: auto;
  line-height: 1;
  padding: 18px 32px !important;
  background-color: #F9C01F !important;
  margin-left: 10px;
}
.tinvwl-input-group-btn button:hover {
  background-color: #dfa606 !important;
  color: white !important;
}
.tinvwl-input-group-btn button span {
  line-height: 1;
  color: white;
  font-weight: 600;
}

.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
  margin-top: 0;
}
.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right button {
  padding: 18px 32px;
  margin-top: 0;
}
@media (max-width: 960px) {
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right button {
    padding: 15px 21px;
    font-size: 14px;
  }
}
.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right button:hover {
  background-color: #dfa606;
  color: white;
}

@media (max-width: 960px) {
  .tinv-wishlist tfoot .tinvwl-to-left button.button.tinvwl-button.tinvwl-break-input.tinvwl-break-checkbox {
    padding: 15px 21px !important;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .tinv-wishlist tfoot .tinvwl-to-left select {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    float: right;
  }
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    margin-right: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .tinvwl-table-manage-list .product-quantity .quantity {
    width: 114px;
  }
}
@media only screen and (max-width: 640px) {
  .tinv-wishlist .product-thumbnail img {
    max-width: 40px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    text-align: left;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
    width: 200px !important;
  }
}
@media only screen and (max-width: 640px) and (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
    padding-left: 40px !important;
    width: 300px !important;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
    display: block;
    width: calc(100% - 40px) !important;
    margin-left: 50px;
    margin-top: 0;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action .tinvwl-txt {
    letter-spacing: 0;
  }
}
.woocommerce table.shop_table td.product-remove a:hover {
  background-color: transparent;
}

.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  word-break: break-word;
  display: initial;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .button1 {
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.woocommerce-MyAccount-content .return-to-shop {
  background-color: transparent;
}

.restore-item {
  text-decoration: underline;
}

.woocommerce-cart-form__contents {
  border-spacing: 0 15px;
  border: none;
  padding: 0 5px;
}
.woocommerce-cart-form__contents tr {
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  border: none;
  position: relative;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #EBEBEB;
}
.woocommerce-cart-form__contents tr td.product-thumbnail {
  border-radius: 8px 0 0 8px;
  padding-right: 10px;
}
.woocommerce-cart-form__contents tr td.product-remove {
  border-radius: 0 8px 8px 0;
}
.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}
.woocommerce-cart-form__contents tfoot th,
.woocommerce-cart-form__contents tfoot td {
  padding-top: 20px;
}
.woocommerce-cart-form__contents thead tr {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-cart-form__contents thead th,
.woocommerce-cart-form__contents thead td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.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 td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  font-size: 13px;
  line-height: 1;
}

.woocommerce td.product-name .wc-item-meta strong {
  font-weight: 600;
}

.woocommerce-order-pay #order_review td,
.woocommerce-order-pay #order_review th {
  width: 50%;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: none;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #e8e8e8;
  margin-top: -16px;
}

.woocommerce .woocommerce-password-strength {
  font-size: 13px;
  font-weight: 400;
}

.free-delivery {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #F9C01F;
  padding: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .free-delivery {
    max-width: 100%;
  }
}
.free-delivery img {
  display: block;
}
.free-delivery p {
  margin: 0;
  color: #020F1F;
  font-family: "Mulish";
  font-weight: 400;
  padding-left: 55px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .free-delivery p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .free-delivery p {
    font-size: 12px;
  }
}
.free-delivery p strong {
  text-transform: uppercase;
  font-weight: 500;
}
.free-delivery .delivery-img {
  position: absolute;
  left: 20px;
}

.woocommerce a.added_to_cart {
  color: #F9C01F !important;
  margin-left: -3px;
  background-color: white;
  border-radius: 4px;
}

.phone-products {
  border: 1px solid #EBEBEB;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 5px;
  white-space: nowrap;
  margin-left: 20px;
  background-color: white;
}
@media (max-width: 767px) {
  .phone-products {
    margin-top: 10px;
    padding: 10px;
    margin-left: 0;
  }
  .phone-products .header-text-right {
    display: block;
  }
}
.phone-products img {
  width: 12px;
}
.phone-products span,
.phone-products strong {
  color: #020F1F;
}
.phone-products .header-left-icon {
  background-color: #F9C01F;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  left: -16px;
}
@media (max-width: 767px) {
  .phone-products .header-left-icon {
    left: 0;
    position: relative;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
  margin-left: 0;
  vertical-align: bottom;
  content: "\f00c";
  line-height: 46px;
  font-size: 8px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  width: 100%;
  height: 100%;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    line-height: 38px;
  }
}

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

body .bapf_lcontainer {
  width: 100px;
  height: 100px;
}

.wrapp_mini_cart_listing .blockUI.blockOverlay:before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  background-position: center center;
  background-size: 50px;
}

.woocommerce-page .section-contact {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .woocommerce-page .section-contact {
    padding-top: 0;
  }
}

body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-login {
  border-radius: 10px;
  padding: 25px 15px;
  background-color: white;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
  font-size: 13px;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .tinvwl-txt {
  font-size: 13px;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .tinvwl-txt {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .tinvwl-txt {
    font-size: 11px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock {
  color: Red;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i {
  font-size: 13px;
  background-color: red;
  color: #fff;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i:before {
  content: "\e905";
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock i {
  margin-right: 5px;
  width: 17px;
  height: 17px;
  font-size: 8px;
}

.woocommerce-account-fields .form-row.create-account input[type=checkbox] {
  top: 0;
}

.woocommerce-shipping-fields #ship-to-different-address input[type=checkbox] {
  top: 0;
}
.woocommerce-shipping-fields #ship-to-different-address span {
  font-size: 15px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border: 1px solid #EBEBEB;
}

#review_form_wrapper {
  padding: 30px;
  background: rgba(247, 247, 247, 0.8745098039);
}
@media (max-width: 767px) {
  #review_form_wrapper {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  #review_form_wrapper {
    padding: 15px;
  }
}
#review_form_wrapper .required-field-message {
  margin-top: 10px;
}
#review_form_wrapper .comment-form-rating {
  margin-top: 0;
  padding: 0 10px;
  width: 100%;
}
#review_form_wrapper .wcpr-comment-form-images {
  width: 100%;
  padding: 0 10px;
}
#review_form_wrapper .comment-reply-title small {
  display: none !important;
}

.woocommerce #review_form #respond {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 1px;
}

body .kt-reviews-image-container {
  margin-bottom: 0;
  max-width: 100%;
  margin-top: 10px;
}
body .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
  justify-content: start;
}
body .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .review-images {
  height: 100px;
  width: auto;
}

body .big-review-images > .wcpr-close {
  font-size: 15px;
}
body .wcpr-next,
body .wcpr-prev {
  font-size: 25px;
}
body .wcpr-rotate {
  display: none !important;
}

body .kt-reviews-image-container:empty {
  padding: 0;
  margin: 0;
}

#comments .wcpr-overall-rating-and-rating-count {
  max-width: 600px;
}
@media (max-width: 767px) {
  #comments .wcpr-overall-rating-and-rating-count {
    max-width: 100%;
  }
}

body .wcpr-stars-count {
  padding-left: 0;
}

body .wcpr-filter-button:hover {
  text-decoration: none;
}

body .wcpr-filter-button {
  background-color: rgb(129, 129, 129);
}
@media (max-width: 960px) {
  body .wcpr-filter-button {
    font-size: 14px;
    margin: 7px 5px;
    padding: 9px 11px;
  }
}
@media (max-width: 767px) {
  body .wcpr-filter-button {
    font-size: 12px;
    margin: 4px 5px;
    padding: 7px 8px;
  }
}
@media (max-width: 960px) {
  body .wcpr-filter-container {
    padding: 10px;
  }
}
body .wcpr-filter-container ul.wcpr-filter-button-ul,
body .wcpr-filter-button-wrap {
  width: 160px;
}
body li.wcpr-filter-button-li,
body li.wcpr-filter-button-li a {
  width: 100%;
}
body p.woocommerce-noreviews {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
}
body .wcpr-filter-container .wcpr-filter-button.wcpr-active {
  background-color: #0c2f5a;
}
@media (max-width: 767px) {
  body .wcpr-stars-count .wcpr-row .wcpr-col-star {
    width: 80px;
  }
}
@media (max-width: 640px) {
  body .wcpr-stars-count .wcpr-row .wcpr-col-star {
    width: 69px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  body .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating:before {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  body .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating span:before {
    font-size: 12px;
  }
}
body .wcpr-stars-count .wcpr-row .wcpr-col-rank-count {
  text-align: right;
}
@media (max-width: 640px) {
  body .wcpr-stars-count .wcpr-row > div {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  body .wcpr-stars-count .wcpr-row .wcpr-col-process {
    width: calc(100% - 50px - 79px);
  }
}/*# sourceMappingURL=style.css.map */