* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 1;
  background: #fff;
}

html::-webkit-scrollbar {
  width: 8px;
  background: #eeeeee;
}

html::-webkit-scrollbar-thumb {
  width: 8px;
  background: #404040;
}

img {
  border-style: none;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  display: block;
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

ul,
ol {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
  border: none;
  outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  background: transparent;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  background: transparent;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.__no-scroll {
  overflow: hidden !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Poppins", sans-serif;
  color: #404040;
}

h2 {
  font-size: 4.66667em;
  line-height: 111.11111%;
}

@media (max-width: 575px) {
  h2 {
    font-size: 3.33333em;
  }
}

h3 {
  font-size: 3em;
  line-height: 111.11111%;
  font-weight: 400;
}

@media (max-width: 575px) {
  h3 {
    font-size: 2.53333em;
  }
}

h4 {
  font-size: 2.33333em;
  line-height: 150%;
  font-weight: 400;
}

h5 {
  font-size: 1.86667em;
  line-height: 120%;
  font-weight: 400;
}

@media (max-width: 575px) {
  h5 {
    font-size: 1.33333em;
  }
}

h6 {
  font-size: 1.13333em;
  line-height: 120%;
  font-weight: 600;
}

p {
  line-height: 145%;
}

.banner_int {
  width: 100%;
  position: relative;
  display: block;
}

.banner_int_cnt {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_int_cnt .bnr_int--img {
  width: 100%;
  position: relative;
  display: block;
}

@media (max-width: 1024px) {
  .banner_int_cnt .bnr_int--img img {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .banner_int_cnt .bnr_int--img img {
    height: 200px;
    object-position: 80% center;
  }
}

.banner_int_cnt .bnr_int--txt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  position: absolute;
}

@media (max-width: 768px) {
  .banner_int_cnt .bnr_int--txt {
    width: 90%;
  }
}

.banner_int_cnt .bnr_int--txt h2 {
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px rgba(64, 64, 64, 0.6);
}

.banner_int.type_2 .bnr_int--txt h2 {
  text-align: right;
}

@media (max-width: 575px) {
  .banner_int.type_2 .bnr_int--img img {
    object-position: 20% center;
  }
}

.links {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .links {
    padding: 2em 0;
  }
}

.links_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .links_cnt {
    width: 90%;
  }
}

.links_cnt h4 {
  position: relative;
  display: block;
  line-height: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.15);
}

.links_cnt p {
  position: relative;
  display: block;
}

.contact {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .contact {
    padding: 2em 0;
  }
}

.contact_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact_cnt {
    width: 90%;
  }
}

.contact_cnt form {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 50px;
}

.contact_cnt form ._input {
  width: calc(50% - 15px);
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .contact_cnt form ._input {
    width: 100%;
  }
}

.contact_cnt form ._input input {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid rgba(64, 64, 64, 0.15);
  border-radius: 7px;
  transition: 0.35s ease-in-out;
}

.contact_cnt form ._input input:focus {
  box-shadow: 0 0 5px #40404024;
}

.contact_cnt form ._input input:focus + label {
  transform: translateY(-23px);
  font-size: 0.86667em;
}

.contact_cnt form ._input input:valid {
  box-shadow: 0 0 5px #40404024;
}

.contact_cnt form ._input input:valid + label {
  transform: translateY(-23px);
  font-size: 0.86667em;
}

.contact_cnt form ._input label {
  width: fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  z-index: 1;
  left: 10px;
  padding: 5px;
  background: #fff;
  transition: 0.35s ease-in-out;
}

.contact_cnt form ._input-full {
  width: 100%;
}

.contact_cnt form ._textarea {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.contact_cnt form ._textarea textarea {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid rgba(64, 64, 64, 0.15);
  border-radius: 7px;
  transition: 0.35s ease-in-out;
}

.contact_cnt form ._textarea textarea:focus {
  box-shadow: 0 0 5px #40404024;
}

.contact_cnt form ._textarea textarea:focus + label {
  transform: translateY(-23px);
  font-size: 0.86667em;
}

.contact_cnt form ._textarea textarea:valid {
  box-shadow: 0 0 5px #40404024;
}

.contact_cnt form ._textarea textarea:valid + label {
  transform: translateY(-23px);
  font-size: 0.86667em;
}

.contact_cnt form ._textarea label {
  width: fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 5px;
  background: #fff;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

.contact_cnt form button {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
}

.contact_cnt form button img {
  width: 25px;
  margin-right: 7px;
}

@media not all and (pointer: coarse) {
  .contact_cnt form button:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.map {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .map {
    padding: 2em 0;
  }
}

.map_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .map_cnt {
    width: 90%;
  }
}

.map_cnt .map_content {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(64, 64, 64, 0.1);
}

@media (max-width: 575px) {
  .map_cnt .map_content {
    aspect-ratio: 1;
  }
}

header {
  width: 100%;
  position: relative;
  display: block;
}

header .hd_top--bar {
  width: 100%;
  position: relative;
  display: block;
  padding: 7px 0;
  background: #404040;
}

header .hd_top--bar p {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.93333em;
}

header .hd_medium--bar {
  width: 100%;
  position: relative;
  display: block;
  padding: 8px 0;
  background: #f4f4f4;
}

header .hd_medium--bar .hd_md--cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}

@media (max-width: 768px) {
  header .hd_medium--bar .hd_md--cnt {
    width: 90%;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-left {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  header .hd_medium--bar .hd_md--cnt .hd_md-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-left p {
  position: relative;
  display: block;
  font-size: 0.93333em;
  line-height: 115%;
}

header .hd_medium--bar .hd_md--cnt .hd_md-right {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  header .hd_medium--bar .hd_md--cnt .hd_md-right {
    width: 100%;
    justify-content: center;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-right > a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  padding: 5px 20px;
  font-size: 0.93333em;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  header .hd_medium--bar .hd_md--cnt .hd_md-right > a:hover {
    background: #8e8e8e;
    color: #fff;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-right > a:not(:last-of-type) {
  border-right: 1px solid #8e8e8e;
}

header .hd_medium--bar .hd_md--cnt .hd_md-right .social_network {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  header .hd_medium--bar .hd_md--cnt .hd_md-right .social_network {
    height: 47px;
    justify-content: center;
    background: #f4f4f4;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% / 2);
    z-index: 1;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-right .social_network a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin: 0 5px;
}

@media (max-width: 575px) {
  header .hd_medium--bar .hd_md--cnt .hd_md-right .social_network a {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }
}

header .hd_medium--bar .hd_md--cnt .hd_md-right .social_network a img {
  height: 100%;
  object-fit: contain;
}

header .hd_bottom--bar {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0;
  background: #fff;
}

@media (max-width: 575px) {
  header .hd_bottom--bar {
    padding: 10px 0;
  }
}

header .hd_bottom--bar .hd_btt--cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  position: initial;
}

@media (max-width: 768px) {
  header .hd_bottom--bar .hd_btt--cnt {
    width: 90%;
  }
}

header .hd_bottom--bar .hd_btt--cnt .logo {
  width: 90px;
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .logo {
    width: 70px;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav {
  width: fit-content;
  height: fit-content;
  display: block;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  header .hd_bottom--bar .hd_btt--cnt nav {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 10;
    margin: 0;
    display: none;
  }
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav {
    max-height: 59vh;
    overflow: auto;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul {
    width: 100%;
    justify-content: center;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul li {
  width: fit-content;
  height: fit-content;
  display: block;
}

header .hd_bottom--bar .hd_btt--cnt nav ul li:not(:last-of-type) {
  border-right: 1px solid rgba(142, 142, 142, 0.4);
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li:not(:last-of-type) {
    border-right: none;
  }
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li {
    width: 100%;
    padding: 8px 0;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul li > a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-weight: 600;
  font-size: 1.06667em;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li > a {
    padding: 0;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #1f1f1f;
  top: calc(100% + 3px);
  transition: 0.35s ease-in-out;
}

header .hd_bottom--bar .hd_btt--cnt nav ul li > a > img {
  width: 11px;
  margin-left: 5px;
  margin-top: 3px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li > a:hover::before {
    width: 40%;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren > a.__active img {
  transform: rotateX(180deg);
}

header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren .children {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(3px);
  z-index: 10;
  display: none;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren .children {
    position: relative;
    top: 0;
    padding: 10px;
    background: #f4f4f4;
    margin-top: 10px;
  }
}

header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren .children_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 40px;
}

@media (max-width: 768px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren .children_cnt {
    width: 90%;
  }
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt nav ul li.hasChildren .children_cnt {
    width: 100%;
    row-gap: 25px;
  }
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links {
  width: calc(100% / 4 - 30px);
  height: fit-content;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  header
    .hd_bottom--bar
    .hd_btt--cnt
    nav
    ul
    li.hasChildren
    .children_cnt
    .child_links {
    width: calc(100% / 2 - 20px);
  }
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links
  h5 {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links
  h5::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(142, 142, 142, 0.5);
  bottom: 0;
  left: 0;
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links
  h5
  > a {
  position: relative;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 25px;
}

@media (max-width: 575px) {
  header
    .hd_bottom--bar
    .hd_btt--cnt
    nav
    ul
    li.hasChildren
    .children_cnt
    .child_links
    h5
    > a {
    font-size: 21px;
  }
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links
  > a {
  width: 50%;
  position: relative;
  display: block;
  margin: 4px 0;
  color: #8e8e8e;
  transition: 0.35s ease-in-out;
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  nav
  ul
  li.hasChildren
  .children_cnt
  .child_links
  > a.all {
  font-weight: 600;
  color: #1f1f1f;
}

@media not all and (pointer: coarse) {
  header
    .hd_bottom--bar
    .hd_btt--cnt
    nav
    ul
    li.hasChildren
    .children_cnt
    .child_links
    > a:hover {
    color: #1f1f1f;
  }
}

@media (max-width: 575px) {
  header
    .hd_bottom--bar
    .hd_btt--cnt
    nav
    ul
    li.hasChildren
    .children_cnt
    .child_links
    > a {
    width: 100%;
    font-size: 0.93333em;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search {
  width: 220px;
  position: relative;
  display: block;
  margin: 0 15px;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search {
    width: 200px;
    margin: 0;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search form {
    justify-content: flex-end;
  }
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"] {
  width: calc(100% - 45px);
  position: relative;
  display: block;
  border: 1px solid rgba(142, 142, 142, 0.3);
  padding: 6px 10px;
  font-size: 0.93333em;
  color: #1f1f1f;
  border-radius: 5px;
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"].placeholder {
  color: rgba(142, 142, 142, 0.6);
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"]:-moz-placeholder {
  color: rgba(142, 142, 142, 0.6);
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"]::-moz-placeholder {
  color: rgba(142, 142, 142, 0.6);
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"]:-ms-input-placeholder {
  color: rgba(142, 142, 142, 0.6);
}

header
  .hd_bottom--bar
  .hd_btt--cnt
  .hd_btt--right
  .search
  form
  input[type="search"]::-webkit-input-placeholder {
  color: rgba(142, 142, 142, 0.6);
}

@media (max-width: 575px) {
  header
    .hd_bottom--bar
    .hd_btt--cnt
    .hd_btt--right
    .search
    form
    input[type="search"] {
    width: calc(100% - 40px);
    display: none;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search form button {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search form button {
    width: 35px;
    height: 35px;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .search form button img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% / 2);
    z-index: 1;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #1f1f1f;
  border-radius: 30px;
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart a {
    width: 100%;
    height: 47px;
    padding: 0;
    justify-content: center;
    border-radius: 0;
  }
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart a img {
  width: 25px;
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart a p {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
}

header .hd_bottom--bar .hd_btt--cnt .hd_btt--right .shopping_cart a p span {
  display: initial;
  color: inherit;
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler {
  width: 30px;
  height: 19px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  margin-left: 25px;
  display: none;
}

@media (max-width: 1024px) {
  header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler {
    display: flex;
  }
}

@media (max-width: 575px) {
  header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler {
    margin-left: 10px;
  }
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background: #1f1f1f;
  transform-origin: center;
  transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler::after {
  content: "";
  display: block;
  position: relative;
  width: 85%;
  height: 3px;
  background: #1f1f1f;
  transform-origin: center;
  transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler span {
  width: 75%;
  height: 3px;
  position: relative;
  display: block;
  background: #1f1f1f;
  transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler.__switched::before {
  transform: translateY(8px) rotate(135deg);
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler.__switched::after {
  width: 100%;
  transform: translateY(-8px) rotate(-135deg);
}

header .hd_bottom--bar .hd_btt--cnt button.menu_sm--toggler.__switched span {
  transform: translateX(-8px);
  opacity: 0;
}

footer {
  width: 100%;
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  footer {
    padding-bottom: 48px;
  }
}

footer .ftr_top--content {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: #1f1f1f;
}

@media (max-width: 575px) {
  footer .ftr_top--content {
    padding: 2em 0;
  }
}

footer .ftr_top--content .ftr_top--cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 768px) {
  footer .ftr_top--content .ftr_top--cnt {
    width: 90%;
  }
}

@media (max-width: 768px) {
  footer .ftr_top--content .ftr_top--cnt {
    align-items: center;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm {
  width: calc(100% / 4 - 30px);
  position: relative;
  display: block;
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm:not(:first-of-type) {
  padding-top: 100px;
}

@media (max-width: 768px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm:not(:first-of-type) {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm {
    width: calc(100% / 3 - 27px);
  }
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm {
    width: 100%;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm h6 {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.26667em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm h6 {
    text-align: center;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm > a {
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.93333em;
  margin: 10px 0;
  transition: 0.35s ease-in-out;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm > a {
    text-align: center;
  }
}

@media not all and (pointer: coarse) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm > a:hover {
    color: #8e8e8e;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm p {
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.93333em;
  margin: 10px 0;
  line-height: 120%;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm p {
    text-align: center;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .logo {
  width: 110px;
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .logo {
    margin: auto;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter {
  width: 210px;
  position: relative;
  display: block;
  margin: 30px 0;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter {
    margin: 30px auto;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter form {
  width: 100%;
  position: relative;
  display: block;
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter form ._input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

footer
  .ftr_top--content
  .ftr_top--cnt
  .ftr_top--itm
  .newsletter
  form
  ._input
  input {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 6px 13px;
  font-size: 0.86667em;
  font-style: italic;
  border-radius: 30px;
}

footer
  .ftr_top--content
  .ftr_top--cnt
  .ftr_top--itm
  .newsletter
  form
  ._input
  img {
  width: 20px;
  position: absolute;
  right: 13px;
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter form button {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  padding: 4px 20px;
  color: #fff;
  border-radius: 30px;
  font-size: 0.86667em;
  border: 1px solid #fff;
  margin-top: 10px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  footer
    .ftr_top--content
    .ftr_top--cnt
    .ftr_top--itm
    .newsletter
    form
    button:hover {
    color: #1f1f1f;
    background: #f4f4f4;
  }
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .newsletter form button {
    margin: 10px auto 0;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .social_networks {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}

@media (max-width: 575px) {
  footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .social_networks {
    justify-content: center;
  }
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .social_networks a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  filter: brightness(0) invert(1);
}

footer .ftr_top--content .ftr_top--cnt .ftr_top--itm .social_networks a img {
  height: 100%;
  object-fit: contain;
}

footer .ftr_bottom--content {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0;
  background: #fff;
}

footer .ftr_bottom--content .ftr_btt--cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}

@media (max-width: 768px) {
  footer .ftr_bottom--content .ftr_btt--cnt {
    width: 90%;
  }
}

footer .ftr_bottom--content .ftr_btt--cnt img {
  width: 80px;
}

.banner_hm {
  width: 100%;
  height: calc(100vh - 214px);
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/background.jpg) center top;
  transition: 800ms ease-in-out;
}

.banner_hm._onScrolled {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .banner_hm {
    height: fit-content;
  }

  .banner_hm._onScrolled {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .banner_hm {
    padding: 15px;
    background: none;
  }
}

.banner_hm_cnt {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transition: 800ms ease-in-out;
}

.banner_hm._onScrolled .banner_hm_cnt {
  border-radius: 24px;
  height: calc(100% - 80px);
}

@media (max-width: 575px) {
  .banner_hm .banner_hm_cnt {
    border-radius: 24px;
  }
}

.banner_hm_cnt > h4 {
  width: 100%;
  position: absolute;
  display: none;
  top: 2px;
  left: 0;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 2px 4px #00000038;
  font-family: "Playfair Display", sans-serif;
}

@media (max-width: 575px) {
  .banner_hm_cnt > h4 {
    display: block;
  }
}

.banner_hm_cnt .bnr_hm_slider {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--img img {
  height: 100%;
}

@media (max-width: 1024px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--img img {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--img img {
    height: 500px;
    object-position: 70% center;
    filter: brightness(85%);
    border-radius: 24px;
  }

  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--img video {
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
    filter: brightness(85%);
    border-radius: 24px;
  }
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  position: absolute;
}

@media (max-width: 768px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt {
    bottom: 40px;
  }
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h6 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.35em;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h6 {
    font-size: 1.26667em;
  }
}

@media (max-width: 768px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h6 {
    font-size: 1.06667em;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 575px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h6 {
    width: 50%;
    font-size: 0.8em;
    letter-spacing: 0.08em;
  }
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h2 {
  width: 60%;
  position: relative;
  display: block;
  color: #fff;
  font-size: 6em;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
}

@media (max-width: 1024px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h2 {
    font-size: 4.66667em;
  }
}

@media (max-width: 575px) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt h2 {
    width: 70%;
    font-size: 1.65em;
  }
}

.banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 20px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  .banner_hm_cnt .bnr_hm_slider .bnr_hm--itm .bnr_hm--txt a:hover {
    background-color: #fff;
    color: #1f1f1f;
  }
}

.banner_hm_cnt .bnr_hm_slider .owl-dots {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .banner_hm_cnt .bnr_hm_slider .owl-dots {
    bottom: 15px;
  }
}

.banner_hm_cnt .bnr_hm_slider .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  position: relative;
  display: block;
  background: #8e8e8e;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.35s ease-in-out;
}

.banner_hm_cnt .bnr_hm_slider .owl-dots .owl-dot.active {
  background: #fff;
}

.home_categories {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: url(../img/background.jpg) center top;
}

@media (max-width: 575px) {
  .home_categories {
    padding: 2em 0;
  }
}

.home_categories_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .home_categories_cnt {
    width: 90%;
  }
}

.home_categories_cnt .hm_cat--title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.home_categories_cnt .hm_cat--title h3 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home_categories_cnt .hm_cat--title h3::before,
.home_categories_cnt .hm_cat--title h3::after {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  background: #fff;
  margin: 0 15px;
}

.home_categories_cnt .hm_cat--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 768px) {
  .home_categories_cnt .hm_cat--content {
    row-gap: 20px;
    column-gap: 20px;
  }
}

.home_categories_cnt .hm_cat--content .hm_cat--itm {
  width: calc(100% / 3 - 34px);
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home_categories_cnt .hm_cat--content .hm_cat--itm {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 575px) {
  .home_categories_cnt .hm_cat--content .hm_cat--itm {
    width: 100%;
  }
}

.home_categories_cnt .hm_cat--content .hm_cat--itm_img {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 1;
}

.home_categories_cnt .hm_cat--content .hm_cat--itm_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
}

.home_categories_cnt .hm_cat--content .hm_cat--itm_img img {
  height: 100%;
}

.home_categories_cnt .hm_cat--content .hm_cat--itm_txt {
  width: 100%;
  height: fit-content;
  display: block;
  position: relative;
  padding: 0 10px;
  background: #fff;
}

.home_categories_cnt .hm_cat--content .hm_cat--itm_txt h4 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-weight: 500;
  text-shadow: 1px 1px rgba(31, 31, 31, 0.4);
}

@media (max-width: 575px) {
  .home_categories_cnt .hm_cat--content .hm_cat--itm_txt h4 {
    font-size: 1.33333em;
  }
}

.boxes_high {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .boxes_high {
    padding: 2em 0;
  }
}

.boxes_high_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .boxes_high_cnt {
    width: 90%;
  }
}

.boxes_high_cnt .bx_hg--itm {
  width: calc(100% / 3 - 20px);
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 2.2 / 1;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
  box-shadow: 5px 5px 20px #1f1f1f17;
}

@media (max-width: 1024px) {
  .boxes_high_cnt .bx_hg--itm {
    width: calc(100% / 2 - 15px);
  }
}

@media (max-width: 1024px) {
  .boxes_high_cnt .bx_hg--itm {
    width: 100%;
  }
}

.boxes_high_cnt .bx_hg--itm .bx_hg--icon {
  max-width: 100px;
  position: relative;
  display: block;
}

.boxes_high_cnt .bx_hg--itm .bx_hg--txt {
  width: calc(100% - 100px);
  position: relative;
  display: block;
  padding-left: 30px;
}

.boxes_high_cnt .bx_hg--itm .bx_hg--txt h6 {
  width: 100%;
  position: relative;
  display: block;
  color: #1f1f1f;
  margin-bottom: 5px;
  font-size: 1.13333em;
  line-height: 120%;
}

.boxes_high_cnt .bx_hg--itm .bx_hg--txt p {
  width: 100%;
  position: relative;
  display: block;
  color: #1f1f1f;
  font-size: 0.86667em;
  line-height: 130%;
  color: #8e8e8e;
}

.banner {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .banner {
    padding: 2em 0;
  }
}

.banner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f4f4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
}

.banner_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner_cnt {
    width: 90%;
  }
}

.banner_cnt .bnr_content {
  width: 100%;
  position: relative;
  display: block;
}

.banner_cnt .bnr_content img.banner-md {
  display: block;
}

@media (max-width: 575px) {
  .banner_cnt .bnr_content img.banner-md {
    display: none;
  }
}

.banner_cnt .bnr_content img.banner-sm {
  display: none;
}

@media (max-width: 575px) {
  .banner_cnt .bnr_content img.banner-sm {
    display: block;
  }
}

.home_newsletter {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: #1f1f1f url(../img/background-newsletter.jpg) center;
  background-blend-mode: lighten;
}

@media (max-width: 575px) {
  .home_newsletter {
    padding: 2em 0;
  }
}

@media (max-width: 575px) {
  .home_newsletter {
    background: #1f1f1f url(../img/background-newsletter.jpg) 60% center;
  }
}

.home_newsletter_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .home_newsletter_cnt {
    width: 90%;
  }
}

.home_newsletter_cnt h5 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {
  .home_newsletter_cnt h5 {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}

.home_newsletter_cnt h3 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.66667em;
}

@media (max-width: 575px) {
  .home_newsletter_cnt h3 {
    font-size: 2.33333em;
  }
}

.home_newsletter_cnt form {
  width: 100%;
  position: relative;
  max-width: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.home_newsletter_cnt form input {
  width: 75%;
  height: 47px;
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 10px 10px 25px;
  border: 2px solid #fff;
  border-radius: 30px 0 0 30px;
  font-family: "Playfair Display", serif;
}

.home_newsletter_cnt form input.placeholder {
  font-style: italic;
}

.home_newsletter_cnt form input:-moz-placeholder {
  font-style: italic;
}

.home_newsletter_cnt form input::-moz-placeholder {
  font-style: italic;
}

.home_newsletter_cnt form input:-ms-input-placeholder {
  font-style: italic;
}

.home_newsletter_cnt form input::-webkit-input-placeholder {
  font-style: italic;
}

.home_newsletter_cnt form button {
  width: 25%;
  height: 47px;
  position: relative;
  display: block;
  background: #1f1f1f;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 0 30px 30px 0;
}

.home_blog {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .home_blog {
    padding: 2em 0;
  }
}

.home_blog::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 50%, #fff 100%);
}

.home_blog_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .home_blog_cnt {
    width: 90%;
  }
}

.home_blog_cnt .blog_title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.home_blog_cnt .blog_title h3 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404040;
}

.home_blog_cnt .blog_title h3::before,
.home_blog_cnt .blog_title h3::after {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  background: rgba(64, 64, 64, 0.15);
  margin: 0 15px;
}

.home_blog_cnt .blog_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 50px;
}

.home_blog_cnt .blog_content .blg_itm--hm {
  width: calc(100% / 3 - 34px);
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 0 20px #1f1f1f17;
}

@media (max-width: 768px) {
  .home_blog_cnt .blog_content .blg_itm--hm {
    width: calc(100% / 2 - 25px);
  }
}

@media (max-width: 575px) {
  .home_blog_cnt .blog_content .blg_itm--hm {
    width: 100%;
  }
}

.home_blog_cnt .blog_content .blg_itm--hm_img {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 0.89 / 1;
  cursor: pointer;
}

.home_blog_cnt .blog_content .blg_itm--hm_img img {
  height: 100%;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 25px;
  background: #fff;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt .date {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt .date h6 {
  width: 100%;
  position: relative;
  display: block;
  color: rgba(64, 64, 64, 0.8);
}

.home_blog_cnt .blog_content .blg_itm--hm_txt .title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt .title h6 {
  width: 100%;
  position: relative;
  display: block;
  line-height: 135%;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt > a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 1.26667em;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
}

.home_blog_cnt .blog_content .blg_itm--hm_txt > a img {
  width: 17px;
  position: relative;
  display: block;
  transform: rotate(-90deg);
  margin-left: 5px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  .home_blog_cnt .blog_content .blg_itm--hm_txt > a:hover img {
    margin-left: 10px;
  }
}

.products {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: #f4f4f4;
}

@media (max-width: 575px) {
  .products {
    padding: 2em 0;
  }
}

.products_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .products_cnt {
    width: 90%;
  }
}

.products_cnt .prd_top--box {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.products_cnt .prd_top--box .prd_top--title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.products_cnt .prd_top--box .prd_top--title h3 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404040;
}

@media (max-width: 575px) {
  .products_cnt .prd_top--box .prd_top--title h3 {
    text-align: center;
  }
}

.products_cnt .prd_top--box .prd_top--title h3::before,
.products_cnt .prd_top--box .prd_top--title h3::after {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  background: rgba(64, 64, 64, 0.2);
  margin: 0 15px;
}

@media (max-width: 1024px) {
  .products_cnt .prd_top--box .prd_top--title h3::before,
  .products_cnt .prd_top--box .prd_top--title h3::after {
    display: none;
  }
}

.products_cnt .prd_top--box .prd_top--filters {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.products_cnt .prd_top--box .prd_top--filters ul {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.products_cnt .prd_top--box .prd_top--filters ul li {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin: 0 8px;
}

.products_cnt .prd_top--box .prd_top--filters ul li a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: #404040;
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  .products_cnt .prd_top--box .prd_top--filters ul li a:hover {
    background: rgba(64, 64, 64, 0.1);
  }
}

.products_cnt .prd_top--box .prd_top--filters ul li a.active {
  background: #404040;
  color: #fff;
}

.products_cnt .prd_bottom--box {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  row-gap: 80px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .products_cnt .prd_bottom--box {
    row-gap: 50px;
    column-gap: 20px;
  }
}

.products_cnt .prd_bottom--box .prd_itm {
  width: calc(100% / 3 - 20px);
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .products_cnt .prd_bottom--box .prd_itm {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 575px) {
  .products_cnt .prd_bottom--box .prd_itm {
    width: 100%;
  }
}

.products_cnt .prd_bottom--box .prd_itm--img {
  width: 100%;
  position: relative;
  aspect-ratio: 0.78 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.products_cnt .prd_bottom--box .prd_itm--img img {
  height: 100%;
}

.products_cnt .prd_bottom--box .prd_itm--txt {
  width: 100%;
  position: relative;
  display: block;
}

.products_cnt .prd_bottom--box .prd_itm--txt h6 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 100%;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}

.products_cnt .prd_bottom--box .prd_itm--txt .price {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.products_cnt .prd_bottom--box .prd_itm--txt .price p {
  position: relative;
  display: block;
  color: #737373;
  font-weight: 700;
  margin-right: 10px;
}

.products_cnt .prd_bottom--box .prd_itm--txt .price .stars {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}

.products_cnt .prd_bottom--box .prd_itm--txt .price .stars span {
  position: relative;
  display: block;
  color: rgba(31, 31, 31, 0.3);
  font-size: 0.93333em;
  cursor: default;
  margin: 0 2px;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-0
  span:nth-child(-n + 0) {
  color: #fbcc2a;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-1
  span:nth-child(-n + 1) {
  color: #fbcc2a;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-2
  span:nth-child(-n + 2) {
  color: #fbcc2a;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-3
  span:nth-child(-n + 3) {
  color: #fbcc2a;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-4
  span:nth-child(-n + 4) {
  color: #fbcc2a;
}

.products_cnt
  .prd_bottom--box
  .prd_itm--txt
  .price
  .stars.calified-5
  span:nth-child(-n + 5) {
  color: #fbcc2a;
}

.products.list {
  background: #fff;
}

.products.list .prd_top--box .breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products.list .prd_top--box .breadcrumbs a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin-right: 5px;
}

.products.list .prd_top--box .breadcrumbs a::after {
  content: ">";
  display: initial;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
}

.products.list .prd_bottom--box button.toggle_filters {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 10px #4040401a;
  display: none;
}

@media (max-width: 575px) {
  .products.list .prd_bottom--box button.toggle_filters {
    display: flex;
  }
}

.products.list .prd_bottom--box button.toggle_filters img {
  width: 25px;
  margin-right: 10px;
}

.products.list .prd_bottom--box .prd_filters {
  width: calc(100% / 3 - 20px);
  position: relative;
  display: block;
  padding-right: 40px;
}

@media (max-width: 575px) {
  .products.list .prd_bottom--box .prd_filters {
    width: calc(100% - 40px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: calc(-100% + 40px);
    padding: 20px;
    z-index: 200;
    background: #fff;
    overflow: auto;
    transition: 0.35s ease-in-out;
  }

  .products.list .prd_bottom--box .prd_filters.__slided {
    left: 0;
  }
}

.products.list .prd_bottom--box .prd_filters span.close_filters {
  width: fit-content;
  height: fit-content;
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2.66667em;
  z-index: 2;
}

@media (max-width: 575px) {
  .products.list .prd_bottom--box .prd_filters span.close_filters {
    display: block;
  }
}

.products.list .prd_bottom--box .prd_filters .prd_filters--categories {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--categories h6 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--categories a {
  width: 100%;
  position: relative;
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}

.products.list .prd_bottom--box .prd_filters .prd_filters--price {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}

.products.list .prd_bottom--box .prd_filters .prd_filters--price h6 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content {
  width: 100%;
  position: relative;
  display: block;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field {
  width: 100%;
  position: relative;
  display: block;
  height: 20px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"] {
  width: 100%;
  height: 2px;
  position: absolute;
  border: 0;
  outline: 0;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  background: #8e8e8e;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]:active,
.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]:focus {
  outline: 0;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  pointer-events: none;
  background: #8e8e8e;
  border-color: #8e8e8e;
  color: #8e8e8e;
  border-radius: 5px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #404040;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-moz-range-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #404040;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-ms-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #404040;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #404040;
  border-radius: 5px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #404040;
  border-radius: 5px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_field
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #404040;
  border-radius: 5px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_info {
  width: 100%;
  position: relative;
  display: block;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--price
  .filter_price--content
  .price_info
  h6 {
  margin-bottom: 0;
  text-transform: unset;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--colors {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}

.products.list .prd_bottom--box .prd_filters .prd_filters--colors h6 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--colors label {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--colors
  label
  input[type="checkbox"] {
  display: none;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--colors
  label
  span.check {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--colors
  label
  span.color {
  width: 19px;
  height: 19px;
  position: relative;
  display: block;
  border-radius: 50%;
  margin-left: 10px;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--colors label > p {
  width: 100px;
  position: relative;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 0.86667em;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--colors
  label
  > input:checked
  + span.check {
  background: url(../img/checked.svg) no-repeat center;
  background-size: contain;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--size {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}

.products.list .prd_bottom--box .prd_filters .prd_filters--size h6 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--size label {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--size
  label
  input[type="checkbox"] {
  display: none;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--size
  label
  span.check {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.products.list .prd_bottom--box .prd_filters .prd_filters--size label > p {
  width: 100px;
  position: relative;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 0.86667em;
}

.products.list
  .prd_bottom--box
  .prd_filters
  .prd_filters--size
  label
  > input:checked
  + span.check {
  background: url(../img/checked.svg) no-repeat center;
  background-size: contain;
}

.products.list .prd_bottom--box .prd_list {
  width: calc(100% / 3 * 2 - 20px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .products.list .prd_bottom--box .prd_list {
    row-gap: 50px;
    column-gap: 20px;
  }
}

@media (max-width: 575px) {
  .products.list .prd_bottom--box .prd_list {
    width: 100%;
  }
}

.products.list .prd_bottom--box .prd_list .prd_itm {
  width: calc(100% / 2 - 15px);
}

.products.list .prd_bottom--box .prd_list .pagination {
  width: 100%;
  position: relative;
  display: block;
}

.products.list .prd_bottom--box .prd_list .pagination ul {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.products.list .prd_bottom--box .prd_list .pagination ul li {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin: 0 15px;
}

.products.list .prd_bottom--box .prd_list .pagination ul li a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: #8e8e8e;
}

.products.list .prd_bottom--box .prd_list .pagination ul li a.active {
  color: #404040;
}

.product {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .product {
    padding: 2em 0;
  }
}

.product_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_cnt {
    width: 90%;
  }
}

.product_cnt .breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product_cnt .breadcrumbs a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin-right: 5px;
}

.product_cnt .breadcrumbs a::after {
  content: ">";
  display: initial;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
}

.product_cnt .prd_amp_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.product_cnt .prd_amp_content .prd_amp--images {
  width: 50%;
  position: relative;
  display: block;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .product_cnt .prd_amp_content .prd_amp--images {
    width: 100%;
    padding-right: 0;
  }
}

.product_cnt .prd_amp_content .prd_amp--images_itm {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 1;
}

.product_cnt .prd_amp_content .prd_amp--images img {
  height: 100%;
  aspect-ratio: 0.72/1;
}

.product_cnt .prd_amp_content .prd_amp--images video {
  width: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  aspect-ratio: 0.72/1;
}

.product_cnt .prd_amp_content .prd_amp--images .swiper-thumbs img {
  height: 100%;
  aspect-ratio: 1;
}

.swiper-thumbs .video {
  background: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-thumbs .video img {
  width: 55px;
  height: 55px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 40%;
}

.product_cnt .prd_amp_content .prd_amp--images .owl-dots {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
}

.product_cnt .prd_amp_content .prd_amp--images .owl-dots .owl-dot {
  width: calc(100% / 4 - 15px);
  position: relative;
  display: block;
  aspect-ratio: 1;
  cursor: pointer;
}

.product_cnt .prd_amp_content .prd_amp--images .owl-dots .owl-dot button {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-size: cover !important;
}

.product_cnt .prd_amp_content .prd_amp--description {
  width: 50%;
  position: relative;
  display: block;
  padding: 50px;
}

@media (max-width: 1024px) {
  .product_cnt .prd_amp_content .prd_amp--description {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .product_cnt .prd_amp_content .prd_amp--description {
    width: 100%;
    padding: 50px 0;
  }
}

.product_cnt .prd_amp_content .prd_amp--description .prd_info {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.1);
}

.product_cnt .prd_amp_content .prd_amp--description .prd_info h3 {
  width: 100%;
  position: relative;
  display: block;
  font-size: 2.53333em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .product_cnt .prd_amp_content .prd_amp--description .prd_info h3 {
    font-size: 2.2em;
  }
}

.product_cnt .prd_amp_content .prd_amp--description .prd_info h6 {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_info p {
  width: 100%;
  position: relative;
  display: block;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_info h4 {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 400;
  margin-top: 20px;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_sizes {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.1);
  row-gap: 30px;
  column-gap: 15px;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_sizes h6 {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 400;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_sizes button {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border-radius: 7px;
  font-size: 0.86667em;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_sizes button.active {
  border: 3px solid #404040;
  background: #dddddd;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_colors {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 15px;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_colors h6 {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 400;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_colors button {
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  border-radius: 7px;
  border: 1px solid #dfdfdf;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_colors button.active {
  border: 3px solid #404040;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  button {
  width: 23px;
  height: 23px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #404040;
  color: #fff;
  font-size: 1.66667em;
  font-weight: 500;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  button:first-of-type {
  border-radius: 4px 0 0 4px;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  button:last-of-type {
  border-radius: 0 4px 4px 0;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  input {
  width: 50px;
  height: 23px;
  position: relative;
  display: block;
  border: 1px solid #f4f4f4;
  text-align: center;
  font-weight: 500;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  input::-webkit-inner-spin-button,
.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .quantity_counter
  input::-webkit-outer-spin-button {
  display: none;
}

.product_cnt .prd_amp_content .prd_amp--description .prd_colors .add_button {
  width: 100%;
  position: relative;
  display: block;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .add_button
  button {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
}

.product_cnt
  .prd_amp_content
  .prd_amp--description
  .prd_colors
  .add_button
  button
  img {
  width: 25px;
  margin-right: 7px;
}

@media not all and (pointer: coarse) {
  .product_cnt
    .prd_amp_content
    .prd_amp--description
    .prd_colors
    .add_button
    button:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.product_description {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 50%, #fff 100%);
}

@media (max-width: 575px) {
  .product_description {
    padding: 2em 0;
  }
}

.product_description_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_description_cnt {
    width: 90%;
  }
}

.product_description_cnt h4 {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.1);
}

.about_us {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 50%, #fff 100%);
}

@media (max-width: 575px) {
  .about_us {
    padding: 2em 0;
  }
}

.about_us_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 40px;
}

@media (max-width: 768px) {
  .about_us_cnt {
    width: 90%;
  }
}

.about_us_cnt .abt_us--img {
  width: calc(100% / 2 - 30px);
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  .about_us_cnt .abt_us--img {
    width: 100%;
  }
}

.about_us_cnt .abt_us--txt {
  width: calc(100% / 2 - 30px);
  position: relative;
  display: block;
}

@media (max-width: 575px) {
  .about_us_cnt .abt_us--txt {
    width: 100%;
  }
}

.about_us_cnt .abt_us--txt h6 {
  width: 100%;
  position: relative;
  display: block;
  color: #404040;
  letter-spacing: 0.25em;
  font-weight: 400;
}

.about_us_cnt .abt_us--txt h4 {
  width: 100%;
  position: relative;
  display: block;
  color: #404040;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 15px 0;
}

.about_us_cnt .abt_us--txt p {
  width: 100%;
  position: relative;
  display: block;
  color: #404040;
  line-height: 180%;
}

.about_us_cnt .abt_us--txt a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
  margin-top: 20px;
}

.about_us_cnt .abt_us--txt a img {
  width: 25px;
  margin-right: 7px;
}

@media not all and (pointer: coarse) {
  .about_us_cnt .abt_us--txt a:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.choose_us {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .choose_us {
    padding: 2em 0;
  }
}

.choose_us_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .choose_us_cnt {
    width: 90%;
  }
}

.choose_us_cnt .chs_title {
  width: 100%;
  position: relative;
  display: block;
}

.choose_us_cnt .chs_title h3 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.15em;
}

.choose_us_cnt .chs_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 50px;
  margin-top: 80px;
}

.choose_us_cnt .chs_content--itm {
  width: calc(100% / 3 - 67px);
  position: relative;
  display: block;
}

@media (max-width: 1024px) {
  .choose_us_cnt .chs_content--itm {
    width: calc(100% / 2 - 50px);
  }
}

@media (max-width: 575px) {
  .choose_us_cnt .chs_content--itm {
    width: 100%;
  }
}

.choose_us_cnt .chs_content--itm .chs_icon {
  max-width: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.choose_us_cnt .chs_content--itm .chs_txt {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 30px;
}

.choose_us_cnt .chs_content--itm .chs_txt h5 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.choose_us_cnt .chs_content--itm .chs_txt p {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0;
}

.choose_us_cnt .chs_content--itm .chs_txt a {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: rgba(64, 64, 64, 0.6);
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  .choose_us_cnt .chs_content--itm .chs_txt a:hover {
    color: #404040;
  }
}

.blogs {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
  background: #f4f4f4;
}

@media (max-width: 575px) {
  .blogs {
    padding: 2em 0;
  }
}

.blogs_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 40px;
}

@media (max-width: 768px) {
  .blogs_cnt {
    width: 90%;
  }
}

.blogs_cnt .featured_blogs {
  width: calc(100% / 2 - 45px);
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .blogs_cnt .featured_blogs {
    width: 100%;
  }
}

.blogs_cnt .featured_blogs .blg_itm {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.1);
}

.blogs_cnt .featured_blogs .blg_itm--img {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 1.37 / 1;
}

.blogs_cnt .featured_blogs .blg_itm--img img {
  height: 100%;
}

.blogs_cnt .featured_blogs .blg_itm--txt {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px 0 0;
}

.blogs_cnt .featured_blogs .blg_itm--txt h6 {
  width: 100%;
  position: relative;
  display: block;
  text-transform: uppercase;
}

.blogs_cnt .featured_blogs .blg_itm--txt h5 {
  width: 100%;
  position: relative;
  display: block;
  margin: 15px 0;
}

.blogs_cnt .featured_blogs .blg_itm--txt p {
  width: 100%;
  position: relative;
  display: block;
}

.blogs_cnt .featured_blogs .blg_itm--txt a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
  margin-top: 25px;
}

.blogs_cnt .featured_blogs .blg_itm--txt a img {
  width: 25px;
  margin-right: 7px;
}

@media not all and (pointer: coarse) {
  .blogs_cnt .featured_blogs .blg_itm--txt a:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.blogs_cnt .featured_blogs .pagination {
  width: 100%;
  position: relative;
  display: block;
}

.blogs_cnt .featured_blogs .pagination ul {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.blogs_cnt .featured_blogs .pagination ul li {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin: 0 15px;
}

.blogs_cnt .featured_blogs .pagination ul li a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: #8e8e8e;
}

.blogs_cnt .featured_blogs .pagination ul li a.active {
  color: #404040;
}

.blogs_cnt .more_blogs {
  width: calc(100% / 2 - 45px);
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .blogs_cnt .more_blogs {
    width: 100%;
    margin-top: 40px;
  }
}

.blogs_cnt .more_blogs--content {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(142, 142, 142, 0.4);
}

@media (max-width: 575px) {
  .blogs_cnt .more_blogs--content {
    padding: 25px;
  }
}

.blogs_cnt .more_blogs--content h5 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blogs_cnt .more_blogs--content .more_blog--itm {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blogs_cnt .more_blogs--content .more_blog--itm:not(:last-of-type) {
  margin-bottom: 25px;
}

.blogs_cnt .more_blogs--content .more_blog--itm .mr_blg--img {
  width: 30%;
  position: relative;
  display: block;
  aspect-ratio: 1;
}

.blogs_cnt .more_blogs--content .more_blog--itm .mr_blg--img img {
  height: 100%;
}

.blogs_cnt .more_blogs--content .more_blog--itm .mr_blg--txt {
  width: 70%;
  position: relative;
  display: block;
  padding: 10px 0 0 20px;
}

.blogs_cnt .more_blogs .blg_newsletter {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px;
  background: #1f1f1f;
  margin-top: 60px;
}

@media (max-width: 575px) {
  .blogs_cnt .more_blogs .blg_newsletter {
    padding: 25px;
  }
}

.blogs_cnt .more_blogs .blg_newsletter h5 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
}

.blogs_cnt .more_blogs .blg_newsletter form {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 40px;
}

.blogs_cnt .more_blogs .blg_newsletter form input[type="email"] {
  width: 100%;
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 7px;
}

.blogs_cnt .more_blogs .blg_newsletter form button[type="submit"] {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
  margin: 20px auto 0;
}

.blogs_cnt .more_blogs .blg_newsletter form button[type="submit"] img {
  width: 25px;
  margin-right: 7px;
}

@media not all and (pointer: coarse) {
  .blogs_cnt .more_blogs .blg_newsletter form button[type="submit"]:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.blog {
  width: 100%;
  position: relative;
  padding: 4.66667em 0;
  display: block;
}

@media (max-width: 575px) {
  .blog {
    padding: 2em 0;
  }
}

.blog_cnt {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog_cnt {
    width: 90%;
  }
}

.blog_cnt .blg_amp--top {
  width: 100%;
  position: relative;
  display: block;
}

.blog_cnt .blg_amp--top .blg_amp--img {
  width: 100%;
  position: relative;
  display: block;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 50%, #fff 100%);
}

.blog_cnt .blg_amp--top .blg_amp--img a.share {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8e8e8e;
  border-radius: 8px;
}

.blog_cnt .blg_amp--top .blg_amp--img a.share img {
  width: 65%;
  filter: brightness(0) invert(1);
}

.blog_cnt .blg_amp--bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 40px;
  padding-top: 60px;
}

.blog_cnt .blg_amp--bottom .blg_amp--text {
  width: 60%;
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .blog_cnt .blg_amp--bottom .blg_amp--text {
    width: 100%;
  }
}

.blog_cnt .blg_amp--bottom .blg_amp--text h3 {
  width: 100%;
  position: relative;
  display: block;
  letter-spacing: 0.05em;
}

.blog_cnt .blg_amp--bottom .blg_amp--text .data {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  column-gap: 30px;
  row-gap: 30px;
}

.blog_cnt .blg_amp--bottom .blg_amp--text .data .date,
.blog_cnt .blg_amp--bottom .blg_amp--text .data .user {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}

.blog_cnt .blg_amp--bottom .blg_amp--text .data .date img,
.blog_cnt .blg_amp--bottom .blg_amp--text .data .user img {
  width: 35px;
  margin-right: 10px;
}

.blog_cnt .blg_amp--bottom .blg_amp--text .data .date p,
.blog_cnt .blg_amp--bottom .blg_amp--text .data .user p {
  position: relative;
  display: block;
  line-height: 100%;
  font-size: 0.86667em;
}

.blog_cnt .blg_amp--bottom .blg_amp--text .blg_info--content {
  width: 100%;
  position: relative;
  display: block;
}

.blog_cnt .blg_amp--bottom .blg_amp--blogs {
  width: calc(40% - 60px);
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .blog_cnt .blg_amp--bottom .blg_amp--blogs {
    width: 100%;
  }
}

.blog_cnt .blg_amp--bottom .blg_amp--blogs .more_blogs--content {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(142, 142, 142, 0.4);
}

@media (max-width: 575px) {
  .blog_cnt .blg_amp--bottom .blg_amp--blogs .more_blogs--content {
    padding: 25px;
  }
}

.blog_cnt .blg_amp--bottom .blg_amp--blogs .more_blogs--content h5 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blog_cnt
  .blg_amp--bottom
  .blg_amp--blogs
  .more_blogs--content
  .more_blog--itm {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blog_cnt
  .blg_amp--bottom
  .blg_amp--blogs
  .more_blogs--content
  .more_blog--itm:not(:last-of-type) {
  margin-bottom: 25px;
}

.blog_cnt
  .blg_amp--bottom
  .blg_amp--blogs
  .more_blogs--content
  .more_blog--itm
  .mr_blg--img {
  width: 30%;
  position: relative;
  display: block;
  aspect-ratio: 1;
}

.blog_cnt
  .blg_amp--bottom
  .blg_amp--blogs
  .more_blogs--content
  .more_blog--itm
  .mr_blg--img
  img {
  height: 100%;
}

.blog_cnt
  .blg_amp--bottom
  .blg_amp--blogs
  .more_blogs--content
  .more_blog--itm
  .mr_blg--txt {
  width: 70%;
  position: relative;
  display: block;
  padding: 10px 0 0 20px;
}

.cart_inner {
  width: 100%;
  position: relative;
  padding: 3.33333em 0;
}

.cart_inner_cnt {
  width: 90%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}

.cart_inner_cnt h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cart_inner_cnt .cart_content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart_inner_cnt .cart_content .cart_prd {
  width: 60%;
  height: auto;
  position: relative;
  background: #f7f7f7;
  padding: 40px 20px 20px 30px;
}

@media (max-width: 768px) {
  .cart_inner_cnt .cart_content .cart_prd {
    width: 100%;
    margin: 20px 0;
  }
}

.cart_inner_cnt .cart_content .cart_prd table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.cart_inner_cnt .cart_content .cart_prd table thead {
  width: 100%;
  position: relative;
}

@media (max-width: 575px) {
  .cart_inner_cnt .cart_content .cart_prd table thead {
    display: none;
  }
}

.cart_inner_cnt .cart_content .cart_prd table thead th {
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #6f6f6f26;
}

.cart_inner_cnt .cart_content .cart_prd table thead th:not(:first-of-type) {
  width: 15%;
}

.cart_inner_cnt .cart_content .cart_prd table tbody {
  width: 100%;
  position: relative;
}

@media (max-width: 575px) {
  .cart_inner_cnt .cart_content .cart_prd table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}

.cart_inner_cnt .cart_content .cart_prd table tbody td {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #6f6f6f26;
}

@media (max-width: 575px) {
  .cart_inner_cnt .cart_content .cart_prd table tbody td {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding: 20px 0;
  }

  .cart_inner_cnt .cart_content .cart_prd table tbody td:first-of-type {
    border-top: 1px solid #6f6f6f26;
  }

  .cart_inner_cnt .cart_content .cart_prd table tbody td:nth-child(2) {
    display: none;
  }
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cart_prd_name {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cart_prd_name > span {
  color: #404040;
  font-size: 2.66667em;
  margin: 0 5px;
  cursor: pointer;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cart_prd_name .cnt_img {
  width: 80px;
  height: 90px;
  position: relative;
  margin: 0 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_inner_cnt
  .cart_content
  .cart_prd
  table
  tbody
  td
  .cart_prd_name
  .cnt_img
  img {
  width: 100%;
  height: 100%;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cart_prd_name .cnt_txt {
  position: relative;
  display: block;
}

.cart_inner_cnt
  .cart_content
  .cart_prd
  table
  tbody
  td
  .cart_prd_name
  .cnt_txt
  h6 {
  margin: 13px 0;
}

.cart_inner_cnt
  .cart_content
  .cart_prd
  table
  tbody
  td
  .cart_prd_name
  .cnt_txt
  p {
  color: #404040;
  text-align: left;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cnt_count {
  position: relative;
  display: block;
  display: flex;
}

@media (max-width: 575px) {
  .cart_inner_cnt .cart_content .cart_prd table tbody td .cnt_count {
    justify-content: center;
  }
}

.cart_inner_cnt
  .cart_content
  .cart_prd
  table
  tbody
  td
  .cnt_count
  input[type="number"] {
  width: 45px;
  height: 40px;
  border: 1px solid #404040;
  padding-left: 7px;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cnt_count .counter {
  position: relative;
  display: block;
}

.cart_inner_cnt .cart_content .cart_prd table tbody td .cnt_count .counter a {
  width: 25px;
  height: 20px;
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #404040;
}

.cart_inner_cnt .cart_content .cart_prd .free_shipping {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.cart_inner_cnt .cart_content .cart_prd .free_shipping .process {
  width: 100%;
  position: relative;
  height: 18px;
  background: #0000000e;
}

.cart_inner_cnt .cart_content .cart_prd .free_shipping .process span#current {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1f1f1f;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_inner_cnt .cart_content .cart_prd .free_shipping p {
  font-size: 0.93333em;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.cart_inner_cnt .cart_content .cart_total {
  width: 35%;
  height: fit-content;
  position: relative;
  border: 1px solid #6f6f6f26;
  border-radius: 5px;
  padding: 30px;
}

@media (max-width: 768px) {
  .cart_inner_cnt .cart_content .cart_total {
    width: 100%;
    margin: 20px 0;
  }
}

.cart_inner_cnt .cart_content .cart_total h5 {
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cart_inner_cnt .cart_content .cart_total table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.cart_inner_cnt .cart_content .cart_total table th {
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #6f6f6f26;
}

.cart_inner_cnt .cart_content .cart_total table td {
  color: #404040;
  padding: 15px 0;
  border-bottom: 1px solid #6f6f6f26;
}

.cart_inner_cnt .cart_content .cart_total table td:nth-child(even) {
  text-align: right;
}

.cart_inner_cnt .cart_content .cart_total a {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
}

.cart_inner_cnt .discount {
  width: 60%;
  position: relative;
  display: block;
  padding: 35px 30px;
}

@media (max-width: 768px) {
  .cart_inner_cnt .discount {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .cart_inner_cnt .discount {
    padding: 0;
  }
}

.cart_inner_cnt .discount form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart_inner_cnt .discount form input {
  width: 49%;
  position: relative;
  display: block;
  padding: 10px 20px;
  border: 1px solid #6f6f6f26;
  border-radius: 2px;
}

@media (max-width: 575px) {
  .cart_inner_cnt .discount form input {
    width: 100%;
    margin: 5px 0;
  }
}

.cart_inner_cnt .discount form button {
  width: 49%;
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
}

@media (max-width: 575px) {
  .cart_inner_cnt .discount form button {
    width: 100%;
    margin: 5px 0;
  }
}

.cart_inner_cnt .discount img {
  margin-top: 30px;
}

.pay_pass {
  width: 100%;
  position: relative;
  background: #fff;
}

.pay_pass_cnt {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.pay_pass_cnt .pay_data {
  width: 55%;
  position: relative;
  display: block;
  padding: 3.33333em;
}

@media (max-width: 768px) {
  .pay_pass_cnt .pay_data {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data {
    padding: 1.6em;
  }
}

.pay_pass_cnt .pay_data p {
  color: #404040;
  font-weight: 400;
}

.pay_pass_cnt .pay_data .logo_cart {
  width: 100px;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.pay_pass_cnt .pay_data .cart_bread {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.pay_pass_cnt .pay_data .cart_bread a {
  color: #404040;
}

.pay_pass_cnt .pay_data .cart_bread span {
  font-weight: 600;
  margin: 0 20px;
}

.pay_pass_cnt .pay_data .cart_bread span img {
  width: 10px;
}

.pay_pass_cnt .pay_data .user_info {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
}

.pay_pass_cnt .pay_data .user_info .account {
  width: 50%;
  position: relative;
  display: block;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6f6f6f48;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data .user_info .account {
    width: 100%;
    margin: 15px 0;
    border: none;
  }
}

.pay_pass_cnt .pay_data .user_info .account a {
  margin-left: 5px;
}

.pay_pass_cnt .pay_data .user_info .registered {
  width: 50%;
  position: relative;
  display: block;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #6f6f6f48;
  border-right: 1px solid #6f6f6f48;
  border-top: 3px solid #000;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data .user_info .registered {
    width: 100%;
    margin: 15px 0;
  }
}

.pay_pass_cnt .pay_data form {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_data form ._input {
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.pay_pass_cnt .pay_data form ._input input,
.pay_pass_cnt .pay_data form ._input select {
  width: 100%;
  position: relative;
  border: 1px solid #6f6f6f48;
  padding: 10px 20px;
  border-radius: 5px;
}

.pay_pass_cnt .pay_data form ._input input.placeholder,
.pay_pass_cnt .pay_data form ._input select.placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input input:-moz-placeholder,
.pay_pass_cnt .pay_data form ._input select:-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input input::-moz-placeholder,
.pay_pass_cnt .pay_data form ._input select::-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input input:-ms-input-placeholder,
.pay_pass_cnt .pay_data form ._input select:-ms-input-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input input::-webkit-input-placeholder,
.pay_pass_cnt .pay_data form ._input select::-webkit-input-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input-group {
  width: 100%;
  position: relative;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pay_pass_cnt .pay_data form ._input-group input,
.pay_pass_cnt .pay_data form ._input-group select {
  width: 49%;
  position: relative;
  border: 1px solid #6f6f6f48;
  padding: 10px 20px;
  border-radius: 5px;
}

.pay_pass_cnt .pay_data form ._input-group input.placeholder,
.pay_pass_cnt .pay_data form ._input-group select.placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input-group input:-moz-placeholder,
.pay_pass_cnt .pay_data form ._input-group select:-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input-group input::-moz-placeholder,
.pay_pass_cnt .pay_data form ._input-group select::-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input-group input:-ms-input-placeholder,
.pay_pass_cnt .pay_data form ._input-group select:-ms-input-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_data form ._input-group input::-webkit-input-placeholder,
.pay_pass_cnt .pay_data form ._input-group select::-webkit-input-placeholder {
  color: #6f6f6fb0;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data form ._input-group input,
  .pay_pass_cnt .pay_data form ._input-group select {
    width: 100%;
    margin: 5px 0;
  }
}

.pay_pass_cnt .pay_data form h6 {
  font-weight: 400;
  margin: 40px 0 10px;
}

.pay_pass_cnt .pay_data form ._check {
  width: 100%;
  position: relative;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.pay_pass_cnt .pay_data form ._check label {
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.pay_pass_cnt .pay_data form ._check label input {
  display: none;
}

.pay_pass_cnt .pay_data form ._check label span {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
}

.pay_pass_cnt .pay_data form ._check label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background: url(../img/check.svg) no-repeat center;
}

.pay_pass_cnt .pay_data form ._check label > input:checked + span::before {
  background-size: contain;
  background: url(../img/checked.svg) no-repeat center;
}

.pay_pass_cnt .pay_data form ._check p {
  width: 80%;
}

.pay_pass_cnt .pay_data form button {
  width: fit-content;
  position: relative;
  display: block;
  padding: 10px 40px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  float: right;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data form button {
    width: 100%;
    margin: 5px 0;
  }
}

.pay_pass_cnt .pay_data .table_info {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_data .table_info table {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #87878749;
  border-radius: 5px;
}

.pay_pass_cnt .pay_data .table_info table td {
  padding: 15px 0;
}

.pay_pass_cnt .pay_data .table_info table td:first-of-type {
  color: #404040;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data .table_info table td:first-of-type {
    display: none;
  }
}

.pay_pass_cnt .pay_data .table_info table td a:hover {
  text-decoration: underline;
}

.pay_pass_cnt .pay_data .table_info table tr:not(:last-of-type) td {
  border-bottom: 1px solid #87878749;
}

.pay_pass_cnt .pay_data h6 {
  font-weight: 400;
  margin: 40px 0 10px;
}

.pay_pass_cnt .pay_data .send_info {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_data .send_info .card_rsc {
  width: 100%;
  position: relative;
  margin: 15px 0;
}

.pay_pass_cnt .pay_data .address_fact {
  width: 100%;
  position: relative;
  border: 1px solid #87878749;
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}

.pay_pass_cnt .pay_data .address_fact .choose_adress {
  width: 100%;
  position: relative;
  padding: 15px 25px;
  border-bottom: 1px solid #87878749;
}

.pay_pass_cnt .pay_data .address_fact .choose_adress form {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_data .address_fact .choose_adress form ._check {
  padding: 15px 0;
  margin: 0;
}

.pay_pass_cnt .pay_data .address_fact .choose_adress form ._check label {
  overflow: hidden;
}

.pay_pass_cnt .pay_data .address_fact .address_data {
  width: 100%;
  position: relative;
  padding: 15px 25px;
  background: #fafafa;
  overflow: hidden;
}

.pay_pass_cnt .pay_data .pay_back {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pay_pass_cnt .pay_data .pay_back button {
  width: fit-content;
  position: relative;
  display: block;
  padding: 10px 40px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  float: right;
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data .pay_back button {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_data .pay_back {
    justify-content: center;
  }

  .pay_pass_cnt .pay_data .pay_back a {
    text-align: center;
    margin: 15px 0;
    display: block;
  }
}

.pay_pass_cnt .pay_prd {
  width: 45%;
  position: relative;
  display: block;
  background: #efefef;
  padding: 3.33333em;
}

@media (max-width: 768px) {
  .pay_pass_cnt .pay_prd {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pay_pass_cnt .pay_prd {
    padding: 1.6em;
  }
}

.pay_pass_cnt .pay_prd .prd_to_pay {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul {
  width: 100%;
  position: relative;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 0;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data .pp_img {
  width: 90px;
  height: 100px;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data .pp_img > span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.93333em;
  border-radius: 50%;
  z-index: 2;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data .pp_img img {
  width: 100%;
  height: 100%;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data .pp_txt {
  position: relative;
  display: block;
  margin: 0 10px;
}

.pay_pass_cnt .pay_prd .prd_to_pay ul li .pay_prd_data .pp_txt p {
  color: #404040;
  font-size: 0.93333em;
  font-weight: 400;
  margin: 10px 0;
}

.pay_pass_cnt .pay_prd .discount_to_pay {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input {
  padding: 12px 20px;
  width: 70%;
  position: relative;
  display: block;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 5px;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input.placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input:-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input::-moz-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input:-ms-input-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form input::-webkit-input-placeholder {
  color: #6f6f6fb0;
}

.pay_pass_cnt .pay_prd .discount_to_pay form button {
  padding: 12px 20px;
  width: 28%;
  position: relative;
  display: block;
  background: #1f1f1f;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.pay_pass_cnt .pay_prd .resume {
  width: 100%;
  position: relative;
  padding: 5px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.pay_pass_cnt .pay_prd .resume .rsm_itm {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.pay_pass_cnt .pay_prd .resume .rsm_itm p {
  color: #404040;
  font-size: 1.06667em;
  font-weight: 400;
}

.pay_pass_cnt .pay_prd .total_to_pay {
  width: 100%;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_default {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media (max-width: 768px) {
  .title_default {
    width: 90%;
  }
}

.title_default h1 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.33333em;
  line-height: 150%;
  font-weight: 400;
}

.content_form_default.form_login,
.content_form_default.form_register {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
}

.content_form_default.form_login form#frmLogin,
.content_form_default.form_register form#frmRegister {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.content_form_default.form_login form#frmLogin .form-group,
.content_form_default.form_register form#frmRegister .form-group,
.content_form_default.form_register
  form#frmRegister
  .tinymargen:not(button.tinymargen),
.content_form_default.form_register form#frmRegister .minimargen {
  width: 100%;
  position: relative;
  display: block;
  margin: 30px 0;
}

.content_form_default.form_login form#frmLogin .form-group label,
.content_form_default.form_register form#frmRegister .form-group label,
.content_form_default.form_register form#frmRegister .minimargen label,
.content_form_default.form_register form#frmRegister .tinymargen label {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.content_form_default.form_login form#frmLogin .form-group input,
.content_form_default.form_register form#frmRegister .form-group input,
.content_form_default.form_register form#frmRegister .minimargen input,
.content_form_default.form_register form#frmRegister .tinymargen input {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid rgba(64, 64, 64, 0.15);
  border-radius: 7px;
  transition: 0.35s ease-in-out;
}

.content_form_default.form_login form#frmLogin .form-group input:valid,
.content_form_default.form_register form#frmRegister .form-group input:valid,
.content_form_default.form_register form#frmRegister .tinymargen input:valid,
.content_form_default.form_register form#frmRegister .minimargen input:valid {
  box-shadow: 0 0 5px #40404024;
}

.content_form_default.form_login form#frmLogin button#nc_btn_login,
.content_form_default.form_register form#frmRegister button {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: 0.35s ease-in-out;
}

@media not all and (pointer: coarse) {
  .content_form_default.form_login form#frmLogin button#nc_btn_login:hover,
  .content_form_default.form_register form#frmRegister button:hover {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
  }
}

.content_form_default.form_login form#frmLogin > p.centrado > a {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background: #f4f4f4;
  color: #1f1f1f;
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease-in-out;
}

.content_form_default.form_login form#frmLogin > p.centrado > a > strong {
  color: inherit;
}

@media not all and (pointer: coarse) {
  .content_form_default.form_login form#frmLogin > p.centrado > a:hover {
    background: #1f1f1f;
    color: #fff !important;
    border: 1px solid #1f1f1f;
  }
}

.row.supertitle.gris {
  width: 100%;
  position: relative;
  display: block;
  padding: 50px 0 0;
}

.row.supertitle.gris .cols {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .row.supertitle.gris .cols {
    width: 90%;
  }
}

.row.supertitle.gris .cols h1 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.33333em;
  line-height: 150%;
  font-weight: 400;
}

section.account_data {
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: #efefef;
  display: flex;
}

section.account_data * {
  font-family: Nunito Sans;
}

section.account_data .account_container {
  width: 85%;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.account_container .account_name {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.account_name .user_photo {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.user_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: relative;
}

.account_name .user_inf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 15px;
}

.user_inf p {
  margin-bottom: 3px;
  font-weight: 500;
}

.user_inf h5,
.user_inf p {
  color: #2e2e2e;
  position: relative;
  display: block;
}

.user_inf h5 {
  font-weight: 700;
  font-size: 16px;
}

.account_edit_content {
  width: 100%;
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.account_edit_content .account_tabs {
  width: 25%;
  position: relative;
}

.account_tabs ul,
.account_tabs ul li,
.account_tabs ul li a {
  width: 100%;
  position: relative;
  display: block;
}

.account_tabs ul li a {
  padding: 15px 0 15px 25px;
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.account_tabs ul li a:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.4s ease;
}

.account_tabs ul li a.active {
  background-color: #fff;
  font-weight: 700;
}

.account_tabs ul li a.active:before {
  background-color: #259bd3;
}

.account_edit_forms {
  width: 75%;
  position: relative;
  min-height: 322px;
  background: #fff;
  padding: 45px;
}

.account_edit_forms .account_edit_itm {
  width: 100%;
  position: relative;
}

.account_edit_itm .acc_edt_title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.acc_edt_title img {
  width: 60px;
  position: relative;
  display: block;
  margin-right: 15px;
}

.acc_edt_title h4 {
  float: none;
  font-weight: 700;
  font-size: 25px;
  color: #2e2e2e;
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.acc_no_content {
  width: 100%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.acc_no_content p {
  float: none;
  color: #2e2e2e;
  position: relative;
  display: block;
  width: 60%;
}

.acc_no_content a {
  float: none;
  color: #fff;
  font-weight: 700;
  background: #2e2e2e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 14px;
}

.acc_content_cards {
  width: 100%;
  position: relative;
}

.acc_content_cards .card_pay_itm {
  width: 100%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.card_pay_itm .card_brand {
  width: 60px;
  position: relative;
  margin-right: 10px;
}

.card_pay_itm .card_owner {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.card_pay_itm a {
  text-decoration: none;
  color: #ef0d0d;
}

.card_owner .crd_data_itm {
  max-width: 170px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}

.crd_data_itm h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  display: block;
  float: none;
}

.crd_data_itm p {
  float: none;
  color: #555;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
}

.card_brand img {
  width: 100%;
  position: relative;
  display: block;
}

.card_pay_itm button {
  display: block;
  float: none;
  position: relative;
  border: none;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}

.add_card_form {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: none;
}

.add_card_form .add_crd_frm_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.add_card_form form {
  width: 55%;
  position: relative;
}

.add_card_form form ._input {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.add_card_form ._input label {
  float: none;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.add_card_form ._input input {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-top: 5px;
}

.add_card_form form ._input-group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.add_card_form form ._input-group ._input {
  width: 47%;
  position: relative;
}

.add_card_form ._input select {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  color: #2e2e2e;
  margin-top: 5px;
}

.add_card_form ._input select,
.add_card_form button {
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.add_card_form button {
  border: none;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}

.card_image {
  width: 40%;
  position: relative;
  margin-left: 5%;
}

.card_image img {
  width: 100%;
  position: relative;
  display: block;
}

.add_card_form form h5 {
  float: none;
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
  position: relative;
  display: block;
  margin-top: 50px;
}

.profile_data_content {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile_data_content .profile_info {
  width: 65%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
}

.profile_data_content .profile_data_side {
  width: 30%;
  position: relative;
  margin-left: 5%;
}

.profile_info .prf_inf_group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile_info .prf_inf {
  width: 1000%;
  position: relative;
  margin: 15px 0;
}

.profile_info .prf_inf h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 16px;
  float: none;
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.profile_info .prf_inf p {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  float: none;
  position: relative;
  display: block;
}

.profile_info .prf_inf_group .prf_inf {
  width: 47%;
  position: relative;
}

.profile_info a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  border: none;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  float: right;
}

.profile_data_side .profile_newsletter,
.profile_data_side .profile_password {
  width: 100%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
}

.profile_data_side .profile_newsletter {
  margin-top: 30px;
}

.profile_newsletter h6,
.profile_password h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 16px;
  float: none;
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.profile_newsletter p,
.profile_password p {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  float: none;
  position: relative;
  display: block;
}

.profile_password a {
  width: 100%;
  display: block;
  position: relative;
  border: none;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  float: none;
}

.profile_newsletter ._check {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.profile_newsletter ._check input {
  float: none;
  width: auto;
  position: relative;
  display: block;
  margin-right: 7px;
}

.profile_newsletter ._check p {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  float: none;
  position: relative;
  display: block;
}

.edit_profile_data {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.edit_profile_data form {
  width: 55%;
  position: relative;
}

.edit_profile_data form ._input {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.edit_profile_data ._input label {
  float: none;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.edit_profile_data ._input input,
.edit_profile_data ._input select {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-top: 5px;
}

.edit_profile_data button {
  display: block;
  float: none;
  position: relative;
  border: none;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}

.acc_no_address {
  width: 100%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.acc_no_address p {
  float: none;
  color: #2e2e2e;
  position: relative;
  display: block;
  width: 60%;
}

.acc_no_address a {
  float: none;
  color: #fff;
  font-weight: 700;
  background: #2e2e2e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 14px;
}

.acc_content_address {
  width: 100%;
  position: relative;
}

.acc_content_address .address_itm {
  width: 100%;
  position: relative;
  padding: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.address_itm .address_brand {
  width: 60px;
  position: relative;
  margin-right: 10px;
}

.address_itm .address_owner {
  width: 70%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.address_owner .address_data_itm {
  max-width: 170px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}

.address_data_itm h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  display: block;
  float: none;
}

.address_data_itm p {
  float: none;
  color: #555;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
}

.address_itm a,
.address_itm button {
  display: block;
  float: none;
  position: relative;
  border: none;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}

.address_itm a {
  text-decoration: none;
}

.address_itm a.delete {
  background: #f44336;
}

.add_address_form {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: none;
}

.add_address_form .add_address_frm_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.add_address_form form {
  width: 55%;
  position: relative;
}

.add_address_form form ._input {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.add_address_form ._input label {
  float: none;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.add_address_form ._input input {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-top: 5px;
}

.add_address_form form ._input-group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.add_address_form form ._input-group ._input {
  width: 47%;
  position: relative;
}

.add_address_form ._input select {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  color: #2e2e2e;
  margin-top: 5px;
}

.add_address_form ._input select,
.add_address_form button {
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.add_address_form button {
  border: none;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}

.orders_table {
  margin-top: 40px;
}

.orders_table,
.orders_table .ord_tbl_content {
  width: 100%;
  position: relative;
}

.ord_tbl_content .ord_tbl_head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.ord_tbl_head .ord_hd_title {
  width: 20%;
  position: relative;
  padding: 15px;
}

.ord_tbl_head .ord_hd_title:nth-child(2) {
  width: 40%;
}

.ord_tbl_head .ord_hd_title h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 18px;
  float: none;
  position: relative;
  display: block;
}

.ord_tbl_content .ord_tbl_itm {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.ord_tbl_content .ord_tbl_itm:nth-child(odd) {
  background: #efefef;
}

.ord_tbl_content .ord_tbl_itm .ord_data {
  width: 20%;
  position: relative;
  padding: 10px 15px;
}

.ord_tbl_itm .ord_data:nth-child(2) {
  width: 40%;
}

.info-subs-user label.tag,
.ord_tbl_itm .ord_data p.tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2e2e2e;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 4px;
}

.ord_tbl_itm .ord_data p {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  float: none;
  position: relative;
  display: block;
}

.edit_susb_form {
  width: 100%;
  position: relative;
  margin-top: 40px;
  padding: 25px;
  border: 1px solid #e6e6e6;
}

.edit_susb_form .edit_susb_hd {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.edit_susb_hd .edt_sb_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.edt_sb_title h4 {
  color: #2e2e2e;
  font-size: 25px;
}

.edt_sb_title h4,
.edt_sb_title h5 {
  float: none;
  font-weight: 700;
  position: relative;
  display: block;
}

.edt_sb_title h5 {
  color: #555;
  font-size: 23px;
  margin-top: 3px;
}

.edit_susb_hd .edt_sb_links {
  width: 30%;
  position: relative;
}

.edt_sb_links a {
  float: none;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 18px;
  font-size: 12px;
  position: relative;
  display: block;
  text-align: center;
}

.edt_sb_links a.edit_susbcription {
  background: #2e2e2e;
  color: #fff;
}

.edt_sb_links a.cancel_susbcription {
  color: #2e2e2e;
  background: #fff;
}

.edit_susb_form .cont_subs_items {
  float: none;
  width: 100%;
  position: relative;
}

.edit_susb_form .cont_subs_items ._form-group,
.edit_susb_form .cont_subs_items ._select-group {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.edit_susb_form .cont_subs_items ._select {
  width: 30%;
}

.edit_susb_form select {
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 100%;
  position: relative;
  display: block;
  float: none;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-top: 5px;
}

.edit_susb_form ._select label {
  float: none;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.edit_susb_form form ._select-group ._select {
  width: 47%;
  position: relative;
}

.edit_susb_form form ._form-group ._select {
  width: 70%;
  position: relative;
}

.edit_susb_form form ._form-group ._quantity {
  width: 25%;
  position: relative;
}

.edit_susb_form ._quantity label {
  float: none;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.edit_susb_form ._quantity .q_cnt {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.edit_susb_form ._quantity .q_cnt a {
  width: 40px;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}

.edit_susb_form ._quantity .q_cnt a,
.edit_susb_form ._quantity .q_cnt input {
  height: 40px;
  position: relative;
  font-weight: 700;
  color: #2e2e2e;
  border: 1px solid #e6e6e6;
}

.edit_susb_form ._quantity .q_cnt input {
  width: 70px;
  font-size: 18px;
  text-align: center;
}

.edit_susb_form ._quantity .q_cnt input::-webkit-inner-spin-button,
.edit_susb_form ._quantity .q_cnt input::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1024px) {
  section.account_data .account_container {
    width: 90%;
  }

  .profile_data_content .profile_info {
    width: 100%;
    margin: 20px 0;
  }

  .profile_data_content .profile_data_side {
    width: 100%;
    position: relative;
    margin: 20px 0;
  }

  .address_owner .address_data_itm {
    width: 40%;
    max-width: unset;
    margin: 10px 15px 10px 0;
  }
}

@media (max-width: 768px) {
  .account_edit_content .account_tabs {
    width: 100%;
    position: relative;
    margin: 20px 0;
  }

  .account_tabs ul li {
    width: 50%;
  }

  .account_tabs ul li a {
    padding: 15px 25px;
  }

  .account_tabs ul {
    width: 100%;
    position: relative;
  }

  .account_edit_forms {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .edit_susb_form .cont_subs_items ._select {
    width: 100%;
    margin-top: 10px;
  }

  .account_tabs ul li a {
    padding: 15px 10px;
  }

  .acc_no_content {
    flex-wrap: wrap;
  }

  .acc_no_content p {
    width: 100%;
    margin: 20px 0;
  }

  .account_edit_forms {
    padding: 25px;
  }

  .card_pay_itm .card_brand {
    width: 50%;
    margin: 20px auto;
  }

  .card_pay_itm .card_owner {
    width: 100%;
    margin: 20px 0;
  }

  .card_owner .crd_data_itm {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }

  .card_pay_itm button {
    margin: 0 auto;
  }

  .card_image {
    display: none;
  }

  .add_card_form form,
  .edit_profile_data form,
  .profile_info .prf_inf_group .prf_inf {
    width: 100%;
    position: relative;
  }

  .acc_no_address p {
    width: 100%;
    margin: 20px 0;
  }

  .acc_no_address a {
    width: 100%;
    text-align: center;
  }

  .address_itm .address_owner {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .address_owner .address_data_itm {
    width: 100%;
  }

  .address_itm button {
    margin: 20px auto 0;
  }

  .add_address_form form {
    width: 100%;
    position: relative;
  }

  .orders_table {
    overflow-x: auto;
  }

  .orders_table .ord_tbl_content {
    width: 700px;
  }

  .ord_tbl_content .ord_tbl_itm .ord_data {
    width: 21%;
  }

  .ord_tbl_itm .ord_data:nth-child(2) {
    width: 37%;
  }

  .ord_tbl_head .ord_hd_title {
    width: 21%;
  }

  .ord_tbl_head .ord_hd_title:nth-child(2) {
    width: 37%;
  }

  .edit_susb_hd .edt_sb_links,
  .edit_susb_hd .edt_sb_title {
    width: 100%;
    margin: 20px 0;
    position: relative;
  }

  .edit_susb_form form ._form-group ._quantity,
  .edit_susb_form form ._form-group ._select,
  .edit_susb_form form ._select-group ._select {
    width: 100%;
    margin: 10px 0;
    position: relative;
  }
}

._input .label-check {
  width: 55%;
}

._input .label-check input {
  display: inline-block;
  width: 5%;
}

.acc_content_address .address_itm .tag-main-address {
  position: absolute;
  right: 0;
  top: 0;
  background: #b9b9b9;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
}

.cont_card_subscription .message-cards {
  width: 100%;
  display: flex;
  background: #07c1af;
  padding: 7px;
  height: 61px;
}

.cont_card_subscription .message-cards p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.cont_card_subscription .card-chk-item {
  width: 100%;
  display: flex;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #e1dede;
  margin-top: 10px;
}

.cont_card_subscription .card-chk-item img {
  width: 62px;
  height: 100%;
}

.cont_card_subscription .card-chk-item p {
  margin-left: 10px;
  line-height: 41px;
  font-size: 18px;
}

.cont_card_subscription .card-chk-item input[type="radio"] {
  display: inline-block;
  width: 42px;
  height: 20px;
}

.cont_card_subscription .btn-subs-plan.btn-new-card {
  display: flex;
  margin: 14px auto 25px;
  color: #000;
  padding: 14px !important;
}

.cont_subs_items a.a-history {
  text-decoration: none;
  color: #03a9f4;
  margin-top: 14px;
}

.edit_susb_form .edt_sb_title .desc-card {
  margin-top: 14px;
  display: block;
  color: #afafaf;
  font-weight: 700;
}

.row.page {
  width: 100%;
  position: relative;
  display: block;
  padding: 70px 0;
}

.row.page .cols.page {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .row.page .cols.page {
    width: 90%;
  }
}

.row.cont-pay-order {
  width: 100%;
  position: relative;
  display: block;
}

.row.cont-pay-order h2 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.33333em !important;
  line-height: 150%;
  font-weight: 400;
}

.btn-pay-order-md {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: block;
  margin: 0 auto;
}

.btn-pay-order-md img {
  width: 150px !important;
}

.product_cnt .prd_amp_content .prd_amp--description .cont-guide-prod a {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bold;
}

.modal-guide-prod .nc-modal-content {
  width: auto;
}

.swiper-thumbs .swiper-slide {
  width: 120px;
  height: 120px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.prd_list .tag-sale,
.prd_amp_content .tag-sale,
.products_cnt .tag-sale {
  position: absolute;
  top: 25px;
  left: 0px;
  background: #4688cd;
  padding: 6px 11px;
  color: #fff;
  z-index: 2;
}

.cart_inner .cart-empty {
  width: 100%;
  text-align: center;
}
.cart_inner .cart-empty p {
  font-size: 25px;
}

.cart_total .total .discount-total {
  color: #4caf50;
  font-weight: bold;
}
