html, body {
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Gotham', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  font-size: 26px;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

form {
  margin: 0;
}

table {
  width: 100%;
}

button:focus {
    outline: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-Bold.woff2) format("woff2"), url(fonts/Gotham-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-Book.woff2) format("woff2"), url(fonts/Gotham-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-BoldItalic.woff2) format("woff2"), url(fonts/Gotham-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-BookItalic.woff2) format("woff2"), url(fonts/Gotham-BookItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-Medium.woff2) format("woff2"), url(fonts/Gotham-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-Thin.woff2) format("woff2"), url(fonts/Gotham-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-ThinItalic.woff2) format("woff2"), url(fonts/Gotham-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url(fonts/Gotham-MediumItalic.woff2) format("woff2"), url(fonts/Gotham-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

.header-placholder {
  height: 64px; }
  .home .header-placholder {
    height: 114px; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 5;
  border-bottom: 1px solid #F2F2F2;
  min-height: 64px; }

.is-scrolled .header__container {
  height: 40px; }

.header__salutation {
  margin-right: 8px; }

.header__button {
  border: none;
  background: transparent;
  padding: 8px;
  font-size: 18px;
  color: inherit;
  border-radius: 4px; }
  .header__button.is-active {
    color: #ff507d; }

.header__logo {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -100px;
  width: 200px;
  height: auto;
  transition: all .2s ease-out;
  z-index: 1; }
  .is-scrolled .header__logo {
    left: 0;
    margin-left: 0; }

.header__logo-image {
  display: block;
  width: 80%; }

.header__navigation {
  position: relative;
  height: 60px; }

.header__nav {
  position: absolute;
  right: 15px;
  top: 9px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.bi-person {
  font-size: 23px !important;
  top: 2px;
  position: relative; }

.menu__cart {
  position: relative; }

.menu__cart__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: #ff507d;
  color: white;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  border-radius: 15px;
  text-align: center;
  padding: 2px;
  width: 15px;
  height: 15px; }

@media (min-width: 768px) {
  .menu-trigger {
    display: none; } }

.primary-menu-container {
  position: relative;
  border-top: 1px solid #F2F2F2;
  transform: translateY(0);
  transition: transform .3s ease-out;
  padding-top: 15px;
  padding-bottom: 15px; }
  .is-scrolled .primary-menu-container {
    padding-bottom: 0; }
  .is-scrolled .primary-menu-container {
    transform: translateY(-23px);
    padding-top: 0;
    border-top: 0; }

.primary-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .primary-menu li {
    font-weight: 500;
    margin: 0 30px;
    color: #000;
    position: relative;
    z-index: 2; }
    .primary-menu li.current-menu-item, .primary-menu li.is-active {
      color: #ff507d; }
  .primary-menu a {
    color: inherit; }
    .primary-menu a:hover {
      color: #ff507d; }

.sub-nav {
  border-top: 1px solid #f2f2f2; }

.js-sub-item a:after {
  padding-left: 6px;
  position: absolute;
  top: 8px;
  content: url(images/dropdown.png); }

.js-sub-item.is-active a:after {
  filter: invert(49%) sepia(37%) saturate(4061%) hue-rotate(315deg) brightness(100%) contrast(104%); }

.js-sub-nav {
  display: none; }
  .js-sub-nav.is-shown {
    display: block; }

.sub-nav__container {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto; }

.sub-nav-menu {
  list-style: none; }

.sub-nav-menu__item {
  text-align: center;
  border-right: 1px solid #f2f2f2;
  max-width: 160px; }

.sub-nav-menu__image {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: auto; }

.sub-nav-menu__link {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  color: inherit; }
  .sub-nav-menu__link:hover img {
    filter: brightness(0); }
  .sub-nav-menu__link:hover span {
    color: #000; }

.sub-nav-menu__title {
  font-weight: 400;
  color: #7D7D7D;
  font-size: 14px; }

.footer {
  background-color: #F2F2F2;
  color: #555; }
  .footer a {
    color: inherit; }
  .footer .menu li {
    margin-bottom: 8px; }

.footer__container {
  padding-top: 32px;
  padding-bottom: 32px; }

.copyright {
  background-color: #ff507d; }

.copyright__container {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white; }

.footer__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px; }

.footer__contact {
  border-left: 1px solid #ccc; }

.copyright__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.footer-contact p {
  margin-bottom: 20px; }

.footer-contact li {
  margin-bottom: 16px; }

.footer-contact .bi {
  font-size: 24px; }

.subscribe {
  margin-bottom: 32px; }

.subscribe__container {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px; }

.subscribe__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .subscribe__icon .bi {
    font-size: 36px;
    margin-right: 8px; }
  .subscribe__icon p {
    text-transform: uppercase;
    font-weight: bold; }

.subscribe__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #777;
  border-left: 1px solid #f2f2f2; }

.subscribe__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.subscribe__button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 215px;
  transition: all .2s ease-out; }
  .subscribe__button:disabled {
    opacity: .7; }
  .subscribe__button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.subscribe-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0; }

.subscribe-form__input {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 8px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border: 1px solid #f2f2f2; }
  .subscribe-form__input:focus {
    border: 1px solid #777;
    outline: none; }

.slider {
  margin-top: 0px; }

.slider__div {
  display: none; }

@media (min-width: 768px) {
  .slider__div {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 65%;
    padding-right: 5%;
    min-height: 30vw;
    padding-bottom: 5vw; }
  .slider__wrapper {
    position: relative; }
  .slider__overlay {
    position: absolute;
    bottom: -12px;
    z-index: 1; }
    .slider__overlay img {
      width: 100vw; }
  .slider__category {
    color: #ff507d;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    transition-property: opacity, transform;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translateY(10px);
    opacity: 0; }
    .active .slider__category {
      transform: translateY(0);
      opacity: 1; }
  .slider__title {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 2rem;
    transition-property: opacity, transform;
    transition-delay: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translateY(20px);
    opacity: 0; }
    .active .slider__title {
      transform: translateY(0);
      opacity: 1; }
  .slider__text {
    margin-bottom: 10px;
    transition-property: opacity, transform;
    transition-delay: 0.4s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translateY(20px);
    opacity: 0; }
    .active .slider__text {
      transform: translateY(0);
      opacity: 1; }
  .slider__strong {
    margin-bottom: 30px;
    transition-property: opacity, transform;
    transition-delay: 0.5s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translateY(20px);
    opacity: 0; }
    .active .slider__strong {
      transform: translateY(0);
      opacity: 1; }
  .slider__button {
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px #ff507d;
    background-color: #ff507d;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: white;
    width: 215px;
    transition: all .2s ease-out;
    transition-property: opacity, transform;
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translateY(10px);
    opacity: 0; }
    .slider__button:disabled {
      opacity: .7; }
    .slider__button:hover {
      background-color: #43b9c9;
      border-color: #43b9c9;
      cursor: pointer; }
    .active .slider__button {
      transform: translateY(0);
      opacity: 1; }
  .owl-item:nth-child(3) * {
    color: white; }
  .owl-carousel {
    z-index: auto; }
  .slider__carousel .owl-dots {
    position: relative;
    left: 35%;
    bottom: calc(0.04 * 100vw);
    z-index: 2; }
  .owl-dots span {
    background: #ff507d !important; }
  .owl-dots .active span {
    background: #43b9c9 !important; } }

.bestsellers {
  padding-top: 10px;
  margin-bottom: 40px; }
  .bestsellers a {
    color: inherit; }
  .bestsellers div[role="tabpanel"] {
    display: none; }
    .bestsellers div[role="tabpanel"].active {
      display: block; }

.bestsellers__no-products {
  text-align: center;
  margin-bottom: 20px; }

.bestsellers__title {
  text-align: center;
  margin-bottom: 20px; }

.bestsellers__item {
  margin-left: 15px;
  margin-right: 15px; }

.bestsellers-categories {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 45px; }
  .bestsellers-categories li {
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 3px solid transparent; }
    .bestsellers-categories li:hover, .bestsellers-categories li.active {
      border-bottom-color: #ff507d;
      color: #ff507d; }

.categories__wrapper {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 60px; }

.categories__header {
  text-align: center; }
  .categories__header h3 {
    color: #ff507d;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }

.categories__container {
  padding-top: 20px;
  padding-bottom: 20px; }

.categories-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden; }

@media (min-width: 768px) {
  .categories__row-normal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; } }

@media (min-width: 768px) {
  .categories__row-reverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse; } }

.categories__row-reverse .categories__info {
  align-items: revert;
  text-align: right; }

@media (min-width: 768px) {
  .categories__image {
    width: 50%; } }

.categories__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px; }
  @media (min-width: 768px) {
    .categories__info {
      max-width: 50%; } }

.categories__title {
  color: #43b9c9;
  text-transform: uppercase;
  font-size: 16px; }
  .categories__title a {
    color: #43b9c9; }

.categories__headline {
  font-size: 26px;
  font-weight: bold; }

.categories__text {
  font-size: 14px;
  font-weight: 500; }

.categories__links {
  display: flex;
  flex-direction: row-reverse; }
  .categories__links ul {
    display: flex;
    margin-top: 50px;
    font-weight: 500;
    font-size: 14px;
    width: fit-content; }
  .categories__links li + li:before {
    content: " | ";
    padding: 0 10px;
    color: #7f7e7e; }
  .categories__links a {
    color: #7f7e7e; }
  .categories__links a:hover {
    color: #43b9c9; }

.steps {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .steps {
      padding-left: 12%;
      padding-right: 12%; } }
  .steps img {
    width: 50%; }

.steps__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.steps__text {
  font-size: 14px;
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px; }

.steps__button {
  margin-top: 25px;
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 215px;
  transition: all .2s ease-out; }
  .steps__button:disabled {
    opacity: .7; }
  .steps__button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.infocards {
  text-align: center; }
  .infocards a {
    color: inherit; }

.infocards__info {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 90%;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  top: -70px;
  border-radius: 8px; }
  .infocards__info p {
    margin-bottom: 10px; }

.infocards__subtitle {
  font-size: 14px;
  color: #ff507d !important; }

.infocards__title {
  font-size: 18px;
  font-weight: 500; }

.infocards__text {
  font-size: 14px;
  color: #7f7f7f !important; }

.banners-background {
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .banners-background img {
    max-width: 75%; }
    @media (min-width: 1600px) {
      .banners-background img {
        max-width: 100%; } }
  .banners-background h2 {
    text-align: left !important; }
  .banners-background div {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media (min-width: 1600px) {
    .banners-background {
      height: 550px; } }

@media (min-width: 768px) {
  .banners-background__background-right {
    padding-left: 50%;
    padding-right: 20%; } }

@media (min-width: 768px) {
  .banners-background__background-left {
    padding-right: 50%;
    padding-left: 10%; } }

.banners__button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 215px;
  transition: all .2s ease-out; }
  .banners__button:disabled {
    opacity: .7; }
  .banners__button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.characteristics {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .characteristics p {
    margin-bottom: 5px; }

.customers {
  margin-top: 75px;
  margin-bottom: 75px; }

.customers__title {
  text-align: center; }

.customers__image {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto; }

.sub-menu {
  position: relative;
  background-color: white; }

.menu-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 0;
  overflow: hidden;
  background-color: white; }
  .menu-content.is-visible {
    max-height: 500px;
    z-index: 2; }

.menu-content__container .is-scrolled {
  padding-top: 0; }

.menu-content__container p {
  margin-bottom: 20px; }

.menu-content__title {
  font-size: 20px;
  margin-bottom: 20px; }

.menu-content__button {
  display: block;
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out; }
  .menu-content__button:disabled {
    opacity: .7; }
  .menu-content__button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.searchform-container {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end; }

.searchform {
  width: 450px; }
  .searchform > div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start; }
  .searchform i {
    margin-top: 10px; }
  .searchform input[type="text"] {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #000;
    margin-left: 20px;
    margin-right: 20px;
    flex: 1; }
    .searchform input[type="text"]:focus {
      outline: none; }

.header-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch; }

.header-login__input {
  border: 0;
  border-bottom: 1px solid #777;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: 100%;
  font-family: inherit; }
  .header-login__input:focus {
    border-bottom-color: #000;
    outline: none; }

.header-login__button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out; }
  .header-login__button:disabled {
    opacity: .7; }
  .header-login__button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.header-login__rememberme {
  margin-bottom: 16px; }

.header-login__forgot {
  color: #43b9c9; }

.menu-content--cart {
  left: unset;
  right: 0;
  width: 320px;
  top: 100%;
  background-color: white; }
  .menu-content--cart.is-visible {
    position: absolute; }
  .menu-content--cart .woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: auto;
    max-height: 300px; }
  .menu-content--cart img {
    max-width: 85px;
    float: left;
    margin-right: 10px; }
  .menu-content--cart .menu-content__container {
    padding: 16px; }

.cart-items {
  list-style: none; }

.cart-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }

.cart-item__image {
  width: 80px;
  height: 80px;
  background-color: #f2f2f2; }

.cart-item__content {
  margin-left: 16px;
  max-width: calc(100% - 96px); }

.cart-item__title-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }

.cart-item__title {
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cart-item__price {
  font-size: 16px;
  margin-bottom: 4px; }

.cart-item__details {
  font-size: 14px; }

.cart-item__subtotal {
  font-size: 14px;
  font-weight: bold; }

.cart-shipping {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }

.cart-shipping__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 8px; }
  .cart-shipping__row:last-child {
    margin-bottom: 0; }

.cart-items-summary {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: stretch; }
  .cart-items-summary li {
    font-size: 16px;
    margin-bottom: 5px; }
    .cart-items-summary li span {
      font-weight: bold; }
    .cart-items-summary li div.product-name {
      margin-bottom: 5px;
      line-height: 14px;
      font-size: 15px; }
    .cart-items-summary li div:not(.product-name) {
      font-size: 13px; }
  .cart-items-summary .variation {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0; }
    .cart-items-summary .variation dd {
      margin-inline-start: 5px; }
      .cart-items-summary .variation dd p {
        margin: 0; }

.cart-total {
  font-size: 18px;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.cart-total__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between; }

.cart-button--primary {
  display: block;
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out;
  margin-bottom: 12px; }
  .cart-button--primary:disabled {
    opacity: .7; }
  .cart-button--primary:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.cart-button--secondary {
  display: block;
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px black;
  background-color: white;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: black;
  width: 100%;
  transition: opacity .3s ease-out; }
  .cart-button--secondary:disabled {
    opacity: .7; }
  .cart-button--secondary:hover {
    opacity: .9;
    cursor: pointer; }

.logged__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px; }

.logged__options a {
  color: inherit; }

.page-container {
  padding-bottom: 40px; }

.page-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

.page-content h1 {
  font-size: 36px;
  margin-bottom: 20px; }

.page-content h2 {
  font-size: 28px;
  margin-bottom: 20px; }

.page-content h3 {
  font-size: 22px;
  margin-bottom: 20px; }

.page-content h4 {
  font-size: 18px;
  margin-bottom: 20px; }

.page-content a {
  color: #ff507d;
  text-decoration: none; }

.page-content p {
  font-size: 16px;
  margin-bottom: 20px; }

.page-content img {
  margin-bottom: 20px; }

.page-content ul, .page-content ol {
  list-style: circle;
  font-size: 16px;
  margin-bottom: 20px; }

.page-content li {
  margin-left: 20px;
  margin-bottom: 5px; }

.page-content table:not(.shop_table) {
  border-spacing: 0; }
  .page-content table:not(.shop_table) td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px; }
    .page-content table:not(.shop_table) td:first-child {
      border-left: 1px solid #000; }
  .page-content table:not(.shop_table) tr:first-child td {
    border-top: 1px solid #000; }

.page-content fieldset {
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  padding: 10px; }

.ugb-accordion__heading {
  border-bottom: 1px solid #000; }

/* Category */
.category_header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; }

.category_header h1.container {
  text-align: initial;
  color: black; }

/* bredcrumb category */
.woocommerce-breadcrumb_category ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .woocommerce-breadcrumb_category ul li {
    margin: 10px 50px; }
    .woocommerce-breadcrumb_category ul li a:hover {
      font-weight: bold; }

.row.row-category,
.row.row-subcategory {
  min-height: 200px; }

.row.row-category > div,
.row.row-subcategory > div {
  padding: 0; }

.row.row-category:nth-child(odd) {
  background: #f3f3f3; }

.row.row-category h2,
.row.row-subcategory h2 {
  padding-top: 60px;
  text-align: center;
  border-bottom: 1px solid #ececec;
  width: 100%;
  margin-bottom: 20px; }

.row.row-category p,
.row.row-subcategory p:not(.woocommerce-result-count):not(.product-item__info-price) {
  margin: 20px 0;
  text-align: center;
  max-width: 550px; }

.row.row-category a {
  margin-top: 30px;
  margin-bottom: 60px; }

.row.row-category img.category_image_claim,
.row.row-subcategory img.category_image_claim {
  mix-blend-mode: multiply; }

.row.row-category img.image_category,
.row.row-subcategory img.image_category {
  width: 60px;
  filter: brightness(0); }

.row.row-category ul li {
  font-weight: 400;
  color: #7D7D7D;
  font-size: 12px;
  max-width: 80px;
  text-align: center;
  margin: 0 20px; }

.row.row-category ul li a {
  font-weight: 400;
  color: #7D7D7D;
  text-decoration: none;
  margin: 0; }

.row.row-category ul li a:hover {
  font-weight: 400;
  color: #000;
  text-decoration: none; }

/* Subcategory */
.product-item.product-fake span {
  background-color: #f3f3f3;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 100%;
  height: 0;
  justify-content: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  line-height: 30px;
  align-items: baseline; }

.product-item.product-fake span div {
  margin-top: 25%; }

.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 50px; }

.filters__button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #000;
  background-color: transparent;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: #000;
  width: 150px; }
  .filters__button:disabled {
    opacity: .7; }

.filters__button:hover,
.filters__button.active {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #000;
  background-color: #000;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: #FFF;
  width: 150px; }
  .filters__button:hover:disabled,
  .filters__button.active:disabled {
    opacity: .7; }

/* Utilities */
.color-active {
  color: #ff507d; }

.product-item {
  list-style: none;
  margin-bottom: 20px; }
  .product-item a {
    color: inherit; }
  .product-item .attachment-woocommerce_thumbnail {
    margin-bottom: 30px; }
  .product-item .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important; }
  .product-item .variable-items-wrapper:not(.color-variable-wrapper) {
    display: none !important; }
  .product-item .wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper {
    margin: 0 0 5px 0; }

body.home.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.archive .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.archive .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.single-product section.related-products .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  box-shadow: none !important; }

body.single-product section.related-products .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 2px;
  width: 20px;
  height: 20px; }

body.home.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.archive .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.single-product section.related-products .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  cursor: default; }

.product-item__info {
  display: flex;
  flex-direction: column; }

.product-item__info-price {
  color: #43b9c9;
  font-size: 14px; }
  .product-item__info-price p {
    font-weight: 500; }

.product-item__link {
  font-size: 12px;
  font-weight: 500;
  color: #7f7e7e;
  text-decoration: none; }
  .product-item__link a:hover {
    color: #43b9c9; }

.product-item__info-name {
  font-size: 14px;
  padding: 0;
  padding-right: 10px;
  font-weight: 500;
  margin-top: 10px; }

.product-item .attribute-size {
  color: #7D7D7D;
  font-size: 14px; }

.woocommerce-breadcrumb {
  background-color: #000;
  font-size: 13px;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px; }
  .woocommerce-breadcrumb a {
    color: inherit; }
  .woocommerce-breadcrumb span {
    font-weight: #43b9c9; }

body.single-product .woocommerce-breadcrumb {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

nav.woocommerce-breadcrumb {
  margin-bottom: 20px; }

.woocommerce-breadcrumb > a:first-child:before {
  font-family: bootstrap-icons !important;
  content: "\f403";
  margin-right: 5px;
  vertical-align: -1px; }

.woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) * {
  font-weight: 500; }

.woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) a:hover {
  color: #ff507d; }

.woocommerce_breadcrumb_delimiter {
  margin: 0 10px; }

.woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) {
  color: black;
  background-color: initial;
  text-align: initial;
  padding: 0; }

.woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) span:not(.woocommerce_breadcrumb_delimiter) {
  color: #43b9c9; }

body.page .woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1400px) {
  body.page .woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) {
    max-width: 1320px; } }

.shop-precontent {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between; }

.woocommerce-notices-wrapper {
  flex: 1 0 100%; }

.woocommerce-result-count {
  flex: 0 0 50%;
  align-self: center; }

.woocommerce-ordering {
  flex: 0 0 50%;
  text-align: right;
  align-self: center; }

.woocommerce-products-header {
  margin-bottom: 20px;
  text-align: center; }

.woocommerce-loop-product__link {
  display: block;
  position: relative; }

.product-sale-label {
  position: absolute;
  background-color: #43b9c9;
  padding: 10px 15px;
  right: 5px;
  top: 5px;
  color: white;
  border-radius: 5px; }

.woocommerce-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  justify-content: center; }

.woocommerce-pagination a {
  font-weight: bold;
  color: inherit; }

.woocommerce-pagination span {
  font-weight: bold;
  color: #ff507d; }

.woocommerce-pagination li {
  margin-left: 10px;
  margin-right: 10px;
  list-style: none; }

.woocommerce-ordering select {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #777;
  border-radius: 40px;
  font-family: inherit;
  outline: none;
  width: auto; }
  .woocommerce-ordering select:focus {
    border-color: #ff507d;
    outline: none; }

.shop-no-products {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }

.woocommerce-message {
  background-color: #ff507d;
  text-align: center;
  color: white;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .woocommerce-message a {
    color: inherit;
    text-decoration: underline; }

/* Accordion */
.wp-block-group__inner-container .wp-block-ugb-accordion .ugb-accordion__heading {
  border-bottom: none !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.wp-block-group__inner-container .wp-block-ugb-accordion:last-child .ugb-accordion__heading {
  border-bottom: 1px solid #000 !important; }

.wp-block-group__inner-container .wp-block-ugb-accordion {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.wp-block-group__inner-container .wp-block-ugb-accordion:first-child {
  margin-top: 20px !important; }

.wp-block-group__inner-container .wp-block-ugb-accordion:last-child {
  margin-bottom: 35px !important; }

.wp-block-group__inner-container .wp-block-ugb-accordion .ugb-accordion__content-inner {
  padding: 20px 35px 60px 0px !important; }

/* page page-id-568 tecnicas de personalizacion */
body.page-id-568 .page-title {
  display: none; }

.product_title {
  font-size: 24px;
  margin-bottom: 10px; }

.product__price-and-desc {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: flex-start;
  margin-bottom: 20px; }
  .product__price-and-desc .price {
    color: #ff507d;
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    text-align: center; }
    .product__price-and-desc .price .woocommerce-Price-amount {
      display: block; }
    .product__price-and-desc .price .woocommerce-price-suffix {
      color: #777;
      font-size: 12px;
      font-weight: 300; }
  .product__price-and-desc .woocommerce-product-details__short-description {
    color: #777;
    margin-left: 10px;
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    margin-left: 20px; }

.wc-tabs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 50px;
  padding-right: 50px; }
  .wc-tabs a {
    color: inherit; }
  .wc-tabs li {
    margin-right: 15px;
    font-weight: bold;
    padding-bottom: 15px; }
    .wc-tabs li.active {
      color: #ff507d;
      border-bottom: 3px solid #ff507d; }

.woocommerce-tabs-panel {
  margin-top: 30px;
  margin-bottom: 30px; }

.woocommerce-tabs-panel__title {
  font-size: 22px;
  margin-bottom: 10px; }

.woocommerce-product-attributes th, .woocommerce-product-attributes td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle; }

.woocommerce-product-attributes td {
  padding-left: 5px; }

form.cart input {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #777;
  border-radius: 40px;
  font-family: inherit;
  outline: none;
  width: auto; }
  form.cart input:focus {
    border-color: #ff507d;
    outline: none; }

form.cart button[type="submit"] {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out;
  padding-top: 15px;
  padding-bottom: 15px; }
  form.cart button[type="submit"]:disabled {
    opacity: .7; }
  form.cart button[type="submit"]:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }
  form.cart button[type="submit"] .bi-basket {
    margin-right: 5px; }

form.cart .quantity {
  margin-bottom: 20px; }

form.cart .personalization-btn {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px black;
  background-color: white;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: black;
  width: 100%;
  transition: opacity .3s ease-out;
  margin-left: 0;
  margin-top: 10px;
  display: block; }

form.cart .personalization-btn:hover,
form.cart .personalization-btn.active {
  background-color: black;
  color: white; }

.cart__label {
  display: inline-block;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px; }

.product_meta {
  margin-top: 20px;
  margin-bottom: 20px; }
  .product_meta a {
    color: #ff507d; }

.related-products {
  margin-top: 40px;
  margin-bottom: 40px; }

.related-products__title {
  text-align: center;
  margin-bottom: 30px; }

.reset_variations {
  display: none !important; }

.product__description {
  margin-bottom: 20px; }

.product__description h4 {
  margin-bottom: 10px; }

.product__description p {
  color: #8f8e8e; }

.button-variable-item span {
  font-size: 12px; }

.single-product #fpd-start-customizing-button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  line-height: initial; }
  .single-product #fpd-start-customizing-button:disabled {
    opacity: .7; }
  .single-product #fpd-start-customizing-button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.fpd-modal-product-designer.fpd-modal-overlay > .fpd-modal-wrapper {
  padding: 64px 0 0 !important; }

.fpd-modal-wrapper > .fpd-container {
  height: 100% !important; }

.fpd-modal-product-designer .fpd-done {
  position: absolute;
  top: 0;
  left: 10px; }

.fpd-modal-product-designer .fpd-modal-price {
  top: 0;
  left: 100px; }

.fpd-modal-product-designer .fpd-logo {
  position: absolute;
  top: 10;
  left: 20; }

.fpd-modal-product-designer .fpd-logo img {
  width: 160px; }

.single-product .fpd-modal-product-designer .fpd-done.fpd-btn {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out; }
  .single-product .fpd-modal-product-designer .fpd-done.fpd-btn:disabled {
    opacity: .7; }
  .single-product .fpd-modal-product-designer .fpd-done.fpd-btn:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

figure.woocommerce-product-gallery__wrapper {
  margin: 0px;
  transition-duration: 0s !important; }

div.woocommerce-product-gallery ol li:nth-child(2) {
  display: none; }

ol.flex-control-nav.flex-control-thumbs img {
  border: 1px solid #FFF;
  border-radius: 5px; }

ol.flex-control-nav.flex-control-thumbs img.flex-active {
  border: 1px solid #80cbd1; }

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }

ol.flex-control-nav.flex-control-thumbs li {
  margin-top: 10px;
  margin-right: 10px; }

/* tabs */
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 50px; }

/* Swatches */
.related-products li.variable-item.color-variable-item {
  width: 14px;
  height: 14px; }

.woo-variation-swatches.wvs-show-label .variations tr:first-of-type label {
  margin-top: 0px; }

.woo-variation-swatches.wvs-show-label .variations tr label {
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px; }

.woo-variation-swatches.wvs-show-label .variations tr .woo-selected-variation-item-name {
  color: #8f8e8e; }

.product .summary .product_meta {
  display: none; }

/* Personalization */
.cart__personalization {
  font-weight: bold; }

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  display: none !important; }

.single-product div.summary.entry-summary ul.variable-items-wrapper li.variable-item {
  margin-right: 18px !important; }

table.variations tr:first-child {
  margin-bottom: 20px; }

table.variations tbody {
  display: flex;
  flex-direction: column; }

table.variations tr th.label {
  text-align: left; }

.woo-variation-swatches .variable-items-wrapper .variable-item span.variable-item-span.variable-item-span-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.single-product .woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
  outline: 0.5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -3px;
  width: 35px;
  height: 35px;
  box-shadow: none !important; }

.woocommerce-cart-form {
  margin-top: 40px; }
  .woocommerce-cart-form table {
    width: 100%; }
  .woocommerce-cart-form .product-thumbnail {
    max-width: 75px; }
    .woocommerce-cart-form .product-thumbnail img {
      border-radius: 5px;
      display: block; }
  .woocommerce-cart-form .product-name {
    padding-left: 15px;
    padding-right: 15px; }
  .woocommerce-cart-form td {
    text-align: center; }
  .woocommerce-cart-form .quantity input {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #777;
    border-radius: 40px;
    font-family: inherit;
    outline: none;
    width: auto;
    text-align: center; }
    .woocommerce-cart-form .quantity input:focus {
      border-color: #ff507d;
      outline: none; }
  .woocommerce-cart-form button[name="update_cart"] {
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px #ff507d;
    background-color: #ff507d;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: white;
    width: auto;
    transition: all .2s ease-out;
    float: right; }
    .woocommerce-cart-form button[name="update_cart"]:disabled {
      opacity: .7; }
    .woocommerce-cart-form button[name="update_cart"]:hover {
      background-color: #43b9c9;
      border-color: #43b9c9;
      cursor: pointer; }
  .woocommerce-cart-form .variation {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center; }
    .woocommerce-cart-form .variation dd {
      margin-inline-start: 5px; }

.coupon {
  margin-bottom: 30px;
  text-align: left; }
  .coupon input[name="coupon_code"] {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #000;
    min-width: 250px; }
    .coupon input[name="coupon_code"]:focus {
      outline: none; }
  .coupon button[type="submit"] {
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px black;
    background-color: white;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: black;
    width: auto;
    transition: opacity .3s ease-out; }
    .coupon button[type="submit"]:disabled {
      opacity: .7; }
    .coupon button[type="submit"]:hover {
      opacity: .9;
      cursor: pointer; }

.cart_totals td {
  padding: 5px; }

.cart-collaterals {
  margin-bottom: 40px; }
  .cart-collaterals .cart_totals {
    margin-top: 30px; }
  .cart-collaterals .cart-totals__title {
    font-size: 24px;
    margin-bottom: 15px; }
  .cart-collaterals .checkout-button {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px #ff507d;
    background-color: #ff507d;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: white;
    width: 100%;
    transition: all .2s ease-out;
    color: white; }
    .cart-collaterals .checkout-button:disabled {
      opacity: .7; }
    .cart-collaterals .checkout-button:hover {
      background-color: #43b9c9;
      border-color: #43b9c9;
      cursor: pointer; }

.totals-table {
  margin-bottom: 20px; }
  .totals-table td, .totals-table th {
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
    text-align: left; }
  .totals-table th {
    width: 120px;
    vertical-align: top; }

.shipping-calculator-form {
  padding-top: 15px; }
  .shipping-calculator-form .button {
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px black;
    background-color: white;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: black;
    width: auto;
    transition: opacity .3s ease-out; }
    .shipping-calculator-form .button:disabled {
      opacity: .7; }
    .shipping-calculator-form .button:hover {
      opacity: .9;
      cursor: pointer; }
  .shipping-calculator-form .input-text {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #777;
    border-radius: 40px;
    font-family: inherit;
    outline: none;
    width: 100%; }
    .shipping-calculator-form .input-text:focus {
      border-color: #ff507d;
      outline: none; }

.woocommerce-shipping-methods li {
  list-style: none;
  margin-left: 0; }

.woocommerce-shipping-totals .woocommerce-shipping-destination {
  margin-bottom: 5px; }

.woocommerce-form-coupon-toggle {
  padding-top: 20px;
  padding-bottom: 20px; }

form .form-row {
  margin-bottom: 15px; }
  form .form-row label {
    display: block; }

form .form-row-wide {
  flex: 0 0 100%; }

form .form-row-first {
  padding-right: 10px;
  flex: 0 0 50%; }

form .form-row-last {
  padding-left: 10px;
  flex: 0 0 50%; }

.woocommerce-checkout label {
  margin-bottom: 5px; }

.woocommerce-checkout .input-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #777;
  border-radius: 40px;
  font-family: inherit;
  outline: none;
  width: 100%;
  min-width: 250px; }
  .woocommerce-checkout .input-text:focus {
    border-color: #ff507d;
    outline: none; }

.woocommerce-billing-fields {
  margin-bottom: 30px; }

.woocommerce-additional-fields {
  margin-bottom: 30px; }

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }

.woocommerce-form-coupon button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out;
  margin-left: 10px; }
  .woocommerce-form-coupon button:disabled {
    opacity: .7; }
  .woocommerce-form-coupon button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.woocommerce-form-coupon__inputs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }

.woocommerce-checkout-review-order {
  background-color: #F2F2F2;
  padding: 20px;
  border-radius: 5px; }

.woocommerce-checkout-payment ul.methods {
  list-style: none; }

.woocommerce-checkout-payment li {
  margin: 0;
  padding: 0; }

.woocommerce-checkout-payment .payment-method__label {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }
  .woocommerce-checkout-payment .payment-method__label > label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold; }
  .woocommerce-checkout-payment .payment-method__label input {
    margin-right: 15px; }
  .woocommerce-checkout-payment .payment-method__label img {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    width: 35px;
    height: auto; }

button[name="woocommerce_checkout_place_order"] {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out; }
  button[name="woocommerce_checkout_place_order"]:disabled {
    opacity: .7; }
  button[name="woocommerce_checkout_place_order"]:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.woocommerce-checkout-review-order table {
  border-spacing: 0; }
  .woocommerce-checkout-review-order table tbody td {
    padding: 5px; }
  .woocommerce-checkout-review-order table tbody tr:last-child td {
    padding-bottom: 20px; }
  .woocommerce-checkout-review-order table .cart-subtotal td, .woocommerce-checkout-review-order table .cart-subtotal th {
    padding-top: 20px;
    border-top: 1px solid #000; }
  .woocommerce-checkout-review-order table th {
    text-align: left;
    padding: 5px; }
  .woocommerce-checkout-review-order table .variation {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0; }
    .woocommerce-checkout-review-order table .variation dd {
      margin-inline-start: 5px; }

.wc-credit-card-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .wc-credit-card-form label {
    display: block; }
  .wc-credit-card-form .form-row {
    margin-bottom: 10px; }
  .wc-credit-card-form .form-row-wide {
    flex: 1 0 100%; }
  .wc-credit-card-form .form-row-first {
    padding-right: 10px;
    flex: 1 0 50%; }
  .wc-credit-card-form .form-row-last {
    padding-left: 10px;
    flex: 1 0 50%; }

.wc-stripe-elements-field {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #777;
  border-radius: 40px;
  font-family: inherit;
  outline: none;
  width: 100%; }
  .wc-stripe-elements-field:focus {
    border-color: #ff507d;
    outline: none; }

.cart-subtotals-summary {
  position: sticky; }

.billing-fields-wrapper {
  opacity: 0;
  max-height: 0;
  overflow: hidden; }

.checkout__shipping-address {
  margin-bottom: 20px; }

label.checkout__invoice-input {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: bold; }

#need-invoice:checked ~ .billing-fields-wrapper {
  opacity: 1;
  max-height: 1000px; }

.form_option_shipping, .form_option_billing {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out;
  background-color: #ff507d !important; }
  .form_option_shipping:disabled, .form_option_billing:disabled {
    opacity: .7; }
  .form_option_shipping:hover, .form_option_billing:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }
  .form_option_shipping:hover, .form_option_billing:hover {
    background-color: #43b9c9 !important; }

.ocwma_modal-content .button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out; }
  .ocwma_modal-content .button:disabled {
    opacity: .7; }
  .ocwma_modal-content .button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.ocwma_woocommerce-address-fields_field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column-reverse; }

.widget_shopping_cart_content {
  padding: 16px; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .widget_shopping_cart_content .button.checkout.wc-forward {
    display: block;
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px #ff507d;
    background-color: #ff507d;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: white;
    width: 100%;
    transition: all .2s ease-out;
    margin-bottom: 12px; }
    .widget_shopping_cart_content .button.checkout.wc-forward:disabled {
      opacity: .7; }
    .widget_shopping_cart_content .button.checkout.wc-forward:hover {
      background-color: #43b9c9;
      border-color: #43b9c9;
      cursor: pointer; }
  .widget_shopping_cart_content .button.wc-forward {
    display: block;
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px black;
    background-color: white;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: black;
    width: 100%;
    transition: opacity .3s ease-out; }
    .widget_shopping_cart_content .button.wc-forward:disabled {
      opacity: .7; }
    .widget_shopping_cart_content .button.wc-forward:hover {
      opacity: .9;
      cursor: pointer; }

.woocommerce-mini-cart-item.mini_cart_item {
  display: table;
  margin-bottom: 10px; }
  .woocommerce-mini-cart-item.mini_cart_item a {
    color: #ff507d;
    line-height: 14px;
    font-size: 15px; }
  .woocommerce-mini-cart-item.mini_cart_item a:first-child {
    position: absolute;
    left: 3px; }
  .woocommerce-mini-cart-item.mini_cart_item .variation {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    margin-top: 5px; }
    .woocommerce-mini-cart-item.mini_cart_item .variation dd {
      margin-inline-start: 5px; }
      .woocommerce-mini-cart-item.mini_cart_item .variation dd p {
        margin: 0; }
    .woocommerce-mini-cart-item.mini_cart_item .variation * {
      font-size: 13px; }
  .woocommerce-mini-cart-item.mini_cart_item .quantity {
    font-size: 13px; }
  .woocommerce-mini-cart-item.mini_cart_item .cart-total__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between; }

.woocommerce-form-coupon-toggle {
  display: none; }

.woocommerce-checkout-review-order-table .variation p {
  margin: 0;
  line-height: inherit; }

.woocommerce-account .page-title {
  display: none; }

.woocommerce-account .page-content {
  margin-top: 50px; }

.woocommerce-account [class*='col-'] {
  padding-left: 30px;
  padding-right: 30px; }

.my-account-navigation li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  color: #000; }
  .my-account-navigation li.is-active {
    font-weight: bold; }

.my-account-navigation a {
  color: inherit; }

#customer_login {
  max-width: 70%;
  margin-left: auto !important;
  margin-right: auto !important; }

.woocommerce-form-login .input-text, .woocommerce-reset-password .input-text, .woocommerce-form-register .input-text, .woocommerce-customguest .input-text {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #000;
  width: 100%; }
  .woocommerce-form-login .input-text:focus, .woocommerce-reset-password .input-text:focus, .woocommerce-form-register .input-text:focus, .woocommerce-customguest .input-text:focus {
    outline: none; }

.woocommerce-form-login button, .woocommerce-reset-password button, .woocommerce-form-register button, .woocommerce-customguest button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 100%;
  transition: all .2s ease-out; }
  .woocommerce-form-login button:disabled, .woocommerce-reset-password button:disabled, .woocommerce-form-register button:disabled, .woocommerce-customguest button:disabled {
    opacity: .7; }
  .woocommerce-form-login button:hover, .woocommerce-reset-password button:hover, .woocommerce-form-register button:hover, .woocommerce-customguest button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.woocommerce-form-login .lost-password a, .woocommerce-reset-password .lost-password a, .woocommerce-form-register .lost-password a, .woocommerce-customguest .lost-password a {
  color: #43b9c9; }

.woocommerce-address-fields .button {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: auto;
  transition: all .2s ease-out; }
  .woocommerce-address-fields .button:disabled {
    opacity: .7; }
  .woocommerce-address-fields .button:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .woocommerce-address-fields__field-wrapper label {
    display: block; }
  .woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 10px; }
  .woocommerce-address-fields__field-wrapper .form-row-wide {
    flex: 1 0 100%; }
  .woocommerce-address-fields__field-wrapper .form-row-first {
    padding-right: 10px;
    flex: 1 0 50%; }
  .woocommerce-address-fields__field-wrapper .form-row-last {
    padding-left: 10px;
    flex: 1 0 50%; }
  .woocommerce-address-fields__field-wrapper .input-text {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #777;
    border-radius: 40px;
    font-family: inherit;
    outline: none;
    width: 100%; }
    .woocommerce-address-fields__field-wrapper .input-text:focus {
      border-color: #ff507d;
      outline: none; }

.edit-account {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .edit-account label {
    display: block; }
  .edit-account .form-row {
    margin-bottom: 10px; }
  .edit-account .form-row-wide {
    flex: 1 0 100%; }
  .edit-account .form-row-first {
    padding-right: 10px;
    flex: 1 0 50%; }
  .edit-account .form-row-last {
    padding-left: 10px;
    flex: 1 0 50%; }
  .edit-account .input-text {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #777;
    border-radius: 40px;
    font-family: inherit;
    outline: none;
    width: 100%; }
    .edit-account .input-text:focus {
      border-color: #ff507d;
      outline: none; }
  .edit-account .button {
    padding: 8px 20px;
    border-radius: 40px;
    border: solid 2px #ff507d;
    background-color: #ff507d;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    min-width: 250px;
    color: white;
    width: auto;
    transition: all .2s ease-out; }
    .edit-account .button:disabled {
      opacity: .7; }
    .edit-account .button:hover {
      background-color: #43b9c9;
      border-color: #43b9c9;
      cursor: pointer; }
  .edit-account fieldset {
    width: 100%;
    margin-bottom: 20px; }

.woocommerce-table--order-details {
  margin-bottom: 40px; }
  .woocommerce-table--order-details .woocommerce-table__product-name {
    text-align: center; }
  .woocommerce-table--order-details td {
    padding: 5px; }
  .woocommerce-table--order-details .product-total {
    text-align: left; }

section {
  width: 100%; }

a {
  text-decoration: none; }

select {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #777;
  border-radius: 40px;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  width: 100%; }

.row {
  margin: 0px !important; }

.btn {
  padding: 8px 20px;
  border-radius: 40px;
  border: solid 2px #ff507d;
  background-color: #ff507d;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  min-width: 250px;
  color: white;
  width: 215px;
  transition: all .2s ease-out; }
  .btn:disabled {
    opacity: .7; }
  .btn:hover {
    background-color: #43b9c9;
    border-color: #43b9c9;
    cursor: pointer; }

.hide-mobile {
  display: none; }

.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s ease-out;
  z-index: 2; }
  .modal-overlay.is-visible {
    opacity: 1;
    pointer-events: auto; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px; }
  body.archive.tax-product_cat > div#primary main#main > nav.woocommerce-breadcrumb:not(.woocommerce-breadcrumb_category) {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    margin: 20px auto 50px; } }


/*# sourceMappingURL=styles.css.map*/