@charset "UTF-8";
/*
Theme Name: Storefront Child
Theme URI:
Version: 1.152
Description: Tema Ecommerce
Author: Pekxel Studio
Author URI: https://pekxel.com
Template: storefront
*/
body, html, button, input, textarea {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

h2 {
  font-size: 2em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.618em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25em;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #222;
}
body.menu-active {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.menu-active .child-site-header .bottom {
    top: 0;
    z-index: 100000;
    background: rgba(34, 34, 34, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    left: 0;
    right: 0;
    flex-direction: column;
  }
  body.menu-active .child-site-header .bottom > ul {
    background: #F04183;
    min-height: 100%;
    width: 90%;
    padding: 120px 10% 0;
    flex-direction: column;
    margin-top: 0;
    overflow: auto;
  }
  body.menu-active .child-site-header .bottom > ul > li {
    border: none;
    display: block;
    flex-direction: column;
    margin-bottom: 1em;
  }
  body.menu-active .child-site-header .bottom > ul > li.collection {
    font-size: 1em;
  }
  body.menu-active .child-site-header .bottom > ul > li.collection span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  body.menu-active .child-site-header .bottom > ul > li.collection span:after {
    display: inline-block;
    margin-left: auto;
    content: "+";
    color: white;
  }
  body.menu-active .child-site-header .bottom > ul > li.active {
    display: flex;
  }
  body.menu-active .child-site-header .bottom > ul > li.active.collection span:after {
    content: "-";
  }
  body.menu-active .child-site-header .bottom > ul > li.active > ul {
    display: block;
  }
  body.menu-active .child-site-header .bottom > ul > li span, body.menu-active .child-site-header .bottom > ul > li a {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  body.menu-active .child-site-header .bottom > ul > li > ul {
    position: relative;
    opacity: 1;
    top: initial;
    bottom: initial;
    display: none;
    flex-direction: column;
    transform: translate(0);
    background: none;
    box-shadow: none;
  }
  body.menu-active .child-site-header .bottom > ul > li > ul li {
    background: none;
    margin-bottom: 1em;
  }
  body.menu-active .child-site-header .bottom > ul > li > ul li:first-child {
    margin-top: 1em;
  }
  body.menu-active .child-site-header .bottom > ul > li > ul li a {
    padding: 0;
    color: white;
  }
  body.menu-active .child-site-header .bottom > ul > li > ul li a img {
    display: none;
  }
  body.menu-active .child-site-header .bottom .control {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100vh;
  }
  body.menu-active .child-site-header .top .site-search {
    background: linear-gradient(90deg, #4D26D8 0%, #4D26D8 40%, #0750FB 100%);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 90%;
    z-index: 100001;
    padding: 20px 10%;
  }
}
body.cart-active .child-site-header .top #mini-cart {
  display: block;
}

* {
  outline: none !important;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, #ui-datepicker-div html .ui-button.ui-state-disabled:hover, #ui-datepicker-div html .ui-button.ui-state-disabled:active {
  background-color: white !important;
  border-color: #222 !important;
  border-radius: 6px !important;
}
#ui-datepicker-div .ui-widget-header {
  background: white !important;
}
#ui-datepicker-div table:not(.has-background) th {
  background: white !important;
}
#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active, #ui-datepicker-div a.ui-button:active, #ui-datepicker-div .ui-button:active, #ui-datepicker-div .ui-button.ui-state-active:hover {
  background-color: #EA1968 !important;
  color: white !important;
  border-color: #EA1968 !important;
}
#ui-datepicker-div .ui-state-active span, #ui-datepicker-div .ui-widget-content .ui-state-active span, #ui-datepicker-div .ui-widget-header .ui-state-active span, #ui-datepicker-div a.ui-button:active span, #ui-datepicker-div .ui-button:active span, #ui-datepicker-div .ui-button.ui-state-active:hover span {
  color: white !important;
  filter: brightness(10);
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div .ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus, #ui-datepicker-div .ui-button:hover, #ui-datepicker-div .ui-button:focus {
  background-color: #F04183 !important;
  color: white !important;
  border-color: #F04183 !important;
}
#ui-datepicker-div .ui-state-hover span, #ui-datepicker-div .ui-widget-content .ui-state-hover span, #ui-datepicker-div .ui-widget-header .ui-state-hover span, #ui-datepicker-div .ui-state-focus span, #ui-datepicker-div .ui-widget-content .ui-state-focus span, #ui-datepicker-div .ui-widget-header .ui-state-focus span, #ui-datepicker-div .ui-button:hover span, #ui-datepicker-div .ui-button:focus span {
  color: white !important;
  filter: brightness(10);
}
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background-color: #00BC70 !important;
  color: white !important;
  border-color: #00BC70 !important;
}
#ui-datepicker-div .ui-state-highlight span, #ui-datepicker-div .ui-widget-content .ui-state-highlight span, #ui-datepicker-div .ui-widget-header .ui-state-highlight span {
  color: white !important;
  filter: brightness(10);
}

#primary {
  margin-bottom: 0;
}
#primary article.padding {
  padding: 80px 10%;
}
@media (max-width: 768px) {
  #primary article.padding {
    padding: 80px 5%;
  }
}
#primary .site-main {
  margin-bottom: 0 !important;
}

.child-search {
  padding: 40px 5%;
  position: relative;
}
.child-search .breadcrumbs {
  color: #222;
}
.child-search .search-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  margin-bottom: 40px;
}
.child-search .search-top h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #F04183;
}
.child-search .search-top form {
  position: relative;
}
.child-search .search-top form input {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
  min-width: 240px;
  width: 100%;
  max-width: 100%;
}
.child-search .search-top form input:placeholder-shown, .child-search .search-top form input.woocommerce-invalid input {
  border-color: #222 !important;
}
.child-search .search-top form input::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.child-search .search-top form button {
  position: absolute;
  right: 10px;
  padding: 0;
  background: none;
}
.child-search .search-top form button svg {
  width: 1.2em;
}

.page-id-169 .bg-dots {
  background-position: 0 -50%;
}

.page-id-166 .bg-dots {
  background-position: 0 -75%;
}

.child-entry-content {
  position: relative;
}
@media (max-width: 768px) {
  .child-entry-content > iframe {
    height: 360px;
  }
}

.child-col-full {
  width: 100%;
  padding: 0;
}

.child-site-header {
  background: linear-gradient(90deg, #4D26D8 0%, #4D26D8 40%, #0750FB 100%);
  padding: 15px 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .child-site-header {
    position: static;
    padding: 15px 15px 0;
  }
}
.child-site-header .top {
  display: flex;
  padding: 0 2.5% 0 2.5%;
  justify-content: space-between;
  align-items: center;
}
.child-site-header .top .icon {
  margin-left: 5%;
}
@media (max-width: 960px) {
  .child-site-header .top .icon {
    margin-left: 3%;
  }
}
.child-site-header .top .icon a {
  display: flex;
  align-items: center;
}
.child-site-header .top .site-hamburger {
  display: none;
  margin-right: 1em;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 768px) {
  .child-site-header .top .site-hamburger {
    display: block;
  }
}
.child-site-header .top .site-hamburger span {
  width: 25px;
  height: 2px;
  display: block;
  background: white;
  margin: 5px 0;
}
.child-site-header .top .site-logo {
  margin-right: auto;
}
.child-site-header .top .site-logo img {
  width: 200px;
}
@media (max-width: 960px) {
  .child-site-header .top .site-logo img {
    width: 140px;
  }
}
.child-site-header .top .site-search {
  margin: 0;
}
.child-site-header .top .site-search form {
  margin: 0;
}
.child-site-header .top .site-search form .search-input {
  position: relative;
}
.child-site-header .top .site-search form .search-input button, .child-site-header .top .site-search form .search-input input[type=submit] {
  font-size: "Montserrat", sans-serif;
  position: absolute;
  right: 10px;
  background: none;
  padding: 0;
  top: 0em;
  font-weight: normal;
}
.child-site-header .top .site-search form .search-input button svg, .child-site-header .top .site-search form .search-input input[type=submit] svg {
  width: 1.5em;
}
.child-site-header .top .site-search form .search-input input[name=s] {
  color: white;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.child-site-header .top .site-search form .search-input input[name=s]::placeholder {
  color: white;
}
.child-site-header .top .site-cart {
  position: relative;
}
.child-site-header .top .site-cart button {
  display: flex;
  background: none;
  padding: 0;
}
.child-site-header .top .site-cart #mini-cart-count {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: white;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  font-size: 0.8em;
  background: #EA1968;
  width: 25px;
  height: 25px;
}
.child-site-header .top .site-account a {
  display: flex;
  align-items: center;
  color: white;
  margin: 0;
}
.child-site-header .top .site-account a span {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .child-site-header .top .site-account a span {
    font-size: 0.8em;
    margin-right: 0.5em;
  }
}
.child-site-header .top svg {
  width: 30px;
}
@media (max-width: 960px) {
  .child-site-header .top svg {
    width: 25px;
  }
}
@media (max-width: 768px) {
  .child-site-header .top svg {
    width: 20px;
  }
}
.child-site-header .top svg path {
  fill: white;
}
.child-site-header .top #mini-cart {
  display: none;
  position: absolute;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  bottom: 0;
  z-index: 100;
  right: 30px;
  transform: translateY(100%);
  background-color: white;
  padding: 15px 2.5%;
}
@media (max-width: 768px) {
  .child-site-header .top #mini-cart {
    top: 0;
    height: 100%;
    width: 90%;
    right: 0;
    transform: translateY(0);
  }
}
.child-site-header .top #mini-cart .top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.child-site-header .top #mini-cart .top svg {
  width: 1.25em;
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
}
.child-site-header .top #mini-cart .top p {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.child-site-header .top #mini-cart .top button {
  padding: 0;
  margin-left: auto;
  background: none;
}
.child-site-header .top #mini-cart .top button svg {
  width: 28px;
}
.child-site-header .top #mini-cart .top button svg path {
  fill: black;
}
@media (max-width: 768px) {
  .child-site-header .top #mini-cart .top button svg {
    width: 32px;
  }
}
.child-site-header .top #mini-cart .items {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.child-site-header .top #mini-cart .items .item {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.child-site-header .top #mini-cart .items .item .first {
  margin-right: 1em;
}
.child-site-header .top #mini-cart .items .item .first img {
  border-radius: 2% 0 2% 0;
}
.child-site-header .top #mini-cart .items .item .second p {
  margin: 0;
  font-size: 0.85em;
}
.child-site-header .top #mini-cart .items .item .second p.name {
  text-transform: uppercase;
  font-weight: bold;
  min-width: 300px;
}
.child-site-header .top #mini-cart .items .item .second p.size {
  display: inline-block;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
}
.child-site-header .top #mini-cart .cbottom p {
  max-width: 350px;
  margin: 0;
  margin-bottom: 0.5em;
}
.child-site-header .top #mini-cart .cbottom p.subtotal {
  margin-bottom: 1.2em;
}
.child-site-header .top #mini-cart .cbottom a {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  margin-top: 2em;
  display: inline-block;
}
.child-site-header .top #mini-cart .cbottom button {
  margin-top: 1em;
  padding: 0;
  background: none;
  text-decoration: underline;
}
.child-site-header .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .child-site-header .bottom {
    margin-left: -5%;
    width: 110%;
  }
}
.child-site-header .bottom > ul {
  padding: 0;
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 15px;
}
.child-site-header .bottom > ul > li {
  width: 100%;
  border: 1px solid #0750FB;
  position: relative;
}
@media (max-width: 768px) {
  .child-site-header .bottom > ul > li {
    display: none;
  }
}
@media (max-width: 768px) {
  .child-site-header .bottom > ul > li.collection {
    display: block;
    width: 100%;
    font-size: 0.8em;
  }
}
.child-site-header .bottom > ul > li:hover > ul {
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  display: grid;
}
.child-site-header .bottom > ul > li > a, .child-site-header .bottom > ul > li > span {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: white;
  width: 100%;
  background: #F04183;
}
.child-site-header .bottom > ul > li > a a, .child-site-header .bottom > ul > li > span a {
  color: inherit;
}
.child-site-header .bottom > ul > li > ul {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  list-style: none;
  display: none;
  width: 400px;
  margin: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 15px;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  transform: translateY(100%);
  background: white;
  z-index: 5;
}
.child-site-header .bottom > ul > li > ul.list {
  display: flex;
  padding: 0;
  flex-direction: column;
  width: 100%;
  min-width: 175px;
}
.child-site-header .bottom > ul > li > ul.list li {
  background: white;
}
.child-site-header .bottom > ul > li > ul.list li a {
  padding: 10px 30px;
  color: #F04183;
  display: flex;
  align-items: center;
}
.child-site-header .bottom > ul > li > ul.list li a img {
  margin-right: 1em;
}
.child-site-header .bottom > ul > li > ul.list li a:hover {
  background: #F04183;
  color: white;
}
.child-site-header .bottom > ul > li > ul.list li a:hover img {
  filter: grayscale(100) brightness(100);
}
.child-site-header .bottom > ul > li > ul li a, .child-site-header .bottom > ul > li > ul li span {
  border: none;
  color: white;
  background: none;
}

.child-entry-header {
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.block-taxonomies {
  padding: 15px 0.5%;
}
@media (max-width: 768px) {
  .block-taxonomies {
    padding: 15px 5%;
  }
}
.block-taxonomies ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .block-taxonomies ul {
    flex-wrap: wrap;
  }
}
.block-taxonomies ul li {
  margin: 0 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .block-taxonomies ul li {
    margin: 20px;
  }
}
.block-taxonomies ul li:nth-child(2n) a span {
  background-image: url("assets/orange.png");
}
.block-taxonomies ul li:nth-child(3n) a span {
  background-image: url("assets/purple.png");
}
.block-taxonomies ul li a {
  display: flex;
  border-radius: 0 65px 0 65px;
  align-items: flex-end;
  justify-content: center;
}
.block-taxonomies ul li a .wrapper-img {
  pointer-events: none;
  border-radius: 0 12% 0 12%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.block-taxonomies ul li a .wrapper-img span {
  transition: all 0.5s ease;
}
.block-taxonomies ul li a .wrapper-img:before {
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 80, 251, 0.2);
}
.block-taxonomies ul li a:hover .wrapper-img {
  opacity: 1;
}
.block-taxonomies ul li a:hover .wrapper-img span {
  opacity: 1;
}
.block-taxonomies ul li a:hover .wrapper-img img {
  transform: scale(1.1);
}
.block-taxonomies ul li a:hover .wrapper-img:before {
  opacity: 1;
}
.block-taxonomies ul li a span {
  display: block;
  margin-bottom: 1em;
  color: white;
  z-index: 4;
  position: absolute;
  font-weight: bold;
  padding: 12px 23px 35px;
  font-size: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/green.png");
}
@media (max-width: 960px) {
  .block-taxonomies ul li a span {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .block-taxonomies ul li a span {
    font-size: 1em;
  }
}
.block-taxonomies ul li a img {
  max-width: 100%;
  transition: all 0.3s ease;
}

.child-single-product {
  padding: 80px 10%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .child-single-product {
    padding: 120px 5%;
  }
}
.child-single-product .breadcrumbs {
  margin-top: 15px;
  color: #222;
}
@media (max-width: 768px) {
  .child-single-product .breadcrumbs {
    padding-top: 0;
  }
}
.child-single-product .onsale {
  font-weight: normal;
  position: absolute;
  color: white;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%);
  padding: 0.5em 2em;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.child-single-product:before {
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground_rosa.png");
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15%;
}
.child-single-product .wp-post-image {
  border-radius: 0 12% 0 12%;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.child-single-product[data-gallery=no-gallery] figure {
  width: 100%;
}
.child-single-product[data-gallery=no-gallery] figure .wp-post-image {
  position: relative !important;
  width: 100% !important;
}
.child-single-product .woocommerce-product-gallery {
  margin-right: 0 !important;
  display: flex;
  width: 50% !important;
}
@media (max-width: 768px) {
  .child-single-product .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.child-single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: auto !important;
  left: 0.875em !important;
}
.child-single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  display: flex !important;
}
.child-single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img:not(.zoomImg) {
  margin: 0 auto !important;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  width: 100% !important;
}
.child-single-product .woocommerce-product-gallery ul, .child-single-product .woocommerce-product-gallery ol {
  min-width: 17%;
  display: flex;
  flex-direction: column;
  max-height: 620px;
  overflow: auto;
}
.child-single-product .woocommerce-product-gallery ul li, .child-single-product .woocommerce-product-gallery ol li {
  width: 100% !important;
  margin: 0 0 25px 0 !important;
}
.child-single-product .woocommerce-product-gallery ul li img, .child-single-product .woocommerce-product-gallery ol li img {
  border-radius: 0 20% 0 20% !important;
  width: 100%;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.child-single-product .summary {
  width: 50% !important;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .child-single-product .summary {
    width: 100% !important;
    padding-left: 0;
  }
}

.child-summary h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  font-weight: 900;
}
.child-summary .price {
  font-weight: 600;
  color: black;
}
.child-summary .child-description span {
  text-transform: uppercase;
}
.child-summary .variations_form {
  display: flex;
  flex-direction: column;
}
.child-summary .variations_form table.variations tr {
  display: flex;
  align-items: center;
}
.child-summary .variations_form table.variations tr .label {
  margin-right: 1em;
}
.child-summary .variations_form table.variations tr td {
  margin: 0;
}
.child-summary .variations_form table.variations tr td.value {
  margin-bottom: 0;
}
.child-summary .variations_form table.variations tr td label {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.child-summary .variations_form table.variations .woo-variation-items-wrapper .variable-item {
  margin-right: 1em;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.child-summary .variations_form table.variations .woo-variation-items-wrapper .variable-item[aria-checked=true] {
  border: 2px solid #F04183;
}
.child-summary .variations_form .reset_variations {
  display: none !important;
}
.child-summary .variations_form .quantity {
  display: none !important;
}
.child-summary .variations_form button[type=submit] {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}
.child-summary .variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child-summary .variations_form .woocommerce-variation-add-to-cart:before, .child-summary .variations_form .woocommerce-variation-add-to-cart:after {
  display: none !important;
}
.child-summary .variations_form .woocommerce-variation-add-to-cart .jvm_add_to_wishlist {
  background: none;
  border: none;
}
.child-summary .variations_form .woocommerce-variation-add-to-cart .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
  font-size: 2em;
  color: #EA1968;
}
.child-summary .cart {
  display: flex;
}
.child-summary .cart .tinv-wishlist {
  margin-left: auto;
}
.child-summary .cart .tinv-wishlist a {
  color: #EA1968;
}
.child-summary .cart .tinv-wishlist a:before {
  font-size: 2.5em !important;
}

.woocommerce-tabs {
  display: none;
}

.child-archive-product {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .child-archive-product {
    padding: 15px 2.5%;
  }
}

.child-products-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10em 30px !important;
  background: #EA1968;
}
@media (max-width: 768px) {
  .child-products-header {
    padding: 5em 30px !important;
  }
}
.child-products-header h1 {
  letter-spacing: 0.0725em;
  text-transform: uppercase;
  font-size: 3.5em;
  position: relative;
  z-index: 1;
  color: white;
  margin: 0;
  font-weight: 900;
}
@media (max-width: 960px) {
  .child-products-header h1 {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .child-products-header h1 {
    font-size: 2em;
    font-weight: 600;
  }
}
.child-products-header > img {
  object-fit: cover;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.child-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.child-sorting:before {
  display: none;
}
.child-sorting .woocommerce-result-count {
  display: none;
}
.child-sorting .woocommerce-ordering {
  margin-left: auto;
}
.child-sorting .woocommerce-ordering select {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  border: none;
}
.child-sorting .child-sorting-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding: 15px 0;
  max-width: 100%;
  width: 420px;
}
.child-sorting .child-sorting-form.active {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.child-sorting .child-sorting-form.active .form {
  display: flex;
}
.child-sorting .child-sorting-form.active .controls button[type=submit] {
  display: block;
}
.child-sorting .child-sorting-form.active .controls button[type=button] {
  padding: 0 10px;
}
.child-sorting .child-sorting-form.active .controls button[type=button] svg {
  display: block;
  margin-right: 0.5em;
}
.child-sorting .child-sorting-form.active .controls button[type=button] svg:first-of-type {
  display: none;
}
.child-sorting .child-sorting-form .controls {
  display: flex;
  width: 100%;
  background: white;
}
.child-sorting .child-sorting-form .controls button[type=button] {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background: none !important;
  padding: 0;
}
.child-sorting .child-sorting-form .controls button[type=button] svg {
  height: 1.2em;
  display: none;
}
.child-sorting .child-sorting-form .controls button[type=button] svg:first-child {
  display: block;
}
.child-sorting .child-sorting-form .controls button[type=submit] {
  margin-left: auto;
  display: none;
  color: white;
  background: black;
  padding: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}
.child-sorting .child-sorting-form .form {
  background: white;
  display: none;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  width: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.child-sorting .child-sorting-form .form .input-group {
  width: 100%;
  margin-bottom: 15px;
}
.child-sorting .child-sorting-form .form .input-group.size .input {
  padding: 0;
}
.child-sorting .child-sorting-form .form .input-group.size .input span {
  width: 100%;
  font-weight: 700;
  padding: 4px 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.child-sorting .child-sorting-form .form .input-group.price .inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.child-sorting .child-sorting-form .form .input-group.price .inputs .input {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 15px 0;
}
.child-sorting .child-sorting-form .form .input-group.price .inputs .input .ui-slider-range {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%);
}
.child-sorting .child-sorting-form .form .input-group.price .inputs .input .ui-slider-handle {
  top: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  position: absolute;
  background: black;
  border-radius: 50%;
}
.child-sorting .child-sorting-form .form .input-group.price .inputs .input .ui-slider-handle:last-of-type {
  transform: translateX(-100%);
}
.child-sorting .child-sorting-form .form .input-group.licences .inputs .input img {
  filter: grayscale(100);
}
.child-sorting .child-sorting-form .form .input-group.licences .inputs .input input:checked + img {
  filter: grayscale(0);
}
.child-sorting .child-sorting-form .form .input-group.licences img {
  max-width: 100%;
}
.child-sorting .child-sorting-form .form .input-group.product_cat .inputs .input input:checked + .image img {
  filter: grayscale(100) brightness(100);
}
.child-sorting .child-sorting-form .form .input-group.product_cat .inputs .input span {
  font-size: 12px;
}
.child-sorting .child-sorting-form .form .input-group.product_cat .inputs .input .image img {
  height: 17px;
  width: 17px;
  object-fit: contain;
  filter: grayscale(100) brightness(0);
}
.child-sorting .child-sorting-form .form .input-group.active .control span {
  transform: rotate(0);
}
.child-sorting .child-sorting-form .form .input-group.active.price .inputs {
  display: flex !important;
}
.child-sorting .child-sorting-form .form .input-group.active .inputs {
  display: grid !important;
}
.child-sorting .child-sorting-form .form .input-group .control {
  text-align: left;
  padding: 10px 0 5px;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  font-weight: normal;
  border-bottom: 1px solid black;
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  font-weight: 600;
}
.child-sorting .child-sorting-form .form .input-group .control span {
  transition: 0.3s ease all;
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: auto;
  font-size: 1.5em;
  font-weight: 100;
}
.child-sorting .child-sorting-form .form .input-group .control span svg {
  width: 0.8em;
}
.child-sorting .child-sorting-form .form .input-group .inputs {
  margin-top: 15px;
  display: none !important;
  grid-gap: 0;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: center;
}
.child-sorting .child-sorting-form .form .input-group .inputs .input {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10px;
}
.child-sorting .child-sorting-form .form .input-group .inputs .input input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.child-sorting .child-sorting-form .form .input-group .inputs .input input:checked ~ span {
  position: static;
  color: white;
}
.child-sorting .child-sorting-form .form .input-group .inputs .input input:checked ~ span:before {
  content: "";
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.child-sorting .child-sorting-form .form .input-group .inputs .input span.color, .child-sorting .child-sorting-form .form .input-group .inputs .input img.color {
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 30px;
}

.child-site-footer {
  padding: 80px 10%;
  background: #222;
}
@media (max-width: 960px) {
  .child-site-footer {
    padding: 60px 5%;
  }
}
.child-site-footer .child-footer {
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .child-site-footer .child-footer {
    display: flex;
    flex-direction: column;
  }
}
.child-site-footer .child-footer a, .child-site-footer .child-footer li, .child-site-footer .child-footer p {
  color: inherit;
}
.child-site-footer .child-footer .left.right, .child-site-footer .child-footer .right.right {
  text-align: right;
}
@media (max-width: 768px) {
  .child-site-footer .child-footer .left, .child-site-footer .child-footer .right {
    text-align: center !important;
  }
}
.child-site-footer .child-footer .left ul, .child-site-footer .child-footer .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.child-site-footer .child-footer .left ul li, .child-site-footer .child-footer .right ul li {
  margin-bottom: 0.2em;
}
.child-site-footer .child-footer .left a, .child-site-footer .child-footer .right a {
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.child-site-footer .child-footer .left a:hover, .child-site-footer .child-footer .right a:hover {
  color: #F04183;
}
.child-site-footer .child-footer .center {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .child-site-footer .child-footer .center {
    margin: 2em 0;
  }
}
.child-site-footer .child-footer .center svg path {
  fill: white;
}
.child-site-footer .child-footer .center .phone svg {
  margin-right: 1em;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.child-site-footer .child-footer .center .social {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}
.child-site-footer .child-footer .center .social a {
  display: inline-block;
  margin: 0 17px;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.child-site-footer .child-footer .center .social a:hover {
  opacity: 1;
}
.child-site-footer .child-footer .center .social a svg {
  width: 25px;
}

.child-products + .child-sorting {
  display: none;
}
@media (max-width: 768px) {
  .child-products ul.child-products {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }
}
.child-products ul.child-products:before, .child-products ul.child-products:after {
  display: none;
}
.child-products.recommended {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.child-products.recommended h3 {
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
.child-products.recommended .product {
  max-width: 24%;
}
@media (max-width: 768px) {
  .child-products.recommended .product {
    width: 100%;
    max-width: none;
  }
}
.child-products.recommended .product .woocommerce-loop-product__link .price, .child-products.recommended .product .woocommerce-loop-product__link h2 {
  text-align: center;
}
.child-products.recommended .product .woocommerce-loop-product__link .sizes {
  display: none;
}
@media (max-width: 768px) {
  .child-products.recommended .product .woocommerce-loop-product__link .sizes {
    margin: 0;
  }
}
.child-products.recommended .product .woocommerce-loop-product__link .onsale {
  right: auto;
}
.child-products .woof_products_top_panel {
  display: none !important;
}
.child-products li.product {
  position: relative;
  list-style: none;
}
.child-products li.product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
}
.child-products li.product .woocommerce-LoopProduct-link .wrapper-img {
  pointer-events: none;
  border-radius: 0 12% 0 12%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-products li.product .woocommerce-LoopProduct-link .wrapper-img span {
  color: white;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}
@media (max-width: 768px) {
  .child-products li.product .woocommerce-LoopProduct-link .wrapper-img span {
    font-size: 0.75em;
  }
}
.child-products li.product .woocommerce-LoopProduct-link .wrapper-img:before {
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 80, 251, 0.2);
}
.child-products li.product .woocommerce-LoopProduct-link:hover .wrapper-img {
  opacity: 1;
}
.child-products li.product .woocommerce-LoopProduct-link:hover .wrapper-img span {
  opacity: 1;
}
.child-products li.product .woocommerce-LoopProduct-link:hover .wrapper-img img {
  transform: scale(1.1);
}
.child-products li.product .woocommerce-LoopProduct-link:hover .wrapper-img:before {
  opacity: 1;
}
.child-products li.product .woocommerce-LoopProduct-link img {
  margin: 0;
  transition: all 0.5s ease;
  width: 100%;
  order: 1;
}
.child-products li.product .woocommerce-LoopProduct-link h2 {
  margin-top: 1em;
  font-size: 1.4em;
  order: 2;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 768px) {
  .child-products li.product .woocommerce-LoopProduct-link h2 {
    font-size: 1em;
  }
}
.child-products li.product .woocommerce-LoopProduct-link .sizes {
  order: 4;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .child-products li.product .woocommerce-LoopProduct-link .sizes {
    margin-bottom: 0;
  }
}
.child-products li.product .woocommerce-LoopProduct-link .onsale {
  font-weight: normal;
  position: absolute;
  color: white;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%);
  padding: 0.5em 2em;
  top: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .child-products li.product .woocommerce-LoopProduct-link .onsale {
    font-size: 10px;
  }
}
.child-products li.product .woocommerce-LoopProduct-link .price {
  order: 6;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .child-products li.product .woocommerce-LoopProduct-link .price {
    font-size: 0.9em;
  }
}
.child-products li.product .woocommerce-LoopProduct-link .price span {
  font-weight: normal;
  color: #222;
}
.child-products li.product .product_type_variable {
  display: none;
}
.child-products li.product .ajax_add_to_cart, .child-products li.product .add_to_cart_button, .child-products li.product .product_type_simple {
  display: none;
}
.child-products li.product .jvm_add_to_wishlist {
  position: absolute;
  z-index: 2;
  right: 1em;
  bottom: 9em;
  color: #EA1968;
  padding: 0;
  margin: 0;
  background: none;
  height: 35px;
  width: 35px;
}
@media (max-width: 768px) {
  .child-products li.product .jvm_add_to_wishlist {
    height: 20px;
    width: 20px;
    bottom: 8em;
  }
}
.child-products li.product .jvm_add_to_wishlist .jvm_add_to_wishlist_heart {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  margin: 0;
  font-size: 2.5em;
  position: static;
}
@media (max-width: 768px) {
  .child-products li.product .jvm_add_to_wishlist .jvm_add_to_wishlist_heart {
    font-size: 1.2em;
  }
}
.child-products li.product .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: inherit;
  width: 100%;
  height: 100%;
  line-height: 1em;
  display: block;
}

.page-wishlist {
  padding: 80px 10%;
}
.page-wishlist .header-wishlist h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 5rem;
}
@media (max-width: 960px) {
  .page-wishlist .header-wishlist h1 {
    font-size: 3.2em;
  }
}
@media (max-width: 768px) {
  .page-wishlist .header-wishlist h1 {
    font-size: 2em;
  }
}
.page-wishlist .header-wishlist p {
  max-width: 500px;
}
.page-wishlist .btn {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}

.instashop-block {
  padding: 0 0.5%;
}
.instashop-block .top {
  background: #F04183;
  margin: 1em 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instashop-block .top svg {
  width: 1.75em;
  margin-right: 0.5em;
}
.instashop-block .top svg path {
  fill: white;
}
.instashop-block .top p {
  margin: 0;
  text-transform: uppercase;
  color: white;
}
.instashop-block .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .instashop-block .bottom {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.instashop-block .bottom .socialshop-gallery {
  width: 100%;
}
.instashop-block .bottom img {
  max-width: 25%;
}
@media (max-width: 768px) {
  .instashop-block .bottom img {
    max-width: 50%;
    padding: 15px;
  }
}

#mailpoet_form_2, #mailpoet_form_3, #mailpoet_form_4 {
  margin-top: 80px;
}
#mailpoet_form_2 h2, #mailpoet_form_3 h2, #mailpoet_form_4 h2 {
  font-weight: bold;
  margin-bottom: 0;
  color: #F04183;
}
#mailpoet_form_2 .mailpoet_form_paragraph, #mailpoet_form_3 .mailpoet_form_paragraph, #mailpoet_form_4 .mailpoet_form_paragraph {
  color: #222;
}
#mailpoet_form_2 .mailpoet_checkbox_label, #mailpoet_form_3 .mailpoet_checkbox_label, #mailpoet_form_4 .mailpoet_checkbox_label {
  color: #222;
  font-size: 0.7em;
  text-align: left;
  font-weight: 400;
}
#mailpoet_form_2 form, #mailpoet_form_3 form, #mailpoet_form_4 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
#mailpoet_form_2 form button, #mailpoet_form_2 form textarea, #mailpoet_form_2 form input:not([type=submit]), #mailpoet_form_3 form button, #mailpoet_form_3 form textarea, #mailpoet_form_3 form input:not([type=submit]), #mailpoet_form_4 form button, #mailpoet_form_4 form textarea, #mailpoet_form_4 form input:not([type=submit]) {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
#mailpoet_form_2 form button:placeholder-shown, #mailpoet_form_2 form button.woocommerce-invalid input, #mailpoet_form_2 form textarea:placeholder-shown, #mailpoet_form_2 form textarea.woocommerce-invalid input, #mailpoet_form_2 form input:not([type=submit]):placeholder-shown, #mailpoet_form_2 form input:not([type=submit]).woocommerce-invalid input, #mailpoet_form_3 form button:placeholder-shown, #mailpoet_form_3 form button.woocommerce-invalid input, #mailpoet_form_3 form textarea:placeholder-shown, #mailpoet_form_3 form textarea.woocommerce-invalid input, #mailpoet_form_3 form input:not([type=submit]):placeholder-shown, #mailpoet_form_3 form input:not([type=submit]).woocommerce-invalid input, #mailpoet_form_4 form button:placeholder-shown, #mailpoet_form_4 form button.woocommerce-invalid input, #mailpoet_form_4 form textarea:placeholder-shown, #mailpoet_form_4 form textarea.woocommerce-invalid input, #mailpoet_form_4 form input:not([type=submit]):placeholder-shown, #mailpoet_form_4 form input:not([type=submit]).woocommerce-invalid input {
  border-color: #222 !important;
}
#mailpoet_form_2 form button::placeholder, #mailpoet_form_2 form textarea::placeholder, #mailpoet_form_2 form input:not([type=submit])::placeholder, #mailpoet_form_3 form button::placeholder, #mailpoet_form_3 form textarea::placeholder, #mailpoet_form_3 form input:not([type=submit])::placeholder, #mailpoet_form_4 form button::placeholder, #mailpoet_form_4 form textarea::placeholder, #mailpoet_form_4 form input:not([type=submit])::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
#mailpoet_form_2 form textarea, #mailpoet_form_3 form textarea, #mailpoet_form_4 form textarea {
  min-height: 200px;
}
#mailpoet_form_2 form input[type=submit], #mailpoet_form_3 form input[type=submit], #mailpoet_form_4 form input[type=submit] {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  margin-top: 40px !important;
  width: auto !important;
  padding: 0.4em 2em !important;
}
#mailpoet_form_2 form .mailpoet_form_image, #mailpoet_form_2 form .mailpoet_form_paragraph, #mailpoet_form_3 form .mailpoet_form_image, #mailpoet_form_3 form .mailpoet_form_paragraph, #mailpoet_form_4 form .mailpoet_form_image, #mailpoet_form_4 form .mailpoet_form_paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mailpoet_form_2 form div.mailpoet_form_paragraph, #mailpoet_form_2 form div.mailpoet_paragraph, #mailpoet_form_3 form div.mailpoet_form_paragraph, #mailpoet_form_3 form div.mailpoet_paragraph, #mailpoet_form_4 form div.mailpoet_form_paragraph, #mailpoet_form_4 form div.mailpoet_paragraph {
  font-size: 1.2em;
  width: 100%;
  padding: 0 15px;
  font-weight: 600;
  color: white;
  text-align: center !important;
  margin: 0 0 0.5em 0;
}
#mailpoet_form_2 form .mailpoet_form_image img, #mailpoet_form_3 form .mailpoet_form_image img, #mailpoet_form_4 form .mailpoet_form_image img {
  height: 2em !important;
  width: auto !important;
}
#mailpoet_form_2 form .newsletter-form, #mailpoet_form_3 form .newsletter-form, #mailpoet_form_4 form .newsletter-form {
  margin: 0 1em;
  width: 420px !important;
  max-width: 75%;
}
#mailpoet_form_2 form .newsletter-form input, #mailpoet_form_3 form .newsletter-form input, #mailpoet_form_4 form .newsletter-form input {
  width: 100%;
  padding: 0.5em 0.75em !important;
  border-radius: 8px;
}

#mailpoet_form_3 .mailpoet_paragraph.last {
  text-align: left !important;
}
#mailpoet_form_3 input[type=submit] {
  margin-right: auto;
  margin-left: 0;
}

#mailpoet_form_4 {
  margin-top: 0;
}

#mailpoet_form_1 {
  background-size: cover;
  background-image: url("assets/bg_newsletter.jpg") !important;
  padding: 40px 0.5%;
}
#mailpoet_form_1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#mailpoet_form_1 form button[type=submit], #mailpoet_form_1 form input[type=submit] {
  border-radius: 8px;
  border: 2px solid white !important;
  padding: 0.3em 0.5em !important;
  color: white !important;
  background: none !important;
}
@media (max-width: 768px) {
  #mailpoet_form_1 form button[type=submit], #mailpoet_form_1 form input[type=submit] {
    margin-top: 20px !important;
  }
}
#mailpoet_form_1 form .mailpoet_form_image, #mailpoet_form_1 form .mailpoet_form_paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mailpoet_form_1 form .mailpoet_form_paragraph, #mailpoet_form_1 form .mailpoet_paragraph {
  font-size: 1.2em;
  width: 100%;
  padding: 0 15px;
  font-weight: 600;
  color: white;
  text-align: center !important;
  margin: 0 0 0.5em 0;
}
#mailpoet_form_1 form .mailpoet_form_paragraph.last, #mailpoet_form_1 form .mailpoet_paragraph.last {
  width: auto;
}
#mailpoet_form_1 form .mailpoet_form_image img {
  height: 2em !important;
  width: auto !important;
}
#mailpoet_form_1 form .newsletter-form {
  margin: 0 1em;
  width: 420px !important;
  max-width: 75%;
}
#mailpoet_form_1 form .newsletter-form input {
  width: 100%;
  padding: 0.5em 0.75em !important;
  border-radius: 8px;
}

.container-child {
  padding: 80px 5%;
  position: relative;
}
.container-child:before {
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-35%);
  height: 100%;
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground.png");
}
.container-child a {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  display: inline-block;
}
.container-child h1 {
  color: #F04183;
  font-size: 6rem;
  font-weight: bold;
}
.container-child.child-404 {
  text-align: center;
}
.container-child.child-404 h1 {
  margin-bottom: 0;
}
.container-child.child-404 a {
  margin-top: 60px;
}

.child-custom-login-register, .child-customer-login, .child-customer-sign-in {
  padding: 80px 5%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: static;
  display: none;
}
@media (max-width: 768px) {
  .child-custom-login-register, .child-customer-login, .child-customer-sign-in {
    padding: 40px 2.5%;
  }
}
.child-custom-login-register .erf_resend_ver_link, .child-customer-login .erf_resend_ver_link, .child-customer-sign-in .erf_resend_ver_link {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}
.child-custom-login-register.child-customer-login, .child-customer-login.child-customer-login, .child-customer-sign-in.child-customer-login {
  max-width: 720px;
}
.child-custom-login-register.child-custom-login-register, .child-customer-login.child-custom-login-register, .child-customer-sign-in.child-custom-login-register {
  max-width: 720px;
}
.child-custom-login-register .checkbox-group .checkbox, .child-customer-login .checkbox-group .checkbox, .child-customer-sign-in .checkbox-group .checkbox {
  padding-left: 30px !important;
}
.child-custom-login-register .erf-header h3, .child-customer-login .erf-header h3, .child-customer-sign-in .erf-header h3 {
  font-weight: 700;
  color: #222;
  text-align: left;
  font-size: 1em;
}
.child-custom-login-register .spacer, .child-customer-login .spacer, .child-customer-sign-in .spacer {
  width: 100%;
  height: 2px;
  background: #222;
  margin: 1em 0;
}
.child-custom-login-register input, .child-customer-login input, .child-customer-sign-in input {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
.child-custom-login-register input:placeholder-shown, .child-custom-login-register input.woocommerce-invalid input, .child-customer-login input:placeholder-shown, .child-customer-login input.woocommerce-invalid input, .child-customer-sign-in input:placeholder-shown, .child-customer-sign-in input.woocommerce-invalid input {
  border-color: #222 !important;
}
.child-custom-login-register input::placeholder, .child-customer-login input::placeholder, .child-customer-sign-in input::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.child-custom-login-register h3, .child-customer-login h3, .child-customer-sign-in h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #F04183;
  text-align: center;
}
.child-custom-login-register p, .child-customer-login p, .child-customer-sign-in p {
  text-align: center;
}
.child-custom-login-register.active, .child-customer-login.active, .child-customer-sign-in.active {
  display: block;
}
.child-custom-login-register .register, .child-customer-login .register, .child-customer-sign-in .register {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 400px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .child-custom-login-register .register, .child-customer-login .register, .child-customer-sign-in .register {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.child-custom-login-register .register p, .child-customer-login .register p, .child-customer-sign-in .register p {
  margin-bottom: 0;
}
.child-custom-login-register .register button, .child-customer-login .register button, .child-customer-sign-in .register button {
  background: none;
  padding: 0;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
}
.child-custom-login-register:before, .child-customer-login:before, .child-customer-sign-in:before {
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-35%);
  height: 100%;
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground.png");
}
.child-custom-login-register .rendered-form .form-group input, .child-custom-login-register .rendered-form .form-group select, .child-customer-login .rendered-form .form-group input, .child-customer-login .rendered-form .form-group select, .child-customer-sign-in .rendered-form .form-group input, .child-customer-sign-in .rendered-form .form-group select {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
.child-custom-login-register .rendered-form .form-group input:placeholder-shown, .child-custom-login-register .rendered-form .form-group input.woocommerce-invalid input, .child-custom-login-register .rendered-form .form-group select:placeholder-shown, .child-custom-login-register .rendered-form .form-group select.woocommerce-invalid input, .child-customer-login .rendered-form .form-group input:placeholder-shown, .child-customer-login .rendered-form .form-group input.woocommerce-invalid input, .child-customer-login .rendered-form .form-group select:placeholder-shown, .child-customer-login .rendered-form .form-group select.woocommerce-invalid input, .child-customer-sign-in .rendered-form .form-group input:placeholder-shown, .child-customer-sign-in .rendered-form .form-group input.woocommerce-invalid input, .child-customer-sign-in .rendered-form .form-group select:placeholder-shown, .child-customer-sign-in .rendered-form .form-group select.woocommerce-invalid input {
  border-color: #222 !important;
}
.child-custom-login-register .rendered-form .form-group input::placeholder, .child-custom-login-register .rendered-form .form-group select::placeholder, .child-customer-login .rendered-form .form-group input::placeholder, .child-customer-login .rendered-form .form-group select::placeholder, .child-customer-sign-in .rendered-form .form-group input::placeholder, .child-customer-sign-in .rendered-form .form-group select::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.child-custom-login-register .rendered-form .form-group input.locked, .child-custom-login-register .rendered-form .form-group select.locked, .child-customer-login .rendered-form .form-group input.locked, .child-customer-login .rendered-form .form-group select.locked, .child-customer-sign-in .rendered-form .form-group input.locked, .child-customer-sign-in .rendered-form .form-group select.locked {
  pointer-events: none;
  opacity: 0.6;
}
.child-custom-login-register .rendered-form .form-group select, .child-customer-login .rendered-form .form-group select, .child-customer-sign-in .rendered-form .form-group select {
  padding: 0 12px !important;
  text-align: center !important;
  text-align-last: center;
  margin: 0 auto;
}
.child-custom-login-register .erf-content-above, .child-customer-login .erf-content-above, .child-customer-sign-in .erf-content-above {
  display: none;
}

#erf_form_196 input {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
#erf_form_196 input:placeholder-shown, #erf_form_196 input.woocommerce-invalid input {
  border-color: #222 !important;
}
#erf_form_196 input::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

@media (max-width: 768px) {
  .child-custom-login-register {
    padding: 0;
  }
}
.child-custom-login-register .options {
  margin-top: 40px;
}
.child-custom-login-register .options .option {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  border-radius: 8px;
  text-align: center;
  color: white;
  padding: 10px;
  font-weight: normal;
  font-size: 1rem;
}
.child-custom-login-register .options .option i {
  margin-right: 0.5rem;
}
.child-custom-login-register .options .option.facebook {
  background: linear-gradient(90deg, #0166E1 0%, #0166E1 30%, #18ACFE 100%);
}
.child-custom-login-register .options .option.google {
  background: linear-gradient(90deg, #FF2B2B 0%, #FF2B2B 30%, #FB5D5D 100%);
}
.child-custom-login-register .options .option.mail {
  background: black;
}

@media (max-width: 768px) {
  .child-customer-login {
    padding: 0;
  }
}
.child-customer-login .lost_password {
  color: #222;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.child-customer-login .lost_password a {
  font-size: 0.9em;
  color: inherit;
}
.child-customer-login .last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-customer-login .last button {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  min-width: 180px;
  text-transform: uppercase;
}

.child-customer-sign-in .options {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .child-customer-sign-in .options {
    flex-wrap: wrap;
  }
}
.child-customer-sign-in .options .option {
  width: 45%;
  display: block;
  margin-bottom: 1em;
  border-radius: 8px;
  text-align: center;
  color: white;
  padding: 10px;
  font-weight: normal;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .child-customer-sign-in .options .option {
    width: 100%;
  }
}
.child-customer-sign-in .options .option i {
  margin-right: 0.5rem;
}
.child-customer-sign-in .options .option.facebook {
  background: linear-gradient(90deg, #0166E1 0%, #0166E1 30%, #18ACFE 100%);
}
.child-customer-sign-in .options .option.google {
  background: linear-gradient(90deg, #FF2B2B 0%, #FF2B2B 30%, #FB5D5D 100%);
}
.child-customer-sign-in .options .option.mail {
  background: black;
}
.child-customer-sign-in .or {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 2em;
  text-align: center;
}
.child-customer-sign-in .or:before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: black;
}
.child-customer-sign-in .or span {
  padding: 0 2em;
  position: relative;
  z-index: 2;
  background: white;
}
.child-customer-sign-in button[type=submit] {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}

.child-cart {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 10%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground.png");
}
.child-cart h2 {
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
  color: #F04183;
  font-weight: bold;
}
.child-cart .wc-proceed-to-checkout a.checkout-button.button {
  margin-top: 1em;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  width: auto;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
}
.child-cart form {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.child-cart form table th {
  background: #F04183;
  color: white;
}
.child-cart form table .actions input {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
  padding: 5px 10px;
}
.child-cart form table .actions input:placeholder-shown, .child-cart form table .actions input.woocommerce-invalid input {
  border-color: #222 !important;
}
.child-cart form table .actions input::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.child-cart form table .actions button {
  background: #222;
  color: white;
  font-weight: normal;
  border-radius: 0;
  padding: 0.25em 1.5em;
}
.child-cart form table .actions button[name=apply_coupon] {
  margin-left: 2em;
}

.child-totals h3 {
  color: #222;
  text-align: left;
  font-weight: normal;
}

.child-checkout {
  padding: 40px 10%;
}
@media (max-width: 768px) {
  .child-checkout {
    padding-top: 0;
  }
}
.child-checkout h3 {
  width: 100%;
  color: #F04183;
  font-weight: 600;
  text-transform: uppercase;
}
.child-checkout .child-billing-register, .child-checkout .child-shipping {
  display: flex;
  padding-bottom: 0;
}
.child-checkout .child-billing-register.child-shipping, .child-checkout .child-shipping.child-shipping {
  width: 100%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .child-checkout .child-billing-register.child-shipping, .child-checkout .child-shipping.child-shipping {
    padding: 0;
  }
}
.child-checkout .child-billing-register.child-shipping .woocommerce-additional-fields, .child-checkout .child-shipping.child-shipping .woocommerce-additional-fields {
  width: 100%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .child-checkout .child-billing-register.child-shipping .woocommerce-additional-fields, .child-checkout .child-shipping.child-shipping .woocommerce-additional-fields {
    padding-left: 0;
  }
}
.child-checkout .child-billing-register.child-shipping .woocommerce-additional-fields textarea, .child-checkout .child-shipping.child-shipping .woocommerce-additional-fields textarea {
  text-align: left !important;
}
.child-checkout .child-billing-register h3, .child-checkout .child-shipping h3 {
  font-weight: 600;
}
.child-checkout .child-billing-register h3, .child-checkout .child-billing-register h4, .child-checkout .child-billing-register h5, .child-checkout .child-shipping h3, .child-checkout .child-shipping h4, .child-checkout .child-shipping h5 {
  color: #F04183;
  text-transform: uppercase;
}
.child-checkout .child-billing-register input, .child-checkout .child-billing-register textarea, .child-checkout .child-billing-register select, .child-checkout .child-billing-register .select2, .child-checkout .child-shipping input, .child-checkout .child-shipping textarea, .child-checkout .child-shipping select, .child-checkout .child-shipping .select2 {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
.child-checkout .child-billing-register input:placeholder-shown, .child-checkout .child-billing-register input.woocommerce-invalid input, .child-checkout .child-billing-register textarea:placeholder-shown, .child-checkout .child-billing-register textarea.woocommerce-invalid input, .child-checkout .child-billing-register select:placeholder-shown, .child-checkout .child-billing-register select.woocommerce-invalid input, .child-checkout .child-billing-register .select2:placeholder-shown, .child-checkout .child-billing-register .select2.woocommerce-invalid input, .child-checkout .child-shipping input:placeholder-shown, .child-checkout .child-shipping input.woocommerce-invalid input, .child-checkout .child-shipping textarea:placeholder-shown, .child-checkout .child-shipping textarea.woocommerce-invalid input, .child-checkout .child-shipping select:placeholder-shown, .child-checkout .child-shipping select.woocommerce-invalid input, .child-checkout .child-shipping .select2:placeholder-shown, .child-checkout .child-shipping .select2.woocommerce-invalid input {
  border-color: #222 !important;
}
.child-checkout .child-billing-register input::placeholder, .child-checkout .child-billing-register textarea::placeholder, .child-checkout .child-billing-register select::placeholder, .child-checkout .child-billing-register .select2::placeholder, .child-checkout .child-shipping input::placeholder, .child-checkout .child-shipping textarea::placeholder, .child-checkout .child-shipping select::placeholder, .child-checkout .child-shipping .select2::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.child-checkout .child-billing-register input .select2-selection, .child-checkout .child-billing-register textarea .select2-selection, .child-checkout .child-billing-register select .select2-selection, .child-checkout .child-billing-register .select2 .select2-selection, .child-checkout .child-shipping input .select2-selection, .child-checkout .child-shipping textarea .select2-selection, .child-checkout .child-shipping select .select2-selection, .child-checkout .child-shipping .select2 .select2-selection {
  border: none;
}
.child-checkout .child-billing-register input .select2-selection__arrow, .child-checkout .child-billing-register textarea .select2-selection__arrow, .child-checkout .child-billing-register select .select2-selection__arrow, .child-checkout .child-billing-register .select2 .select2-selection__arrow, .child-checkout .child-shipping input .select2-selection__arrow, .child-checkout .child-shipping textarea .select2-selection__arrow, .child-checkout .child-shipping select .select2-selection__arrow, .child-checkout .child-shipping .select2 .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.child-checkout .child-billing-register textarea, .child-checkout .child-shipping textarea {
  text-align: left;
}
.child-checkout .child-billing-register textarea::placeholder, .child-checkout .child-shipping textarea::placeholder {
  text-align: left;
}
.child-checkout .child-billing-register .woocommerce-billing-fields, .child-checkout .child-shipping .woocommerce-billing-fields {
  width: 100%;
}
.child-checkout .child-billing-register .woocommerce-billing-fields__field-wrapper, .child-checkout .child-shipping .woocommerce-billing-fields__field-wrapper {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .child-checkout .child-billing-register .woocommerce-billing-fields__field-wrapper, .child-checkout .child-shipping .woocommerce-billing-fields__field-wrapper {
    padding-left: 0;
  }
}
.child-checkout .child-billing-register .woocommerce-billing-fields__field-wrapper label:not([for=billing_country]):not([for=billing_state]), .child-checkout .child-shipping .woocommerce-billing-fields__field-wrapper label:not([for=billing_country]):not([for=billing_state]) {
  display: none;
}
.child-checkout .order_details {
  display: flex;
  flex-direction: column;
  background: none !important;
}
.child-checkout .order_details .child-shop-table .order-total {
  color: #F04183;
  font-size: 1.5em;
}
.child-checkout #order_review_heading {
  width: 100%;
  color: #F04183;
  font-weight: 600;
  text-transform: uppercase;
}
.child-checkout .order_review {
  padding: 40px;
  border-radius: 12px;
  background: rgba(34, 34, 34, 0.5);
}
.child-checkout .woocommerce-checkout-review-order {
  width: 100% !important;
}
.child-checkout .woocommerce-checkout-payment [for=payment_method_conektacard] {
  flex-direction: column;
}
@media (max-width: 768px) {
  .child-checkout .woocommerce-checkout-payment [for=payment_method_conektacard] {
    padding: 10px 5px !important;
    font-size: 0.8em;
  }
}
.child-checkout .woocommerce-checkout-payment [for=payment_method_conektacard] img {
  float: none !important;
  margin: 6px auto;
}
.child-header-checkout {
  padding: 40px 5%;
  text-align: center;
}
.child-header-checkout h1 {
  color: #F04183;
  font-size: 1.618em;
  font-weight: 900;
  text-transform: uppercase;
}
.child-header-checkout .steps {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.child-header-checkout .steps li {
  opacity: 0.5;
}
.child-header-checkout .steps li.active {
  opacity: 1;
}
.child-header-checkout .steps li:not(:last-of-type):after {
  content: "➜";
  margin: 0 0.5em;
  color: #4D26D8;
}
.child-header-checkout .steps button {
  font-weight: normal;
  background: none;
  padding: 0;
  appearance: none;
}

.wc_payment_methods .wc_payment_method {
  background-color: #e2e2e2 !important;
}
.wc_payment_methods .wc_payment_method > label {
  font-weight: bold;
}
.wc_payment_methods .form-row {
  margin-bottom: 1em !important;
}
.wc_payment_methods .form-row select, .wc_payment_methods .form-row input {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
  border-color: #222 !important;
}
.wc_payment_methods .form-row select:placeholder-shown, .wc_payment_methods .form-row select.woocommerce-invalid input, .wc_payment_methods .form-row input:placeholder-shown, .wc_payment_methods .form-row input.woocommerce-invalid input {
  border-color: #222 !important;
}
.wc_payment_methods .form-row select::placeholder, .wc_payment_methods .form-row input::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

.place-order button[type=submit] {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}
.place-order #pwgc-redeem-form > label {
  font-weight: bolder;
  font-size: 1.2em;
}

.bloque-tabs-info {
  display: flex;
  margin: 80px auto;
}
.bloque-tabs-info .tab {
  background: white;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCC;
  border-radius: 0 50px 0 0;
  padding: 15px;
  margin: 0 auto;
  width: 30%;
}
.bloque-tabs-info .tab .top {
  border-bottom: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloque-tabs-info .tab .top img {
  width: 100%;
  object-fit: contain;
  max-width: 120px;
  max-height: 60px;
  margin: 20px 15px;
}
.bloque-tabs-info .tab .bottom {
  padding: 40px 0;
}

.bg-dots {
  padding: 20px 10%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground.png");
}
.bg-dots h1, .bg-dots h2 {
  font-weight: bold;
  font-weight: bold;
  color: #F04183;
}

.bloque-faqs {
  display: flex;
  flex-direction: column;
}
.bloque-faqs .top button {
  margin-right: 15px;
  padding: 0;
  background: none;
  opacity: 0.5;
}
.bloque-faqs .top button.active {
  opacity: 1;
}
.bloque-faqs .bottom {
  margin-top: 40px;
}
.bloque-faqs .bottom .tab {
  display: none;
}
.bloque-faqs .bottom .tab.active {
  display: block;
}
.bloque-faqs .bottom .tab .item.active p {
  display: block;
}
.bloque-faqs .bottom .tab .item.active h5:after {
  transform: rotate(90deg) scaleY(1.7);
}
.bloque-faqs .bottom .tab .item h5 {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid black;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
.bloque-faqs .bottom .tab .item h5:after {
  font-weight: 500;
  transform: scaleY(1.7);
  display: inline-block;
  margin-left: auto;
  content: ">";
}
.bloque-faqs .bottom .tab .item p {
  display: none;
}

.child-dashboard a {
  color: #F04183;
}
.child-dashboard ul {
  margin-bottom: 120px;
}
.child-dashboard ul li {
  color: #F04183;
}
.child-dashboard ul li a {
  color: #F04183;
}

.child-view-order .first {
  margin-bottom: 2em;
}
.child-view-order .first a {
  color: #F04183;
}

.child-my-address a.btn {
  color: #F04183;
}

.child-edit-account {
  max-width: 970px;
}
.child-edit-account .btn-password {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 1em;
}
.child-edit-account fieldset {
  max-width: 500px;
}

.my_account_orders .button.view::after {
  display: none;
}

.top-account {
  position: relative;
}

#post-9 .breadcrumbs {
  padding: 15px 0;
  left: 0;
  top: 0;
  position: relative;
}
#post-9 .breadcrumbs li {
  color: #222;
}
#post-9 .child-entry-content {
  padding: 40px 10%;
}
@media (max-width: 960px) {
  #post-9 .child-entry-content {
    padding: 40px 5%;
  }
}
#post-9 .child-entry-content h4 {
  font-weight: bold;
  text-transform: uppercase;
}
#post-9 .child-entry-content .woocommerce {
  display: flex;
}
@media (max-width: 768px) {
  #post-9 .child-entry-content .woocommerce {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  border-right: 1px solid rgba(34, 34, 34, 0.5);
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    border: none;
    margin-bottom: 2em;
  }
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #F04183;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: #F04183;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: white;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--erf-my-account {
  display: none;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 7px 10px 7px 30px;
  width: 100%;
  display: flex;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 1em;
  margin-left: 0;
}
@media (max-width: 768px) {
  #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content input, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content textarea, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content select {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content input:placeholder-shown, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content input.woocommerce-invalid input, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content textarea:placeholder-shown, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content textarea.woocommerce-invalid input, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content select:placeholder-shown, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content select.woocommerce-invalid input {
  border-color: #222 !important;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content input::placeholder, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content textarea::placeholder, #post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content select::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
#post-9 .child-entry-content .woocommerce .woocommerce-MyAccount-content button:not(.btn-password) {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}

.bloque-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloque-modal .bg-modal {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.bloque-modal .modal {
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("assets/manchasbackground_rosa.png"), linear-gradient(90deg, #4D26D8 0%, #0750FB 100%);
  position: absolute;
  width: 700px;
  max-width: 90%;
  max-height: 90%;
  z-index: 101;
  border-radius: 0 45px 0 45px;
  padding: 40px 130px;
}
@media (max-width: 1280px) {
  .bloque-modal .modal {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .bloque-modal .modal {
    padding: 20px;
    border-radius: 0 15px 0 15px;
  }
}
.bloque-modal .modal > button {
  padding: 0;
  background: white;
  font-weight: 700;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  right: 25px;
  top: 25px;
}
.bloque-modal .modal .content-modal {
  background: white;
  padding: 20px;
}
@media (max-width: 768px) {
  .bloque-modal .modal .content-modal {
    padding: 15px;
  }
}
.bloque-modal .modal .content-modal input, .bloque-modal .modal .content-modal textarea, .bloque-modal .modal .content-modal select {
  padding: 8px !important;
  text-align: center !important;
  border-radius: 18px !important;
  color: #222 !important;
  box-shadow: none !important;
  border: 1px solid #F04183 !important;
  font-size: 0.8em;
  background: none !important;
}
.bloque-modal .modal .content-modal input:placeholder-shown, .bloque-modal .modal .content-modal input.woocommerce-invalid input, .bloque-modal .modal .content-modal textarea:placeholder-shown, .bloque-modal .modal .content-modal textarea.woocommerce-invalid input, .bloque-modal .modal .content-modal select:placeholder-shown, .bloque-modal .modal .content-modal select.woocommerce-invalid input {
  border-color: #222 !important;
}
.bloque-modal .modal .content-modal input::placeholder, .bloque-modal .modal .content-modal textarea::placeholder, .bloque-modal .modal .content-modal select::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}
.bloque-modal .modal .content-modal form {
  margin-bottom: 0;
}
.bloque-modal .modal .content-modal a, .bloque-modal .modal .content-modal button, .bloque-modal .modal .content-modal input[type=submit] {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}
.bloque-modal .modal .content-modal h1 strong, .bloque-modal .modal .content-modal h2 strong, .bloque-modal .modal .content-modal h3 strong, .bloque-modal .modal .content-modal h4 strong, .bloque-modal .modal .content-modal h5 strong {
  font-weight: 900;
}
.bloque-modal .modal .content-modal p {
  font-size: 1.2em;
}
.bloque-modal .modal .content-modal p, .bloque-modal .modal .content-modal h1, .bloque-modal .modal .content-modal h2, .bloque-modal .modal .content-modal h3, .bloque-modal .modal .content-modal h4, .bloque-modal .modal .content-modal h5 {
  margin: 0;
}

.breadcrumbs {
  position: absolute;
  left: 2.5%;
  top: 0;
  padding: 1.2em;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.breadcrumbs li.separator {
  margin: 0 0.5em;
  color: inherit;
}
.breadcrumbs li a {
  color: inherit;
}
.breadcrumbs li a:not(:last-child):after {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
}

.woocommerce-message {
  background: #00BC70;
}
@media (max-width: 768px) {
  .woocommerce-message {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 0.8em;
    padding: 0.5em 1em 0.5em 3.5em;
  }
  .woocommerce-message a {
    white-space: nowrap;
  }
}

.child-order .bloque-modal .modal .content-modal {
  text-align: center;
}
.child-order .bloque-modal .modal .content-modal p {
  color: #222;
  font-weight: bold;
}
.child-order .bloque-modal .modal .content-modal button {
  margin-top: 1em;
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
}

.child-order {
  padding: 40px 10%;
}
.child-order h4 {
  color: #F04183;
  font-weight: bold;
}
.child-order .controls {
  margin-top: 30px;
}
.child-order .controls a {
  background: linear-gradient(90deg, #4D26D8 0%, #0750FB 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-size: 0.95em !important;
  padding: 0.4em 2em !important;
  border: none !important;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .child-order .controls a {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
}
.child-order .woocommerce-order-overview {
  background: none;
  margin: 20px 0;
  color: #222;
  padding: 0;
}
.child-order .woocommerce-order-overview:before, .child-order .woocommerce-order-overview:after {
  display: none;
}
.child-order .woocommerce-order-overview li {
  padding: 1em 0;
}

.woocommerce-order-details .order_details {
  background: none;
}
.woocommerce-order-details .order_details .product-name img {
  vertical-align: middle;
  border-radius: 0 4px 0 4px;
  width: 3em;
  height: 3em;
  object-fit: contain;
  display: inline-block;
  margin-right: 0.5em;
}
.woocommerce-order-details .order_details th, .woocommerce-order-details .order_details td {
  padding: 1em 0;
  background: none;
}

.return-to-shop {
  margin: 15px;
}

.storefront-handheld-footer-bar,
.storefront-product-pagination,
.related.products {
  display: none !important;
}

.mailpoet_page {
  padding: 4rem 10%;
}

.erf-my-account-navigation-link a {
  color: #0750FB;
}
.erf-my-account-navigation-link a[data-tag=submissions] {
  display: none !important;
}

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