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

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

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.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: #282828;
}
@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: #282828;
  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: 36px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

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

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: #0F0F0F;
}
@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: #282828;
}
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: #282828;
  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: #FAFAFA;
  color: #282828;
  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: #E51C6E;
}
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: #E51C6E;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 35px;
  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: #b91558;
  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: 16px;
  height: 16px;
  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: #E51C6E;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #E51C6E;
  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: #E51C6E;
}

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

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

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

:-ms-input-placeholder {
  color: #0F0F0F;
  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: #E51C6E;
}

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: #E51C6E;
  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: #E51C6E;
  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: 42px;
  background-color: #E51C6E;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 960px) {
  .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: #b91558;
  color: white;
}

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

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

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

.button2 {
  background: #552D84;
  color: white;
}
.button2:hover {
  text-decoration: none;
  background-color: #241337;
  color: white;
}

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

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

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

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

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

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

.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: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* 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: 767px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .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;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #FAFAFA;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #282828;
  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: #0F0F0F;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content ol li p {
  display: inline-block;
}
.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: 32px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .the-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .the-content h1 {
    font-size: 24px;
  }
}
.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: #E51C6E;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

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

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

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

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

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

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

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

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

.green-text {
  color: #E51C6E;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  width: auto;
  height: auto;
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  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: 960px) {
  .error-text .logo-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .error-text .logo-header {
    margin-bottom: 30px;
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 100px;
  line-height: 1em;
}
@media (max-width: 960px) {
  .error-text h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .error-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 40px;
  }
}

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

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 10px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p {
    line-height: 1.5em;
  }
}

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

.section_related,
.section-products,
.section-categories {
  overflow: hidden;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item:first-child {
  border-top: none;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  border-radius: 6px;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  height: 48px;
  border-radius: 6px;
  display: flex;
  font-weight: 500;
  line-height: 1;
  align-items: center;
}
@media (max-width: 1550px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    height: 42px;
  }
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    height: 40px;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:before {
  background-size: contain !important;
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:before {
    width: 20px !important;
    height: 20px !important;
  }
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  transform: rotate(-90deg);
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  margin-left: auto;
}

#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-weight: 600;
  font-size: 20px;
}

.box_slider {
  width: 100%;
  height: 607px;
  display: none;
}
@media (max-width: 1550px) {
  .box_slider {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  .box_slider {
    height: 507px;
  }
}
@media (max-width: 960px) {
  .box_slider {
    height: auto;
  }
}

#mega-menu-wrap-header_menu {
  padding: 10px;
  border-radius: 10px;
  height: 607px;
}
@media (max-width: 1550px) {
  #mega-menu-wrap-header_menu {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  #mega-menu-wrap-header_menu {
    height: 507px;
  }
}

#mega-menu-header_menu {
  overflow: auto;
  height: 607px;
}
@media (max-width: 1550px) {
  #mega-menu-header_menu {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  #mega-menu-header_menu {
    height: 507px;
  }
}

body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  height: 607px;
  top: -10px;
  border-radius: 20px;
  padding: 30px;
  background-color: #f5eefc;
}
@media (max-width: 1550px) {
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    height: 507px;
  }
}

#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-size: 15px;
  font-weight: 500;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 500;
  color: #E51C6E;
}

#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: 7px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#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:first-child {
  border-top: 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 {
  padding: 0;
  border: 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 h4 {
  padding: 7px 0;
  border: 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.mega-menu-item-type-widget.widget_media_image img {
  width: 100%;
  height: 420px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-column {
  padding: 0 10px;
  border: none;
}

.logo-header img {
  width: auto;
  display: block;
  height: auto;
}
@media (max-width: 960px) {
  .logo-header img {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .logo-header img {
    width: 130px;
  }
}

.header-second {
  background-color: #3C205D;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 960px) {
  .header-second {
    display: none;
  }
}
.header-second .flex_second {
  align-items: center;
}
.header-second .flex_second .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.header-second .flex_second .menu > li {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.header-second .flex_second .menu > li a {
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .header-second .flex_second .menu > li a {
    padding: 10px 6px;
  }
}
@media (max-width: 1300px) {
  .header-second .flex_second .menu > li a {
    font-size: 14px;
  }
}
.header-second .flex_second .menu > li a:hover {
  text-decoration: none;
  color: #bc9fde;
}
.header-second .flex_second .menu > li.current-menu-item > a {
  color: #b5b5b5;
}
.header-second .flex_second .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.header-second .flex_second .menu > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 8px;
  line-height: 1em;
}
.header-second .flex_second .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 1;
}
.header-second .flex_second .menu > li .sub-menu {
  position: absolute;
  background: #FFEBF3;
  left: 0;
  top: 100%;
  display: none;
  width: 200px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header-second .flex_second .menu > li .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFEBF3;
  position: absolute;
  left: 25px;
  top: -5px;
}
.header-second .flex_second .menu > li .sub-menu li {
  width: 100%;
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid rgba(107, 107, 107, 0.2509803922);
}
.header-second .flex_second .menu > li .sub-menu li:last-child {
  border-bottom: none;
}
.header-second .flex_second .menu > li .sub-menu li:before {
  content: none;
}
.header-second .flex_second .menu > li .sub-menu li a {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .header-second .flex_second .menu > li .sub-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .header-second .flex_second .menu > li .sub-menu li a {
    font-size: 12px;
  }
}
.header-second .flex_second .menu > li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.13);
}

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

.header-top-flex {
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 960px) {
  .header-top-flex {
    padding: 10px 0;
  }
}
.header-top-flex .header-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .header-top-flex .header-icons .my-login:hover .wrapp_submenu {
    display: block;
    z-index: 1;
  }
}
@media (max-width: 380px) {
  .header-top-flex .header-icons .my-login img {
    width: 17px;
    height: 22px;
  }
}
.header-top-flex .header-icons .item-header {
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
  /*&::before {
  	content: "";
  	display: block;
  	position: absolute;
  	left: 0;
  	height: 30px;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 1px;
  	background-color: $border--color1;
  	opacity: 0.5;
  	@include tablet-p {
  		display: none;
  	}
  }*/
}
@media (max-width: 1300px) {
  .header-top-flex .header-icons .item-header {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .header-top-flex .header-icons .item-header {
    padding-left: 0;
    margin-left: 15px;
  }
}
@media (max-width: 400px) {
  .header-top-flex .header-icons .item-header {
    margin-left: 11px;
  }
}
.header-top-flex .header-icons .item-header:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header-top-flex .header-icons .item-header:first-child::before {
  display: none;
}
.header-top-flex .header-icons .item-header .count-text {
  color: #282828;
  font-size: 15px;
  padding-left: 12px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .header-top-flex .header-icons .item-header .count-text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-top-flex .header-icons .item-header .count-text {
    display: none;
  }
}
.header-top-flex .header-icons .item-header.my-login {
  position: relative;
}
.header-top-flex .header-icons .item-header.my-login::before {
  content: none;
}
.header-top-flex .header-icons .item-header .cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  position: relative;
}
.header-top-flex .header-icons .item-header .cart-icon span {
  display: block;
}

@media (max-width: 380px) {
  .cart-icon img {
    width: 17px;
    height: 22px;
  }
}

span.wishlist_products_counter_number {
  font-size: 11px;
  position: absolute;
  top: -12px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  background-color: #E51C6E;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  span.wishlist_products_counter_number {
    top: -10px;
    right: -7px;
    width: 18px;
    height: 18px;
  }
}

.item-user span.wishlist_products_counter_text,
.item-user span.header-left-icon,
.item-user a,
.item-user img,
.fav-menu span.wishlist_products_counter_text,
.fav-menu span.header-left-icon,
.fav-menu a,
.fav-menu img {
  display: block;
  line-height: 1;
}

a.wishlist_products_counter.top_wishlist-custom {
  display: block;
}
@media screen and (max-width: 280px) {
  a.wishlist_products_counter.top_wishlist-custom {
    display: none;
  }
}
a.wishlist_products_counter.top_wishlist-custom img {
  width: 27px !important;
  height: 27px !important;
  max-width: 27px;
  max-height: 27px;
}
@media (max-width: 380px) {
  a.wishlist_products_counter.top_wishlist-custom img {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px;
    max-height: 22px;
    margin: 0 !important;
  }
}

.wrapp_submenu,
.user-cart-details {
  background-color: #FFEBF3;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  position: absolute;
  width: 300px;
  z-index: 99;
  display: none;
  top: 100%;
  right: -10px;
  max-height: 400px;
  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 #FFEBF3;
  position: absolute;
  top: -7px;
  right: 10px;
}

.user-cart-details {
  overflow: auto;
}

.main_link .header-left-icon {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .main_link .header-left-icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .main_link .header-left-icon img {
    width: 18px;
    height: auto;
  }
}

.wrapp_submenu {
  width: 180px;
  padding: 0;
}
.wrapp_submenu li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(107, 107, 107, 0.2509803922);
}
.wrapp_submenu li:last-child {
  border-bottom: none;
}
.wrapp_submenu li:before {
  content: none;
}
.wrapp_submenu li a {
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 1430px) {
  .wrapp_submenu li a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .wrapp_submenu li a {
    font-size: 12px;
  }
}
.wrapp_submenu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.13);
}

.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;
}
@media (max-width: 380px) {
  .cart-menu {
    margin-right: 3px;
  }
}
.cart-menu .count-items {
  font-size: 11px;
  position: absolute;
  top: -7px;
  left: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  background-color: #E51C6E;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cart-menu .count-items {
    top: -6px;
    right: -11px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 380px) {
  .cart-menu .count-items {
    left: 10px;
    font-size: 9px;
  }
}
.cart-menu .widget_shopping_cart_content {
  width: 550px;
  position: relative;
  right: -200%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .cart-menu .widget_shopping_cart_content {
    width: 90%;
  }
}
.cart-menu .widget_shopping_cart_content p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.cart-menu .widget_shopping_cart_content p.no-products {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content p.no-products {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .intro {
  background-color: #E51C6E;
  padding: 12px 30px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: flex;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 13px;
  }
}
.cart-menu .widget_shopping_cart_content .intro span img {
  height: 20px;
  width: auto;
  margin-left: 5px;
  top: 3px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 15px;
  }
}
.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro .close-right img {
    width: 10px;
    height: auto;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
  display: flex;
  flex-basis: 0%;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 30px;
  text-align: left;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 20px 15px 20px 15px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-right: 25px;
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
    padding-right: 0;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
  width: 60px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
    width: 50px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image img {
  display: block;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image .product_img {
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  color: #282828 !important;
  font-size: 17px;
  margin-left: auto;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 2px;
  top: calc(50% - 13px);
  /* height: 100%; */
  line-height: 1em;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
    font-size: 14px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
    width: 80px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
    width: 100%;
    padding-left: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
    margin-left: 0;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity span {
  font-weight: inherit;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-color: #e7e7e7;
  background: #fff;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
    height: 43px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type=number] {
    height: 35px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 100%;
  width: 30px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
    font-size: 10px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 0;
  top: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 0;
  top: 0;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info sup {
  top: 0;
  font-size: 50%;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
  width: 100%;
  text-align: right;
  padding: 0 0 5px 0;
  color: #E51C6E;
  font-weight: 500;
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: auto;
  }
}
@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: 100%;
    text-align: left;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 500;
  color: #E51C6E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  color: #E51C6E !important;
  font-size: 17px;
  margin-left: auto;
  width: 13px;
  height: 13px;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
    top: 60px;
    right: auto;
    left: 18.5px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #282828 !important;
  background-color: transparent !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 180px);
  padding-left: 10px;
  line-height: 1.2em;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    width: calc(100% - 130px);
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    width: calc(100% - 50px);
    margin-bottom: 2px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details a:hover {
  text-decoration: none;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details a {
  padding-right: 10px;
  display: inline;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #282828;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #E51C6E;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation {
  color: #E51C6E;
}
.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: #E51C6E;
  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: #E51C6E;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .variation-Opiuniposter * {
  margin: 0;
  font-size: 12px;
  line-height: 1em;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .wcpa_cart_type_file img,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .variation-ncarcposter img {
  display: none !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .wcpa_cart_type_file *,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .variation-ncarcposter * {
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation .wcpa_cart_price {
  display: none !important;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping {
  margin-top: 20px;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  width: 100%;
  background-color: #b1b1b1;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  border-radius: 32px;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 12px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:after {
  content: "" !important;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 27px;
  display: inline;
  height: 20px;
  background-image: url(images/svg/long-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  display: inline-block !important;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:after {
    height: 13px;
    background-size: 19px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #b91558;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  flex: 0 0 auto;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
  margin: 0 0 20px 0;
  background: #f1f5fa;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
    padding: 10px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info strong * {
  font-weight: 700;
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
    font-size: 11px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
    padding-bottom: 5px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #282828;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 14px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount span,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount bdi {
  font-weight: 700;
}
.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 {
  background-color: #E51C6E;
  width: 100%;
  color: #fff;
  padding: 13px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1.6;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 13px;
  }
}
.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;
}
.cart-open .cart-over,
.cart-close.cart-open .cart-over {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.cart-open .woocommerce form .form-row .select2-container,
.cart-close.cart-open .woocommerce form .form-row .select2-container {
  z-index: 1;
}
@media (max-width: 960px) {
  .cart-open .main-header,
  .cart-close.cart-open .main-header {
    z-index: 0 !important;
  }
}
@media (max-width: 960px) {
  .cart-open .items-mobile-fixed,
  .cart-close.cart-open .items-mobile-fixed {
    z-index: 99;
  }
}
@media (max-width: 960px) {
  .cart-open .items-mobile-fixed,
  .cart-close.cart-open .items-mobile-fixed {
    bottom: -100%;
  }
}
.cart-open div#ht-ctc-chat,
.cart-close.cart-open div#ht-ctc-chat {
  z-index: -1 !important;
}

.cart-open {
  overflow: hidden;
}
.cart-open .header-top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cart-open .mm-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cart-open .filters-top {
  z-index: 1;
}

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

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

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

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

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

.header-top-flex .header-icons .item-header.header-language-selector {
  width: 70px;
  margin-left: 45px;
}
@media (max-width: 1300px) {
  .header-top-flex .header-icons .item-header.header-language-selector {
    margin-left: 10px;
  }
}

@media (max-width: 960px) {
  .language-select {
    display: none;
  }
}
.language-select .wpml-ls-legacy-dropdown a {
  background: transparent;
  color: #282828;
  border: none;
}
.language-select .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  font-size: 11px;
  line-height: 1em;
  border: none;
  color: #000000;
}
.language-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #FAFAFA;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  border-top: none;
  height: 0;
  display: none;
}
.language-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid rgba(107, 107, 107, 0.2509803922);
}
.language-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border-bottom: none;
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: #FAFAFA;
}
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown a:hover {
  background: #FAFAFA;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  height: auto;
  display: block;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px !important;
}

.header-search {
  width: 640px;
  padding-left: 30px;
}
@media (max-width: 1300px) {
  .header-search {
    width: 450px;
  }
}
@media (max-width: 1100px) {
  .header-search {
    width: 380px;
  }
}
@media (max-width: 960px) {
  .header-search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  .header-search::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  }
}

@media (max-width: 960px) {
  .header-search-desktop,
  .desktop-user {
    display: none;
  }
}

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

.aws-container .aws-search-form .aws-form-btn {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
  background: transparent;
  border: none !important;
  height: 100%;
}
.aws-container .aws-search-form .aws-form-btn:hover {
  background: transparent;
}

.aws-container .aws-search-field {
  border-radius: 40px !important;
  height: 55px;
  padding-left: 54px;
  padding-right: 15px !important;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .aws-container .aws-search-field {
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .aws-container .aws-search-field {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .aws-container .aws-search-field {
    height: 42px;
  }
}

.aws-container .aws-search-form {
  position: relative;
  height: 55px;
}
@media (max-width: 1550px) {
  .aws-container .aws-search-form {
    height: 46px;
  }
}
@media (max-width: 960px) {
  .aws-container .aws-search-form {
    height: 42px;
  }
}

.aws-container .aws-search-form .aws-search-btn_icon {
  fill: #e51b6d;
  height: 24px;
  line-height: 24px;
}

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

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

.menu-trigger {
  display: flex;
  align-items: center;
  width: 24px;
  height: 20px;
  position: relative;
  top: 5px;
  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: 640px) {
  .menu-trigger {
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .menu-trigger {
    top: 0;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 3px;
  background: #E51C6E;
  transition: 0.2s ease-out all 0.2s;
  width: 24px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #E51C6E;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 24px;
  height: 3px;
}
.hamburger:before {
  top: 0;
}
.hamburger:after {
  bottom: 0;
}

.cat-link {
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #552D84;
  display: flex;
  padding-left: 50px;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 1430px) {
  .cat-link {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .cat-link {
    font-size: 14px;
  }
}
.cat-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("images/svg/cat.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cat-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  color: white;
}
.cat-link:hover {
  text-decoration: none;
  background-color: #6d3aaa;
}

.item-user a.flex-item {
  display: flex;
  align-items: center;
}
.item-user a.flex-item:hover .header-text-right {
  text-decoration: none;
  color: #bc9fde;
}

.header-left-icon {
  width: 17px;
  margin-right: 7px;
}
@media (max-width: 960px) {
  .header-left-icon {
    margin-right: 0;
  }
}

.header-text-right {
  font-size: 15px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1300px) {
  .header-text-right {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-text-right {
    display: none;
  }
}

.second_menu {
  align-items: center;
  padding-left: 40px;
}

.first_menu {
  position: relative;
}
.first_menu:hover .expend-menu {
  display: block;
}

.expend-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 9;
}

.cart-link:hover {
  text-decoration: none;
}
.cart-link:hover span.count-text {
  color: #E51C6E !important;
}

.wishlist_products_counter_text {
  display: flex !important;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .wishlist_products_counter_text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .wishlist_products_counter_text {
    width: 27px;
    height: 27px;
    overflow: hidden;
  }
}
@media (max-width: 380px) {
  .wishlist_products_counter_text {
    width: 22px;
    height: 22px;
  }
}

a.wishlist_products_counter.top_wishlist-custom:hover {
  text-decoration: none;
}
a.wishlist_products_counter.top_wishlist-custom:hover .wishlist_products_counter_text {
  color: #E51C6E;
}

.mm-menu_offcanvas {
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
}

.mm-panels,
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar,
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar,
.mm-panels > .mm-panel {
  background: transparent;
}

.mm-navbars_top .mm-navbar {
  width: 100%;
  text-align: center;
  display: block;
}
.mm-navbars_top .mm-navbar .logo img {
  width: auto;
  height: auto;
  max-width: 160px;
}
@media (max-width: 480px) {
  .mm-navbars_top .mm-navbar .logo img {
    max-width: 140px;
  }
}

@media (max-width: 640px) {
  .mm-listitem__text {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.header-mobile {
  display: none;
}

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

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: white;
  width: 6px;
  height: 6px;
}

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

.mm-listitem {
  color: white;
}

.flag-mobile-list {
  text-align: center;
  padding: 0;
}
.flag-mobile-list a {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  border-radius: 50px;
  overflow: hidden;
  margin: 5px;
  opacity: 0.7;
}
.flag-mobile-list a.active {
  opacity: 1;
}
.flag-mobile-list a:hover {
  opacity: 1;
}
.flag-mobile-list a img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mm-navbar {
  background: #E51C6E;
  color: white;
}

.top_info {
  background-color: #FAFAFA;
  padding: 4px 0;
}

.item-top {
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
@media (max-width: 1300px) {
  .item-top {
    padding-left: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 960px) {
  .item-top {
    display: none;
  }
}
.item-top::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #EBEBEB;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-top:first-child {
  margin-left: 0;
  padding-left: 0;
}
.item-top:first-child::before {
  display: none;
}
.item-top span {
  font-size: 13px;
  line-height: 1;
  color: #454040;
}
@media (max-width: 1300px) {
  .item-top span {
    font-size: 11px;
  }
}
.item-top div {
  line-height: 1;
  margin-right: 4px;
}
.item-top img {
  display: block;
  width: auto;
  height: auto;
}

.aws-search-result .aws_onsale {
  background-color: #552D84;
}

.aws-search-result .aws_result_title {
  font-size: 14px;
  line-height: 1.2;
  color: #282828;
}

.aws_result_price del {
  text-decoration: underline;
}

.aws-search-result .aws_result_price del {
  color: #0F0F0F;
  font-size: 12px;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
.aws-search-result .aws_result_price del:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0F0F0F !important;
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 50%;
}

.aws-search-result .aws_result_price ins span {
  font-size: 13px;
  color: #E51C6E;
  font-weight: 600;
}

.mm-navbars_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-color: #bc518e;
}
.mm-navbars_bottom .mm-navbar {
  width: 100%;
  justify-content: center;
}
.mm-navbars_bottom .social-links a {
  width: 35px;
  height: 35px;
  font-size: 14px;
}

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

.my-login.desktop-user {
  position: relative;
}
.my-login.desktop-user .flex-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7748ad+0,ef5f9a+100 */
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  padding: 80px 0 25px;
}
@media (max-width: 1550px) {
  .footer {
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .footer .logo-box {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 960px) {
  .logo-footer-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.logo-footer-box img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .logo-footer-box img {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .logo-footer-box img {
    max-width: 140px;
  }
}

.title-footer {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1300px) {
  .title-footer {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .title-footer {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .title-footer {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .title-footer {
    font-size: 13px;
  }
}

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

@media (max-width: 960px) {
  .footer-col-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

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

@media (max-width: 960px) {
  .footer-col-menu {
    width: 33.33%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-col-menu {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-col-menu {
    margin-top: 0;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}
.footer-col-menu ul li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer-col-menu ul li {
    margin-top: 4px;
  }
}
.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;
  line-height: 1.2;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .footer-col-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .footer-col-menu ul li a {
    font-size: 13px;
  }
}
.footer-col-menu ul li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #552D84;
}

p.copy {
  margin: 0;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
}
@media (max-width: 1430px) {
  p.copy {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  p.copy {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  p.copy {
    font-size: 11px;
  }
}

.social-links {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.social-links li {
  padding: 3px;
}
.social-links a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.social-links a:hover {
  text-decoration: none;
  background-color: #E51C6E;
}
@media (max-width: 960px) {
  .social-links {
    justify-content: center;
  }
  .social-links a {
    font-size: 18px;
  }
}

.footer-copy {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.footer-copy p {
  margin: 0;
  line-height: 1.3;
}

.single-logo img {
  display: block;
}

.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: #3C205D;
  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(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 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: #282828;
  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: #E51C6E;
  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: #E51C6E;
  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-list {
  background-color: white;
  padding: 15px 25px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .accordion-list {
    padding: 5px 15px;
  }
}

.accordion-header {
  display: flex;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #282828;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .accordion-header {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .accordion-header {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .accordion-header {
    font-size: 13px;
  }
}
.accordion-header:hover {
  text-decoration: none;
  opacity: 0.7;
}
.accordion-header:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.accordion-header .icon {
  height: 24px;
  width: 24px;
  line-height: 1;
}
.accordion-header .icon img {
  display: block;
  width: auto;
  height: auto;
}
.accordion-header .text {
  width: calc(100% - 24px);
  padding-left: 10px;
  line-height: 1.2;
  padding-top: 3px;
}

.accordion-hidden-content {
  margin-top: 4px;
  display: none;
}
.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 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
@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: 13px;
  }
}
@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: 12px;
  }
}

.accordion-item {
  padding: 10px 0;
  border-top: 1px solid #EBEBEB;
}
.accordion-item:first-child {
  border-top: none;
}
.accordion-item.active .accordion-hidden-content {
  display: block;
}
.accordion-item.active .accordion-header:before {
  transform: rotate(180deg);
}

.faq-question {
  padding: 40px;
  border: 1px solid #c9c9c9;
  background-color: #0F0F0F;
  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: #E51C6E;
}
.question-links a:hover span {
  border-color: #E51C6E;
}
.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: #E51C6E;
}

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

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

@media (max-width: 640px) {
  .home_slider .slick-track {
    display: flex;
    align-items: stretch;
  }
}
.home_slider:not(.slick-slider) {
  height: 607px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .home_slider:not(.slick-slider) {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  .home_slider:not(.slick-slider) {
    height: 507px;
  }
}
@media (max-width: 960px) {
  .home_slider:not(.slick-slider) {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .home_slider:not(.slick-slider) {
    height: 280px;
  }
}

.single_slider {
  height: 607px;
}
@media (max-width: 1550px) {
  .single_slider {
    height: 530px;
  }
}
@media (max-width: 1430px) {
  .single_slider {
    height: 507px;
  }
}
@media (max-width: 960px) {
  .single_slider {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .single_slider {
    height: auto;
    min-height: 280px;
  }
}

.wrapp_single_slide {
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 20px;
  position: relative;
}
.wrapp_single_slide:hover {
  text-decoration: none;
}
.wrapp_single_slide .vertical_align {
  max-width: 343px;
  margin-left: 70px;
}
@media (max-width: 1430px) {
  .wrapp_single_slide .vertical_align {
    margin-left: 50px;
  }
}
@media (max-width: 960px) {
  .wrapp_single_slide .vertical_align {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .wrapp_single_slide .vertical_align {
    margin-left: 30px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slide .vertical_align {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 20px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  .wrapp_single_slide .vertical_align::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(85, 45, 132);
    background: linear-gradient(90deg, rgb(85, 45, 132) 0%, rgba(85, 45, 132, 0) 100%);
    border-radius: 0;
  }
  .wrapp_single_slide .vertical_align p,
  .wrapp_single_slide .vertical_align span {
    position: relative;
    z-index: 1;
  }
}
.wrapp_single_slide .large_title {
  font-size: 32px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .wrapp_single_slide .large_title {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .wrapp_single_slide .large_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .wrapp_single_slide .large_title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slide .large_title {
    font-size: 20px;
  }
}
.wrapp_single_slide .large_title span {
  color: #e2458d;
  font-weight: 600;
  width: auto;
  display: inline-block;
}
.wrapp_single_slide .small_title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .wrapp_single_slide .small_title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .wrapp_single_slide .small_title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapp_single_slide .small_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slide .small_title {
    font-size: 13px;
    line-height: 1.43;
  }
}

.box_slider {
  margin-top: 20px;
  padding-left: 20px;
}
@media (max-width: 1550px) {
  .box_slider {
    margin-top: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 960px) {
  .box_slider {
    padding-left: 0;
    width: 100%;
  }
}

body:not(.home) #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  height: auto;
}
body:not(.home) .box_slider {
  height: auto;
  display: block;
  padding-left: 0;
  margin-top: 0;
  margin-left: -40px;
}

.home .expend-menu {
  position: relative;
  left: 0;
  display: block;
  top: 0;
  margin-top: 20px;
}
@media (max-width: 1550px) {
  .home .expend-menu {
    margin-top: 10px;
  }
}
.home .box_slider {
  display: block;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 70px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1430px) {
  .slick-dots {
    left: 50px;
  }
}
@media (max-width: 960px) {
  .slick-dots {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .slick-dots {
    justify-content: flex-end;
    left: auto;
    right: 20px;
  }
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #E51C6E;
  width: 20px;
}

/* Optional: Make sure links fill the entire box */
.category-box {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  padding: 30px;
  background-color: #f6efff;
}
@media (max-width: 1430px) {
  .category-box {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .category-box {
    padding: 15px;
    border-radius: 12px;
  }
}
.category-box:hover {
  background-color: #f0e5ff;
}
.category-box:hover {
  text-decoration: none;
}
.category-box .tdu {
  text-decoration: underline;
}

.list-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
}
@media (max-width: 1430px) {
  .list-category {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .list-category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .list-category {
    grid-template-columns: 1fr;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}

.category-slide {
  height: 194px;
  position: relative;
}
@media (max-width: 1430px) {
  .category-slide {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .category-slide {
    height: 160px;
    padding: 5px;
    width: 50%;
    overflow: hidden;
  }
}
.category-slide:nth-child(2n) .category-box {
  background-color: #fff3f2;
}
.category-slide:nth-child(2n) .category-box:hover {
  background-color: #ffeae8;
}
.category-slide:nth-child(3n) .category-box {
  background-color: #f7f0ff;
}
.category-slide:nth-child(3n) .category-box:hover {
  background-color: #f2e6ff;
}
.category-slide:nth-child(6n) .category-box {
  background-color: #f6efff;
}
.category-slide:nth-child(6n) .category-box:hover {
  background-color: #f0e5ff;
}
.category-slide:nth-child(7n) .category-box {
  background-color: #fff3f2;
}
.category-slide:nth-child(7n) .category-box:hover {
  background-color: #ffeae8;
}
.category-slide.item_big .category-box {
  background-color: #ffebf3;
}
.category-slide.item_big .category-box:hover {
  background-color: #ffe1ed;
}

.category-slide.item_big {
  height: 408px;
  grid-row: span 2;
}
@media (max-width: 1430px) {
  .category-slide.item_big {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .category-slide.item_big {
    height: 160px;
  }
}
.category-slide.item_big .category-image-box {
  width: 200px;
  height: 270px;
}
@media (max-width: 1430px) {
  .category-slide.item_big .category-image-box {
    height: 220px;
    width: 180px;
  }
}
@media (max-width: 640px) {
  .category-slide.item_big .category-image-box {
    width: 100px;
    height: 100px;
  }
}

.category-title-box {
  max-width: 195px;
}
@media (max-width: 1430px) {
  .category-title-box {
    max-width: 150px;
  }
}
@media (max-width: 640px) {
  .category-title-box {
    max-width: 140px;
  }
}
.category-title-box p {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1430px) {
  .category-title-box p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .category-title-box p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .category-title-box p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .category-title-box p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .category-title-box .tdu {
    font-size: 12px;
  }
}

/* Responsive design */
.category-image-box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 170px;
  width: 135px;
  background-size: contain;
  background-position: bottom right;
}
@media (max-width: 1430px) {
  .category-image-box {
    height: 120px;
  }
}
@media (max-width: 640px) {
  .category-image-box {
    width: 100px;
    height: 100px;
    right: 5px;
    bottom: 5px;
  }
}

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

.button-link {
  color: #E51C6E;
  font-weight: 600;
  text-decoration: underline;
}

.slick-prev,
.next-btn1,
.prev-btn1,
.slick-next {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E51C6E;
  z-index: 6;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 960px) {
  .slick-prev,
  .next-btn1,
  .prev-btn1,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}
.slick-prev::before,
.next-btn1::before,
.prev-btn1::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 14px;
}
@media (max-width: 960px) {
  .slick-prev::before,
  .next-btn1::before,
  .prev-btn1::before,
  .slick-next::before {
    width: 18px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .slick-prev::before,
  .next-btn1::before,
  .prev-btn1::before,
  .slick-next::before {
    width: 16px;
    height: 14px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active,
.next-btn1:hover,
.next-btn1:focus,
.next-btn1:active,
.prev-btn1:hover,
.prev-btn1:focus,
.prev-btn1:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  opacity: 1;
  background: #E2458D;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}

.slick-prev {
  left: -120px;
}
@media (max-width: 1650px) {
  .slick-prev {
    left: -120px;
  }
}
@media (max-width: 1650px) {
  .slick-prev {
    left: -80px;
  }
}
@media (max-width: 1430px) {
  .slick-prev {
    left: 20px;
  }
}
@media (max-width: 960px) {
  .slick-prev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev::before {
  background-image: url("images/svg/arrow-left.svg");
  margin: 0 auto;
}

@media (max-width: 640px) {
  .section-top {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-top .the-content h1,
  .section-top .the-content h2,
  .section-top .the-content h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-top .col_80,
  .section-top .col_20 {
    width: 100%;
    text-align: center;
  }
}

.slider-arrows {
  max-width: 1280px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
}
@media (max-width: 1430px) {
  .slider-arrows {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .slider-arrows {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    bottom: 25px;
  }
}
.slider-arrows span {
  margin: 0 10px;
}

.slick-next {
  right: -120px;
}
@media (max-width: 1650px) {
  .slick-next {
    right: -120px;
  }
}
@media (max-width: 1550px) {
  .slick-next {
    right: -80px;
  }
}
@media (max-width: 1430px) {
  .slick-next {
    right: 20px;
  }
}
@media (max-width: 960px) {
  .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .slick-next {
    right: 0;
  }
}
.slick-next::before {
  background-image: url("images/svg/arrow-right.svg");
  margin: 0 auto;
}

.section-boxes {
  background: rgb(255, 236, 243);
  background: linear-gradient(-90deg, rgb(255, 236, 243) 0%, rgb(255, 245, 249) 100%);
}
@media (max-width: 767px) {
  .section-boxes .flex {
    display: block;
  }
  .section-boxes .flex .col_33 {
    width: 100%;
    margin-top: 10px;
  }
}

.wrap-box {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1430px) {
  .wrap-box {
    padding: 30px 25px;
  }
}
@media (max-width: 960px) {
  .wrap-box {
    padding: 20px;
  }
}
.wrap-box:hover {
  text-decoration: none;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
}
.wrap-box p.big {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1430px) {
  .wrap-box p.big {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-box p.big {
    font-size: 16px;
  }
}
.wrap-box .icon {
  height: 82px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1430px) {
  .wrap-box .icon {
    height: 70px;
  }
}
@media (max-width: 960px) {
  .wrap-box .icon {
    height: 62px;
  }
}
@media (max-width: 640px) {
  .wrap-box .icon {
    height: 54px;
  }
}
.wrap-box .icon img {
  height: 100%;
  width: auto;
}

.news-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  border-radius: 15px;
}
.news-item:hover {
  text-decoration: none;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
}
.news-item:hover .cover {
  transform: scale(1.05);
}
.news-item .ovh {
  overflow: hidden;
  border-radius: 15px;
}
.news-item .cover {
  width: 100%;
  height: 306px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1.01);
}
@media (max-width: 1550px) {
  .news-item .cover {
    height: 280px;
  }
}
@media (max-width: 960px) {
  .news-item .cover {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .news-item .cover {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .news-item .cover {
    height: 180px;
  }
}

.blog-text {
  padding: 30px 25px;
}
@media (max-width: 1430px) {
  .blog-text {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-text {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .blog-text {
    padding: 20px 15px;
  }
}
.blog-text .title {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1430px) {
  .blog-text .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-text .title {
    font-size: 16px;
  }
}
.blog-text .text {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-about {
  display: flex;
  flex-wrap: wrap;
}
.blog-about span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .blog-about span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .blog-about span {
    font-size: 12px;
    line-height: 1;
  }
}

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

.blog-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 960px) {
  .blog-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 640px) {
  .blog-slider {
    padding-right: 40px;
  }
  .blog-slider .slick-list {
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .blog-slider {
    padding-right: 25px;
  }
}
.blog-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.blog-slider .slick-slide {
  height: auto;
}
.blog-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .blog-slider:not(.slick-slider) {
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .blog-slider:not(.slick-slider) {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .blog-slider:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) {
    height: 305px;
  }
}
.blog-slider:not(.slick-slider) .blog-slide {
  width: 33.33%;
}
@media (max-width: 1100px) {
  .blog-slider:not(.slick-slider) .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.blog-slide {
  padding: 15px;
}
@media (max-width: 960px) {
  .blog-slide {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .blog-slide {
    padding: 0 5px;
  }
}
.blog-slide .blog-about {
  margin-bottom: 7px;
}

.tdu-pink {
  color: #E51C6E;
  text-decoration: underline;
  font-weight: 600;
}

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

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

.hero {
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero .box_slider {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero .container .wrapp_single_slide {
    border-radius: 0;
  }
}

.box-left .only-mobile {
  display: block;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
@media (max-width: 1550px) {
  .box-left .only-mobile {
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 1430px) {
  .box-left .only-mobile {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .box-left .only-mobile {
    bottom: -50px;
    right: 0;
  }
}

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

.section-title {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .section-title {
    padding-top: 20px;
  }
}
.section-title h1 {
  margin-bottom: 0;
}

.section_woo_shop {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (max-width: 1430px) {
  .section_woo_shop {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .section_woo_shop {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .section_woo_shop {
    padding-top: 0;
  }
}

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

.shop-bottom-text {
  margin-top: 50px;
}

.shop-description {
  background-color: #ffffff;
  padding: 25px 55px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 960px) {
  .shop-description {
    padding: 25px 30px;
  }
}
@media (max-width: 640px) {
  .shop-description {
    padding: 15px 20px;
  }
}

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

.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: #E51C6E;
}
.button-chat span {
  color: #E51C6E;
  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: #E51C6E;
  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: #fbfbfb;
  border-radius: 5px;
  margin: 20px 0;
}

.trust-product-item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
}
@media (max-width: 960px) {
  .trust-product-item {
    width: 100%;
    padding: 0;
    margin-top: 13px;
  }
  .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: #282828;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
}
@media (max-width: 960px) {
  .trust-product-item p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .trust-product-item p {
    font-size: 12px;
  }
}
.trust-product-item .icon {
  width: 35px;
  height: 35px;
  display: block;
}
@media (max-width: 960px) {
  .trust-product-item .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .trust-product-item .icon {
    width: 25px;
    height: 25px;
  }
}
.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: #E51C6E;
}
.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: #E51C6E;
  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: #FAFAFA;
  border: 1px solid #EBEBEB;
}

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

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

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_button.bapf_reset {
  background-color: #3C205D;
  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: #E51C6E;
  border-color: #E51C6E;
  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;
}

.full-body {
  width: 100%;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  top: 100%;
  margin-bottom: 20px;
}

.box-left {
  width: 60%;
  padding-right: 40px;
}
@media (max-width: 1550px) {
  .box-left {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .box-left {
    width: 100%;
  }
}
.box-left .tags-products {
  left: 15%;
  margin-left: 15px;
  top: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .box-left .tags-products {
    margin-left: 0;
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 480px) {
  .box-left .tags-products {
    left: 10px;
    top: 10px;
  }
}

.shop-total {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.shop-total .col_20 {
  margin-top: 0;
  padding: 0 !important;
}
@media (max-width: 1430px) {
  .shop-total .col_20 {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .shop-total .col_20 {
    width: 33.33%;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .shop-total .col_20 {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .shop-total .col_20 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
}
.shop-total .single_product_slide {
  height: 100%;
}
.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 {
  margin-bottom: 5px;
}

.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;
}
@media (max-width: 960px) {
  .about_product {
    height: auto;
  }
}

.wrapp_single_slider {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all, 0.3s;
  top: 0;
}
@media screen and (min-width: 961px) {
  .wrapp_single_slider {
    transform: scale(0.99);
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slider {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 961px) {
  .wrapp_single_slider:hover {
    background-color: white;
    transform: scale(1);
    top: -5px;
  }
  .wrapp_single_slider:hover .warp-button {
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative;
  }
}
.wrapp_single_slider .tinv-wraper.tinv-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  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: #E51C6E;
  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 .product_price {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  .wrapp_single_slider .product_price {
    padding-right: 38px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slider .product_price {
    font-size: 13px;
  }
}
.wrapp_single_slider .woocommerce-Price-amount {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #E51C6E;
}
.wrapp_single_slider .woocommerce-Price-amount * {
  font-weight: 600;
}
@media (max-width: 640px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 12px;
  }
}
.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: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .wrapp_single_slider .prod_title a {
    height: 31px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wrapp_single_slider .prod_title a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .wrapp_single_slider {
    padding: 5px;
  }
}
.wrapp_single_slider .prod_price {
  margin: 0;
}
.wrapp_single_slider .prod_img .tags-products {
  bottom: 5px;
  left: 5px;
  top: auto;
}
.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: #282828;
}
@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 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;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .wrapp_single_slider .prod-img-a .cover {
    height: 200px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .wrapp_single_slider .prod-img-a .cover {
    height: 170px;
  }
}

.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 {
  bottom: 0;
  position: absolute;
  right: 0;
  margin-top: 5px;
  transform: none;
}
@media screen and (min-width: 961px) {
  .warp-button {
    position: relative;
    width: 100%;
    inset-inline: 0;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
  }
}
@media (max-width: 960px) {
  .warp-button {
    color: transparent;
    width: 34px;
    height: 34px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .warp-button {
    margin-top: 0;
  }
}
.warp-button p {
  margin: 0;
  width: 100%;
}
.warp-button a {
  font-size: 14px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  text-align: center;
  border-radius: 30px !important;
  background-color: #E51C6E !important;
  width: 100%;
}
@media (max-width: 960px) {
  .warp-button a {
    height: 34px;
    width: 34px;
    border-radius: 100%;
    font-size: 0 !important;
  }
  .warp-button a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E51C6E;
    background-image: url("images/svg/cart-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    opacity: 1;
    border-radius: 30px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .warp-button a {
    width: 30px;
    height: 30px;
  }
}
.warp-button a.add_to_cart_button {
  background-color: #E51C6E !important;
  width: 100%;
  font-weight: 500;
  border-radius: 30px;
}
.warp-button a.add_to_cart_button:hover {
  background-color: #E51C6E !important;
}
.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 .bottom-shop nav.woocommerce-pagination {
  margin-top: 40px;
  padding-top: 30px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .woocommerce .bottom-shop nav.woocommerce-pagination {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .woocommerce .bottom-shop nav.woocommerce-pagination {
    margin-top: 5px;
  }
}

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

.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: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  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: #282828;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 960px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 11px;
  }
}
.next.page-numbers:hover::before,
.prev.page-numbers:hover::before {
  color: #fff !important;
}

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

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

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

.filters-mobile {
  display: none;
}
@media screen and (max-width: 1020px) {
  .filters-mobile {
    display: block;
  }
}
.filters-mobile a {
  background-color: #282828;
  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: #FAFAFA;
    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;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-single-flex {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
}
.product-single-flex .group-form .tinv-wraper.tinv-wishlist {
  display: none;
}

body .woocommerce a.added_to_cart {
  display: none !important;
}

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

.product-carousel {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 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: 40%;
  float: none;
  padding-left: 40px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
}
@media (max-width: 1550px) {
  .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: 50%;
  }
}
@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;
  }
}
@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: 20px;
  }
}
@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 {
    padding-top: 0;
    margin-top: 0;
  }
}
.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: 32px;
}
@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: 27px;
  }
}
@media (max-width: 960px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 23px;
  }
}
@media (max-width: 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: 20px;
  }
}
@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: 18px;
  }
}
@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 {
    margin-bottom: 10px !important;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 5px;
  border: 1px solid #552D84;
  background: #FFEBF3;
}
@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: 640px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 12px;
  }
}
@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: 640px) {
  .woocommerce-error *,
  .woocommerce-info *,
  .woocommerce-message * {
    font-size: 12px;
  }
}

.woocommerce-error {
  border: 1px solid #e6a2a2;
  background: #E51C6E;
}

.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;
  width: calc(100% - 1px);
}
@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: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  flex-wrap: wrap;
  font-size: 15px;
}
@media (max-width: 1550px) {
  .top-val {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .top-val {
    font-size: 13px;
    margin: 10px 0;
  }
}

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

@media (max-width: 767px) {
  .title-product {
    padding-right: 40px;
  }
}
.title-product h1 {
  margin-bottom: 0;
}

.stock-el.out-of-stock {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 12px;
  background-color: #de3333;
  padding: 5px;
  border-radius: 5px;
  color: white;
  line-height: 1;
}
@media (max-width: 480px) {
  .stock-el.out-of-stock {
    font-size: 10px;
  }
}

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

.woocommerce div.product .stock {
  color: #282828;
  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: #282828;
}
.stock.in-stock:before {
  color: #43812c;
}

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

.desc p {
  margin: 0;
}

.woocommerce div.product .amount,
.woocommerce div.product .amount {
  color: #E51C6E;
  font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #E51C6E;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@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: 600;
  color: #E51C6E;
}
.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,
.product_price del {
  color: #001244;
  opacity: 0.7;
}
.woocommerce div.product p.price del sup,
.woocommerce div.product span.price del sup,
.product_price del sup {
  text-decoration: none;
}
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount,
.product_price del .woocommerce-Price-amount {
  position: relative;
  font-weight: 400;
  font-size: 90%;
}
.woocommerce div.product p.price del .woocommerce-Price-amount:before,
.woocommerce div.product span.price del .woocommerce-Price-amount:before,
.product_price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #001244;
  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,
.product_price del span,
.product_price del bdi {
  color: #001244;
  font-weight: 400 !important;
}

.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: white;
  border-radius: 30px;
}
@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: #E51C6E;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #b91558;
}

.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: #E51C6E;
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce div.product form.cart.rnb-cart {
  margin-top: 0;
}

.warp-button a.add_to_cart_button.added {
  font-size: 0 !important;
  background-image: url(images/svg/check-white.svg);
  background-position: calc(50% + 13px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
@media (max-width: 1430px) {
  .warp-button a.add_to_cart_button.added {
    background-size: 17px;
  }
}
@media (max-width: 480px) {
  .warp-button a.add_to_cart_button.added {
    background-size: 15px;
  }
}

.woocommerce div.product form.cart .button {
  float: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0;
  position: relative;
  width: calc(100% - 170px);
  height: 52px;
  font-weight: 500;
  border-radius: 30px;
}
@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;
  }
}
.woocommerce div.product form.cart .button span {
  color: white;
}

.onsale-product {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #E51C6E;
  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: 20px 0;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .group-form {
    margin-bottom: 15px;
  }
}
@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: 46px;
  height: 46x;
  margin-left: 15px;
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
}
@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: #282828;
  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;
  display: none;
}
.product_meta .posted_in {
  margin-bottom: 10px;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  font-weight: 500;
  font-size: 15px;
  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: #282828;
  display: inline;
}
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
  text-decoration: none;
  color: #E51C6E;
}

.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;
  }
}
@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 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  opacity: 1;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  background-color: #E51C6E;
  z-index: 2;
  width: 100%;
}
@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 {
  color: #282828;
  opacity: 1;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #E51C6E;
  }
}

.woocommerce table.shop_attributes th {
  font-weight: 500;
  text-align: left;
  width: 240px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 0;
  margin: 0 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #282828;
  border: none;
}
@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin: 0 7px;
    padding: 10px 0;
    border: none;
  }
}

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

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

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

.section_related {
  background-color: #fafafa;
  padding-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section_related {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .section_related {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
.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;
  }
}

@media only screen and (max-width: 480px) {
  .woo-variation-product-gallery {
    width: 100% !important;
    max-width: 100% !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: #ffbb45;
  font-family: star;
  font-size: 14px;
}
@media (max-width: 480px) {
  .woocommerce .star-rating span::before {
    font-size: 12px;
  }
}

.woocommerce p.stars a::before {
  color: #ffbb45;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  height: 18px;
  width: 75px;
}
@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;
  color: #ffbb45;
}
@media (max-width: 480px) {
  .woocommerce .star-rating::before {
    font-size: 12px;
  }
}

.woocommerce #reviews #comments ol.commentlist li:only-child {
  margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #FAFAFA;
  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;
  width: 75px;
  float: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #212121;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 13px;
  }
}

.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: 20px;
  margin-top: 20px;
  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: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1430px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 14px;
  }
}

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

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

@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;
  padding: 0 10px;
}
@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 {
  font-size: 20px;
}

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

#review_form #commentform .comment-form-cookies-consent input[type=checkbox] {
  top: 3px;
  margin-right: 5px;
}
#review_form #commentform .comment-form-cookies-consent label {
  padding-left: 27px;
  width: calc(100% - 25px);
}

.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: 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;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  background-color: #E51C6E;
  margin-top: 30px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit {
    padding: 14px 28px 14px 28px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit {
    font-size: 12px;
  }
}
.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-color: #b91558;
  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;
}

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

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
}

.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: #E51C6E !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: #282828;
  font-family: "Poppins", sans-serif;
}
.product-details .price del span,
.product-details .price del bdi {
  color: #282828;
}
.product-details .price del .woocommerce-Price-amount {
  position: relative;
}
.product-details .price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #282828;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 14px;
}

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

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

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

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

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

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

.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: #E51C6E;
  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 (max-width: 480px) {
  .head-shop .col_50 {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .head-shop > .col_50 {
    padding-left: 0;
    padding-right: 0;
  }
}
.head-shop .woocommerce-result-count {
  text-align: right;
  font-size: 13px;
}
@media (max-width: 767px) {
  .head-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
  .head-shop .woocommerce-result-count p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    margin: 0;
    text-align: right;
    font-size: 11px;
    opacity: 0.6;
  }
}

.count {
  display: none;
}
@media (max-width: 640px) {
  .count {
    display: block;
    margin-top: 20px;
    margin-left: auto;
  }
}

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

.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: 32px;
  width: 32px;
  background-color: white;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media (max-width: 960px) {
  .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: 24px;
    width: 24px;
  }
}
@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 {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 640px) {
  .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 {
    width: 30px;
    height: 30px;
  }
}

.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;
}
@media (max-width: 767px) {
  .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 {
    width: 15px !important;
  }
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 40px;
  border: none;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
}
@media (max-width: 1550px) {
  .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");
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.dashicons-arrow-left-alt2:before {
  background-image: url("images/svg/arrow-left.svg");
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

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

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

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

.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;
  }
}
@media (max-width: 640px) {
  .product-info.headings p {
    font-size: 14px;
  }
}
.product-info.headings p a {
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-info.headings p a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .product-info.headings p a {
    font-size: 14px;
  }
}
.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%;
}

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

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

.toggle-filters {
  background-color: white;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
  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: 16px;
  font-weight: 500;
  color: #282828;
  margin: 0;
}
.mobile-toggle .trigger-filter-btn {
  font-weight: 600;
  color: #282828;
  display: flex;
  align-items: flex-start;
  background-color: white;
  border: 1px solid #EBEBEB;
}
@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: 640px) {
  .filters-top .col_50 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .filters-top .col_50.filter_box {
    margin-bottom: 10px;
  }
}

.filter-zone {
  height: 100%;
}

.products-body {
  margin-top: 20px;
}

.trigger-filter-btn {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  width: 50%;
  background-color: white;
  padding: 16px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 640px) {
  .trigger-filter-btn {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #E51C6E;
    border-radius: 5px;
    color: white;
  }
}
@media (max-width: 400px) {
  .trigger-filter-btn {
    padding: 16px 15px 17px;
  }
}
.trigger-filter-btn img {
  margin-right: 10px;
  display: block;
}
.trigger-filter-btn:hover {
  text-decoration: none;
  border-color: #E51C6E;
}

.close-filter {
  display: none;
}
.close-filter a {
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
}
.close-filter a:hover {
  color: #E2458D;
  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;
  margin: 0 auto;
  margin-top: 20px;
}

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

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

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

.category-item {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .category-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .category-item {
    width: 100%;
  }
}
.category-item a {
  text-align: center;
  display: block;
  padding: 35px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 960px) {
  .category-item a {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .category-item a {
    padding: 20px;
  }
}
.category-item a:hover {
  text-decoration: none;
}
.category-item img {
  height: 200px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 960px) {
  .category-item img {
    height: 160px;
  }
}
@media (max-width: 640px) {
  .category-item img {
    height: 140px;
  }
}

.category-text {
  text-align: center;
}
.category-text p {
  color: #121212;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1430px) {
  .category-text p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .category-text p {
    font-size: 16px;
  }
}
.category-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .category-text span {
    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: #282828;
  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: #E51C6E;
}
.tabs-product li.current::before {
  background-color: #E51C6E;
}

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

body .rnb-pricing-plan-button {
  display: none !important;
}

.rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
  color: #282828;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  font-weight: 600;
  padding: 12px 17px;
}
@media (max-width: 960px) {
  .rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
    font-size: 13px;
  }
}

.price-showing {
  width: 100%;
  padding: 10px 20px 15px 24px;
  border-radius: 0 0 10px 10px;
  margin-top: -4px;
  margin-bottom: 0;
}
.price-showing h5 {
  display: none;
}

.item-pricing h5 {
  border-top: 1px solid #EBEBEB;
  padding-top: 12px;
  font-weight: 600;
}

.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span,
.price-showing .item-pricing .hourly-general {
  font-size: 15px;
  color: #FFEBF3;
}
@media (max-width: 640px) {
  .price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span,
  .price-showing .item-pricing .hourly-general {
    font-size: 13px;
  }
}

.redq-pick-up-location h5,
.redq-drop-off-location h5,
.date-time-picker h5,
.date-time-picker h5,
.additional-person h5,
.redq-quantity h5,
#animatedModal .redq-pick-up-location h5,
#animatedModal .redq-drop-off-location h5,
#animatedModal .date-time-picker h5,
#animatedModal .date-time-picker h5,
.payable-categories h5,
.payable-security_deposites h5 {
  font-weight: 600;
  color: #282828;
}
@media (max-width: 640px) {
  .redq-pick-up-location h5,
  .redq-drop-off-location h5,
  .date-time-picker h5,
  .date-time-picker h5,
  .additional-person h5,
  .redq-quantity h5,
  #animatedModal .redq-pick-up-location h5,
  #animatedModal .redq-drop-off-location h5,
  #animatedModal .date-time-picker h5,
  #animatedModal .date-time-picker h5,
  .payable-categories h5,
  .payable-security_deposites h5 {
    font-size: 13px;
  }
}

#pickupLocationPreview,
#dropoffLocationPreview {
  width: 50%;
}
@media (max-width: 640px) {
  #pickupLocationPreview,
  #dropoffLocationPreview {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#pickupLocationPreview {
  padding-right: 10px;
}

#dropoffLocationPreview {
  margin-left: auto;
  padding-left: 10px;
}

.rnb-component-wrapper {
  margin-bottom: 20px;
}

.rnb-select-wrapper.redq-pick-up-location .chosen-container .chosen-single {
  border-radius: 5px;
  height: 50px;
}
@media (max-width: 767px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-container .chosen-single {
    height: 40px;
  }
}

.rnb-select-wrapper.redq-pick-up-location .chosen-drop {
  border-color: #EBEBEB;
  border-radius: 0 0 5px 5px;
}

.rnb-select-wrapper.redq-pick-up-location .chosen-single span {
  font-size: 15px;
  padding-left: 5px;
}
@media (max-width: 960px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-single span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-single span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-single span {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  body .price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan {
    width: 100%;
  }
}
body #cal-close-btn,
body #drop-cal-close-btn {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-search input {
  border-radius: 5px;
  background-color: #FAFAFA;
  border-color: #EBEBEB;
}

.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-results li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-results li {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-results li {
    font-size: 12px;
  }
}

.pick-up-date-picker i,
.pick-up-time-picker i,
.drop-off-date-picker i,
.drop-off-time-picker i {
  color: #552D84;
  font-size: 14px;
}

.date-time-picker .pick-up-date-picker,
.date-time-picker .drop-off-date-picker,
.date-time-picker .pick-up-time-picker,
.date-time-picker .drop-off-time-picker {
  width: 50% !important;
}
@media (max-width: 640px) {
  .date-time-picker .pick-up-date-picker,
  .date-time-picker .drop-off-date-picker,
  .date-time-picker .pick-up-time-picker,
  .date-time-picker .drop-off-time-picker {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.pick-up-time-picker,
.drop-off-time-picker {
  padding-left: 10px;
}

.single-product form.cart input {
  margin-bottom: 0;
  height: 50px;
}

.xdsoft_datetimepicker {
  border-radius: 10px;
  border-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .xdsoft_datetimepicker {
    font-size: 12px;
  }
}

.xdsoft_datetimepicker .xdsoft_month,
.xdsoft_datetimepicker .xdsoft_year,
.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_month,
  .xdsoft_datetimepicker .xdsoft_year,
  .xdsoft_datetimepicker .xdsoft_calendar th,
  .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .xdsoft_datetimepicker .xdsoft_month,
  .xdsoft_datetimepicker .xdsoft_year,
  .xdsoft_datetimepicker .xdsoft_calendar th,
  .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 12px;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 600;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:not(.xdsoft_current),
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled:not(.xdsoft_current) {
  font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  border-color: #552D84 !important;
  color: white;
  opacity: 1 !important;
  background-color: #552D84 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover {
  color: white !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #552D84 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
  color: white !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  font-weight: 500;
}

.pick-up-time-picker i,
.drop-off-time-picker i {
  left: 23px;
}
@media (max-width: 640px) {
  .pick-up-time-picker i,
  .drop-off-time-picker i {
    left: 13px;
  }
}

.btn-book-now button {
  background-color: #E51C6E !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #E51C6E;
}

.product-type-redq_rental .booking-pricing-info,
.product-type-redq_rental .rnb-loader {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .product-type-redq_rental .booking-pricing-info,
  .product-type-redq_rental .rnb-loader {
    padding: 8px;
    margin-top: 0;
  }
}

.booking-pricing-info ul li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .booking-pricing-info ul li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .booking-pricing-info ul li {
    font-size: 12px;
  }
}
.booking-pricing-info ul li.return_location, .booking-pricing-info ul li.pickup_location {
  display: none !important;
}

.booking-pricing-info ul li span.price {
  font-size: 16px !important;
  margin: 0 !important;
}
@media (max-width: 1430px) {
  .booking-pricing-info ul li span.price {
    font-size: 15px !important;
  }
}
@media (max-width: 960px) {
  .booking-pricing-info ul li span.price {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .booking-pricing-info ul li span.price {
    font-size: 12px !important;
  }
}
@media (max-width: 1430px) {
  .booking-pricing-info ul li span.price * {
    font-size: 15px !important;
  }
}
@media (max-width: 960px) {
  .booking-pricing-info ul li span.price * {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .booking-pricing-info ul li span.price * {
    font-size: 12px !important;
  }
}

.rnb-error-message {
  background-color: #de3333;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .rnb-error-message {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .rnb-error-message {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .rnb-error-message {
    font-size: 11px;
  }
}

.section-single-products .woocommerce-notices-wrapper {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .section-single-products .woocommerce-notices-wrapper {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .section-single-products .woocommerce-notices-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.woocommerce div.product form.cart .button.btn-book-now {
  margin-top: 0 !important;
}

.pick-modal-title,
.drop-modal-title {
  margin-bottom: 30px;
}

#cal-submit-btn,
#drop-cal-submit-btn {
  border-radius: 4px;
  color: white;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  background-color: #E51C6E !important;
  width: calc(100% - 30px);
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 960px) {
  #cal-submit-btn,
  #drop-cal-submit-btn {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #cal-submit-btn,
  #drop-cal-submit-btn {
    font-size: 12px !important;
  }
}
#cal-submit-btn .fa-check-circle,
#drop-cal-submit-btn .fa-check-circle {
  display: none !important;
}

.woocommerce table.shop_table td.product-name .variation,
.woocommerce table.shop_table td.product-name .variation p,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  line-height: 1.3 !important;
  font-size: 12px;
}
.woocommerce table.shop_table td.product-name .variation *,
.woocommerce table.shop_table td.product-name .variation p *,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label *,
.woocommerce td.product-name .wc-item-meta dt *,
.woocommerce td.product-name dl.variation .wc-item-meta-label *,
.woocommerce td.product-name dl.variation dt *,
.woocommerce td.product-name .wc-item-meta dd *,
.woocommerce td.product-name dl.variation dd *,
.woocommerce td.product-name .wc-item-meta dd *,
.woocommerce td.product-name dl.variation dd * {
  font-size: 12px;
  font-weight: 400;
  color: #3c3c3c;
}
.woocommerce table.shop_table td.product-name .variation span,
.woocommerce table.shop_table td.product-name .variation p span,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label span,
.woocommerce td.product-name .wc-item-meta dt span,
.woocommerce td.product-name dl.variation .wc-item-meta-label span,
.woocommerce td.product-name dl.variation dt span,
.woocommerce td.product-name .wc-item-meta dd span,
.woocommerce td.product-name dl.variation dd span,
.woocommerce td.product-name .wc-item-meta dd span,
.woocommerce td.product-name dl.variation dd span {
  line-height: 1.3;
}

.woocommerce-cart-form__contents tr td.product-thumbnail {
  vertical-align: top;
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
  white-space: nowrap;
}

.product-quantity .relative {
  width: 120px;
  height: 49px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner.no-top {
  padding-top: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
  padding-right: 1em;
}

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

.error-order-tac .button1 {
  text-decoration: none;
}
.error-order-tac .woocommerce-thankyou-order-failed-actions {
  display: inline-block;
  width: 100%;
}

body .rnb-cart .date-time-picker input {
  padding-top: 0;
  padding-bottom: 0;
}

body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    font-size: 13px;
  }
}

.wvg-gallery-thumbnail-image {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.wvg-gallery-thumbnail-image.current-thumbnail {
  border-color: #E51C6E;
}

@media only screen and (min-width: 767px) {
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    width: 15%;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: 85%;
  }
}
.wvg-single-gallery-image-container {
  background-color: white;
  border-radius: 16px;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1550px) {
  .wvg-single-gallery-image-container {
    height: 480px;
  }
}
@media (max-width: 640px) {
  .wvg-single-gallery-image-container {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .wvg-single-gallery-image-container {
    height: 280px;
  }
}

.tags-products {
  position: absolute;
}

.wvg-gallery-thumbnail-image a {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tag-product {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .tag-product {
    width: 24px;
    height: 24px;
  }
}
.tag-product .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .tag-product .icon {
    margin: 0;
    width: 16px;
    height: 16px;
  }
}
.tag-product .text {
  display: none;
  padding-right: 10px;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 480px) {
  .tag-product .text {
    font-size: 11px;
  }
}
.tag-product.tag-new .text, .tag-product.tag-naujiena .text {
  color: #282828;
}

.tags-products div:hover {
  width: auto;
}
.tags-products div:hover .text {
  display: block;
  animation: fadeIn 0.5s;
}

.tag-new {
  background-color: #FFEBF3;
}

.tag-hot {
  background-color: #E51C6E;
}
.tag-hot span {
  color: white;
}

.tag-free {
  background-color: #3C205D;
}
.tag-free span {
  color: white;
}

.top-note {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 2;
}
@media (max-width: 1550px) {
  .top-note {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .top-note {
    top: 10px;
    right: 10px;
  }
}
.top-note .sale .sale {
  background-color: #E51C6E;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
.top-note .sale .sale b {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

.gray-product {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (max-width: 1430px) {
  .gray-product {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .gray-product {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .gray-product {
    padding-top: 15px;
  }
}

.top-product .flex {
  justify-content: space-between;
  align-items: center;
}

.woocommerce-noreviews {
  margin: 0;
}

body .box-left {
  margin-bottom: 0;
  position: sticky;
  flex-direction: row;
  position: sticky;
  top: 0;
  align-self: start;
}
@media (max-width: 767px) {
  body .box-left {
    position: relative;
    top: 0;
  }
}

.flex-counter {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .flex-counter {
    display: block;
  }
}

.flex-title {
  max-width: 290px;
  padding-right: 35px;
}
.flex-title b,
.flex-title strong,
.flex-title span {
  color: #E51C6E;
  font-weight: inherit;
}

.counter-right {
  width: 700px;
}
@media (max-width: 767px) {
  .counter-right {
    width: 100%;
  }
}

.count-left {
  width: calc(100% - 200px);
  padding-right: 30px;
}
@media (max-width: 640px) {
  .count-left {
    padding-right: 12px;
    width: calc(100% - 140px);
  }
}
@media (max-width: 480px) {
  .count-left {
    width: 100%;
    padding-right: 0;
    order: 3;
  }
}

.count-right {
  width: 200px;
}
@media (max-width: 640px) {
  .count-right {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .count-right {
    width: 100%;
    order: 2;
    margin-bottom: 10px;
  }
}

.pink-box {
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  border-radius: 15px;
}
@media (max-width: 960px) {
  .pink-box {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .pink-box {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .pink-box {
    flex-wrap: wrap;
  }
}

.counter-icon {
  display: flex;
}
.counter-icon .icon {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .counter-icon .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .counter-icon .icon {
    width: 34px;
    height: 34px;
    opacity: 0.5;
  }
}
.counter-icon .icon img {
  width: auto;
  height: auto;
}
.counter-icon .text {
  width: calc(100% - 54px);
  padding-left: 10px;
}
@media (max-width: 640px) {
  .counter-icon .text {
    width: calc(100% - 40px);
    padding-left: 5px;
  }
}
.counter-icon .text p {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .counter-icon .text p {
    margin-bottom: 0;
  }
}

#countdown {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  #countdown {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
  }
}
#countdown p {
  margin: 0;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
#countdown p::before {
  content: ":";
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
@media (max-width: 1100px) {
  #countdown p::before {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #countdown p::before {
    font-size: 22px;
  }
}
#countdown p:first-child::before {
  display: none;
}
#countdown p strong {
  display: block;
  font-weight: 700;
  font-size: 30px;
  opacity: 1;
  line-height: 1;
}
@media (max-width: 1100px) {
  #countdown p strong {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #countdown p strong {
    font-size: 20px;
  }
}
#countdown p span {
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0.5;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  #countdown p span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #countdown p span {
    font-size: 12px;
  }
}

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

.box-left.no-gallery .tags-products {
  left: 0;
}

.shipping-info strong * {
  font-weight: 700 !important;
}

.section-blog {
  overflow: hidden;
}

.section_article {
  margin: 40px 0 65px 0;
}
@media (max-width: 1650px) {
  .section_article {
    margin: 20px 0 40px 0;
  }
}
@media (max-width: 1100px) {
  .section_article {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  .section_article {
    margin-left: 0;
    margin-right: 0;
  }
}
.section_article .share-buttons-single,
.section_article .blog-comments,
.section_article .the-content,
.section_article .flex-blog-top {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.section_article .image {
  text-align: center;
  margin-bottom: 20px;
}
.section_article .image img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .flex-blog .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .flex-blog .blog-slide {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .flex-blog .blog-slide {
    width: 100%;
  }
}

.flex-blog-top {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 960px) {
  .flex-blog-top {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .flex-blog-top {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .flex-blog-top {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
  }
}
.flex-blog-top span,
.flex-blog-top a {
  font-weight: 500;
}
@media (max-width: 767px) {
  .flex-blog-top span,
  .flex-blog-top a {
    font-size: 13px;
  }
}
.flex-blog-top .blog-info-box {
  padding-right: 15px;
  position: relative;
  display: flex;
}
.flex-blog-top .blog-info-box:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
  height: 15px;
  width: 1px;
  background-color: #000;
}
@media (max-width: 640px) {
  .flex-blog-top .blog-info-box:after {
    display: none;
  }
}
.flex-blog-top .blog-info-box:last-child {
  padding-right: 0;
}
.flex-blog-top .blog-info-box:last-child:after {
  display: none;
}
.flex-blog-top .blog-info-box .published-date,
.flex-blog-top .blog-info-box ul li a {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 5px;
}

.section_article h4 {
  line-height: 1.3;
}

.blog-comments {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (max-width: 1100px) {
  .blog-comments {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .blog-comments {
    padding: 20px;
  }
}

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

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

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

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

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

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

.blog-right-sidebar .comment-respond {
  background-color: white;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .blog-right-sidebar .comment-respond {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .blog-right-sidebar .comment-respond {
    padding: 20px;
  }
}
.blog-right-sidebar .comment-respond p {
  margin: 0;
}
.blog-right-sidebar .comment-respond .form-submit {
  padding-top: 15px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form input[type=tel],
.comment-form input[type=url],
.comment-form input[type=number],
.comment-form input[type=date],
.comment-form input[type=time],
.comment-form input[type=datetime],
.comment-form input[type=datetime-local],
.comment-form input[type=week],
.comment-form input[type=month],
.comment-form textarea,
.comment-form select {
  background-color: white;
}
.comment-form p {
  padding: 0 10px;
  margin: 0;
  width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}
@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}
.comment-form p.form-submit {
  margin-top: 15px;
}
.comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comment-form p a:hover {
  color: #E51C6E;
}

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

.comment-notes span {
  display: block;
}

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

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

.comment-body {
  position: relative;
}

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

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

.share-buttons-single {
  padding: 25px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    padding: 20px 0;
  }
}
.share-buttons-single p.title {
  font-weight: 700;
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .share-buttons-single p.title {
    font-size: 17px;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .share-buttons-single p.title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .share-buttons-single p.title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .flex-left {
    margin-bottom: 10px;
  }
}
.share-buttons-single .blog-category a {
  text-decoration: underline;
}

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

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

.comment-reply-title {
  font-size: 24px;
}
@media (max-width: 1300px) {
  .comment-reply-title {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .comment-reply-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 16px;
  }
}

.media-posts {
  margin: 30px auto;
  max-width: 1080px;
}
@media (max-width: 640px) {
  .media-posts .flex {
    display: block;
  }
  .media-posts .flex .col_50 {
    width: 100%;
  }
}
.media-posts a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #FFEBF3;
  border: 1px solid #FFEBF3;
  padding: 35px 25px 35px 50px;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 960px) {
  .media-posts a {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .media-posts a {
    border-radius: 10px;
  }
}
@media (max-width: 640px) {
  .media-posts a {
    padding: 20px 20px 20px 40px;
  }
}
.media-posts a:hover {
  text-decoration: none;
  border-color: #E51C6E;
}
.media-posts h4 {
  font-size: 20px;
}
@media (max-width: 1430px) {
  .media-posts h4 {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .media-posts h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .media-posts h4 {
    font-size: 14px;
  }
}
.media-posts span {
  position: absolute;
  left: 25px;
  top: 35px;
}
@media (max-width: 640px) {
  .media-posts span {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .media-posts span img {
    width: 6px;
    height: auto;
  }
}
.media-posts p {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 640px) {
  .media-posts p {
    font-size: 12px;
  }
}
.media-posts p i {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
.media-posts .right-post {
  position: relative;
}
.media-posts .right-post a {
  padding-left: 25px;
  padding-right: 50px;
}
@media (max-width: 640px) {
  .media-posts .right-post a {
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 20px;
  }
}
.media-posts .right-post span {
  right: 25px;
  left: auto;
}
@media (max-width: 640px) {
  .media-posts .right-post span {
    right: 20px;
  }
}

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

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

.woocommerce table.shop_table {
  border: 1px solid rgb(239, 239, 239);
  margin: 0;
  border-radius: 10px;
}

.woocommerce .cart_right table.shop_table,
.woocommerce .cart_left table.shop_table {
  border: none;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  color: #282828;
  line-height: 1.2;
  font-size: 15px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    padding: 15px;
    font-size: 13px;
  }
}

.woocommerce table.shop_table td {
  padding: 20px;
  text-align: left;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td {
    padding: 15px;
  }
}
.woocommerce table.shop_table td.product-name {
  padding-left: 0;
  padding-right: 0;
  width: 35%;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name {
    width: 220px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}
.woocommerce table.shop_table td.product-name a {
  font-weight: 500;
  color: #282828;
  line-height: 1.34;
  font-family: "Poppins", sans-serif;
  display: block;
}
.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: 600;
  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 .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: 14px;
}
.woocommerce table.shop_table td.product-subtotal span.price {
  display: block;
}
.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 600;
  color: #E51C6E;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-subtotal .price {
    display: none;
  }
}
.woocommerce table.shop_table td.product-quantity {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}
.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  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: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 20px;
    height: 20px;
  }
}
.woocommerce table.shop_table td.product-remove .remove img {
  width: 13px;
  height: 13px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 10px;
    height: 10px;
  }
}

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

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

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 98px;
}
@media (max-width: 1430px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  #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: 1430px) {
  .product-thumbnail {
    width: 70px;
  }
}
@media (max-width: 1300px) {
  .product-thumbnail {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .product-thumbnail {
    width: 40px;
  }
}
.product-thumbnail a {
  display: block;
  width: 100%;
}
.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:before,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:before {
  content: none;
}
.woocommerce #content table.cart td.actions .coupon 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;
  border-radius: 50px;
  border: 1px solid rgb(231, 231, 231) !important;
  font-size: 14px !important;
}
@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: #a5a5a5;
  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: #b91558;
  color: white;
  border-color: #b91558;
}

#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%;
  }
}

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

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  background: #3C205D;
  color: white;
  padding: 20px 30px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals *,
.woocommerce-page .cart-collaterals .cart_totals * {
  color: white;
}
.woocommerce .cart-collaterals .cart_totals .form-row span,
.woocommerce-page .cart-collaterals .cart_totals .form-row span {
  display: block;
  text-align: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping th {
  border-bottom: none !important;
}
.woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping td,
.woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping td {
  border-top: none !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  border-color: rgba(255, 255, 255, 0.1) !important;
  vertical-align: top !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
@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 td:before,
.woocommerce-page .cart-collaterals .cart_totals td:before {
  content: none !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
  color: white !important;
  opacity: 0.5;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount {
  color: #fff;
}
.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-red2.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: #fff;
}
.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: #fff;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr,
#add_payment_method .cart-collaterals .cart_totals tr,
.woocommerce-cart .cart-collaterals .cart_totals tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .cart-collaterals .cart_totals th,
.woocommerce-checkout .cart-collaterals .cart_totals td,
#add_payment_method .cart-collaterals .cart_totals th,
#add_payment_method .cart-collaterals .cart_totals td,
.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td {
  width: 50%;
}
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals {
  flex-wrap: wrap;
}
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td {
  width: 100%;
}
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals ul,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals ul,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals ul,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals ul,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals ul,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals ul {
  padding-left: 0;
}
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals th {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-checkout .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
#add_payment_method .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-cart .cart-collaterals .cart_totals tr.wc_shipping_dpd_terminals td {
  padding-left: 0;
  text-align: left !important;
}
.woocommerce-checkout .cart-collaterals .cart_totals tbody th,
#add_payment_method .cart-collaterals .cart_totals tbody th,
.woocommerce-cart .cart-collaterals .cart_totals tbody th {
  font-weight: 600 !important;
  letter-spacing: 0;
}
.woocommerce-checkout .cart-collaterals .cart_totals tbody td,
#add_payment_method .cart-collaterals .cart_totals tbody td,
.woocommerce-cart .cart-collaterals .cart_totals tbody td {
  letter-spacing: 0;
}
.woocommerce-checkout .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount,
#add_payment_method .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount {
  font-size: inherit !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.woocommerce-checkout .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount *,
#add_payment_method .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount *,
.woocommerce-cart .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount * {
  font-size: inherit !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.woocommerce-checkout .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount .tmjs-terminal-sidebar,
#add_payment_method .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount .tmjs-terminal-sidebar,
.woocommerce-cart .cart-collaterals .cart_totals tbody tr:not(.order-total) td .woocommerce-Price-amount .tmjs-terminal-sidebar {
  color: #282828 !important;
}

#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: 700;
  color: #E51C6E;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 960px) {
  #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: 16px;
  }
}
@media (max-width: 767px) {
  #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: 15px;
  }
}
@media (max-width: 640px) {
  #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: #E51C6E;
  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: #E51C6E;
  font-size: 16px;
  color: white;
  padding: 18px 10px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 500px;
}
@media (max-width: 1300px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}
@media (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: 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: #b91558;
}

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

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

.secure-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: white;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
  padding: 20px;
  border-radius: 5px;
}
.secure-payment p {
  padding-left: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #282828;
  width: calc(100% - 42px);
}
.secure-payment p strong {
  color: #E51C6E;
  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;
  }
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 600;
}

@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: 15px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .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;
  }
}

.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: 20%;
}
@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;
  }
}

.return-to-shop {
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 0 20px 30px;
}
.return-to-shop a,
.return-to-shop .button {
  color: white;
  display: inline-block;
  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: 50px;
  background-color: #E51C6E;
  text-decoration: none;
}
.return-to-shop a:hover,
.return-to-shop .button:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}
@media (max-width: 767px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 13px;
    padding: 12px 22px;
  }
}

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

.checkout-billing .create-account .clear {
  margin-bottom: 30px;
}

.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 70px;
  background-color: #f8e6f8;
  border-radius: 12px;
  margin-bottom: 10px !important;
  color: #282828;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 65px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
    font-size: 12px;
    padding-left: 55px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background-color: white;
  background-image: url("images/svg/user2.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info:before {
    left: 23px;
    width: 30px;
    height: 30px;
    background-size: 13px;
    top: 27px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info:before {
    top: 27px;
    left: 15px;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 70px;
  background-color: #f8e6f8;
  border-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 65px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 12px;
    padding-left: 55px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-color: white;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info:before {
    width: 30px;
    height: 30px;
    background-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-coupon-toggle .woocommerce-info:before {
    left: 15px;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #282828;
  font-weight: 400;
}

.woocommerce-error {
  background: #FFEBF3;
  border: 1px solid #E2458D;
}

@media (max-width: 767px) {
  .woocommerce-error li,
  .woocommerce-info li,
  .woocommerce-message li {
    display: grid;
    line-height: 1.3em;
  }
}

.woocommerce form.lost_reset_password label,
.woocommerce form.lost_reset_password p {
  margin-top: 0;
  color: #282828;
}
.woocommerce form.lost_reset_password label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.woo-inner-page .woocommerce form.checkout_coupon,
.woo-inner-page .woocommerce form.login,
.woo-inner-page .woocommerce form.register,
.woo-gradient .woocommerce form.checkout_coupon,
.woo-gradient .woocommerce form.login,
.woo-gradient .woocommerce form.register {
  border: none;
  padding: 30px;
  margin: 0 0 30px;
  text-align: left;
  border-radius: 20px;
  display: flex;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1430px) {
  .woo-inner-page .woocommerce form.checkout_coupon,
  .woo-inner-page .woocommerce form.login,
  .woo-inner-page .woocommerce form.register,
  .woo-gradient .woocommerce form.checkout_coupon,
  .woo-gradient .woocommerce form.login,
  .woo-gradient .woocommerce form.register {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .woo-inner-page .woocommerce form.checkout_coupon,
  .woo-inner-page .woocommerce form.login,
  .woo-inner-page .woocommerce form.register,
  .woo-gradient .woocommerce form.checkout_coupon,
  .woo-gradient .woocommerce form.login,
  .woo-gradient .woocommerce form.register {
    padding: 15px !important;
  }
}
.woo-inner-page .woocommerce form.checkout_coupon button,
.woo-inner-page .woocommerce form.login button,
.woo-inner-page .woocommerce form.register button,
.woo-gradient .woocommerce form.checkout_coupon button,
.woo-gradient .woocommerce form.login button,
.woo-gradient .woocommerce form.register button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .woo-inner-page .woocommerce form.checkout_coupon button,
  .woo-inner-page .woocommerce form.login button,
  .woo-inner-page .woocommerce form.register button,
  .woo-gradient .woocommerce form.checkout_coupon button,
  .woo-gradient .woocommerce form.login button,
  .woo-gradient .woocommerce form.register button {
    font-size: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  margin: -10px 0 30px;
  text-align: left;
  border-radius: 20px;
  background-color: white;
  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;
  font-weight: 500;
}
.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: 640px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
  .woocommerce form.login .flex-wrap.extra_half .col_50,
  .woocommerce form.register .flex-wrap.extra_half .col_50 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .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%;
    text-align: left;
  }
}
.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: 400px) {
  .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;
  }
}
.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: #282828;
  margin-left: auto;
  font-weight: 500;
}
.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 {
  margin-top: 0;
  color: #282828;
}
.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;
  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: 600;
  background-color: #E51C6E;
  color: #fff;
  border-radius: 500px;
}
@media (max-width: 1430px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 13px;
    padding: 15px 25px;
  }
}
.woocommerce form.checkout_coupon button:hover,
.woocommerce form.login button:hover,
.woocommerce form.register button:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}

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

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

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

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

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

.cart_right {
  width: 38%;
  padding-left: 50px;
}
@media (max-width: 1300px) {
  .cart_right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .cart_right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.checkout-right {
  width: 38%;
  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;
  }
}
.checkout-right .title-line {
  margin-top: 0;
}

.woocommerce-shipping-destination {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 640px) {
  .woocommerce-shipping-destination {
    font-size: 13px;
  }
}
.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #282828;
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
}

.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;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row {
    margin-bottom: 10px !important;
  }
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #282828;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    margin-bottom: 5px;
  }
}

#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: #0F0F0F;
  border-radius: 10px;
  color: #999;
  font-size: 15px;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 10px;
  box-shadow: none;
  height: 49px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  height: 49px;
  color: #282828;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}

.select2-results__option {
  font-size: 14px;
}
@media (max-width: 1300px) {
  .select2-results__option {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .select2-results__option {
    font-size: 12px;
  }
}

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

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  border-color: #e8e8e8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E51C6E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  right: 12px;
}

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

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 15px;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  font-size: 14px;
  width: 100%;
}
@media (max-width: 960px) {
  .woocommerce form .form-row .woocommerce-input-wrapper .description {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce form .form-row .woocommerce-input-wrapper .description {
    line-height: 1.3em;
    font-size: 12px;
  }
}

.woocommerce-help-text {
  background: #1e85be;
  color: #fff;
  padding: 1em;
  /* text-align: center; */
  margin-top: 7px;
  font-size: 14px;
  position: relative;
  border-radius: 3px;
}
@media (max-width: 960px) {
  .woocommerce-help-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce-help-text {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.woocommerce-help-text:before {
  left: 15px;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}

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

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

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

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

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

.woocommerce-account-fields .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}
.woocommerce-account-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.title-line {
  display: flex;
  align-items: center;
}
.title-line span {
  background-color: #E51C6E;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 500px;
  line-height: 1;
  font-size: 18px;
  margin-right: 15px;
}
@media (max-width: 1300px) {
  .title-line span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .title-line span {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .title-line span {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

#order_review,
#order_review_heading {
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 960px) {
  #order_review,
  #order_review_heading {
    max-width: 100%;
  }
}

.omnivalt_terminal_container_map {
  margin-top: 10px;
}

.omnivalt_terminal_container_map {
  background-color: #50366d;
  border: none !important;
  padding: 10px !important;
}

.tmjs-selected-terminal {
  font-size: 13px;
  margin-bottom: 5px;
}

.montonio-bank-payments-form .montonio-payments-country-dropdown {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
}
.montonio-bank-payments-form .montonio-payments-country-dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.omnivalt_terminal_container_map .tmjs-open-modal-btn {
  background-color: #E51C6E !important;
  border: none !important;
  font-size: 14px;
  font-weight: 600;
  padding: 14px;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px !important;
}
@media (max-width: 640px) {
  .omnivalt_terminal_container_map .tmjs-open-modal-btn {
    font-size: 13px;
  }
}
.omnivalt_terminal_container_map .tmjs-open-modal-btn:hover {
  text-decoration: none;
}

.title-line,
#order_review_heading,
.woocommerce-checkout-payment h4 {
  margin-bottom: 15x;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1d1c1c;
}
@media (max-width: 767px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  background: #3C205D;
  border: none;
  border-radius: 15px;
  border: none;
  padding: 10px 25px;
  color: #ffffff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr {
  display: flex;
  width: 100%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals {
  flex-wrap: wrap;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals td {
  width: 100%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals ul {
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals th {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wc_shipping_dpd_terminals td {
  padding-left: 0;
  text-align: left;
  border-top: none !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .selected-option {
  text-align: left;
  position: relative;
  padding-right: 30px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .selected-option::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table input[type=text] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
  flex-wrap: wrap;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
  width: 100%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals ul {
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
  padding-left: 0;
  text-align: left;
  border-top: none !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  text-transform: none;
  color: white;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    width: 68%;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    width: 32%;
  }
}
.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: 0;
  width: 60%;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 78%;
  }
}
.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 thead tr td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.1) !important;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white !important;
  font-weight: 500;
  opacity: 0.5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.1) !important;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  color: #ffffff !important;
  opacity: 0.5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td {
  font-weight: 500;
  color: #fff !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td * {
  font-weight: 500;
  color: #fff !important;
  line-height: 1;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td *.tmjs-city,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td *.tmjs-city {
  font-weight: 600;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .tmjs-terminal-sidebar,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .tmjs-terminal-sidebar {
  color: #282828 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container {
  color: #282828 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container .tmjs-open-modal-btn,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container .tmjs-selected-terminal,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container .tmjs-open-modal-btn,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container .tmjs-selected-terminal {
  color: white !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container * {
  color: #282828 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container *.tmjs-select-btn,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container *.tmjs-select-btn {
  color: white !important;
  border-radius: 30px;
  border: none;
  background-color: #E51C6E;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container *.tmjs-select-btn:hover,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container *.tmjs-select-btn:hover {
  background-color: #E2458D;
  border: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container *.tmjs-open-modal-btn, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container *.tmjs-selected-terminal,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container *.tmjs-open-modal-btn,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container *.tmjs-selected-terminal {
  color: white !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .omnivalt_terminal_container_map .tmjs-active,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .omnivalt_terminal_container_map .tmjs-active {
  border-color: #E51C6E !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .custom-dropdown,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .custom-dropdown {
  text-align: left;
  color: #282828 !important;
  border-radius: 30px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .custom-dropdown *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .custom-dropdown * {
  color: #282828 !important;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .custom-dropdown *.group-pudo,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .custom-dropdown *.group-pudo {
  font-weight: 500;
  padding: 5px 10px 0;
  margin: 0;
  border: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td .custom-dropdown *.pudo,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td .custom-dropdown *.pudo {
  line-height: 1.3;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td del .woocommerce-Price-amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td del .woocommerce-Price-amount {
  position: relative;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td del .woocommerce-Price-amount:before,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) td del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff !important;
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 50%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-total) th {
  font-weight: 600;
}
.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-red2.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: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 13px;
  }
}
.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: 700;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-size: 13px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td .woocommerce-Price-amount * {
  font-weight: 500;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings {
  color: #fff;
  width: 100%;
  padding-left: 0;
  display: inline-block;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings {
    font-size: 13px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings .product-quantity {
  font-weight: inherit;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings * {
  color: #fff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings > a {
  display: inline;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-info.headings .variation {
  opacity: 0.6;
}
.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;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 15px;
  }
}
@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: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 13px;
  }
}

.woocommerce ul#shipping_method li input {
  margin-top: 0;
  top: 2px;
}

h3.tmjs-pt-2 {
  margin-bottom: 10px;
  font-size: 16px;
}

.product-info.headings {
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.3;
  color: #282828;
  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;
}

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

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
  background-color: #f8e6f8;
  border: none;
  border-radius: 15px;
  padding: 25px;
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.031372549);
  position: relative;
  line-height: 1;
  margin-top: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  margin-top: 0;
  border-top: none;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.woocommerce-checkout #payment ul.payment_methods p {
  color: #282828;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
  background-color: transparent;
}
@media (max-width: 1300px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 13px;
  }
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  margin-right: 10px;
  width: 22px !important;
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew label {
  padding-left: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods p.woocommerce-SavedPaymentMethods-saveNew label:before {
  content: none;
}

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

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

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

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

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 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: 5px;
  font-weight: 700;
  border-radius: 34px;
}

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

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

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

.order_placed_wrap {
  display: flex;
  align-items: stretch;
  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: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 78px;
  height: 78px;
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  border-radius: 100%;
  margin-bottom: 15px;
  color: white;
}
@media (max-width: 1430px) {
  .order_placed_wrap .the-content::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 960px) {
  .order_placed_wrap .the-content::before {
    width: 52px;
    height: 52px;
  }
}
.order_placed_wrap .the-content h2:first-child {
  margin-top: 0;
}
.order_placed_wrap .general_content {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .order_placed_wrap .general_content {
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .order_placed_wrap .general_content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .general_content {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
  }
}
.order_placed_wrap .button1 {
  min-width: 300px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .order_placed_wrap .button1 {
    margin-top: 10px;
  }
}

.checl_list {
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: #f8e6f8;
}
@media (max-width: 767px) {
  .checl_list {
    padding: 15px 20px;
  }
}
.checl_list li {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #e7d6e7;
  text-align: center;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.checl_list li strong {
  text-align: right;
}
@media (max-width: 640px) {
  .checl_list li {
    font-size: 12px;
  }
}
.checl_list strong {
  font-weight: 600;
}
@media (max-width: 640px) {
  .checl_list strong {
    font-weight: 600;
    font-size: 12px;
  }
}
.checl_list .woocommerce-Price-amount {
  font-weight: 600;
}
.checl_list .woocommerce-Price-amount span {
  font-weight: 600;
}

@media (max-width: 767px) {
  body.woocommerce-order-received .woo-page {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woo-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.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 p.cart-empty.woocommerce-info {
  text-align: center;
}
.wish_no_user .tinv-wishlist p.cart-empty.woocommerce-info:before {
  content: none;
}
.wish_no_user .tinv-wishlist .return-to-shop .button {
  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: 50px;
  background-color: #E51C6E;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .wish_no_user .tinv-wishlist .return-to-shop .button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .wish_no_user .tinv-wishlist .return-to-shop .button {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.wish_no_user .tinv-wishlist .return-to-shop .button:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}
.wish_no_user .tinv-wishlist form {
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .wish_no_user .tinv-wishlist form {
    background-color: transparent;
  }
}
.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;
  }
}

.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: #282828;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list th {
    font-size: 12px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list th span {
  font-weight: 600;
}
.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: #f6f6f6;
    padding: 15px;
    position: relative;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr td {
    background-color: #f6f6f6;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr:nth-child(odd) {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list tr:nth-child(odd) td {
    background-color: #fff !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td {
  border-top: 1px solid rgb(235, 238, 241);
}
@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: 15px !important;
    left: 20px !important;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a {
  width: auto;
}
@media (max-width: 1300px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a {
    width: auto;
  }
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    padding: 10px 0;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price .from {
  margin-right: 5px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price span {
    font-size: 16px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del span {
  font-weight: 400;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price del {
  font-size: 13px;
  opacity: 0.6;
}
.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;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-price .woocommerce-price-suffix {
  display: block;
  width: 100%;
}
@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%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 8px;
  width: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 15px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-stock span {
  display: inline-block;
  margin-right: 5px;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
  font-weight: 400;
  color: #282828;
  font-size: 13px;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock .tinvwl-txt {
    font-size: 11px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name {
  width: 360px;
}
@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: #282828;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 960px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name a {
    font-size: 12px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  color: #1d1c1c;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  align-items: center;
  line-height: 1em;
  padding: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action {
    margin-left: 10px;
    width: 120px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button {
  color: white;
  display: inline-block;
  padding: 12px 15px;
  font-size: 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  border-radius: 50px;
  background-color: #E51C6E;
  text-align: center;
  font-family: "Poppins", sans-serif;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    padding: 0;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button {
    font-size: 11px;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
  color: white !important;
  font-size: 12px !important;
  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: 12px;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-action button span {
    font-size: 11px;
  }
}
.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 .relative {
  border: none !important;
}
.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: 70px !important;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-name,
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    padding-left: 60px !important;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    padding-left: 60px !important;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-price {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    margin-top: 5px !important;
  }
}

.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: #E51C6E !important;
  margin-left: 10px;
}
.tinvwl-input-group-btn button:hover {
  background-color: #b91558 !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;
  font-weight: 500;
}
@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: #b91558;
  color: white;
}

.tinv-wishlist .tinv-lists-nav .button {
  padding-top: 13px;
  padding-bottom: 13px;
}
.tinv-wishlist .tinv-lists-nav .button:hover {
  text-decoration: none;
  background-color: #b7171c;
  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;
  }
}
.woocommerce table.shop_table td.product-remove a:hover {
  background-color: transparent;
}

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

.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-collapse: separate;
  border-spacing: 0 15px;
}
.woocommerce-cart-form__contents tr {
  border-radius: 5px;
  position: relative;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
}
.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
  background-color: #fff;
}
.woocommerce-cart-form__contents tr td:first-child,
.woocommerce-cart-form__contents tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.woocommerce-cart-form__contents tr td:last-child,
.woocommerce-cart-form__contents tr th:last-child {
  -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;
}
.woocommerce-cart-form__contents thead tr {
  background-color: #f1f1f1 !important;
  border: none !important;
  border-radius: 5px;
}
.woocommerce-cart-form__contents thead tr th,
.woocommerce-cart-form__contents thead tr td {
  background-color: #f1f1f1 !important;
  padding: 5px 15px !important;
  font-size: 14px;
}
.woocommerce-cart-form__contents tr.extra-last {
  display: none !important;
}

@media (max-width: 640px) {
  .omnivalt_terminal_container_map .tmjs-selected-terminal {
    font-size: 13px !important;
  }
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  font-size: 12px;
  line-height: 1;
}
.woocommerce td.product-name .wc-item-meta dd *,
.woocommerce td.product-name dl.variation dd * {
  line-height: 1;
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  color: #282828;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: none;
}

.iti--separate-dial-code .iti__selected-flag {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

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

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

.wrapp_mini_cart_listing .blockUI.blockOverlay:before {
  content: "";
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .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 {
    float: none;
  }
}

.steps-buy {
  margin-top: 20px;
}
.steps-buy ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 15px;
  border-radius: 10px;
}
.steps-buy li {
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 30px 10px 15px 10px;
  background-color: #f8e6f8;
  position: relative;
  height: auto;
}
.steps-buy li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.steps-buy li a:hover {
  text-decoration: none;
}
.steps-buy li span {
  display: inline;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .steps-buy li span {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps-buy li {
    padding: 20px 5px 10px 5px;
  }
}
@media (max-width: 480px) {
  .steps-buy li {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.2;
  }
}
.steps-buy li::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #f7f0ff;
  border: 2px solid #fafafa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -24px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .steps-buy li::before {
    width: 32px;
    height: 32px;
    background-size: 18px;
    top: -16px;
  }
}
@media (max-width: 480px) {
  .steps-buy li::before {
    top: 6px;
  }
}
.steps-buy li.active {
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
  color: white;
}
.steps-buy li.active::before {
  background-color: #552d84;
  border-color: #552d84;
}
.steps-buy li:first-child {
  border-radius: 10px 0 0 10px;
}
.steps-buy li:first-child::before {
  background-image: url("images/svg/step1.svg");
}
.steps-buy li:first-child.active::before {
  background-image: url("images/svg/step1-active.svg");
}
.steps-buy li:first-child + li::before {
  background-image: url("images/svg/step2.svg");
}
.steps-buy li:first-child + li.active::before {
  background-image: url("images/svg/step2-active.svg");
}
.steps-buy li:first-child + li + li {
  border-radius: 0 10px 10px 0;
}
.steps-buy li:first-child + li + li::before {
  background-image: url("images/svg/step3.svg");
}
.steps-buy li:first-child + li + li.active::before {
  background-image: url("images/svg/step3-active.svg");
}
.steps-buy span {
  font-weight: 600;
}

.shipping-bar {
  background-color: #50366d;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.shipping-bar p {
  line-height: 1.3;
  margin: 0 0 3px;
}
.shipping-bar .bar-white {
  width: 100%;
  height: 10px;
  background-color: white;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.shipping-bar .bar-pink {
  background-color: #f9c9dc;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.free-delivery {
  padding: 12px;
  border-radius: 10px;
  background-color: #f8e6f8;
  display: flex;
}
.free-delivery .icon {
  width: 33px;
}
.free-delivery p {
  width: calc(100% - 33px);
  padding-left: 10px;
  line-height: 1.2;
  color: #0d0d0d !important;
  margin: 0;
}
.free-delivery p strong {
  font-weight: 700;
  color: #E51C6E !important;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .free-delivery p strong {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .free-delivery p strong {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .free-delivery p strong {
    font-size: 13px;
  }
}
.free-delivery p span {
  font-size: 14px;
  color: #0d0d0d !important;
}
@media (max-width: 1430px) {
  .free-delivery p span {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .free-delivery p span {
    font-size: 13px;
  }
}
.free-delivery p strong,
.free-delivery p span {
  display: block;
}

.fake-form-coupon {
  max-width: 400px;
  margin-left: auto;
  background-color: #f8e6f8;
  padding: 25px;
  border-radius: 20px;
  margin-top: 15px;
}
@media (max-width: 1430px) {
  .fake-form-coupon {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .fake-form-coupon {
    max-width: 100%;
  }
}
.fake-form-coupon .input_form {
  display: none;
  margin-top: 5px;
}
.fake-form-coupon .input_form a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 5px;
}
.fake-form-coupon input {
  margin-bottom: 0;
  border-radius: 40px;
}
.toggle-discount {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1550px) {
  .toggle-discount {
    font-size: 18px;
  }
}
@media (max-width: 1430px) {
  .toggle-discount {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .toggle-discount {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .toggle-discount {
    font-size: 13px;
  }
}
.toggle-discount:hover {
  text-decoration: none;
}
.toggle-discount:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #0d0d0d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-list {
  max-width: 380px;
  max-height: 400px;
}
@media (max-width: 960px) {
  .dropdown-list {
    max-width: 100%;
  }
}

.bank_item {
  border: none !important;
  border-radius: 10px;
  margin: 0 !important;
  width: 31% !important;
}
.bank_item input {
  left: 10px !important;
}

.country_bank_list .banks_grid {
  gap: 10px;
  display: flex !important;
  flex-wrap: wrap !important;
}

.neopay-payment-country-select,
.neopay-extra-info {
  margin: 0 0 10px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  line-height: 1em;
}

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

body.woocommerce-checkout {
  overflow-x: hidden;
}

.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 table.shop_table.account-orders-table td:first-child,
.woocommerce table.shop_table.account-orders-table th:first-child {
  padding-left: 0;
}
.woocommerce table.shop_table.account-orders-table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul {
  background-color: #3c205d;
  padding: 14px 18px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 11px 0px rgba(209, 209, 209, 0.41);
  z-index: 1;
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 5px 16px;
  }
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
  border-top: none;
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  color: white;
  padding: 17px 25px 17px 60px;
}
@media (max-width: 1430px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 25px 14px 40px;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 12px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.is-active {
  border-radius: 10px;
  background-color: #50366d;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
  z-index: 3;
}
.woocommerce-MyAccount-navigation ul li.admin_log:before {
  width: 25px;
  height: 25px;
  background-image: url("images/svg/wordpress.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.admin_log:before {
    width: 20px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  width: 20px;
  height: 24px;
  background-image: url("images/svg/account1.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  width: 24px;
  height: 24px;
  background-image: url("images/svg/account2.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    width: 20px;
    height: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  width: 16px;
  height: 24px;
  background-image: url("images/svg/account3.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    width: 15px;
    height: 22px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  width: 18px;
  height: 20px;
  background-image: url("images/svg/account4.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    width: 15px;
    height: 17px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before {
  width: 23px;
  height: 20px;
  background-image: url("images/svg/fav1.svg");
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before {
    width: 18px;
    height: 16px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  width: 16px;
  height: 16px;
  background-position: center;
  background-image: url("images/svg/log-out.svg");
  left: 0;
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    width: 22px;
    height: 16px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #552D84;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: 14px 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: 12px 17px;
    margin-top: 10px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  transform: none;
  margin-right: 10px;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a {
  color: #fff;
  z-index: 1;
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:before {
  z-index: 1;
  background-color: transparent;
  background-image: url("images/svg/account1.svg");
}
.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:after {
  opacity: 1;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist {
  background-color: #50366d;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--wishlist a,
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  opacity: 1;
  z-index: 3;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--wishlist a:before,
.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before {
  background-image: url("images/svg/fav1.svg");
}

.page-template-page-wishlist.logged-in .woocommerce-MyAccount-navigation.wish-page .woocommerce-MyAccount-navigation-link--dashboard.is-active {
  background-color: transparent;
}

.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 {
  font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
}
@media (max-width: 1430px) {
  .login-social > span {
    font-size: 18px !important;
  }
}
@media (max-width: 960px) {
  .login-social > span {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .login-social > span {
    font-size: 15px !important;
  }
}
@media (max-width: 640px) {
  .login-social > span {
    font-size: 14px !important;
    font-weight: 600;
  }
}
.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: 50%;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .login-social .flex-item {
    width: 100%;
  }
}
.login-social .flex-item span {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .login-social .flex-item span {
    font-size: 13px !important;
  }
}
.login-social a {
  background-color: transparent;
  border: 1px solid #e7e7e7;
  display: block;
  padding: 13px 12px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282828;
  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: #f7fafe;
  color: #E51C6E;
  opacity: 1;
}
.login-social a:hover * {
  color: #E51C6E !important;
}
.login-social a span,
.login-social a img {
  display: inline;
  font-weight: 600;
  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;
}
@media (max-width: 767px) {
  .login-social a img {
    margin-right: 0;
  }
}

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

.login-top {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .login-top {
    margin-bottom: 0;
  }
}
.login-top h2 {
  margin-bottom: 0;
}

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

.box_form_account {
  max-width: 1020px;
  padding-top: 150px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1300px) {
  .box_form_account {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .box_form_account {
    padding: 60px 0;
  }
}
.box_form_account .woocommerce form.login p.form-row,
.box_form_account .woocommerce form.register p.form-row {
  margin-bottom: 10px !important;
}
.box_form_account .woocommerce form.register label,
.box_form_account .woocommerce form.login label {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .box_form_account .extra_half {
    display: block;
    padding-top: 0;
  }
  .box_form_account .extra_half .col_50 {
    float: none;
    width: 100% !important;
  }
}
.box_form_account .right {
  text-align: right;
}
.box_form_account .right a {
  text-decoration: underline;
  font-weight: 500;
}
.box_form_account .wrap_box {
  background-color: white;
  padding: 50px;
  max-width: 560px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@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 10px;
  }
}
.box_form_account .wrap_box button[type=submit],
.box_form_account .wrap_box input[type=submit] {
  display: block;
  text-transform: uppercase;
  width: 100%;
  box-shadow: none;
  font-weight: 600;
  background-color: #E51C6E;
  border-radius: 32px;
}
.box_form_account .woocommerce form.checkout_coupon,
.box_form_account .woocommerce form.login,
.box_form_account .woocommerce form.register {
  padding: 0;
  border: none;
  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: 10px;
  font-weight: 600;
  letter-spacing: 0.35px;
  background-color: #E51C6E;
}
.box_form_account .woocommerce form.checkout_coupon input,
.box_form_account .woocommerce form.login input,
.box_form_account .woocommerce form.register input {
  background: white;
}

.woocommerce .woocommerce-form-register {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-register {
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce .woocommerce-form-register p.woocommerce-form-row,
.woocommerce .woocommerce-form-register p.form-row {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-register p.woocommerce-form-row,
  .woocommerce .woocommerce-form-register p.form-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce .woocommerce-privacy-policy-text {
  padding: 0 10px;
}
.woocommerce .woocommerce-privacy-policy-text p {
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce p.wc-terms-and-conditions {
  margin-bottom: 0 !important;
}

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

.regist {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .regist {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .regist {
    margin-top: 5px;
  }
}
.regist span,
.regist a {
  display: inline !important;
}
.regist a {
  text-decoration: underline;
  font-weight: 600;
}
.regist a:hover {
  color: #E51C6E;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #0F0F0F !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: #0F0F0F !important;
}
.woocommerce-privacy-policy-text p a:hover {
  color: #E51C6E !important;
}

.intro-my-account {
  text-align: center;
}
.intro-my-account p {
  font-size: 16px;
}
@media (max-width: 960px) {
  .intro-my-account p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .intro-my-account p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .intro-my-account p {
    font-size: 13px;
  }
}

.lost_reset_password {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lost_reset_password {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .lost_reset_password {
    padding: 10px 0;
  }
}
.lost_reset_password h1 {
  font-size: 36px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .lost_reset_password h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .lost_reset_password h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lost_reset_password h1 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .lost_reset_password h1 {
    font-size: 20px;
  }
}
.lost_reset_password .form-row-first,
.lost_reset_password .form-row-last {
  float: none !important;
  width: 100% !important;
}
.lost_reset_password label {
  font-weight: 500;
  color: #282828;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.lost_reset_password button[type=submit] {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .lost_reset_password button[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.lost_reset_password .tac-link {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .lost_reset_password .tac-link {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .lost_reset_password .tac-link {
    margin-top: 10px;
  }
}
.lost_reset_password .tac-link .link {
  text-decoration: underline;
}

.mobile-account a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px 18px 20px;
  color: white;
  display: none;
  background-color: #3C205D;
  position: relative;
  justify-content: flex-start;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 960px) {
  .mobile-account a {
    display: flex;
    padding: 14px 30px 14px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-account a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 12px 30px 12px 20px;
  }
}
.mobile-account a a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mobile-account a {
    display: block;
  }
}
.mobile-account a i {
  margin-right: 5px;
}

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

.account-nav {
  width: 360px;
  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 .woocommerce-price-suffix {
  font-size: 13px;
}
.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: 600;
  border-radius: 32px;
  background-color: #E51C6E;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 960px) {
  .flex-account-nav button.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav button.button {
    font-size: 13px;
    padding: 16px 24px;
  }
}
.flex-account-nav button.button:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}
.flex-account-nav .woocommerce-MyAccount-content {
  width: calc(100% - 330px);
  padding: 15px 0 25px 30px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .order_details td {
    font-size: 13px !important;
  }
}
.flex-account-nav .woocommerce-MyAccount-content p.form-row {
  margin-bottom: 15px;
}
.flex-account-nav .woocommerce-MyAccount-content form h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content form h2 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content form h2 {
    font-size: 18px;
  }
}
.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: 25px;
  border-radius: 10px;
  float: none;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 20px;
  }
}
@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: 17px;
  }
}
.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 label {
  line-height: 1.2 !important;
  margin-bottom: 7px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@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: #282828;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 14px;
  }
}
.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: #b91558;
  color: white !important;
}
.flex-account-nav .woocommerce-MyAccount-content p a:hover {
  color: #E51C6E;
}
.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 a {
  width: 100%;
}
.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,
.flex-account-nav .woocommerce-MyAccount-content .product-action button {
  font-size: 12px !important;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action .button,
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action .button,
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinv-wishlist table.tinvwl-table-manage-list tr {
    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;
  }*/
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders {
    background-color: transparent;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders th {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td {
    text-align: right !important;
    padding: 0 !important;
    border-top: none;
    width: 100%;
    margin-bottom: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total * {
    font-size: 13px;
  }
}
.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 td,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th {
  vertical-align: top;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table small {
  display: block;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .wc-item-meta li {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .wc-item-meta li p {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
  padding-left: 20px;
  font-weight: 600;
}
@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: 14px;
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name strong {
    font-size: 12px;
  }
}
.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: 700;
  color: #282828;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount span,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount * {
  font-weight: 700;
  color: #282828;
  line-height: 1;
}
@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__header-order-status,
.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 tr:last-child td {
  font-size: 18px;
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8e6f8;
  font-weight: 600;
  font-size: 15px;
  border-color: #ead7ea !important;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
    font-size: 13px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  color: #282828;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  font-weight: 600;
  color: #282828;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
    font-size: 13px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
  font-size: 13px;
  color: #282828;
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #282828;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    font-size: 15px;
  }
}
.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: 12px 18px;
  background-color: #E51C6E;
  color: white;
  line-height: 1;
  font-size: 15px;
  border-radius: 32px;
  margin: 2px;
}
@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  background-color: #b91558;
  color: white;
}
.flex-account-nav .tinv-wishlist .product-stock p {
  text-align: left;
  font-size: 15px;
  margin-top: 0;
  position: relative;
  display: flex;
  padding-left: 15px;
}
@media (max-width: 1430px) {
  .flex-account-nav .tinv-wishlist .product-stock p {
    font-size: 12px;
  }
}
.flex-account-nav .tinv-wishlist .product-stock p span {
  line-height: 1;
  display: block;
}
.flex-account-nav .in-stock span i {
  font-size: 15px;
}
.flex-account-nav .in-stock span i::before {
  color: white;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: block;
    padding-left: 60px;
  }
}
@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;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table.tinvwl-table-manage-list .product-stock i {
    width: 14px;
    height: 14px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist .product-stock span {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-right: 8px;
  }
}
@media (max-width: 960px) {
  .flex-account-nav .tinv-wishlist .product-stock p {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
}
.flex-account-nav .tinv-wishlist table td {
  border-top: 1px solid #EBEBEB !important;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table td {
    border-top: none !important;
  }
}
.flex-account-nav .tinv-wishlist table th {
  padding: 10px 13px;
  text-align: left;
}
.flex-account-nav .tinv-wishlist table th span {
  font-weight: 600;
}
.flex-account-nav .tinv-wishlist table th,
.flex-account-nav .tinv-wishlist table td {
  padding: 10px 13px;
  border-color: #EBEBEB !important;
}
@media (max-width: 767px) {
  .flex-account-nav .tinv-wishlist table th,
  .flex-account-nav .tinv-wishlist table td {
    border-top: none !important;
    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 .tinv-wishlist table th.product-price .woocommerce-Price-amount,
.flex-account-nav .tinv-wishlist table td.product-price .woocommerce-Price-amount {
  font-weight: 600;
}
.flex-account-nav .tinv-wishlist table th.product-price .woocommerce-Price-amount span,
.flex-account-nav .tinv-wishlist table td.product-price .woocommerce-Price-amount span {
  font-weight: 600;
}
.flex-account-nav .tinv-wishlist table th.product-price ins,
.flex-account-nav .tinv-wishlist table td.product-price ins {
  color: #FFEBF3;
}
.flex-account-nav .tinv-wishlist table th.product-price del,
.flex-account-nav .tinv-wishlist table td.product-price del {
  color: #282828;
  opacity: 0.6;
  display: block;
  font-size: 80%;
}
.flex-account-nav .tinv-wishlist table th.product-price del sup,
.flex-account-nav .tinv-wishlist table td.product-price del sup {
  text-decoration: none;
}
.flex-account-nav .tinv-wishlist table th.product-price del .woocommerce-Price-amount,
.flex-account-nav .tinv-wishlist table td.product-price del .woocommerce-Price-amount {
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.flex-account-nav .tinv-wishlist table th.product-price del .woocommerce-Price-amount:before,
.flex-account-nav .tinv-wishlist table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #282828;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.flex-account-nav .tinv-wishlist table th.product-price del .woocommerce-Price-amount span,
.flex-account-nav .tinv-wishlist table td.product-price del .woocommerce-Price-amount span {
  font-weight: 400;
}
.flex-account-nav .tinv-wishlist table th.product-price del span,
.flex-account-nav .tinv-wishlist table th.product-price del bdi,
.flex-account-nav .tinv-wishlist table td.product-price del span,
.flex-account-nav .tinv-wishlist table td.product-price del bdi {
  font-weight: 400;
}
.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 50px;
  min-width: 50px;
  padding-left: 0;
  padding-right: 0;
}
.flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
  font-weight: 600;
}
@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name {
    padding-bottom: 0;
  }
}

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

.tinv-wishlist .product-remove button {
  background: transparent;
  padding-top: 0;
}

.ftinvwl-times:before {
  content: "\f1f8" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFEBF3;
  font-size: 13px;
}

.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: 600;
  margin-bottom: 10px;
  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;
  }
}
.title-dash strong,
.title-dash b,
.section_title strong,
.section_title b {
  font-weight: 600;
}
.title-dash a,
.section_title a {
  text-decoration: underline;
}
.title-dash a:hover,
.section_title a:hover {
  color: #E51C6E;
}

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

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .woocommerce-customer-details .woocommerce-column__title {
    padding-bottom: 5px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 15px;
  }
}

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

.u-columns.woocommerce-Addresses h3 {
  font-size: 20px;
  margin-bottom: 20px;
  float: none;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
}
@media (max-width: 1300px) {
  .u-columns.woocommerce-Addresses h3 {
    font-size: 18px;
  }
}

.woocommerce-Address {
  margin-top: 20px;
}
.woocommerce-Address address {
  font-style: normal;
  font-size: 15px;
}
@media (max-width: 640px) {
  .woocommerce-Address address {
    font-size: 14px;
  }
}

.woocommerce-Address-title.title {
  display: block;
  position: relative;
}
.woocommerce-Address-title.title h3 {
  float: none;
  width: 100%;
  padding-right: 40px;
  font-size: 20px;
}
@media (max-width: 960px) {
  .woocommerce-Address-title.title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce-Address-title.title h3 {
    font-size: 16px;
  }
}

.woocommerce-Address-title.title .edit {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #E51C6E;
  padding: 3px;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("images/svg/edit-redlight.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}
@media (max-width: 1300px) {
  .woocommerce-Address-title.title .edit {
    width: 30px;
    height: 30px;
    background-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-Address-title.title .edit {
    top: -8px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
}
.woocommerce-Address-title.title .edit img {
  max-width: 14px;
}
@media (max-width: 767px) {
  .woocommerce-Address-title.title .edit img {
    max-width: 12px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-Address-title.title .edit img {
    max-width: 10px;
  }
}
.woocommerce-Address-title.title .edit:hover {
  opacity: 0.6;
}

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

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

.woocommerce-EditAccountForm p {
  padding: 3px;
}
.woocommerce-EditAccountForm button {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .woocommerce-EditAccountForm button {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.woocommerce-EditAccountForm fieldset legend {
  font-size: 20px;
  font-weight: 600;
  padding-top: 28px;
  margin-bottom: 10px !important;
}
@media (max-width: 1300px) {
  .woocommerce-EditAccountForm fieldset legend {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .woocommerce-EditAccountForm fieldset legend {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-EditAccountForm fieldset legend {
    padding-top: 20px;
  }
}

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

.flex-account-nav .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-details .woocommerce-table__product-name a {
  display: inline-block;
  font-weight: 700;
}

.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;
}
@media (max-width: 640px) {
  .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
  .woocommerce td.product-name .wc-item-meta dt,
  .woocommerce td.product-name dl.variation .wc-item-meta-label,
  .woocommerce td.product-name dl.variation dt {
    font-size: 12px;
  }
}

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

.woocommerce-table--order-details {
  background-color: #fff;
}
.woocommerce-table--order-details td.product-name {
  width: 70% !important;
}

.full_page {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.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;
  }
}
.tinv-wishlist table.tinvwl-table-manage-list th {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

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

.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-weight: 500;
}

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

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

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

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

.full_main_page {
  min-height: calc(100vh - 1px);
  background: linear-gradient(to right, #7748ad 0%, #ef5f9a 100%);
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .full_main_page {
    height: auto;
  }
}
.full_main_page .woocommerce form.checkout_coupon,
.full_main_page .woocommerce form.login,
.full_main_page .woocommerce form.register {
  box-shadow: none;
}
.full_main_page .header-logo {
  margin-bottom: 25px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .full_main_page .header-logo {
    width: 100%;
  }
}
.full_main_page .header-logo a {
  display: inline-block;
}
@media (max-width: 640px) {
  .full_main_page .header-logo a {
    max-width: 150px;
    display: block;
  }
}
.full_main_page .dots-left {
  left: 100px;
  bottom: 0;
}
@media (max-width: 960px) {
  .full_main_page .dots-left {
    left: 80px;
  }
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab h1 {
  font-size: 36px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .tab h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .tab h1 {
    font-size: 28px;
  }
}
.tab .login-top p {
  margin-top: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: white;
}

.box_navigation {
  position: relative;
}
@media (max-width: 960px) {
  .box_navigation {
    margin-top: 10px;
  }
}
.box_navigation .dots-left {
  left: -80px;
  bottom: -90px;
}
@media (max-width: 960px) {
  .box_navigation .dots-left {
    left: -30px;
    bottom: -20px;
  }
}

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none;
}

.woocommerce-info::before {
  color: #E51C6E;
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}

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

.section_contact {
  overflow: hidden;
}
.section_contact .flex-contact-text {
  align-items: stretch;
}
.section_contact .col_40 {
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .section_contact .col_40 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .section_contact .col_40 {
    padding: 30px 0;
  }
}
.section_contact input[type=text],
.section_contact input[type=email],
.section_contact input[type=password],
.section_contact input[type=search],
.section_contact input[type=tel],
.section_contact input[type=url],
.section_contact input[type=number],
.section_contact input[type=date],
.section_contact input[type=time],
.section_contact input[type=datetime],
.section_contact input[type=datetime-local],
.section_contact input[type=week],
.section_contact input[type=month],
.section_contact textarea,
.section_contact select {
  background-color: white;
}
@media (max-width: 767px) {
  .section_contact .col_40,
  .section_contact .col_60 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .section_contact .col_40,
  .section_contact .col_60 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section_contact .left-contact {
    text-align: center;
  }
}
.section_contact .left-contact .contact-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section_contact .box-contact {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.section_contact .box-contact li {
  padding: 15px 0;
  border-top: 1px solid #ededed;
}
.section_contact .box-contact li:first-child {
  border-top: none;
}
.section_contact .box-contact a,
.section_contact .box-contact p {
  margin: 0;
}
.section_contact .box-contact .icon {
  margin-right: 5px;
}
.section_contact .box-contact span.text {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 960px) {
  .section_contact .box-contact span.text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section_contact .box-contact span.text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_contact .social-list {
  margin: 0;
}
.section_contact .social-links {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .section_contact .social-links {
    margin-top: 10px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.section_contact .social-links li {
  margin: 4px;
  padding: 0;
}
.section_contact .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  background-color: #3C205D;
}
.section_contact .social-links a:hover {
  text-decoration: none;
  background-color: #552D84;
}

.col_60.right-contact {
  background-color: #f9f9f9;
  padding-left: 100px;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1100px) {
  .col_60.right-contact {
    padding: 60px 0 60px 50px;
  }
}
@media (max-width: 960px) {
  .col_60.right-contact {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 767px) {
  .col_60.right-contact {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .col_60.right-contact {
    padding: 25px 20px;
  }
}
.col_60.right-contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  background-color: #f9f9f9;
  left: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 1430px) {
  .col_60.right-contact::after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .col_60.right-contact::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .col_60.right-contact .col_50 {
    width: 100%;
  }
}
.col_60.right-contact .label-form {
  color: #282828;
}
.col_60.right-contact .the-content,
.col_60.right-contact .wrap-form {
  position: relative;
  z-index: 2;
}
.col_60.right-contact .wpcf7-acceptance {
  margin-bottom: 15px;
}

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

.map-location iframe {
  width: 100%;
  height: 580px;
  filter: grayscale(1);
}
@media (max-width: 1430px) {
  .map-location iframe {
    height: 420px;
  }
}
@media (max-width: 960px) {
  .map-location iframe {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .map-location iframe {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .map-location iframe {
    height: 300px;
  }
}

.simple-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .simple-image img {
    border-radius: 15px;
  }
}

.section_text_and_images {
  background-color: #fbfbfb;
  overflow: hidden;
}

.section-group .flex.row {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .section-group .flex.row {
    margin-top: 30px;
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .section-group .flex.row {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-group .flex.row {
    display: block;
  }
  .section-group .flex.row .col_50 {
    width: 100%;
  }
}
.section-group .flex.row:first-child {
  margin-top: 0;
}
.section-group .image img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .section-group .image img {
    border-radius: 15px;
  }
}
.section-group .the-content {
  max-width: 570px;
}
@media (max-width: 767px) {
  .section-group .the-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.section-group .row-reverse .the-content {
  margin-left: auto;
}

.section_text_and_images {
  position: relative;
}
.section_text_and_images .container {
  position: relative;
  z-index: 1;
}

.simple-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .simple-image img {
    border-radius: 15px;
  }
}

.tabslinks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 640px) {
  .tabslinks {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.tabslinks a {
  color: #282828;
  padding: 10px;
  position: relative;
  font-weight: 700;
  min-width: 90px;
  text-align: center;
}
@media (max-width: 640px) {
  .tabslinks a {
    padding: 4px;
    min-width: 60px;
  }
}
.tabslinks a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #E51C6E;
}
.tabslinks a:hover {
  text-decoration: none;
  color: #E51C6E;
}
.tabslinks a.active {
  color: #E51C6E;
}
.tabslinks a.active::before {
  height: 3px;
}

.list-gallery {
  flex-wrap: wrap;
}
.list-gallery .col_25 {
  padding: 0 10px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .list-gallery .col_25 {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .list-gallery .col_25 {
    padding: 0 5px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .list-gallery .col_25 {
    width: 50%;
  }
}
.list-gallery .col_25.hide {
  display: none;
}
.list-gallery a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
  position: relative;
}
.list-gallery a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  border-radius: 10px;
  opacity: 0;
  transition: all, 0.3s;
}
.list-gallery a.video::before {
  opacity: 1;
}
.list-gallery a.video:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.list-gallery a:hover::before {
  opacity: 1;
}
.list-gallery i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.15);
  border: 5px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 10px;
}
@media (max-width: 480px) {
  .list-gallery i {
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}/*# sourceMappingURL=style.css.map */