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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #121212;
}
@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: "Poppins", sans-serif;
  color: #121212;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 42px;
  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: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
  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: 21px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 16px;
  }
}

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

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

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

p {
  margin: 15px 0;
  color: #495056;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #121212;
}
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: #121212;
  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: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #121212;
  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: #D5136E;
}
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: white;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #D5136E;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@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: #a60f56;
  color: white;
}

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

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

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #D5136E;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #D5136E;
  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: #D5136E;
}

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

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

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

:-ms-input-placeholder {
  color: #495056;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

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

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

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

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

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

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

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

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: #D5136E;
  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: #D5136E;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  background-color: #D5136E;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: #a60f56;
  color: white;
}

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

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

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

.button2 {
  background: #42CCCC;
  color: white;
}
.button2:hover {
  text-decoration: none;
  background-color: #2facac;
  color: white;
}

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

.btn-arrow {
  padding-right: 33px;
}
@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 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: #D5136E;
}

.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: "Poppins", sans-serif;
  position: relative;
  top: 2px;
  color: #D5136E;
}
@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: #D5136E;
}

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

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

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

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

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

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

.container-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: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1550px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.the-content img {
  max-height: 100%;
  height: auto;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  border-collapse: separate;
  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 td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.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;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table thead th {
  background-color: #F4F4F4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #495056;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(254, 234, 231) 0%, rgb(254, 234, 231) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 500;
  transition: background-size 0.2s;
  color: #121212;
}
.the-content li a:hover,
.the-content p a:hover {
  background-size: 2px 40px;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #121212;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #495056;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

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

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

.title-style p:first-child {
  color: #D2126C;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-style p:first-child {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.green-text {
  color: #D5136E;
}

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

.dark-blue {
  background-color: #42CCCC;
}

.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: #121212;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

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

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.page-error-centered button[type=submit],
.page-error-centered input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.page-error-centered button[type=submit] img,
.page-error-centered input[type=submit] img {
  width: 20px;
  height: 20px;
  display: block;
}
.page-error-centered #yith-ajaxsearchform .search-navigation input {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

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

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

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

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

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #D5136E;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

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

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

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

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

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

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

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

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

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

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

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

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

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

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

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

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid 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: #D5136E;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

.header {
  position: relative;
  z-index: 4;
}

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

.section {
  padding: 80px 0;
}
@media (max-width: 1100px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section.section-padd-small {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section.section-padd-small {
    padding-top: 10px;
  }
}

.section-small-p {
  padding: 40px 0;
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

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

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 13px;
  }
}

form.checkout.woocommerce-checkout .create-account label {
  color: #111111;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  form.checkout.woocommerce-checkout .create-account label {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  form.checkout.woocommerce-checkout .create-account label {
    margin-top: 0;
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

.wpfda-error span {
  display: inherit;
}

.mc4wp-alert {
  padding: 13px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
}
.mc4wp-alert p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 767px) {
  .mc4wp-alert p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mc4wp-alert p {
    font-size: 13px;
  }
}

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

.mc4wp-alert.mc4wp-success {
  border: none;
  background: #65bc51;
  color: white;
}
.mc4wp-alert.mc4wp-success p {
  color: white;
}

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

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

.discount_box {
  position: absolute;
  bottom: 68px;
  right: 0;
  display: inline-block;
  text-align: center;
}
.discount_box .save {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #d5136e;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.discount_box .save b {
  font-weight: 300;
}

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

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

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

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

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

.heading-large h2 {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .heading-large h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}
.heading-large h2 span {
  font-style: italic;
}

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

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

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

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

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

.small-note {
  padding: 15px 20px;
  background: #e7e7e7;
  border-radius: 5px;
  position: relative;
  padding-left: 40px;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .small-note {
    font-size: 12px !important;
  }
}
.small-note i {
  position: absolute;
  left: 15px;
  top: 16px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .small-note i {
    top: 16px;
  }
}
.small-note a {
  display: initial;
}

@media (max-width: 767px) {
  .section-contact {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-contact .container .contact-section-box {
    border-radius: 0;
  }
}

.wp-pagenavi {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 25px;
  }
}
.wp-pagenavi .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi li {
  margin: 1px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  background-color: #cfd0d0;
  margin: 0;
  margin-right: 2px;
  margin-left: 2px;
}
@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: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.wp-pagenavi span {
  background-color: #D5136E;
  color: white;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-size: 0;
}

.flex-blog {
  margin-top: 30px;
}
.flex-blog .article-item {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .flex-blog .article-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .flex-blog .article-item {
    width: 100%;
  }
}
.flex-blog .article-item span {
  font-size: 12px;
}
.flex-blog .article-item .image {
  height: 200px;
  background-color: rgba(223, 223, 223, 0.8745098039);
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .flex-blog .article-item .image {
    height: 180px;
  }
}

@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field::-webkit-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field:-ms-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field:-moz-placeholder {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mm-btn_next:after,
  .mm-btn_prev:before {
    width: 6px;
    height: 6px;
  }
}

.woocommerce div.product.product-type-variable .product-details > .price {
  display: none !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  font-size: 13px;
}
@media (max-width: 767px) {
  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    font-size: 12px;
  }
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content a {
  text-decoration: underline;
  font-size: inherit;
}

.header-top-flex {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 1300px) {
  .header-top-flex {
    padding: 10px 0;
  }
}
@media (max-width: 960px) {
  .header-top-flex .header-search {
    display: none;
  }
}

@media (max-width: 960px) {
  .header {
    background: rgb(244, 255, 255);
    background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  }
}

.header-bottom {
  background-color: #42CCCC;
}

@media (max-width: 767px) {
  header.header.on-scroll .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  }
}

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

@media (max-width: 480px) {
  .item-phone {
    display: none;
  }
}
.item-phone .header-left-icon {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #D5136E;
}
@media (max-width: 1550px) {
  .item-phone .header-left-icon {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .item-phone .header-left-icon {
    width: 29px;
    height: 29px;
  }
}
.item-phone .header-left-icon img {
  display: block;
  width: 18px;
  height: 20px;
}
@media (max-width: 1550px) {
  .item-phone .header-left-icon img {
    width: 14px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .item-phone .header-left-icon img {
    width: 13px;
    height: 13px;
  }
}

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

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

.SelectClass,
.SumoUnder {
  padding: 0;
  margin: 0;
}

.logo-img {
  display: block;
  width: 190px;
}
.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.12);
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(252, 252, 253, 0.12);
  border-radius: 5px;
  width: 567px;
}
@media (max-width: 1100px) {
  .search-header-wrap {
    max-width: 420px;
  }
}
@media (max-width: 960px) {
  .search-header-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
@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;
}
.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;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
  font-size: 13px;
}

.SumoSelect > .CaptionCont {
  border: none;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
}
.SumoSelect > .CaptionCont:hover {
  border: none;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border: none;
}

.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: "Poppins", sans-serif;
}

@media screen and (min-width: 960px) {
  .my-login:hover .wrapp_submenu {
    display: block;
  }
}

.item-header {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .item-header {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .item-header {
    padding-left: 0;
    margin-left: 15px;
  }
}
.item-header:first-child {
  padding-left: 0;
  margin-left: 0;
}
.item-header:first-child::before {
  display: none;
}
.item-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #EBEBEB;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .item-header::before {
    display: none;
  }
}
.item-header.fav-menu a:before {
  content: "" !important;
}
.item-header.my-login::before {
  content: 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: 31px;
  height: 26px;
}
@media (max-width: 1550px) {
  .cart-icon img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .cart-icon img {
    width: 20px;
    height: 23px;
  }
}

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

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

.header-bottom {
  padding: 5px 0;
  background-color: #42CCCC;
}
@media (max-width: 960px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom .flex {
  align-items: center;
  justify-content: space-between;
}

.header-bottom-flex {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0 20px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .header-bottom-flex {
    display: none;
  }
}
.header-bottom-flex ul {
  display: flex;
  align-items: center;
}
.header-bottom-flex li {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1300px) {
  .header-bottom-flex li {
    padding: 0 25px;
  }
}
@media (max-width: 1100px) {
  .header-bottom-flex li {
    padding: 0 14px;
  }
}
.header-bottom-flex li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 12px;
  width: 1px;
  background-color: #F4F4F4;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom-flex li:first-child::before {
  display: none;
}
.header-bottom-flex li.current-menu-item a:before {
  width: 100%;
}
.header-bottom-flex li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 0;
  color: #121212;
  position: relative;
}
@media (max-width: 1100px) {
  .header-bottom-flex li a {
    font-size: 13px;
  }
}
.header-bottom-flex li a:hover {
  text-decoration: none;
  color: #D5136E;
}
.header-bottom-flex li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #D5136E;
}

.header-contact {
  margin-left: auto;
}
.header-contact a {
  display: block;
  padding-left: 30px;
  line-height: 1;
  position: relative;
}
.header-contact a:hover {
  text-decoration: none;
}
.header-contact a:hover strong {
  color: #D5136E;
}
.header-contact a img {
  position: absolute;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-contact a span,
.header-contact a strong {
  line-height: 1;
  display: block;
}
.header-contact a span {
  font-size: 12px;
}
.header-contact a strong {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.header-mega-menu {
  width: 306px;
  position: relative;
}
@media (max-width: 1430px) {
  .header-mega-menu {
    width: 280px;
  }
}
@media (max-width: 1300px) {
  .header-mega-menu {
    width: 240px;
  }
}
.header-mega-menu:hover .menu-box {
  display: block;
}

.menu-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  padding-top: 1px;
}
.menu-box ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 40px;
}
@media (max-width: 1430px) {
  .menu-box ul {
    width: 100%;
    height: 400px;
    padding: 0;
    display: block;
  }
}
.menu-box li {
  border-bottom: 1px dashed #EBEBEB;
  margin: 0 1%;
  width: 31.333%;
}
@media (max-width: 1430px) {
  .menu-box li {
    width: 100%;
    margin: 0;
  }
}
.menu-box a {
  padding: 11px 0;
  position: relative;
  color: #121212;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .menu-box a {
    padding: 8px 15px 8px 15px;
    font-size: 13px;
  }
}
.menu-box a:hover {
  text-decoration: none;
  color: #D5136E;
}
.menu-box a:hover:after {
  color: #D5136E;
}

body .mega-menu-wrap ul.mega-menu > li {
  border-top: 1px dashed #EBEBEB !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body .mega-menu-wrap ul.mega-menu > li:first-child {
  border-top: none !important;
}
body .mega-menu-wrap ul.mega-menu > li > a {
  padding: 12px 17px !important;
  position: relative !important;
  color: #121212 !important;
  font-weight: 400 !important;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px !important;
}
@media (max-width: 1300px) {
  body .mega-menu-wrap ul.mega-menu > li > a {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }
}
body .mega-menu-wrap ul.mega-menu > li > a:hover {
  text-decoration: none;
  background-color: #F4F4F4;
}
body .mega-menu-wrap ul.mega-menu > li > a:hover:after {
  color: #D5136E;
}
body .mega-menu-wrap ul.mega-menu > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #495056;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  position: absolute;
  right: 13px;
  top: 16px;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    right: 9px;
    top: 14px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #676767;
  font-weight: 900;
}

body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 0 !important;
  min-height: 548px;
  border: 1px solid #d6d6d6;
  box-shadow: none !important;
  /* border-radius: 5px; */
  border-left: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1430px) {
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-height: 445px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  box-shadow: none;
}

@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px !important;
  }
}

@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 0 !important;
  }
}

.header-menu-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 305px);
  padding-left: 20px;
}
@media (max-width: 1430px) {
  .header-menu-centered {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1100px) {
  .header-menu-centered {
    justify-content: flex-end;
  }
}
.header-menu-centered ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1300px) {
  .header-menu-centered ul {
    justify-content: center;
    align-items: center;
  }
}
.header-menu-centered ul li {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1300px) {
  .header-menu-centered ul li {
    padding: 0 11px;
  }
}
.header-menu-centered ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 1px;
  background-color: #9b9b9b;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.3;
}
.header-menu-centered ul li:first-child::before {
  display: none;
}
.header-menu-centered ul li.current-menu-item > a {
  text-decoration: none;
  opacity: 0.5;
}
.header-menu-centered li a {
  line-height: 1;
  display: block;
  font-size: 15px;
  color: white;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 1550px) {
  .header-menu-centered li a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .header-menu-centered li a {
    font-size: 13px;
  }
}
.header-menu-centered li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 1100px) {
  .header-menu-right {
    display: none;
  }
}
.header-menu-right a {
  white-space: nowrap;
  display: block;
  position: relative;
  color: white;
  padding-left: 50px;
}
.header-menu-right a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 252, 253, 0.12);
  border-radius: 100%;
}
.header-menu-right a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header-menu-right span,
.header-menu-right p {
  line-height: 1.1;
  display: block;
  margin: 0;
  color: white;
}
.header-menu-right span {
  font-size: 12px;
}
.header-menu-right p {
  font-weight: 500;
  font-size: 16px;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  color: #2b2b2b;
  line-height: 1;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}

.triger-mega-menu {
  cursor: pointer;
  width: 100%;
  background-color: #D5136E;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media (max-width: 1300px) {
  .triger-mega-menu {
    font-size: 14px;
    padding: 15px 50px 15px 15px;
  }
}
.triger-mega-menu::before {
  content: "\f0ca";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .triger-mega-menu::before {
    right: 15px;
  }
}
.triger-mega-menu:hover {
  text-decoration: none;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
  -o-transform: rotate(-90deg); /* Opera */
}

@media only screen and (min-width: 1021px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
    color: #121212;
    font-weight: 500;
  }
}
#mega-menu-wrap-header_menu {
  background-color: transparent;
  position: absolute;
  top: 100%;
  z-index: 2;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu {
  background-color: white;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 307px;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu {
    width: 280px;
  }
}
@media (max-width: 1300px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu {
    width: 240px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item {
  padding: 15px 0;
  display: block;
  border-top: 1px dashed #e1e1e1;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item ul li.mega-menu-item {
  border-top: 1px dashed #e1e1e1;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item ul li.mega-menu-item:first-child {
  border-top: none;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item:first-child {
  border-top: none;
  padding-top: 0;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 4;
  padding: 40px 20px;
  box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.08);
  left: 100%;
  width: 700px;
  top: 0;
  background-color: white;
}
@media (max-width: 1300px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 10px;
  }
}

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

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

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

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 17px;
  }
}

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

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

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: none;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }
}

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

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

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}

.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: 0;
  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: #D5136E;
  padding: 15px 30px;
  display: block;
  text-align: center;
  line-height: 1;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
.wrapp_submenu .green-hover:hover {
  text-decoration: none;
  background-color: #a60f56;
}
.wrapp_submenu .btn.white {
  margin-top: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.wrapp_submenu .btn.white a {
  background-color: transparent;
  padding: 13px 30px;
  color: #D5136E;
  border: 2px solid #D5136E;
  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: #D5136E;
  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: #D5136E;
  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: #F4F4F4 !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: #121212 !important;
  font-weight: 300 !important;
}
.user-cart-details .item-cart a.remove:hover,
.wocommerce .user-cart-details .item-cart a.remove:hover {
  background-color: #42CCCC !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: #D5136E;
  font-weight: 500;
}
.product-summary .woocommerce-Price-amount span {
  color: inherit;
  font-weight: inherit;
}

.toCart {
  background-color: #D5136E;
  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: #a60f56;
}

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

.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: #D5136E;
  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: #495056;
}
.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: #495056;
  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: #D5136E;
}
.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
  background-color: #a60f56;
  color: white;
}
.autocomplete-suggestions .link-result a:hover {
  text-decoration: none;
}

.autocomplete-suggestion .yith_wcas_result_content .title {
  font-weight: 400;
  color: #121212;
  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: #D5136E;
  transition: 0.2s ease-out all 0.2s;
  width: 20px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #D5136E;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 20px;
}
.hamburger:before {
  top: 6px;
}
.hamburger:after {
  top: 20px;
}

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

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

.logo-footer {
  max-width: 190px;
}
@media (max-width: 960px) {
  .logo-footer {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .logo-footer {
    max-width: 125px;
    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: #121212;
  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: #42CCCC;
  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: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  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: #121212;
}

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

.mm-panel {
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}

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

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #EAFFFF;
}
.mm-navbars_bottom .mm-navbar {
  width: 100%;
  background-color: #EAFFFF;
  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: #D5136E;
}

.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-icon .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: #D8EDED;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  font-size: 10px;
  color: #121212;
}
@media (max-width: 767px) {
  .cart-icon .count-items,
  .wishlist_products_counter_number {
    top: -3px;
    right: -9px;
    width: 15px;
    height: 15px;
    padding: 0;
    min-height: 15px !important;
    line-height: 15px !important;
  }
}

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

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: none !important;
}

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

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

.cart-menu {
  position: relative;
}

.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;
}
.minicart-details a {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2;
  width: 200px;
}
@media (max-width: 1430px) {
  .minicart-details a {
    font-size: 13px;
  }
}
.minicart-details a:hover {
  text-decoration: none;
  color: #D5136E;
}
.minicart-details a span {
  display: block;
  font-weight: 400;
}
.minicart-details .quantity {
  font-size: 14px;
  font-weight: 600;
}
.minicart-details .quantity span {
  font-weight: inherit;
}
.minicart-details .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}
.minicart-details .pqnt-info sup {
  top: -5px;
  font-size: 100%;
}
.minicart-details .variation {
  display: block;
  width: 100%;
}

.product-subtitle {
  font-size: 16px;
  color: #D5136E;
  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 .btn {
  display: block;
  width: 100%;
  background-color: #D5136E;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #D8EDED;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
}
.minicart-bottom .buttons .btn:hover {
  text-decoration: none;
  background-color: #a60f56;
}

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

.item-mobile {
  display: none;
}
@media (max-width: 960px) {
  .item-mobile {
    display: block;
  }
}
.item-mobile .search-trigger {
  display: flex;
  align-items: center;
}
.item-mobile .search-trigger img {
  width: 23px !important;
}
@media (max-width: 767px) {
  .item-mobile .search-trigger img {
    width: 17px !important;
  }
}

.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: white;
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
}

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

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

.aws-container .aws-search-form .aws-form-btn {
  background-color: white;
  border: none;
}

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

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

@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: #D5136E;
  display: block;
  top: 12px;
  z-index: 2;
}
@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: "Poppins", sans-serif;
  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: #D5136E;
  box-shadow: none;
}

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

.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: #D5136E;
  padding: 12px 30px;
}
.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 18px;
  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: 20px;
  width: auto;
  margin-left: 5px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 18px;
  }
}
.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
  display: 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;
}
.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;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  position: absolute;
  color: #121212 !important;
  top: 0;
  right: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin-left: auto;
  position: relative;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity span {
  font-weight: inherit;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 14px;
  width: 21px;
  line-height: 12px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 10px;
  top: 12px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 10px;
  top: 15px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info sup {
  top: 0;
  font-size: 50%;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
  width: 100%;
  text-align: right;
  padding: 12px 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 500;
  color: #121212;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  color: #D5136E !important;
  font-size: 17px;
  margin-left: auto;
  width: 13px;
  height: 13px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #121212 !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: #121212;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #D5136E;
}
.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: 13px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt * {
  line-height: 1em;
  color: #707070;
  font-size: 13px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd {
  float: left;
  line-height: 1em;
  margin-bottom: 3px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1em;
  color: #707070;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping {
  margin-top: 20px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
  text-decoration: underline;
  color: #D5136E;
}
@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: #121212;
}
@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: #fff;
  background-color: #D5136E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 13px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  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.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;
}

.footer {
  padding: 80px 0 20px;
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}
@media (max-width: 1430px) {
  .footer {
    padding: 60px 0 20px;
  }
}
@media (max-width: 960px) {
  .footer {
    padding: 45px 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;
}
@media (max-width: 960px) {
  .company-description {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .company-description {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

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

.newlstter-wrap {
  text-align: center;
  padding: 50px 0 80px;
}
@media (max-width: 1100px) {
  .newlstter-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 960px) {
  .newlstter-wrap {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .newlstter-wrap {
    padding: 30px 0;
  }
}

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

.newsletter-img {
  width: 73px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .newsletter-img {
    width: 60px;
  }
}
@media (max-width: 960px) {
  .newsletter-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .newsletter-img {
    width: 40px;
  }
}
.newsletter-img img {
  height: auto;
  width: auto;
}

.newsletter-text h2 {
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .newsletter-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .newsletter-text h2 {
    font-size: 20px;
  }
}
.newsletter-text p {
  margin-top: 10px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .newsletter-text p {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-footer-top {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact-footer-top {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .contact-footer-top {
    display: block;
  }
}

.footer-top-item {
  padding-left: 50px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .footer-top-item {
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top-item a {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-top-item {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.footer-top-item .title {
  display: block;
  line-height: 1.2;
  color: #495056;
}
@media (max-width: 960px) {
  .footer-top-item .title {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .footer-top-item .title {
    font-size: 12px;
  }
}
.footer-top-item .text {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
  margin: 0;
  color: #121212;
}
@media (max-width: 960px) {
  .footer-top-item .text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .footer-top-item .text {
    text-align: left;
    font-size: 13px;
  }
}
.footer-top-item a:hover {
  text-decoration: none;
}
.footer-top-item a:hover p.text {
  color: #D5136E;
}

.contact-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border: 2px solid #D5136E;
  color: #D5136E;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100%;
}
@media (max-width: 960px) {
  .contact-item-icon {
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
    margin: 0 auto 7px auto;
    padding: 0;
  }
}

.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=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 480px) {
  .mc4wp-form-fields input[type=submit] {
    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;
  }
}

.wrap_input input {
  padding-right: 150px;
  height: 62px;
}
@media (max-width: 480px) {
  .wrap_input input {
    padding-right: 20px;
    height: auto;
    padding-left: 14px;
  }
}

.wcmd-loading {
  background-size: 25px;
}

.wcmd-form .wcmd-validation {
  padding: 13px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.wcmd-form .wcmd-validation:empty {
  padding: 0;
}
.wcmd-form .wcmd-validation.error {
  border: none;
  background-color: #de0b0b;
  color: white;
}
.wcmd-form .wcmd-validation.success {
  border: none;
  background: #D5136E;
  color: white;
}

.mc4wp-form-fields {
  max-width: 505px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .mc4wp-form-fields {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1430px) {
  .footer-middle {
    flex-wrap: wrap;
  }
}

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

.title-bottom {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #121212;
}
@media (max-width: 960px) {
  .title-bottom {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .title-bottom {
    font-size: 15px;
  }
}

.footer-contact-info {
  display: flex;
}
@media (max-width: 960px) {
  .footer-contact-info {
    margin-top: 0;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer-contact-info {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .footer-company {
    width: 100%;
    margin-top: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
}
.footer-company .wrap-social {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .footer-company .wrap-social {
    padding-top: 5px;
  }
}
.footer-company .wrap-social li {
  padding-left: 0;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .footer-top-flex {
    display: block;
    text-align: center;
  }
  .footer-top-flex .col_70 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer-top-flex {
    text-align: left;
  }
}

@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;
  }
}
.footer-col-logo p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: white;
}
@media (max-width: 640px) {
  .footer-col-logo p {
    font-size: 14px;
  }
}

.footer-bottom-flex {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 960px) {
  .footer-bottom-flex {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .footer-bottom-flex {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .footer-col-contact {
    width: 33.33%;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .footer-col-contact {
    width: 100%;
  }
}

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

@media (max-width: 640px) {
  .footer-col-menu {
    width: 100%;
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .footer-col-menu.footer-col-first {
    width: 66.66%;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-col-menu.footer-col-first {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .footer-col-menu.footer-col-first {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .footer-col-menu.footer-col-menu-second {
    width: 33.33%;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-col-menu.footer-col-menu-second {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .footer-col-menu.footer-col-menu-second {
    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: 400;
  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;
}
@media (max-width: 767px) {
  .footer-col-menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .footer-col-menu ul li a {
    font-size: 12px;
  }
}
.footer-col-menu ul li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #D5136E;
}

.footer-menu-cols ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 480px) {
  .footer-menu-cols ul {
    margin: 0;
  }
}
.footer-menu-cols li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .footer-menu-cols li {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .footer-col-contact {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .footer-col-contact {
    width: 100%;
    text-align: center;
  }
}

.footer-contact {
  margin-left: auto;
}
@media (max-width: 960px) {
  .footer-contact {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .contact-footer {
    max-width: 200px;
    margin: 0 auto;
  }
}
.contact-footer li {
  margin-top: 14px;
  position: relative;
}
@media (max-width: 960px) {
  .contact-footer li {
    margin-top: 10px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
.contact-footer .icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .contact-footer .icon {
    position: relative;
    vertical-align: top;
    margin-right: 5px;
    width: 18px;
  }
}
.contact-footer a,
.contact-footer p {
  opacity: 0.8;
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  min-height: 24px;
  margin: 0;
  color: #121212;
  display: block;
}
@media (max-width: 960px) {
  .contact-footer a,
  .contact-footer p {
    display: inline-block;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .contact-footer a,
  .contact-footer p {
    text-align: left;
    width: calc(100% - 31px);
  }
}
.contact-footer a img,
.contact-footer p img {
  position: absolute;
  left: 0;
  display: block;
}
@media (max-width: 960px) {
  .contact-footer a img,
  .contact-footer p img {
    position: relative;
    width: 15px;
    margin-right: 8px;
    top: 3px;
  }
}
@media (max-width: 640px) {
  .contact-footer a img,
  .contact-footer p img {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .contact-footer a,
  .contact-footer p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .contact-footer a,
  .contact-footer p {
    font-size: 13px;
  }
}
.contact-footer a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact-footer img {
    width: 18px;
    height: auto;
    margin-right: 7px;
  }
}

.contact-footer-icon {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 767px) {
  .contact-footer-icon {
    position: relative;
    display: initial;
    top: 3px;
  }
}
@media (max-width: 640px) {
  .contact-footer-icon {
    top: 1px;
  }
}
.contact-footer-icon img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .contact-footer-icon img {
    width: 14px;
  }
}

.footer .flex-links {
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .footer .flex-links {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .footer .flex-links {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer .extra_icon {
    margin-top: 10px;
    width: 100%;
  }
}
.footer .extra_icon img {
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .extra_icon img {
    width: 120px;
  }
}

.social-footer {
  display: flex;
  flex-wrap: wrap;
}
@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 {
  border: 2px solid #D5136E;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  color: #D5136E;
}
.social-footer a:hover {
  text-decoration: none;
  background-color: #D5136E;
  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;
  }
}

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

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

.footer-copy {
  justify-content: space-between;
}
@media (max-width: 640px) {
  .footer-copy {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.footer-copy p {
  opacity: 0.5;
  font-size: 13px;
}
@media (max-width: 960px) {
  .footer-copy p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .footer-copy p {
    font-size: 11px;
  }
}
@media (max-width: 960px) {
  .footer-copy .col_50 {
    width: 100%;
    text-align: center;
  }
}
.footer-copy .required_logos .flex-logos {
  align-items: center;
}
@media (max-width: 960px) {
  .footer-copy .required_logos .flex-logos {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}
.footer-copy .required_logos .flex-logos .item {
  margin-left: 10px;
  max-width: 140px;
}
@media (max-width: 960px) {
  .footer-copy .required_logos .flex-logos .item {
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  .footer-copy .required_logos .flex-logos .item {
    max-width: 110px;
  }
}
@media (max-width: 400px) {
  .footer-copy .required_logos .flex-logos .item {
    max-width: 100px;
  }
}

@media (max-width: 960px) {
  .footer-copy-text {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .required-logos {
    width: 100%;
    justify-content: center;
  }
}
.required-logos .item {
  margin: 5px 10px;
}
.required-logos .item:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .required-logos .item:last-child {
    margin-right: 10px;
  }
}
.required-logos .item img {
  width: 150px;
  height: auto;
}
@media (max-width: 960px) {
  .required-logos .item img {
    width: 130px;
  }
}
@media (max-width: 640px) {
  .required-logos .item img {
    width: 110px;
  }
}

.slick-dotted {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: white;
  border-radius: 50%;
  opacity: 0.3;
}
.slick-dots li button::before {
  display: none !important;
}
@media (max-width: 640px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li.slick-active {
  border: 2px solid white;
}
.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  opacity: 1;
}
@media (max-width: 640px) {
  .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}

.section-trust {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .section-trust {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .trust-flex {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 640px) {
  .trust-flex {
    flex-wrap: wrap;
  }
}

.trust-icon {
  height: 66px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .trust-icon {
    margin-left: auto;
    margin-right: auto;
    height: 54px;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .trust-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 6px;
  }
}
.trust-icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .trust-icon img {
    width: 36px;
    margin-left: auto;
    margin-right: auto;
  }
}

.trust-box {
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  padding: 40px 35px;
  border-radius: 10px;
  bottom: 0;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  height: 100%;
}
.trust-box:hover {
  bottom: 10px;
}
@media (max-width: 767px) {
  .trust-box:hover {
    bottom: 0;
  }
}
@media (max-width: 960px) {
  .trust-box {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .trust-box {
    padding: 20px 12px;
  }
}

.trust-text {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .trust-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
  }
}

.trust-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #121212;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (max-width: 1300px) {
  .trust-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .trust-title {
    margin-top: 5px;
    margin-bottom: 7px !important;
  }
}
@media (max-width: 400px) {
  .trust-title {
    font-size: 14px;
  }
}

.trust-info {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .trust-info {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .trust-info {
    font-size: 12px;
  }
}

.trust-item.col_25 {
  position: relative;
}
@media (max-width: 767px) {
  .trust-item.col_25 {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 400px) {
  .trust-item.col_25 {
    width: 100%;
  }
}

.counter-flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .counter-flex {
    flex-wrap: wrap;
  }
}
.counter-flex .counter-item {
  width: 25%;
}
@media (max-width: 960px) {
  .counter-flex .counter-item {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .counter-flex .counter-item {
    width: 50%;
  }
}

.counter-item {
  display: block;
  position: relative;
  padding: 30px;
}
@media (max-width: 1430px) {
  .counter-item {
    padding: 0 15px;
  }
}
@media (max-width: 960px) {
  .counter-item {
    padding: 15px 10px;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .counter-item {
    display: block;
    padding: 10px 5px;
    text-align: center;
  }
}
.counter-item .title-huge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.3;
  font-size: 87px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: transparent;
}
@media (max-width: 960px) {
  .counter-item .title-huge {
    font-size: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -50px;
  }
}
@media (max-width: 640px) {
  .counter-item .title-huge {
    font-size: 42px;
    margin-left: 0;
  }
}
.counter-item p {
  position: relative;
  z-index: 1;
}

.counter-top {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .counter-top {
    text-align: center;
    justify-content: center;
  }
}
.counter-top span,
.counter-top p {
  font-size: 46px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 0.7;
  margin: 0;
}
@media (max-width: 1300px) {
  .counter-top span,
  .counter-top p {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .counter-top span,
  .counter-top p {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.counter-text {
  margin: 0;
  font-size: 18px;
  color: white;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-top: 4px;
}
@media (max-width: 960px) {
  .counter-text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .counter-text {
    font-size: 14px;
    font-weight: 500;
  }
}

.slick-vertical .slick-slide {
  border: none;
}

.hero-section {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 960px) {
  .hero-section {
    padding-top: 0;
  }
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .hero-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .hero-section .container .hero-slider {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .hero-section .container .hero-slider .hero-slide {
    border-radius: 0;
  }
}

.hero-section {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .hero-slider .slick-track {
    display: flex;
    align-items: stretch;
  }
}
.hero-slider .slick-dots {
  width: 20px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hero-slider .slick-dots {
    display: none !important;
  }
}

.hero-slider:not(.slick-slider) {
  height: 540px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .hero-slider:not(.slick-slider) {
    height: 440px !important;
  }
}
@media (max-width: 767px) {
  .hero-slider:not(.slick-slider) {
    height: 420px !important;
  }
}
@media (max-width: 640px) {
  .hero-slider:not(.slick-slider) {
    height: 315px !important;
  }
}

.hero-slide {
  height: 540px !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  align-items: center;
}
.hero-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .hero-slide::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 1300px) {
  .hero-slide {
    height: 440px !important;
  }
}
@media (max-width: 767px) {
  .hero-slide {
    height: auto !important;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .hero-slide {
    min-height: 1px;
    height: auto;
  }
}
.hero-slide .flex {
  padding-top: 70px;
}
@media (max-width: 1300px) {
  .hero-slide .flex {
    padding-top: 0;
    height: 100%;
    align-items: center;
  }
}

.bottom-hero {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px 110px 40px;
}
@media (max-width: 1300px) {
  .bottom-hero {
    padding-left: 90px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .bottom-hero {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .bottom-hero {
    padding: 10px 20px;
  }
}
.bottom-hero p {
  color: white;
  line-height: 1.2;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .bottom-hero p {
    font-size: 11px;
    text-align: center;
  }
}

.hero-text {
  max-width: 590px;
  position: relative;
  z-index: 1;
  padding: 40px 0 20px 110px;
}
@media (max-width: 1300px) {
  .hero-text {
    padding-left: 90px;
    max-width: 550px;
  }
}
@media (max-width: 960px) {
  .hero-text {
    padding: 20px 20px 20px 40px;
  }
  .hero-text h2:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hero-text {
    padding: 120px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .hero-text {
    padding: 60px 20px 120px 25px;
  }
}
.hero-text h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .hero-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .hero-text h2 {
    font-size: 20px;
  }
}
.hero-text h2 strong {
  font-weight: 700;
}
.hero-text p {
  font-size: 18px;
  margin: 10px 0 20px;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-text p {
    font-size: 15px;
    margin: 5px 0 12px;
  }
}
@media (max-width: 640px) {
  .hero-text p {
    font-size: 13px;
  }
}

.pink-line h2, .pink-line.title-advantage {
  position: relative;
}
.pink-line h2::before, .pink-line.title-advantage::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  width: 8px;
  height: 75%;
  border-radius: 2px;
  background-color: #D5136E;
  top: 5px;
}
@media (max-width: 1100px) {
  .pink-line h2::before, .pink-line.title-advantage::before {
    left: -16px;
    width: 5px;
  }
}

.title-hero {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  color: white;
}
.title-hero a {
  color: #D5136E;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
}
.title-hero a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border: 2px dashed #D5136E;
}
@media (max-width: 1430px) {
  .title-hero {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .title-hero {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.text-hero {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .text-hero {
    font-size: 16px;
  }
}

.tabs-search-content {
  max-width: 1060px;
}
@media (max-width: 1100px) {
  .tabs-search-content {
    max-width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  .tabs-search-content {
    padding-right: 0;
  }
}

.fa-whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
}

.tab-search {
  background-color: white;
  border: 1px solid #c6c6c6;
  padding: 25px 35px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
@media (max-width: 640px) {
  .tab-search {
    padding: 15px 20px 10px;
  }
}
@media (max-width: 480px) {
  .tab-search {
    padding-bottom: 50px;
  }
}

.search-hero {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .search-hero {
    margin-top: -90px;
  }
}
.search-hero .container {
  position: relative;
}

.flex-search {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 640px) {
  .flex-search {
    position: relative;
  }
}
.flex-search button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media (max-width: 1300px) {
  .flex-search button {
    padding: 16px 12px;
  }
}
@media (max-width: 767px) {
  .flex-search button {
    font-size: 12px;
  }
}
.flex-search button img {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .flex-search button img {
    display: none;
  }
}
.flex-search .SumoSelect > .CaptionCont {
  font-size: 14px;
  font-weight: 500;
}
.flex-search .SumoSelect > .CaptionCont {
  height: 48px;
}
.flex-search .SumoSelect.open .search-txt {
  padding: 0;
}
.flex-search .search-txt {
  padding: 0;
  height: 48px;
}
.flex-search .SumoSelect {
  border: 1px solid #EBEBEB;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding-left: 15px;
}

.SumoSelect.open .search-txt:hover, .SumoSelect.open .search-txt:focus, .SumoSelect.open .search-txt:active {
  background-color: transparent;
}

.search-col {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1300px) {
  .search-col {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .search-col {
    width: 50%;
    padding: 5px;
  }
  .search-col:last-child {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .search-col:last-child {
    width: 100%;
  }
}
.search-col img {
  display: block;
}

.search-image {
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 640px) {
  .search-image {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .search-image {
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    text-align: center;
  }
}
.search-image img {
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 640px) {
  .search-image img {
    position: relative;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  .search-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

.search-col-50 {
  width: 50%;
  padding: 10px;
}
@media (max-width: 767px) {
  .search-col-50 {
    padding: 5px;
    width: 100%;
  }
}
.search-col-50.align-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .search-col-50.align-right {
    display: block;
  }
}

.tabs-search {
  display: flex;
  margin-bottom: -1px;
}
@media (max-width: 640px) {
  .tabs-search {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.tabs-search li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .tabs-search li {
    padding: 0 4px;
  }
}
@media (max-width: 640px) {
  .tabs-search li {
    width: 100%;
  }
}
.tabs-search a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 192px;
  padding: 15px 20px;
  color: #616161;
  font-weight: 600;
  text-align: center;
  background-color: #EBEBEB;
  border-radius: 6px 6px 0 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 640px) {
  .tabs-search a {
    min-width: 1px;
    padding: 14px;
  }
}
.tabs-search a::before {
  width: 70%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.tabs-search a:hover {
  text-decoration: none;
  background-color: white;
}
.tabs-search img {
  display: block;
  margin-right: 5px;
}
.tabs-search img.active-icon {
  display: none;
}
.tabs-search li.active a {
  background-color: white;
  color: #121212;
}
.tabs-search li.active a::before {
  background-color: #D5136E;
}
.tabs-search li.active img.normal-icon {
  display: none;
}
.tabs-search li.active img.active-icon {
  display: block;
}

.checkboxes-item {
  margin: 10px;
}
@media (max-width: 767px) {
  .checkboxes-item {
    margin: 3px;
  }
}

.item-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.checkbox-input {
  position: relative;
  padding-left: 30px;
}
.checkbox-input input {
  left: 0;
  position: absolute;
}

.checkboxes-flex {
  display: flex;
}
@media (max-width: 767px) {
  .checkboxes-flex {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.whatsapp-right {
  position: absolute;
  bottom: 11px;
  left: 1075px;
}
@media (max-width: 1300px) {
  .whatsapp-right {
    left: 1090px;
  }
}
@media (max-width: 1100px) {
  .whatsapp-right {
    left: auto;
    right: 29px;
  }
}
@media (max-width: 640px) {
  .whatsapp-right {
    display: none;
  }
}
.whatsapp-right a {
  display: flex;
  align-items: center;
  padding: 15px;
  writing-mode: vertical-lr;
  background-color: #2F2F2F;
  color: white;
  font-weight: 500;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
}
.whatsapp-right a i {
  writing-mode: horizontal-tb;
  margin-right: 5px;
}
.whatsapp-right a:hover {
  text-decoration: none;
  background-color: #D5136E;
}

.tabs-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tabs-slider {
    margin-bottom: 20px;
  }
}
.tabs-slider a {
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tabs-slider a {
    font-size: 12px;
    padding: 0;
  }
}
.tabs-slider a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tabs-slider li {
  margin: 4px;
}
.tabs-slider li a.active {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .tabs-slider li a.active {
    box-shadow: none;
    color: #D5136E;
  }
}

@media (max-width: 640px) {
  .products-top-title {
    display: block;
  }
  .products-top-title .col_70,
  .products-top-title .col_30 {
    width: 100%;
    text-align: center;
  }
}

.top-border {
  position: relative;
}
.top-border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #EBEBEB;
}

.tdu-btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #121212;
  text-decoration: underline;
}
.tdu-btn:hover {
  color: #D5136E;
}

.text-banner {
  max-width: 270px;
  position: relative;
  z-index: 1;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #D5136E;
}

.banner-box {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 75px 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .banner-box {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .banner-box {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .banner-box {
    padding: 50px 20px;
  }
}
.banner-box:hover {
  text-decoration: none;
}
.banner-box:hover .button-line2 {
  background-color: white;
  color: #121212;
}
.banner-box h2 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .banner-box h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner-box h2 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .banner-box h2 {
    font-size: 16px;
  }
}
.banner-box p {
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .banner-box p {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .banner-box p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .banner-box p {
    font-size: 12px;
  }
}
.banner-box p.title-small {
  color: #D5136E;
}
@media (max-width: 1300px) {
  .banner-box p.title-small {
    line-height: 1;
  }
}
.banner-box .banner-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.banner-box .banner-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.small-section {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.small-section h2 {
  margin-bottom: 0;
}

.section-brands {
  padding: 20px 0;
}

.brands-slider {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 640px) {
  .brands-slider {
    margin-top: 30px;
  }
}
.brands-slider:not(.slick-initialized) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brands-slider:not(.slick-initialized) {
    height: 100px;
  }
}
.brands-slider:not(.slick-initialized) .brand-slide {
  width: 20%;
}
@media (max-width: 960px) {
  .brands-slider:not(.slick-initialized) .brand-slide {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .brands-slider:not(.slick-initialized) .brand-slide {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .brands-slider:not(.slick-initialized) .brand-slide {
    width: 50%;
  }
}

.brand-slide {
  padding: 10px;
}
.brand-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .brand-slide a {
    height: 80px;
  }
}
.brand-slide img {
  max-height: 100%;
  width: auto;
  height: auto;
}

.section-banners {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-banners .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-banners .flex {
    display: block;
  }
}
.section-banners .col_50 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-banners .col_50 {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .section-banners .col_50 h2:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .section-banners .col_50:last-child {
    margin-bottom: 0;
  }
}

.section-banner-full {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .section-banner-full {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-banner-full .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-big {
  border-radius: 10px;
  padding: 120px 40px 100px 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .banner-big {
    padding: 100px 40px 100px 60px;
  }
}
@media (max-width: 767px) {
  .banner-big {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .banner-big {
    padding: 50px 20px;
  }
}
.banner-big .tac {
  max-width: 400px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .banner-big .tac {
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-big h2 {
  margin: 0;
}
@media (max-width: 640px) {
  .banner-big h2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .banner-big p {
    color: #121212;
  }
}

.banner-image-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1100px) {
  .banner-image-right {
    width: 50%;
  }
  .banner-image-right img {
    height: 100%;
    max-width: 1000%;
    margin-left: -100px;
  }
}
@media (max-width: 640px) {
  .banner-image-right {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: auto;
    bottom: 0;
    justify-content: center;
  }
}

.links-list li {
  margin-top: 4px;
}
.links-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D5136E;
}
.links-list a {
  font-weight: 500;
  color: #121212;
  padding-left: 5px;
}
.links-list a:hover {
  text-decoration: none;
  color: #42CCCC;
}

@media (max-width: 480px) {
  .section-categories .col_50 {
    width: 100%;
  }
}

.home .categories-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 640px) {
  .categories-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.categories-list li {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 1100px) {
  .categories-list li {
    width: 33.333%;
  }
}
@media (max-width: 960px) {
  .categories-list li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .categories-list li {
    padding: 5px;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .categories-list li {
    width: 100%;
  }
}

.category-box {
  display: block;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  padding: 30px 0 25px 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .category-box {
    padding: 25px 0 20px 20px;
  }
}
@media (max-width: 640px) {
  .category-box {
    padding: 20px 15px 50px;
  }
}
.category-box:hover {
  border-color: #42CCCC;
  text-decoration: none;
}

.category-name {
  font-weight: 500;
  color: #121212;
}

.category-counter {
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .category-counter {
    font-size: 11px;
  }
}

.category-item-text {
  max-width: 165px;
  min-height: 100px;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 640px) {
  .category-item-text {
    min-height: 1px;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .category-item-text {
    max-width: 100%;
    text-align: center;
  }
}
.category-item-text span {
  display: block;
  line-height: 1.2;
}
.category-item-text .pink-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #D5136E;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .category-item-text .pink-btn {
    position: relative;
    margin-top: 12px;
    font-size: 12px;
  }
}

.category-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: right;
}
@media (max-width: 640px) {
  .category-image {
    height: 50%;
    top: auto;
    bottom: 0;
  }
}
.category-image:before {
  content: "";
  width: 100px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slider-arrows {
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media (max-width: 1300px) {
  .slider-arrows {
    bottom: 100%;
    right: 20px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 480px) {
  .slider-arrows {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slider-arrow {
  background-color: #D5136E;
  opacity: 0.5;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 5px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .slider-arrow {
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
  }
}
.slider-arrow:hover {
  opacity: 1;
}

.contact-section-box {
  background: rgb(191, 191, 191);
  background: linear-gradient(90deg, rgb(191, 191, 191) 0%, rgb(205, 213, 204) 68%, rgb(234, 234, 234) 100%);
  padding: 60px 80px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .contact-section-box {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .contact-section-box {
    padding: 40px 20px;
  }
}
.contact-section-box .form-row label {
  display: block;
  font-size: 14px;
}
@media (max-width: 640px) {
  .contact-section-box .form-row .col_50 {
    width: 100%;
  }
}

.contact-section-text {
  max-width: 613px;
  margin-left: auto;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1430px) {
  .contact-section-text {
    width: calc(100% - 400px);
  }
}
@media (max-width: 960px) {
  .contact-section-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.contact-section-text::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 105px;
  height: 105px;
  background-image: url("images/svg/ask.svg");
  background-repeat: no-repeat;
  background-size: 105px;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}
.contact-section-text textarea {
  height: 80px;
}

.contact-girl {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 532px;
}
@media (max-width: 1430px) {
  .contact-girl {
    width: 413px;
  }
}
@media (max-width: 960px) {
  .contact-girl {
    display: none;
  }
}
.contact-girl img {
  display: block;
}

@media (max-width: 767px) {
  .section-products .products-top-title {
    margin-bottom: 15px;
  }
}

.flex-col-image {
  align-items: stretch;
}
@media (max-width: 767px) {
  .flex-col-image {
    display: block;
  }
  .flex-col-image .col_50 {
    width: 100%;
  }
  .flex-col-image .col_50:first-child {
    margin-bottom: 40px;
  }
}
.flex-col-image .cover {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .flex-col-image .cover {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .flex-col-image .cover {
    height: 260px;
  }
}
.flex-col-image .the-content {
  padding-right: 50px;
  padding-top: 90px;
  padding-bottom: 50px;
  max-width: 540px;
}
@media (max-width: 1100px) {
  .flex-col-image .the-content {
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .flex-col-image .the-content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .flex-col-image .the-content {
    padding: 0;
  }
}
.flex-col-image .the-content p,
.flex-col-image .the-content span,
.flex-col-image .the-content label,
.flex-col-image .the-content li {
  font-weight: 300;
}
@media (max-width: 1100px) {
  .flex-col-image .the-content p,
  .flex-col-image .the-content span,
  .flex-col-image .the-content label,
  .flex-col-image .the-content li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flex-col-image .the-content p,
  .flex-col-image .the-content span,
  .flex-col-image .the-content label,
  .flex-col-image .the-content li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .flex-col-image .the-content p,
  .flex-col-image .the-content span,
  .flex-col-image .the-content label,
  .flex-col-image .the-content li {
    font-size: 13px;
  }
}
.flex-col-image .the-content p *,
.flex-col-image .the-content span *,
.flex-col-image .the-content label *,
.flex-col-image .the-content li * {
  font-size: inherit;
}
.flex-col-image .the-content p:first-child {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.flex-col-image.row-reverse .the-content {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 1100px) {
  .flex-col-image.row-reverse .the-content {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .flex-col-image.row-reverse .the-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .flex-col-image.row-reverse .the-content {
    padding: 0;
  }
}

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

@media screen and (max-width: 1100px) {
  .hero-woo {
    background-color: #F4F4F4;
  }
}
@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: "Poppins", sans-serif;
}
.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: #D5136E;
}

.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: #D5136E;
}
.button-chat span {
  color: #D5136E;
  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: #D5136E;
  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;
  background-color: #ececec;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  margin: 20px 0;
}

.trust-product-item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media (max-width: 960px) {
  .trust-product-item {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .trust-product-item:first-child {
    margin-top: 0;
  }
}
.trust-product-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dashed #EBEBEB;
}
@media (max-width: 960px) {
  .trust-product-item::before {
    display: none;
  }
}
.trust-product-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #EBEBEB;
}
@media (max-width: 960px) {
  .trust-product-item:after {
    display: none;
  }
}
.trust-product-item:first-child, .trust-product-item:nth-child(3) {
  padding-left: 0;
}
.trust-product-item:first-child::before, .trust-product-item:nth-child(3)::before {
  display: none;
}
.trust-product-item:first-child::after, .trust-product-item:nth-child(2)::after {
  display: none;
}
.trust-product-item:nth-child(3), .trust-product-item:nth-child(4) {
  padding-bottom: 0;
}
.trust-product-item p {
  font-size: 14px;
  color: #121212;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  opacity: 0.8;
}
@media (max-width: 960px) {
  .trust-product-item p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .trust-product-item p {
    font-size: 13px;
  }
}
.trust-product-item .icon {
  width: 30px;
  height: 26px;
  display: block;
}
.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 {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .berocket_single_filter_widget {
    padding: 15px 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 0;
  }
}
.berocket_single_filter_widget .bapf_ckbox .bapf_body {
  max-height: 360px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .berocket_single_filter_widget .bapf_ckbox .bapf_body {
    max-height: 10000px;
  }
}
.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: #D5136E;
}
.berocket_single_filter_widget li {
  position: relative;
}
.berocket_single_filter_widget.bapf_rst_sel {
  padding: 0;
  background-color: transparent;
  border: none;
}

.bapf_srch.bapf_button_icon .bapf_input {
  height: 54px;
  line-height: 1;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  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: #D5136E;
  width: 27px;
  text-align: left;
}

.bapf_head h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bapf_head h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .bapf_head h3 {
    font-size: 15px;
  }
}

.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: 10px !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: #F4F4F4;
  border: 1px solid #EBEBEB;
}

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

.bapf_slidr_jqrui .bapf_from span,
.bapf_slidr_jqrui .bapf_to span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .bapf_slidr_jqrui .bapf_from span,
  .bapf_slidr_jqrui .bapf_to span {
    font-size: 14px;
  }
}

.bapf_slidr_jqrui .bapf_to {
  float: right;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: #F4F4F4;
  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: #121212;
}

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_button.bapf_reset {
  background-color: #42CCCC;
  display: block;
  width: 100%;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block !important;
  padding: 16px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .bapf_button.bapf_reset {
    font-size: 14px;
    padding: 13px;
  }
}
.bapf_button.bapf_reset:hover {
  background-color: #D5136E;
  border-color: #D5136E;
  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 .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 .price-products {
  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 .warp-button {
    bottom: 100%;
    margin-bottom: 50px;
  }
  .wrapp_single_slider:hover .prod-img-a .cover {
    opacity: 0.6;
  }
}
.wrapp_single_slider .tinv-wraper.tinv-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.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: 12px;
  font-weight: 500;
  color: white;
  background-color: #D5136E;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapp_single_slider .sale {
    font-size: 10px;
    top: 0;
    left: 0;
  }
}
.wrapp_single_slider .woocommerce-Price-amount {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
}
.wrapp_single_slider .woocommerce-Price-amount * {
  font-weight: 600;
}
@media (max-width: 1100px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 13px;
  }
}
.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;
}
.wrapp_single_slider .prod_title a {
  font-size: 14px;
  line-height: 1.3;
  height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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: 15px;
    height: 58px;
  }
}
@media (max-width: 1100px) {
  .wrapp_single_slider .prod_title a {
    height: 46px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .prod_title a {
    font-size: 13px;
    height: 50px;
    margin-bottom: 5px;
  }
}
@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: #121212;
}
@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: 100%;
  background-size: contain;
}

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

.warp-button {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -85px;
  transform: translateY(50%);
  transition: all, 0.3s;
}
@media (max-width: 640px) {
  .warp-button {
    bottom: 0;
    position: relative;
    margin-top: 10px;
    transform: none;
  }
}
@media (max-width: 480px) {
  .warp-button {
    margin-top: 5px;
  }
}
.warp-button p {
  margin: 0;
}
.warp-button .added_to_cart {
  display: none !important;
}
.warp-button a {
  font-size: 14px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  text-align: center;
  background-color: #585858 !important;
}
@media (max-width: 640px) {
  .warp-button a {
    height: 40px;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .warp-button a {
    height: 36px;
    font-size: 12px !important;
  }
}
.warp-button a.add_to_cart_button {
  background-color: #D5136E !important;
}
.warp-button a.add_to_cart_button:hover {
  background-color: #D5136E !important;
}
.warp-button a.loading {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-image: url(images/loading-gif.gif) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  font-size: 0 !important;
}
.warp-button a.loading::before, .warp-button a.loading:after {
  content: none !important;
}
.warp-button a.added {
  font-size: 0 !important;
  background-image: url(images/svg/check-white.svg);
  background-position: calc(50% + 11px) center;
  background-repeat: no-repeat;
  background-size: 17px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
@media (max-width: 1430px) {
  .warp-button a.added {
    background-size: 17px;
  }
}
@media (max-width: 480px) {
  .warp-button a.added {
    background-size: 15px;
  }
}
.warp-button a.added:hover {
  background-color: #D5136E !important;
  background-image: url(images/svg/check-white.svg);
  background-position: calc(50% + 11px) center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.warp-button a:hover {
  background-color: #585858 !important;
  opacity: 1 !important;
}

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

.woocommerce-ordering {
  position: relative;
  width: 65.66%;
}
.woocommerce-ordering select {
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: white;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .woocommerce-ordering select {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-ordering:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 8px;
  z-index: 1;
}
@media (max-width: 640px) {
  .woocommerce-ordering:after {
    right: 10px;
    width: 11px;
    height: 6px;
  }
}

.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 {
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 640px) {
  .bottom-shop {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
.bottom-shop .woocommerce-result-count {
  margin-top: 0;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 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: #D5136E;
  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: #121212;
  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: 640px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 12px;
  }
}
.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: #121212;
  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: #F4F4F4;
    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 .wrap_sidebar {
  left: 0;
}
.filter-open .toggle-filters {
  display: block;
  opacity: 1;
}
.filter-open .cover-black {
  display: block;
  opacity: 1;
  z-index: 2;
}

.product-single-flex {
  display: flex;
  padding: 30px 0 60px;
}
@media (max-width: 1430px) {
  .product-single-flex {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .product-single-flex {
    display: block;
    padding: 25px 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: #F4F4F4;
    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: 45%;
  padding-right: 15px;
}
@media (max-width: 1430px) {
  .product-carousel {
    padding-right: 0;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product-carousel {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 55%;
  float: none;
  padding-left: 40px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
}
@media (max-width: 1430px) {
  .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;
    padding-top: 0;
  }
}
@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 {
    position: relative;
    padding-left: 40px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .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%;
    padding-left: 0;
    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;
  }
}
.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;
}
@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: 30px;
  }
}
@media (max-width: 767px) {
  .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: 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: 1px solid #a2e6e5;
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}
@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-error {
  border: 1px solid #e6a2a2;
  background: rgb(255, 244, 244);
  background: linear-gradient(180deg, rgb(255, 244, 244) 0%, rgb(255, 234, 234) 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;
}
@media (max-width: 1300px) {
  .slide-imgBig {
    height: 480px;
  }
}
@media (max-width: 960px) {
  .slide-imgBig {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .slide-imgBig {
    height: 320px;
  }
}
.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: 87px;
  height: 77px;
}

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

.carousel-top:not(.slick-slider) {
  height: 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;
  }
}

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

@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: #121212;
}

.title-product h1 {
  margin-bottom: 15px;
}

.stock_info span {
  line-height: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #121212;
  font-weight: 500;
}
@media (max-width: 960px) {
  .stock_info span {
    font-size: 14px;
  }
}

.woocommerce div.product .stock {
  color: #121212;
  margin: 0;
  padding-left: 22px;
  font-weight: 500;
  position: relative;
}
.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%;
}

.stock.in-stock {
  color: #121212;
}
.stock.in-stock:before {
  color: #43812c;
}

.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: #121212;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}
@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: 500;
}
.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: #121212;
  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: 2px;
  background-color: #121212;
  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;
}
.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  background-color: #F4F4F4;
}
@media (max-width: 1100px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: 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: #D5136E;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #a60f56;
}

.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: #D5136E;
  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% - 180px);
  height: 52px;
  font-weight: 500;
}
@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);
  }
}
.woocommerce div.product form.cart .button span {
  color: white;
}

.onsale-product {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #D5136E;
  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;
}

.group-form {
  display: flex;
  margin-bottom: 30px;
  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 .top-val .top-info {
  display: none;
}
.product-type-variable .woocommerce-variation-availability {
  margin: 0 0 20px !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: "Poppins", sans-serif;
  color: #121212;
  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: #121212;
  display: inline;
}
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
  text-decoration: none;
  color: #D5136E;
}

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

.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: "Poppins", sans-serif;
  color: #121212;
  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;
  }
}

.woocommerce-tabs {
  display: none;
  /*margin-bottom: 40px;

  @include desktop-s {
  	margin-bottom: 40px;
  }
  @include tablet-p {
  	margin-bottom: 30px;
  }
  */
}

.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: "Poppins", sans-serif;
  font-size: 14px;
}
@media (max-width: 480px) {
  .woocommerce .star-rating span {
    font-size: 12px;
  }
}

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

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

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

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

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #F4F4F4;
  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;
  }
}
.woocommerce #review_form #respond .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@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: 85px;
  float: left;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-product-rating {
    width: 63px;
  }
}

@media (max-width: 1430px) {
  .top-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .top-info {
    display: block;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .top-info {
    padding-bottom: 0;
    width: 100%;
    margin-top: 12px;
  }
}
.top-info a {
  text-decoration: underline;
  margin-left: 0;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.top-info a:hover {
  color: #D5136E;
}

@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: #D5136E;
  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: 20px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .woocommerce-variation {
    justify-content: start;
  }
}
.woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .woocommerce-variation .woocommerce-variation-availability {
    position: relative;
    width: 100%;
  }
}

.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: "Poppins", sans-serif;
  background-color: #D5136E;
  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: #a60f56;
  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-top: 0;
}

.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: flex;
  align-items: center;
  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: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

.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: #D5136E;
  box-shadow: none !important;
}
.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected span {
  color: #121212;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  margin: 0 0 0 10px;
  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;
}

.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: #D5136E !important;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}
@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 {
  width: 30%;
  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 {
  width: 86%;
  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 .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: #121212;
  font-family: "Poppins", sans-serif;
}
.product-details .price del span,
.product-details .price del bdi {
  color: #121212;
}
.product-details .price del .woocommerce-Price-amount {
  position: relative;
}
.product-details .price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #121212;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 14px;
}

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

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

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

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

.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: #a60f56;
  color: white;
}

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

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

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

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

.close_filter {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #D5136E;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  border: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .close_filter {
    display: flex;
  }
}
@media (max-width: 767px) {
  .close_filter {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 640px) {
  .close_filter svg {
    width: 10px;
  }
}

.filter_mobile.trigger-sidebar {
  display: none;
  width: 50%;
  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 screen and (max-width: 1020px) {
  .filter_mobile.trigger-sidebar {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .filter_mobile.trigger-sidebar {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .filter_mobile.trigger-sidebar {
    width: 100%;
  }
}
.filter_mobile.trigger-sidebar span {
  display: block;
  margin-left: auto;
}
.filter_mobile.trigger-sidebar span img {
  vertical-align: middle;
  width: 13px;
}
.filter_mobile.trigger-sidebar: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;
  }
}

@media screen and (max-width: 1020px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    width: 50%;
    padding-left: 10px;
  }
  .woocommerce .woocommerce-ordering select {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 350px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom.no-txt,
div.wishlist_products_counter.top_wishlist-custom.no-txt {
  height: 51px;
  width: 51px;
  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: 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 #D5136E;
}

.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: #F4F4F4;
  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: #121212;
}
.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: 767px) {
  .product-info.headings p {
    font-size: 15px;
  }
}
.product-info.headings p a {
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-info.headings p a {
    font-size: 15px;
  }
}
.product-info.headings .quantity {
  width: 130px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  box-ordinal-group: 3;
  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;
}
.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%;
}

.woocommerce 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: 15px;
  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: #121212;
  margin: 0;
}
.mobile-toggle .trigger-filter-btn {
  font-weight: 600;
  color: #121212;
  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: center;
  min-height: 52px;
}
@media (max-width: 1300px) {
  .filters-top {
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .filters-top {
    align-items: center;
  }
}
@media (max-width: 640px) {
  .filters-top {
    align-items: stretch;
  }
}
@media (max-width: 400px) {
  .filters-top .col_50 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .filters-top .col_50.filter_box {
    margin-bottom: 10px;
  }
}

.filter-zone {
  height: 100%;
}

.trigger-filter-btn {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  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: #D5136E;
    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: #D2126C;
  text-decoration: none;
}

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

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

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

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

.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a {
  text-align: center;
}
.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: #121212;
  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: #D5136E;
}
.tabs-product li.current::before {
  background-color: #D5136E;
}

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

.page-sidebar-flex {
  display: flex;
  padding: 50px 0 70px;
}
@media (max-width: 1300px) {
  .page-sidebar-flex {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .page-sidebar-flex {
    padding-top: 30px;
    display: block;
    padding-bottom: 30px;
  }
}

.plus-sidebar span {
  display: none;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media (max-width: 767px) {
  .plus-sidebar span {
    display: block;
  }
}
@media (max-width: 767px) {
  .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: #42CCCC;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .plus-sidebar {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .plus-sidebar {
    font-size: 14px;
    padding: 11px 11px 11px 40px;
  }
}
.plus-sidebar:hover {
  text-decoration: none;
}

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

.content-right {
  width: 70%;
  padding-left: 70px;
}
@media (max-width: 1100px) {
  .content-right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.content-right .the-content h1 {
  font-size: 36px;
}
@media (max-width: 1300px) {
  .content-right .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .content-right .the-content h1 {
    font-size: 30px;
  }
}
.content-right .the-content h2 {
  font-size: 30px;
}
@media (max-width: 1300px) {
  .content-right .the-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .content-right .the-content h2 {
    font-size: 24px;
  }
}

.sidebar-menu h3 {
  padding: 0 20px 0 40px;
}
@media (max-width: 1100px) {
  .sidebar-menu h3 {
    padding-left: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-menu h3 {
    display: none;
  }
}
.sidebar-menu .menu {
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  padding: 14px 16px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar-menu .menu {
    display: none;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .sidebar-menu .menu {
    padding: 10px;
  }
}
.sidebar-menu .menu a {
  color: #121212;
  display: block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  padding: 17px 20px;
}
@media (max-width: 1100px) {
  .sidebar-menu .menu a {
    padding: 15px 20px 15px 15px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .sidebar-menu .menu a {
    font-size: 13px;
    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 #e8e8e8;
}
.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%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sidebar-menu .menu li:after {
    font-size: 11px;
  }
}
.sidebar-menu .menu li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  top: -4px;
  border-radius: 10px;
  z-index: -1;
}
.sidebar-menu .menu li.current_page_item:before {
  background-color: #D5136E;
  z-index: 1;
}
.sidebar-menu .menu li.current_page_item:after {
  opacity: 1;
  z-index: 1;
  color: white;
}
.sidebar-menu .menu li.current_page_item a {
  position: relative;
  z-index: 1;
  opacity: 1;
  font-weight: 500;
  color: white;
}
.sidebar-menu .menu li.current_page_item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #D5136E;
  width: 4px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .sidebar-menu .menu li.current_page_item a::before {
    height: 20px;
  }
}
.sidebar-menu .menu li:hover a {
  opacity: 1;
}

.page-template-page-sidebar .trust-section {
  padding-top: 0;
}
.page-template-page-sidebar .trust-section .trust-flex {
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 1300px) {
  .page-template-page-sidebar .trust-section .trust-flex {
    padding-top: 25px;
  }
}

.accordion-header {
  display: block;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #121212;
  position: relative;
  padding: 25px 40px 25px 25px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .accordion-header {
    padding: 20px 40px 20px 20px;
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accordion-header {
    padding: 17px 40px 17px 15px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .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: 20px;
  top: 25px;
  width: 24px;
  background-color: #42CCCC;
  height: 24px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  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: 1300px) {
  .accordion-header:before {
    top: 21px;
  }
}
@media (max-width: 960px) {
  .accordion-header:before {
    top: 19px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .accordion-header:before {
    right: 15px;
    top: 14px;
    width: 22px;
    height: 22px;
  }
}

.accordion-hidden-content {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
  margin-top: -10px;
  padding-bottom: 10px;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 1300px) {
  .accordion-hidden-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
}
.accordion-hidden-content.active {
  display: block;
}
.accordion-hidden-content .the-content p,
.accordion-hidden-content .the-content span,
.accordion-hidden-content .the-content label,
.accordion-hidden-content .the-content li {
  font-size: 16px;
}
@media (max-width: 960px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 13px;
  }
}

.accordion-item {
  background-color: white;
  margin-top: 20px;
  border: 1px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-item.active {
  border-color: #42CCCC;
}
.accordion-item.active .accordion-hidden-content {
  display: block;
}
.accordion-item.active .accordion-header:before {
  background-color: #D5136E;
  transform: rotate(45deg);
}

.faq-question {
  padding: 40px;
  border: 1px solid #c9c9c9;
  background-color: #495056;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .faq-question {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .faq-question {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .faq-question {
    padding: 20px;
    text-align: center;
  }
}
.faq-question .the-content h2,
.faq-question .the-content h3,
.faq-question .the-content h4,
.faq-question .the-content h5,
.faq-question .the-content h6 {
  color: white;
  margin-top: 0;
}
.faq-question .the-content p,
.faq-question .the-content span,
.faq-question .the-content a,
.faq-question .the-content li {
  color: white;
}

.question-icon {
  width: 87px;
}
@media (max-width: 960px) {
  .question-icon {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .question-icon {
    width: 45px;
  }
}
@media (max-width: 480px) {
  .question-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.question-text {
  padding-left: 20px;
  width: calc(100% - 87px);
}
@media (max-width: 960px) {
  .question-text {
    padding-left: 13px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .question-text {
    padding-left: 0;
    width: 100%;
  }
}
.question-text h3 {
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .question-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .question-text h3 {
    font-size: 18px;
  }
}
.question-text p {
  margin: 0;
}

.faq-question {
  display: flex;
  margin-top: 65px;
}
@media (max-width: 960px) {
  .faq-question {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .faq-question {
    display: block;
  }
}
.faq-question * {
  color: white;
}

.question-links {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .question-links {
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .question-links {
    text-align: center;
    justify-content: center;
  }
}
.question-links a {
  color: white;
  font-weight: 600;
  display: flex;
  font-size: 18px;
  align-items: center;
}
@media (max-width: 640px) {
  .question-links a {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .question-links a {
    font-size: 16px;
  }
}
.question-links a:hover {
  text-decoration: none;
  color: #D5136E;
}
.question-links a:hover span {
  border-color: #D5136E;
}
.question-links span {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .question-links span {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .question-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .question-text h2 {
    font-size: 20px;
  }
}

.question-phone span {
  border: 2px solid rgba(214, 157, 52, 0.2);
  width: 50px;
  height: 50px;
  margin-left: 0;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .question-phone span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .question-phone span {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .question-phone span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .question-phone span {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 640px) {
  .question-phone span img {
    width: 13px;
    height: auto;
  }
}
.question-phone:hover span {
  border-color: #D5136E;
}

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

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

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

@media (max-width: 1300px) {
  .flex-contacts {
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-contacts .col_25 {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .flex-contacts .col_25 {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .flex-contacts .col_25 {
    width: 100%;
  }
}

.contact-top-item {
  padding: 0 25px 25px;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  height: 100%;
}
@media (max-width: 1300px) {
  .contact-top-item {
    padding: 0 12px 20px;
  }
}
@media (max-width: 960px) {
  .contact-top-item {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .contact-top-item {
    background-color: transparent;
    padding: 0;
    border: none;
    position: relative;
    min-height: 55px;
  }
}
.contact-top-item .icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D8EDED;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}
@media (max-width: 960px) {
  .contact-top-item .icon {
    margin-top: 0;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .contact-top-item .icon {
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    top: -5px;
    padding: 11px;
  }
}
@media (max-width: 480px) {
  .contact-top-item .text {
    padding-left: 49px;
  }
}
.contact-top-item .title {
  color: #D2126C;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 15px 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-top-item .title {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 480px) {
  .contact-top-item .title {
    text-align: left;
    margin: 0 0 3px;
  }
}
.contact-top-item ul {
  text-align: center;
}
@media (max-width: 480px) {
  .contact-top-item ul {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .contact-top-item ul li {
    font-size: 13px;
  }
}
.contact-top-item a:hover {
  text-decoration: none;
  color: #D5136E;
}

@media (max-width: 960px) {
  .contact-items {
    display: flex;
    flex-wrap: wrap;
  }
}

.title-contact {
  color: #D2126C;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-contact {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

.contact-wrap {
  padding: 70px 0;
  position: relative;
}
.contact-wrap .container {
  z-index: 1;
  position: relative;
}
@media (max-width: 960px) {
  .contact-wrap .tac.small-section {
    text-align: left;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .contact-wrap {
    padding-top: 10px;
  }
}

.contact-sidebar {
  padding-right: 40px;
}
@media (max-width: 960px) {
  .contact-sidebar {
    width: 100%;
    padding-right: 0;
  }
  .contact-sidebar .footer-social {
    margin-top: 0;
    justify-content: flex-start;
  }
}

.contact-left h3:first-child,
.contact-left h2:first-child {
  margin-top: 0;
}
@media (max-width: 960px) {
  .contact-left {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
    margin-left: 0;
    padding-top: 25px;
    border-top: 1px solid #EBEBEB;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .contact-left {
    margin-top: 25px;
  }
}

.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: 0;
    box-shadow: none;
    border: none;
  }
}
@media (max-width: 480px) {
  .contact-form {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
}
@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] {
  float: left;
}
@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: 480px;
}
@media (max-width: 960px) {
  .contact-sidebar-box {
    padding-top: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 960px) {
  .contact-sidebar-box .contact-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item {
    width: 100%;
  }
}

.contact-item {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .contact-item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact-item .contact-item-right {
    padding-left: 45px;
  }
}

.contact-image {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D5136E;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: white;
}
@media (max-width: 960px) {
  .contact-image {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 640px) {
  .contact-image {
    width: 34px;
    height: 34px;
  }
}

.contact-item-right {
  padding-left: 50px;
  padding-top: 4px;
}
.contact-item-right .contact-item-text {
  color: #121212;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-item-right .contact-item-info {
  color: #121212;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}
@media (max-width: 1550px) {
  .contact-item-right .contact-item-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-item-right .contact-item-info {
    font-size: 14px;
  }
}
.contact-item-right a.contact-item-info:hover {
  text-decoration: none;
  color: #D5136E;
}

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

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

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 15px;
}
.form-row span,
.form-row label,
.form-row li,
.form-row p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .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;
}

#popup-product .form-row .accept-terms .wpcf7-acceptance input[type=checkbox] {
  top: 5px;
}
@media (max-width: 767px) {
  #popup-product .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;
}

p.form-label {
  display: block;
  margin-bottom: 5px;
}

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

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

.hero-inner.hero-inner-product .inner-hero-text {
  border-bottom: none;
}
.hero-inner .inner-hero-text {
  border-bottom: 1px solid #EBEBEB;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .hero-inner .inner-hero-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-inner h1 {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .hero-inner h1 {
    font-size: 22px;
  }
}

.about-section1 {
  padding-top: 220px;
}
.about-section1 .breadcrumbs-section {
  margin-bottom: 20px;
}

.advantages-flex {
  justify-content: center;
  margin-top: 30px;
}
.advantages-flex .col_33 {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .advantages-flex {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .advantages-flex .col_33 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .advantages-flex .col_33 {
    width: 100%;
    margin-top: 20px;
  }
}

.item-advantage {
  padding: 30px;
  background-color: white;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  bottom: 0;
  position: relative;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .item-advantage {
    padding: 30px 20px;
  }
}
.item-advantage:hover {
  bottom: 10px;
}
@media (max-width: 767px) {
  .item-advantage:hover {
    bottom: 0;
  }
}

.title-advantage {
  font-weight: 500;
  color: #121212;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 1100px) {
  .title-advantage {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .title-advantage {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .title-advantage {
    font-size: 16px;
  }
}
.title-advantage.pink-line:before {
  top: 0;
  left: 0;
}

.woo-gradient {
  padding: 80px 0;
  background: #F4F4F4;
}
@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%;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .cart_left {
    width: 100%;
    padding-right: 0;
  }
}

.cart_right {
  width: 30%;
}
@media (max-width: 960px) {
  .cart_right {
    width: 100%;
  }
}

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

.woocommerce table.shop_table {
  border: 1px solid #EBEBEB;
  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: 500;
  text-transform: uppercase;
  color: #121212;
  line-height: 1.2;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  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 screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}
.woocommerce table.shop_table td.product-name a {
  font-weight: 400;
  color: #121212;
  line-height: 1.44;
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 14px;
  }
}
.woocommerce table.shop_table td.product-name p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
.woocommerce table.shop_table td.product-name .variation {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}
.woocommerce table.shop_table td.product-name .variation p {
  font-size: 13px;
}
.woocommerce table.shop_table td.product-price span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@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;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal span.price {
    text-align: right;
    font-weight: 600;
  }
}
.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    text-align: right;
    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%;
}
.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: #D5136E;
}

.note {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background-color: #f3e1c1;
  color: #121212;
  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: #42CCCC;
  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: #EAFFFF;
  color: #121212;
}

#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: #a60f56;
  color: white;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  padding: 20px 30px;
  border-radius: 5px;
}
@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 .form-row span,
.woocommerce-page .cart-collaterals .cart_totals .form-row span {
  display: block;
  text-align: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
@media 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-page .cart-collaterals .cart_totals .shop_table .cart-discount {
  color: #121212;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/close-red.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount {
  color: #121212;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount * {
  color: #121212;
}

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

#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0;
}
#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
  font-weight: 600;
  color: #121212;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
@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: #D5136E;
  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: #D5136E;
  font-size: 16px;
  color: white;
  padding: 18px 10px;
  font-weight: 500;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  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: #a60f56;
}

#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: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #121212;
  width: calc(100% - 42px);
}
@media (max-width: 960px) {
  .secure-payment p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .secure-payment p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .secure-payment p {
    font-size: 13px;
  }
}
.secure-payment p strong {
  color: #D5136E;
  font-weight: 700;
}
.secure-payment span {
  width: 42px;
}
.secure-payment span 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 (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;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive.cart tr td.product-subtotal .price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal .price {
    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: 30px;
  padding-left: 2em;
  box-shadow: none;
  border: none;
  color: white;
  background: #42CCCC;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .cart-empty.woocommerce-info {
    padding: 25px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cart-empty.woocommerce-info {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .cart-empty.woocommerce-info {
    padding: 15px;
    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: white;
  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: 600;
  border-radius: 5px;
  background-color: #D5136E;
  text-decoration: none;
}
@media (max-width: 640px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 14px !important;
  }
}
.return-to-shop a:hover,
.return-to-shop .button:hover {
  text-decoration: none;
  background-color: #a60f56;
  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: 16px;
  left: 27px;
}
@media (max-width: 1300px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 18px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 15px;
    height: 15px;
    top: 16px;
    left: 16px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
}
@media (max-width: 1300px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}
@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: 13px;
  left: 24px;
}
@media (max-width: 1300px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 18px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 15px;
    height: 15px;
    top: 16px;
    left: 17px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
}
@media (max-width: 1300px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
  }
}
.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 {
  color: #121212;
  font-weight: 400;
}

.woocommerce form.lost_reset_password label,
.woocommerce form.lost_reset_password p {
  font-size: 15px;
  margin-top: 0;
  color: #121212;
}
@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: 500;
}

.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;
  color: #121212;
  margin-left: auto;
}
.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: #121212;
}
@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: #D5136E;
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 14px;
  }
}
.woocommerce form.checkout_coupon button:hover,
.woocommerce form.login button:hover,
.woocommerce form.register button:hover {
  text-decoration: none;
  background-color: #a60f56;
  color: white;
}

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

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

.checkout-left {
  width: 66.6666666667%;
}
@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-right {
  width: 33.3333333333%;
  padding-left: 50px;
}
@media (max-width: 1300px) {
  .checkout-right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .checkout-right {
    margin-top: 20px;
  }
}

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

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

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

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

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

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

.woocommerce form .form-row .select2-container {
  line-height: 1;
  height: 52px;
}
@media (max-width: 767px) {
  .woocommerce form .form-row .select2-container {
    height: 41px;
  }
}

@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: #121212;
  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: "Poppins", sans-serif;
}
@media (max-width: 960px) {
  #ship-to-different-address * {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address * {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address * {
    font-size: 13px !important;
  }
}
@media (max-width: 960px) {
  #ship-to-different-address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address {
    font-size: 13px !important;
  }
}

.woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  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: #495056;
  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;
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
  }
}
.title-line:before,
#order_review_heading:before,
.woocommerce-checkout-payment h4:before {
  background-color: #D5136E;
  color: white;
  border-radius: 100%;
  line-height: 1;
  font-size: 16px;
  display: flex;
  width: 36px;
  height: 36px;
  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;
  }
}

.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;
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
}
.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: #d6e2e3 !important;
}
.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: "Poppins", sans-serif;
  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 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: #121212;
  font-weight: 600;
}
@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;
  }
}

.product-info.headings {
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .product-info.headings {
    font-size: 14px;
    padding-left: 0;
  }
}
.product-info.headings .variation {
  font-family: "Poppins", sans-serif;
}
.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: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 4px;
  position: absolute;
  left: 0;
}
@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 #d6e2e3;
  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: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: "Poppins", sans-serif;
}
.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media (max-width: 640px) {
  .woocommerce-checkout #payment ul.payment_methods li label::before {
    background-size: contain;
  }
}
.woocommerce-checkout #payment ul.payment_methods p {
  color: #121212;
  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_mobilpay label:before {
  background-image: url("images/svg/card.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_mobilpay label:before {
    width: 27px;
    height: 25px;
    background-size: contain;
  }
}

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

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

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

@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: #D5136E;
  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: #D5136E;
  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: #F4F4F4;
  padding: 20px;
  margin-top: 30px;
}
.woocommerce-order-overview .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-order-overview .woocommerce-Price-amount span {
  font-weight: 500;
}

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

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

.woocommerce-order-received h1 {
  display: none;
}

.order_placed_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .order_placed_wrap {
    display: block;
    position: relative;
  }
}
.order_placed_wrap .the-content {
  position: relative;
}
.order_placed_wrap .the-content::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  background-image: url("images/svg/check.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  background-color: #D5136E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .order_placed_wrap .the-content::before {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    background-size: 18px;
  }
}
.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 {
  background-color: #42CCCC;
  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(0, 0, 0, 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;
}
.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: #42CCCC;
  padding: 30px 20px 10px 20px;
  color: white;
  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: #42CCCC !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: #121212;
  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 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: 50px !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: #121212;
  font-size: 16px;
  padding-left: 4px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name {
  width: 360px;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name {
    width: 100%;
    padding-right: 30px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name a {
  font-weight: 500;
  color: #121212;
  font-family: "Poppins", sans-serif;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  color: #121212;
  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 {
    margin-left: 10px;
    width: 120px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button {
  background-color: #D5136E;
  padding: 12px 15px;
  color: white !important;
  display: block;
  white-space: nowrap;
  height: 100%;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover {
  background-color: #a60f56 !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover span {
  color: white !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
  color: white !important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
    font-size: 13px !important;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
    font-size: 12px !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: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name,
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 100%;
    padding-left: 50px;
  }
}

.tinv-wishlist.woocommerce .product-quantity {
  text-align: left;
}

.tinv-wishlist .product-stock p {
  display: block;
  padding: 0;
  margin: 0;
}

.tinvwl-input-group .form-control,
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
  display: block;
  height: auto;
  width: 300px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
}

.tinvwl-input-group-btn button {
  height: auto;
  line-height: 1;
  padding: 18px 32px !important;
  background-color: #D5136E !important;
  margin-left: 10px;
}
.tinvwl-input-group-btn button:hover {
  background-color: #a60f56 !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: #a60f56;
  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: 30px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  word-break: break-word;
  display: initial;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .button2 {
  margin-right: 10px;
}
.woocommerce-MyAccount-content .return-to-shop {
  background-color: transparent;
}

.restore-item {
  text-decoration: underline;
}

.woocommerce-cart-form__contents {
  border-spacing: 0 10px;
  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: 400;
}

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

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

.woocommerce .woocommerce-password-strength {
  font-size: 13px;
  font-weight: 400;
}

.free-delivery {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #D5136E;
  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: #121212;
  font-family: "Poppins", sans-serif;
  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: #D5136E !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: #121212;
}
.phone-products .header-left-icon {
  background-color: #D5136E;
  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 {
  content: none;
}

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

body .bapf_lcontainer {
  width: 100px;
  height: 100px;
}

.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: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  border: 1px solid #a2e6e5;
}

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

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

.woocommerce table.shop_table.account-orders-table {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.woocommerce-MyAccount-navigation ul {
  background: rgb(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
  padding: 14px 16px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 5px 16px;
  }
}
.woocommerce-MyAccount-navigation a {
  padding: 16px 40px 16px 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation a {
    padding: 12px 40px 12px 33px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 13px;
  }
}
.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 4px 0 7px;
  position: relative;
  border-top: 1px dashed #EBEBEB;
}
.woocommerce-MyAccount-navigation li:first-child {
  margin-top: 0;
  border-top: none;
}
.woocommerce-MyAccount-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation li:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 8px);
  top: -4px;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation li:after {
    height: 100%;
    top: 0;
  }
}
.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: white;
}
.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: #D5136E;
}
.woocommerce-MyAccount-navigation li.is-active a:after {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation li.is-active a:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  background-color: #D5136E;
  width: 4px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation li.is-active a:before {
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation a {
  display: block;
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a {
  color: #121212;
  z-index: 1;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active::before {
  opacity: 1;
  z-index: 1;
  background-color: transparent;
  background-image: url("images/svg/account1.svg");
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active:after {
  opacity: 0.58;
  z-index: 0;
  background-color: transparent;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:after {
  z-index: 0;
  opacity: 0.58;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:before {
  display: none;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist {
  opacity: 1;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  opacity: 1;
  z-index: 3;
  color: white !important;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist::before {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist:after {
  opacity: 1;
  z-index: 2;
  background-color: #D5136E;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:after {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  background-image: url("images/svg/heart2a.svg");
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  color: #121212;
}

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

.woocommerce-MyAccount-navigation-link--dashboard:before {
  width: 20px;
  height: 24px;
  background-image: url("images/svg/account1.svg");
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--dashboard:before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation-link--dashboard.is-active::before {
  background-image: url("images/svg/account1a.svg");
}

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

.woocommerce-MyAccount-navigation-link--edit-address:before {
  width: 24px;
  height: 24px;
  background-image: url("images/svg/account3.svg");
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-address:before {
    width: 20px;
    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: 18px;
  height: 28px;
  background-image: url("images/svg/account4.svg");
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-account:before {
    width: 15px;
    height: 22px;
  }
}
.woocommerce-MyAccount-navigation-link--edit-account.is-active::before {
  background-image: url("images/svg/account4a.svg");
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  width: 23px;
  height: 20px;
  background-image: url("images/svg/heart2.svg");
}
@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
    width: 20px;
    height: 18px;
  }
}
.woocommerce-MyAccount-navigation-link--tinv_wishlist.is-active::before {
  background-image: url("images/svg/heart2a.svg");
}

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

.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 #D5136E;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121212;
  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: #D5136E;
  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(244, 255, 255);
  background: linear-gradient(180deg, rgb(244, 255, 255) 0%, rgb(234, 255, 255) 100%);
}

.box_form_account {
  max-width: 580px;
  padding-top: 150px;
  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 {
  background-color: white;
  padding: 48px 45px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1100px) {
  .box_form_account .wrap_box {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 640px) {
  .box_form_account .wrap_box {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
.box_form_account .wrap_box button[type=submit],
.box_form_account .wrap_box input[type=submit] {
  display: block;
  width: 100%;
}
.box_form_account .woocommerce form.checkout_coupon,
.box_form_account .woocommerce form.login,
.box_form_account .woocommerce form.register {
  padding: 0;
  margin: 0;
}
.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;
}

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

.tabs-selectors {
  display: 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: #121212;
}
.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: #D5136E;
}

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

.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #495056 !important;
}
@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: #495056 !important;
}
.woocommerce-privacy-policy-text p a:hover {
  color: #D5136E !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;
  color: #121212;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.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: #42CCCC;
  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: 17px;
  }
}
@media (max-width: 767px) {
  .mobile-account a {
    font-size: 16px;
    padding: 12px 30px 12px 20px;
  }
}
@media screen and (max-width: 640px) {
  .mobile-account a {
    font-size: 14px;
  }
}
.mobile-account a a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mobile-account a {
    display: block;
  }
}
.mobile-account a i {
  margin-right: 5px;
}

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

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

.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 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: 500;
  border-radius: 5px;
  background-color: #D5136E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .flex-account-nav button.button {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex-account-nav button.button {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.flex-account-nav button.button:hover {
  text-decoration: none;
  background-color: #a60f56;
  color: white;
}
.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 screen and (max-width: 640px) {
  .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 screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .addresses {
    display: block;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
  background-color: white;
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  float: none;
  box-shadow: 0px 0px 5px 5px rgba(99, 99, 99, 0.05);
}
@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
  }
}
@media screen and (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 .tinvwl-table-manage-list .product-quantity {
  display: none;
}
.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list tfoot {
  display: none;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message {
  background-color: white;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a {
  text-decoration: underline;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a.button {
  text-decoration: none;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info::before {
  content: "\f05a";
}
.flex-account-nav .woocommerce-MyAccount-content label {
  line-height: 1.2 !important;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 14px;
  }
}
@media screen and (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: #121212;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .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: #a60f56;
  color: white !important;
}
.flex-account-nav .woocommerce-MyAccount-content p a:hover {
  color: #D5136E;
}
.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 screen and (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 screen and (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 screen and (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button span {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinv-wishlist table.tinvwl-table-manage-list tr {
    background-color: #F4F4F4;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
  max-width: 240px;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    max-width: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-to-left + .tinvwl-to-right {
    display: none;
  }
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-to-left:not(:empty) {
    float: none;
    width: 100%;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th span {
  font-weight: inherit;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders {
  /*.woocommerce-orders-table__cell-order-actions,
  .woocommerce-orders-table__header-order-actions {
  	text-align: right;
  	padding-right: 0;
  }*/
}
@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 td,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th {
  border-color: #EBEBEB !important;
}
.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 .woocommerce-Price-amount {
  font-weight: 600;
  color: #121212;
}
.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: 600;
  color: #121212;
}
@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: #fbfbfb;
}
@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: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  font-weight: 500;
  color: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
  font-size: 13px;
  color: #121212;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #121212;
}
.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: #D5136E;
  color: white;
  line-height: 1;
  font-size: 13px;
  border-radius: 4px;
  margin: 2px;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  background-color: #D5136E;
  color: white;
}
.flex-account-nav .tinv-wishlist .product-stock p {
  text-align: center;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: block;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 13px;
  }
}
.flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
  width: 17px;
  margin-right: auto;
  margin-left: auto;
  height: 17px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock span {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-right: 8px;
  }
}
.flex-account-nav .tinv-wishlist .product-stock p {
  width: 80px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock p {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
}
.flex-account-nav .tinv-wishlist table th,
.flex-account-nav .tinv-wishlist table td {
  padding: 20px 13px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th,
  .flex-account-nav .tinv-wishlist table td {
    padding: 9px 13px;
  }
}
.flex-account-nav .tinv-wishlist table th.product-price,
.flex-account-nav .tinv-wishlist table td.product-price {
  width: 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;
  }
}

@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: "Poppins", sans-serif;
  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: 500;
  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: 500;
}
.title-dash a,
.section_title a {
  text-decoration: underline;
}
.title-dash a:hover,
.section_title a:hover {
  color: #D5136E;
}

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

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

.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #D5136E;
  padding: 3px;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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: #121212;
  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;
}

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

.woocommerce-MyAccount-orders {
  background-color: 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;
}
.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;
  }
}

.full_page {
  min-height: 100vh;
}
.full_page .full-height {
  height: 100%;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  border-collapse: separate;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list {
    background-color: transparent;
    padding: 0;
  }
}

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

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-heart:before,
.tinvwl_all_cart_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 26px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  margin-left: -12px;
  margin-top: -12px;
}

.tinv-wraper.tinv-wishlist {
  height: 55px;
}

.tinvwl-estimate-wrap {
  display: none;
}

.tinv-wishlist table {
  z-index: 1;
}

.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: "Poppins", sans-serif;
  font-weight: 400;
}

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

.question-header {
  display: block;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #121212;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
}
.question-header strong {
  font-weight: 500;
}
.question-header:hover {
  text-decoration: none;
  opacity: 0.7;
}
.question-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 24px;
  height: 24px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 1300px) {
  .question-header:before {
    top: 21px;
  }
}
@media (max-width: 960px) {
  .question-header:before {
    top: 19px;
  }
}
@media (max-width: 767px) {
  .question-header:before {
    right: 15px;
    top: 14px;
    width: 22px;
    height: 22px;
  }
}

.question-hidden-content {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
  margin-top: -10px;
  padding-bottom: 20px;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 1300px) {
  .question-hidden-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
}
.question-hidden-content p {
  margin: 0;
  color: #121212;
  font-size: 15px;
}
@media (max-width: 960px) {
  .question-hidden-content p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .question-hidden-content p {
    font-size: 13px;
  }
}
.question-hidden-content.active {
  display: block;
}
.question-hidden-content .the-content p,
.question-hidden-content .the-content span,
.question-hidden-content .the-content label,
.question-hidden-content .the-content li {
  font-size: 15px;
}
@media (max-width: 960px) {
  .question-hidden-content .the-content p,
  .question-hidden-content .the-content span,
  .question-hidden-content .the-content label,
  .question-hidden-content .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .question-hidden-content .the-content p,
  .question-hidden-content .the-content span,
  .question-hidden-content .the-content label,
  .question-hidden-content .the-content li {
    font-size: 13px;
  }
}

.item-question {
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  border-radius: 10px;
}
.item-question:first-child {
  margin-top: 0;
}
.item-question.active {
  border-color: #D5136E;
}
.item-question.active .accordion-hidden-content {
  display: block;
}
.item-question.active .accordion-header:before {
  transform: rotate(45deg);
}

.sidebar-box {
  background: rgb(234, 234, 234);
  background: linear-gradient(6deg, rgb(234, 234, 234) 0%, rgb(193, 193, 193) 100%);
  padding: 30px 20px 0;
  border-radius: 10px;
  max-width: 376px;
}
@media (max-width: 960px) {
  .sidebar-box {
    max-width: 100%;
  }
}
.sidebar-box .contact-section-text {
  width: 100%;
}

.sidebar-girl img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .flex-ask {
    display: block;
  }
}
.flex-ask .col_70 {
  padding-left: 50px;
  padding-top: 30px;
}
@media (max-width: 1300px) {
  .flex-ask .col_70 {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .flex-ask .col_70 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .flex-ask .col_30 {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.flex-questions {
  display: flex;
  align-items: flex-start;
  padding: 25px 40px 25px 25px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 1300px) {
  .flex-questions {
    padding: 20px 40px 20px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .flex-questions {
    padding: 17px 40px 17px 20px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .flex-questions {
    flex-wrap: wrap;
  }
}
.flex-questions span,
.flex-questions strong {
  display: block;
  line-height: 1.3;
  padding: 0 5px;
}
.flex-questions .user {
  width: 17%;
}
@media (max-width: 1300px) {
  .flex-questions .user {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .flex-questions .user {
    width: 100%;
  }
}
.flex-questions .subject {
  width: 50%;
}
@media (max-width: 1300px) {
  .flex-questions .subject {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .flex-questions .subject {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .flex-questions .subject {
    width: 60%;
  }
}
@media (max-width: 400px) {
  .flex-questions .subject {
    width: 100%;
  }
}
.flex-questions .date {
  width: 20%;
}
@media (max-width: 1300px) {
  .flex-questions .date {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .flex-questions .date {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .flex-questions .date {
    width: 30%;
  }
}
@media (max-width: 400px) {
  .flex-questions .date {
    width: 80%;
  }
}
.flex-questions .answer {
  width: 13%;
}
@media (max-width: 767px) {
  .flex-questions .answer {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .flex-questions .answer {
    width: 10%;
  }
}
@media (max-width: 400px) {
  .flex-questions .answer {
    width: 20%;
    text-align: right;
  }
}

@media (max-width: 640px) {
  .table-top-questions {
    display: none;
  }
}
.table-top-questions span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 1300px) {
  .table-top-questions span {
    font-size: 13px;
  }
}

.answer-item {
  margin-top: 20px;
  padding: 20px 20px 30px;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.question-box {
  margin: 10px 0;
}

.answer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #EBEBEB;
  min-height: 32px;
  align-items: center;
}
.answer-bottom p,
.answer-bottom span {
  font-size: 13px;
  color: #2F2F2F;
}
.answer-bottom p,
.answer-bottom .answer-date {
  opacity: 0.6;
}

.answer-user {
  padding-left: 40px;
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.answer-user .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.ask-row {
  margin-top: 30px;
}
.ask-row:first-child {
  margin-top: 0;
}

.white-box-question {
  background-color: white;
  border: 1px solid #EBEBEB;
  padding: 35px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .white-box-question {
    padding: 30px 20px;
  }
  .white-box-question .col_50 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */