/*
Theme Name: Montenegro Starter
Author: Montenegro Studio
Author URI: http://monenegrostudio.com
Description:
Version: 1.0
Text Domain: bonbonite
*/
body,
html {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #1c1c1c;
  height: 100%;
  letter-spacing: 0.08em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.menu_open {
  margin-left: 415px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.menu_open header .top_bar,
body.menu_open header .lateral_bar {
  left: 415px;
}
body.menu_open .two_columns .right {
  left: calc(50% + 85px + 415px);
}
body .select2-results__option {
  font-size: 11px;
}
@media only screen and (max-width: 1025px) {
  body,
  html {
    font-size: 16px;
  }
  body.menu_open {
    margin-left: 100vh;
    position: fixed;
  }
  body.menu_open header .top_bar,
  body.menu_open header .lateral_bar {
    left: 0;
  }
}
/****************************************************
********************** COLORS ***********************
****************************************************/
/****************************************************
*********************** FONTS ***********************
****************************************************/
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqv.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2sg.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66_B2sg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
}
p,
ul,
li {
  font-size: 16px;
  line-height: 1.5em;
  color: #1c1c1c;
}
a {
  text-decoration: none;
  color: #1c1c1c;
}
a:hover {
  opacity: 0.7;
}
a.call_to_action {
  font-size: 14px;
  color: #fff;
  background-color: #1c1c1c;
  padding: 10px 40px;
  border-radius: 7px;
  margin: 20px 0;
  display: inline-block;
}
blockquote {
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 40px;
}
blockquote span,
blockquote p {
  font-size: 20px;
  font-weight: bold!important;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  line-height: 1em;
  letter-spacing: 0.08em;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 50px;
  letter-spacing: 0.08em;
}
h1.page_header {
  font-size: 26px;
  padding: 50px 85px;
}
h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}
h3 {
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 35px;
}
h4 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
}
h5 {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 1025px) {
  p,
  ul,
  li {
    font-size: 15px;
  }
  h1 {
    font-size: 40px;
  }
  h1.page_header {
    font-size: 26px;
    padding: 25px 40px;
  }
}
/****************************************************
*********************** COMMON **********************
****************************************************/
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
}
.positioner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
#content {
  width: calc(100% - 85px);
  margin-left: 85px;
  margin-top: 73px;
  padding-bottom: 95px;
}
#main {
  background-color: #f3f3f3;
}
.half_banner {
  position: relative;
  width: 100%;
  height: 50vh;
}
.half_banner .photo_filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.half_banner .above_img_filter {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.half_banner .above_img_filter h2 {
  color: #fff !important;
  width: calc(100% - 80px);
  max-width: 840px;
  margin: 0 auto;
  text-align: center!important;
  font-size: 60px;
}
.youtube_wrap {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.youtube_wrap iframe,
.youtube_wrap object,
.youtube_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation {
  width: 100%;
  margin: 0 auto;
  margin: 40px 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.navigation a {
  color: #1c1c1c;
  font-weight: bold;
}
.navigation .prev {
  float: left;
}
.navigation .prev a:before {
  content: "<";
}
.navigation .next {
  float: right;
}
.navigation .next a:after {
  content: ">";
}
.button,
button,
button.button,
.woocommerce button,
.woocommerce button.button {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  text-transform: uppercase;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  border-radius: 0;
}
.button:hover,
button:hover,
button.button:hover,
.woocommerce button:hover,
.woocommerce button.button:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.woocommerce div.product .images,
.woocommerce-page div.product .images {
  pointer-events: none!important;
}
 .woocommerce-notices-wrapper {
  position: fixed;
  left: 85px;
  top: 0;
  width: calc(100% - 85px);
  z-index: 99;
  color: #fff;
  margin: 0;
  border: none;
  text-align: center;
  height: 73px;
}
 .woocommerce-notices-wrapper .woocommerce-message,
 .woocommerce-notices-wrapper .woocommerce-error,
 .woocommerce-notices-wrapper .woocommerce-message li,
 .woocommerce-notices-wrapper .woocommerce-error li {
  height: 73px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  width: calc(100vw - 85px);
  border: none;
  color: #fff;
}
 .woocommerce-notices-wrapper .woocommerce-message:before,
 .woocommerce-notices-wrapper .woocommerce-error:before,
 .woocommerce-notices-wrapper .woocommerce-message li:before,
 .woocommerce-notices-wrapper .woocommerce-error li:before,
 .woocommerce-notices-wrapper .woocommerce-message a,
 .woocommerce-notices-wrapper .woocommerce-error a,
 .woocommerce-notices-wrapper .woocommerce-message li a,
 .woocommerce-notices-wrapper .woocommerce-error li a {
  display: none;
}
 .woocommerce-notices-wrapper li {
  width: 100%!important;
  clear: both;
  display: block!important;
}
 .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #73d174;
}
 .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #ff5c5c;
}
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message li,
.woocommerce-NoticeGroup .woocommerce-error li {
  border: none;
  color: #fff;
}
.woocommerce-NoticeGroup .woocommerce-message:before,
.woocommerce-NoticeGroup .woocommerce-error:before,
.woocommerce-NoticeGroup .woocommerce-message li:before,
.woocommerce-NoticeGroup .woocommerce-error li:before,
.woocommerce-NoticeGroup .woocommerce-message a,
.woocommerce-NoticeGroup .woocommerce-error a,
.woocommerce-NoticeGroup .woocommerce-message li a,
.woocommerce-NoticeGroup .woocommerce-error li a {
  display: none;
}
.woocommerce-NoticeGroup .woocommerce-error {
  background-color: #ff5c5c;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ff5c5c;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #73d174;
}
.woocommerce-info {
  border: none;
  border: 1px solid;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 26px;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1.5em 2em;
  height: calc(50vh - 230px);
}
.woocommerce-info:before {
  color: #1c1c1c;
  top: 1.5em;
  display: none;
}
.woocommerce-info a {
  font-weight: normal;
  pointer-events: none;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .onsale {
  top: 20px;
  right: 70px;
  z-index: 1;
}
.woocommerce span.onsale {
  min-height: 52px;
  min-width: 52px;
  line-height: 49px;
  background-color: #C1272D;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce-variation.single_variation {
  margin: 20px 0 25px 0;
}
.woocommerce-variation.single_variation ins {
  text-decoration: none;
}
.blog #wrapper table {
  margin: 200px 0 100px 0;
}
@media only screen and (max-width: 1025px) {
  #content {
    width: 100%;
    margin-left: 0;
    margin-top: 56px;
    padding-bottom: 40px;
  }
  .button,
  button,
  button.button,
  .woocommerce button,
  .woocommerce button.button {
    font-size: 12px;
    padding: 10px 20px 12px 20px;
  }
   .woocommerce-notices-wrapper {
    position: fixed;
    left: 85px;
    top: 0;
    width: calc(100% - 85px);
    z-index: 99;
    color: #fff;
    margin: 0;
    border: none;
    text-align: center;
    height: 73px;
  }
   .woocommerce-notices-wrapper .woocommerce-message,
   .woocommerce-notices-wrapper .woocommerce-error,
   .woocommerce-notices-wrapper .woocommerce-message li,
   .woocommerce-notices-wrapper .woocommerce-error li {
    height: 73px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: calc(100vw - 85px);
    border: none;
    color: #fff;
  }
   .woocommerce-notices-wrapper .woocommerce-message:before,
   .woocommerce-notices-wrapper .woocommerce-error:before,
   .woocommerce-notices-wrapper .woocommerce-message li:before,
   .woocommerce-notices-wrapper .woocommerce-error li:before,
   .woocommerce-notices-wrapper .woocommerce-message a,
   .woocommerce-notices-wrapper .woocommerce-error a,
   .woocommerce-notices-wrapper .woocommerce-message li a,
   .woocommerce-notices-wrapper .woocommerce-error li a {
    display: none;
  }
   .woocommerce-notices-wrapper li {
    width: 100%!important;
    clear: both;
    display: block!important;
  }
   .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #73d174;
  }
   .woocommerce-notices-wrapper .woocommerce-error {
    background-color: #ff5c5c;
  }
  .woocommerce-NoticeGroup .woocommerce-message,
  .woocommerce-NoticeGroup .woocommerce-error,
  .woocommerce-NoticeGroup .woocommerce-message li,
  .woocommerce-NoticeGroup .woocommerce-error li {
    border: none;
    color: #fff;
  }
  .woocommerce-NoticeGroup .woocommerce-message:before,
  .woocommerce-NoticeGroup .woocommerce-error:before,
  .woocommerce-NoticeGroup .woocommerce-message li:before,
  .woocommerce-NoticeGroup .woocommerce-error li:before,
  .woocommerce-NoticeGroup .woocommerce-message a,
  .woocommerce-NoticeGroup .woocommerce-error a,
  .woocommerce-NoticeGroup .woocommerce-message li a,
  .woocommerce-NoticeGroup .woocommerce-error li a {
    display: none;
  }
  .woocommerce-NoticeGroup .woocommerce-error {
    background-color: #ff5c5c;
  }
  .woocommerce form .form-row.woocommerce-invalid .select2-container,
  .woocommerce form .form-row.woocommerce-invalid input.input-text,
  .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ff5c5c;
  }
  .woocommerce form .form-row.woocommerce-validated .select2-container,
  .woocommerce form .form-row.woocommerce-validated input.input-text,
  .woocommerce form .form-row.woocommerce-validated select {
    border-color: #73d174;
  }
  .woocommerce-info {
    border: none;
    border: 1px solid;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 13px;
    color: #1c1c1c;
    background-color: #fff;
    padding: 1.5em 2em 1.5em 3.5em;
  }
  .woocommerce-info:before {
    color: #1c1c1c;
    top: 1.5em;
  }
  .woocommerce-info a {
    font-weight: bold;
  }
  .woocommerce ul.products li.product .onsale {
    top: 0px;
    right: 20px;
  }
  .woocommerce span.onsale {
    min-height: 44px;
    min-width: 46px;
    line-height: 47px;
    font-size: 9px;
  }
}
/****************************************************
*********************** FORMS ***********************
****************************************************/
a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  opacity: 1!important;
}
input[type="submit"] {
  -webkit-appearance: none;
}
form {
  overflow: hidden;
}
input,
textarea,
select,
.nf-form-content input:not([type=button]) {
  background-color: transparent!important;
  border: none!important;
  border-bottom: 1px solid #1c1c1c !important;
  text-align: left!important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  padding: 12px 0!important;
  width: calc(100% - 0px);
  margin-bottom: 15px!important;
  font-size: 13px!important;
}
input[type="file"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1c1c1c;
  text-align: left;
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: 12px;
  width: calc(100% - 24px);
  margin-bottom: 15px;
}
input[type="submit"],
input[type="button"] {
  width: 100%!important;
  padding: 17px!important;
  background-color: #1c1c1c !important;
  color: #fff !important;
  font-weight: bold!important;
  border-radius: 0px!important;
  margin-top: 20px!important;
  text-align: center!important;
  cursor: pointer!important;
  text-transform: uppercase!important;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #666 !important;
}
input[type="checkbox"] {
  display: inline-block;
  float: left;
  width: auto;
  margin: 7px 7px 7px 0;
}
select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1c1c1c;
  padding: 12px 0;
}
.ajax-loader {
  display: none!important;
}
.form_column {
  width: calc(50% - 45px);
  margin: 0 45px;
  float: left;
}
.form_column.left {
  margin-left: 0;
}
.form_column.right {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .form_column {
    width: 100%;
    margin: 0;
  }
}
/****************************************************
*********************** HEADER **********************
****************************************************/
header {
  z-index: 49;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .top_bar {
  width: calc(100% - 85px);
  height: auto;
  padding-bottom: 16px;
  position: fixed;
  z-index: 13;
  top: 0;
  left: 85px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
header .top_bar .categories_menu {
  display: inline-block;
  margin-top: 15px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
header .top_bar .categories_menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header .top_bar .categories_menu ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  line-height: 1em;
}
header .top_bar .categories_menu ul li a {
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
header .top_bar .categories_menu ul li:hover,
header .top_bar .categories_menu ul li.current-menu-item,
header .top_bar .categories_menu ul li.current-product_cat-ancestor {
  border-bottom: 1px solid #1c1c1c;
}
header .top_bar .right {
  position: absolute;
  bottom: 19px;
  right: 20px;
}
header .top_bar .right .search {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0px 0;
}
header .top_bar .right .search .search_form {
  display: none;
  opacity: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .top_bar .right .search .search_form.show {
  display: block;
  opacity: 1;
  z-index: 9;
}
header .top_bar .right .search .search_form .close_search {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
header .top_bar .right .search .search_form .close_search:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transform: rotate(45deg);
  margin: 0 0 -4px 0px;
}
header .top_bar .right .search .search_form .close_search:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transform: rotate(-45deg);
  margin: 0px 0 17px 0;
}
header .top_bar .right .search .search_form form {
  width: calc(100% - 60px);
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .top_bar .right .search .search_form form input[type="text"] {
  width: calc(100% - 210px);
  margin-bottom: 0!important;
  font-size: 20px!important;
  padding: 15px 0!important;
}
header .top_bar .right .search .search_form form input[type="submit"] {
  width: 200px!important;
  margin-bottom: 0!important;
}
header .top_bar .right .search .search_icon {
  width: 20px;
  height: 18px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
}
header .top_bar .right .search .search_icon .circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid #1c1c1c;
  position: absolute;
  top: 0;
  left: 0;
}
header .top_bar .right .search .search_icon .handle {
  width: 5px;
  height: 1px;
  border-radius: 10px;
  border: 1.5px solid #1c1c1c;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}
header .top_bar .right .myaccount {
  display: inline-block;
  vertical-align: middle;
}
header .top_bar .right .myaccount a:before {
  font-family: WooCommerce;
  content: "\e038";
  color: #1c1c1c;
  font-size: 23px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 10px;
  vertical-align: bottom;
}
header .top_bar .right .cart {
  position: relative;
  vertical-align: middle;
  margin-top: 0;
  display: inline-block;
}
header .top_bar .right .cart .cart-contents:before {
  font-family: WooCommerce;
  content: "\e01d";
  color: #1c1c1c;
  font-size: 23px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}
header .top_bar .right .cart .cart-contents:hover {
  text-decoration: none;
}
header .top_bar .right .cart .cart-contents-count {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  background-color: #1c1c1c;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
  font-size: 10px;
  border-radius: 50%;
  padding: 3px 5px;
  position: absolute;
  top: -5px;
  right: 0;
}
header .top_bar .right .cart:hover .minicart_container {
  display: block;
}
header .top_bar .right .minicart_container {
  position: absolute;
  right: 0;
  top: 10px;
  padding-top: 40px;
  display: none;
}
header .top_bar .right .minicart_container .minicart {
  border: 1px solid #ccc;
  background: #fff;
  padding: 25px 40px 65px 30px;
  width: 260px;
}
header .top_bar .right .minicart_container .minicart ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header .top_bar .right .minicart_container .minicart ul .checkout_thumbnail {
  display: none;
}
header .top_bar .right .minicart_container .minicart ul li {
  padding: 4px 0;
}
header .top_bar .right .minicart_container .minicart ul li .remove {
  float: left;
  margin-right: 10px;
  display: none;
}
header .top_bar .right .minicart_container .minicart ul li a {
  font-weight: bold;
  line-height: 1.2em;
}
header .top_bar .right .minicart_container .minicart ul li a img {
  width: 52px;
  height: auto;
  float: right;
}
header .top_bar .right .minicart_container .minicart ul li .quantity {
  display: block;
  margin-top: 3px;
}
header .top_bar .right .minicart_container .minicart .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
  float: right;
}
header .top_bar .right .minicart_container .minicart .woocommerce-mini-cart__buttons.buttons a {
  width: 100%;
  border-radius: 0;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 0.25em;
  padding: 13px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1em;
}
header .top_bar .right .minicart_container .minicart .woocommerce-mini-cart__buttons.buttons a.wc-forward {
  display: block;
}
header .top_bar .right .minicart_container .minicart .woocommerce-mini-cart__buttons.buttons a.wc-forward.checkout {
  display: none;
}
header .top_bar .right .minicart_container .button.continue {
  cursor: pointer;
  display: block;
  position: absolute;
  margin-top: -70px;
  margin-left: 30px;
  width: 220px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
header .top_bar .right .minicart_container .button.continue:hover {
  background-color: #1c1c1c;
  color: #fff;
}
header .top_bar .right .minicart_container.show {
  display: block;
}
header .top_bar .right .minicart_container:hover {
  display: block;
}
header .lateral_bar {
  width: 85px;
  height: 100vh;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
header .lateral_bar .logo {
  display: inline-block;
  height: 45px;
  float: left;
  margin-top: 31px;
  margin-left: 28px;
}
header .lateral_bar .logo svg {
  width: 27px;
}
header .lateral_bar .cupboard {
  width: 255px;
  padding: 80px;
  background-color: #1c1c1c;
  position: fixed;
  top: 0;
  left: -415px;
  height: calc(100vh - 160px);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  top: -75px;
}
header .lateral_bar .cupboard .scroller {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  overflow-y: scroll;
  max-height: calc(100vh - 80px);
  width: 357px;
}
header .lateral_bar .cupboard .scroller .cupboard_menu,
header .lateral_bar .cupboard .scroller .mobile_cats {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul,
header .lateral_bar .cupboard .scroller .mobile_cats ul {
  list-style: none;
  padding-left: 0;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li,
header .lateral_bar .cupboard .scroller .mobile_cats ul li {
  height: auto;
  padding: 10px 0;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li a,
header .lateral_bar .cupboard .scroller .mobile_cats ul li a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  padding: 8px 0;
  letter-spacing: 0.08em;
  cursor: pointer;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li a:hover,
header .lateral_bar .cupboard .scroller .mobile_cats ul li a:hover {
  border-bottom: 1px solid;
  opacity: 1;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li ul.sub-menu,
header .lateral_bar .cupboard .scroller .mobile_cats ul li ul.sub-menu {
  display: none;
  padding-left: 10px;
  margin-top: 15px;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li ul.sub-menu li,
header .lateral_bar .cupboard .scroller .mobile_cats ul li ul.sub-menu li {
  padding: 5px 0;
}
header .lateral_bar .cupboard .scroller .cupboard_menu ul li.expanded ul.sub-menu,
header .lateral_bar .cupboard .scroller .mobile_cats ul li.expanded ul.sub-menu {
  display: block!important;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom {
  position: relative;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .full_logo svg {
  width: 155px;
  height: auto;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .corporate_menu ul {
  list-style: none;
  padding-left: 0;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .corporate_menu ul li a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  padding: 5px 0;
  letter-spacing: 0.08em;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .corporate_menu ul li a:hover {
  border-bottom: 1px solid;
  opacity: 1;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .social_networks {
  margin-bottom: 30px;
}
header .lateral_bar .cupboard .scroller .cupboard_bottom .social_networks a {
  margin-right: 10px;
}
header .message_bar {
  width: calc(100% - 117px);
  background-color: #1c1c1c;
  padding: 16px;
  text-align: center;
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  max-height: 100px;
  overflow: auto;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .message_bar img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  max-height: 26px;
}
header .message_bar .message,
header .message_bar p {
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  max-width: calc(100% - 200px);
  width: auto;
}
header .message_bar .message a,
header .message_bar p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
header .message_bar.hide {
  max-height: 0;
  padding: 0 16px;
}
header #burger {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 100px;
  margin: 0;
}
header #burger span {
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0px;
  width: 100%;
  background: #1c1c1c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #burger span:nth-child(1) {
  top: 0px;
}
header #burger span:nth-child(2),
header #burger span:nth-child(3) {
  top: 6px;
}
header #burger span:nth-child(4) {
  top: 12px;
}
header #burger.open span {
  background: #1c1c1c !important;
}
header #burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header #burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header #go_up {
  width: 69px;
  height: 69px;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 70px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  cursor: pointer;
  visibility: hidden;
  transition: visibility 1s, opacity 1s linear;
  opacity: 0;
}
header #go_up.visible {
  visibility: visible;
  opacity: 1;
}
header #go_up .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1c1c1c;
  margin: 14px 0 10px 50%;
  transform: translate(-50%, 0);
}
header #go_up .instrucciones {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  header .top_bar {
    height: 40px;
  }
  header .top_bar .desktop_cats {
    display: none!important;
  }
  header .top_bar .right {
    position: relative;
    text-align: right;
    bottom: -9px;
  }
  header .top_bar .right .search .search_form form input[type="text"] {
    width: 100%;
    margin-bottom: 0!important;
    font-size: 20px!important;
    padding: 15px 0!important;
  }
  header .top_bar .right .search .search_form form input[type="submit"] {
    width: 100%!important;
    margin-bottom: 0!important;
    margin-top: 15px!important;
  }
  header .top_bar .right .myaccount {
    margin-left: 3px;
  }
  header .top_bar .right .cart {
    margin-top: 0;
  }
  header .top_bar .right .minicart_container {
    display: none;
    width: calc(100vw - 60px);
    position: fixed;
    top: 70px;
    left: 30px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
  header .top_bar .right .minicart_container .minicart {
    width: calc(100% - 60px);
    padding: 25px 27px 65px 30px;
  }
  header .top_bar .right .minicart_container .minicart ul li a {
    line-height: 1.2em;
    font-size: 15px;
  }
  header .top_bar .right .minicart_container .minicart ul li .quantity {
    font-size: 13px;
    margin-top: 5px;
  }
  header .top_bar .right .minicart_container .button.continue {
    width: calc(100vw - 160px);
  }
  header .top_bar .right .mobile_burger {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 14px;
    margin-left: 5px;
  }
  header .lateral_bar {
    width: 85px;
    height: 56px;
  }
  header .lateral_bar .logo {
    height: 47px;
    margin-top: 9px;
    margin-left: 20px;
  }
  header .lateral_bar .logo svg {
    width: 23px;
  }
  header .lateral_bar .cupboard {
    width: calc(100vw - 80px);
    padding: 0 40px;
    top: 0;
    left: -101vw;
    height: 100vh;
    position: fixed;
  }
  header .lateral_bar .cupboard.open {
    left: 0;
  }
  header .lateral_bar .cupboard .mobile_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
  }
  header .lateral_bar .cupboard .mobile_close span {
    background: #fff !important;
    display: block;
    position: absolute;
    height: 1px;
    border-radius: 0px;
    width: 100%;
    background: #1c1c1c;
    opacity: 1;
    left: 0;
  }
  header .lateral_bar .cupboard .mobile_close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .lateral_bar .cupboard .mobile_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .lateral_bar .cupboard .scroller {
    height: 100vh;
    overflow-y: scroll;
    padding: 50px 0;
    width: calc(100% - 30px);
  }
  header .lateral_bar .cupboard .scroller .cupboard_menu,
  header .lateral_bar .cupboard .scroller .mobile_cats {
    width: 100%;
    top: 0;
  }
  header .lateral_bar .cupboard .scroller .cupboard_menu ul,
  header .lateral_bar .cupboard .scroller .mobile_cats ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  header .lateral_bar .cupboard .scroller .cupboard_menu ul li,
  header .lateral_bar .cupboard .scroller .mobile_cats ul li {
    height: auto;
    padding: 8px 0;
  }
  header .lateral_bar .cupboard .scroller .cupboard_menu ul li a,
  header .lateral_bar .cupboard .scroller .mobile_cats ul li a {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    padding: 8px 0;
    letter-spacing: 0.08em;
  }
  header .lateral_bar .cupboard .scroller .cupboard_menu ul li a:hover,
  header .lateral_bar .cupboard .scroller .mobile_cats ul li a:hover {
    border-bottom: 1px solid;
    opacity: 1;
  }
  header .lateral_bar .cupboard .scroller .cupboard_bottom {
    position: relative;
    margin-top: 60px;
    margin-bottom: 200px;
  }
  header .message_bar {
    width: calc(100% - 32px);
    padding: 9px 16px 16px 16px;
  }
  header #burger {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0;
    right: 0;
    top: 0;
  }
  header #burger.open span {
    transform: none!important;
  }
  header #burger.open span:nth-child(1) {
    top: 0px;
    width: 100%;
    left: 0;
  }
  header #burger.open span:nth-child(2),
  header #burger.open span:nth-child(3) {
    top: 6px;
  }
  header #burger.open span:nth-child(4) {
    top: 12px;
    width: 100%;
    left: 0;
  }
  header #go_up {
    display: none!important;
  }
}
/****************************************************
*********************** FOOTER **********************
****************************************************/
footer {
  padding: 37px;
  text-align: center;
  background-color: #fff;
  color: #1c1c1c !important;
  width: calc(100% - 159px);
  margin-left: 85px;
}
footer .whatsapp_tab {
  background-color: #075E54;
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 20px;
  left: 14px;
  border-radius: 50%;
  z-index: 19;
}
footer .whatsapp_tab img {
  position: absolute;
  width: 29px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
footer .destacados .destacado {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
footer .destacados .destacado .icono {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .destacados .destacado .icono svg {
  width: 28px;
}
footer .destacados .destacado .texto {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
footer .logo_footer {
  margin: 50px 0 20px 0;
}
footer .logo_footer svg {
  width: 145px;
  height: auto;
}
footer .made_with_love {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 60px;
}
footer .made_with_love svg {
  width: 20px;
  display: inline-block;
  margin: 0 3px;
  margin-bottom: -5px;
}
footer .cols {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
footer .cols .col {
  width: calc(20% - 34px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-right: 30px;
}
footer .cols .col .col_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
footer .cols .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .cols .col ul li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin: 10px 0;
}
footer .cols .col.col5 a {
  margin: 0 6px;
}
footer .cols .col.col5 a svg {
  width: 27px;
}
footer .save_the_amazon {
  margin: 50px 0 30px 0;
  display: inline-block;
}
footer .save_the_amazon svg {
  width: 170px;
}
footer .signatures {
  font-size: 12px;
}
footer .signatures .legal {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}
footer .signatures .credits {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  letter-spacing: 0.08em;
}
footer .signatures .credits a {
  position: absolute;
  right: -20px;
  top: 2px;
}
@media only screen and (max-width: 1025px) {
  footer {
    padding: 40px;
    width: calc(100% - 80px);
    margin-left: 0px;
  }
  footer .whatsapp_tab {
    width: 45px;
    height: 45px;
    bottom: 14px;
    left: 14px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  footer .whatsapp_tab img {
    width: 24px;
  }
  footer .destacados .destacado {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  footer .cols .col {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  footer .save_the_amazon {
    margin: 40px 0 30px 0;
  }
  footer .signatures {
    margin-top: 50px;
  }
  footer .signatures .legal {
    display: block;
    margin-right: 0px;
  }
  footer .signatures .divider {
    display: none;
  }
  footer .signatures .credits {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
  footer .signatures .credits a {
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    clear: both;
    margin-top: 4px;
  }
  body.site_wide_notice_active footer .whatsapp_tab {
    bottom: 79px;
  }
  body.site_wide_notice_active.site_wide_notice_hide footer .whatsapp_tab {
    bottom: 14px;
  }
}
/****************************************************
*********************** PAGE ************************
****************************************************/
.page #main #content img,
.single #main #content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.page #main #content .alignleft,
.single #main #content .alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.page #main #content .alignright,
.single #main #content .alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.page #main #content .aligncenter,
.single #main #content .aligncenter {
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.page #main #content .wp-caption-text,
.single #main #content .wp-caption-text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.page #main #content h2,
.single #main #content h2,
.page #main #content h3,
.single #main #content h3,
.page #main #content h4,
.single #main #content h4,
.page #main #content h5,
.single #main #content h5 {
  color: #1c1c1c;
  text-align: left;
}
.page #main #content .text_content,
.single #main #content .text_content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 95px;
}
.page #main #content .custom-checkboxes,
.single #main #content .custom-checkboxes {
  padding-left: 6px;
}
.page #main #content .custom-checkboxes label,
.single #main #content .custom-checkboxes label {
  width: 23px;
  height: 23px;
  position: inherit;
  display: inline;
}
.page #main #content .custom-checkboxes label span,
.single #main #content .custom-checkboxes label span {
  padding-left: 12px;
}
.page #main #content .woocommerce-invalid #terms,
.single #main #content .woocommerce-invalid #terms {
  outline: none;
  outline-offset: initial;
}
.page #main #content .select2-selection,
.single #main #content .select2-selection {
  background: #f3f3f3;
}
.page #main #content .select2-container,
.single #main #content .select2-container {
  width: 100%!important;
}

.page #main #content .select2-container--default .select2-selection--single .select2-selection__placeholder,
.single #main #content .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
  font-size: 10.5px;
  font-weight: 500;
}
.page #main #content .chosen-container,
.single #main #content .chosen-container {
  width: 100%!important;
}
.page #main #content .select2-container .select2-selection,
.single #main #content .select2-container .select2-selection {
  border: 0px;
}
.page #main #content .select2-container .select2-selection__rendered,
.single #main #content .select2-container .select2-selection__rendered {
  background: #f3f3f3;
  border-bottom: 1px solid #1c1c1c;
  color: #666;
  padding-left: 0;
}
.page #main #content #billing_gender_field label,
.single #main #content #billing_gender_field label {
  position: inherit;
  width: auto;
  height: auto;
  padding: 0;
}
.page #main #content #billing_gender_field,
.single #main #content #billing_gender_field,
.page #main #content #shipping_gender_field,
.single #main #content #shipping_gender_field {
  margin-bottom: 10px;
}
.page #main #content #billing_gender_field input,
.single #main #content #billing_gender_field input,
.page #main #content #shipping_gender_field input,
.single #main #content #shipping_gender_field input {
  width: 20px!important;
  height: 16px;
}
.page #main #content #billing_gender_field .woocommerce-input-wrapper label:first-child,
.single #main #content #billing_gender_field .woocommerce-input-wrapper label:first-child,
.page #main #content #shipping_gender_field .woocommerce-input-wrapper label:first-child,
.single #main #content #shipping_gender_field .woocommerce-input-wrapper label:first-child {
  display: none;
}
.page #main #content .woocommerce-checkout #payment ul.payment_methods,
.single #main #content .woocommerce-checkout #payment ul.payment_methods {
  padding: 0px;
}
.page #main #content .woocommerce-checkout #payment ul.payment_methods hr,
.single #main #content .woocommerce-checkout #payment ul.payment_methods hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2.5px solid #fff;
  margin: 1em 0;
  padding: 0;
  margin-bottom: -1px;
}
.page #main #content .woocommerce-checkout #payment ul.payment_methods li,
.single #main #content .woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.page #main #content .woocommerce-form-login-toggle,
.single #main #content .woocommerce-form-login-toggle {
  cursor: pointer;
}
.page #main #content .woocommerce-form-login-toggle:hover .woocommerce-info,
.single #main #content .woocommerce-form-login-toggle:hover .woocommerce-info {
  background-color: #1c1c1c;
  color: #fff;
}
.page #main #content .woocommerce-form-login-toggle:hover .woocommerce-info a,
.single #main #content .woocommerce-form-login-toggle:hover .woocommerce-info a {
  color: #fff;
}
.page #main #content .box_collapse,
.single #main #content .box_collapse {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 26px;
  color: #000;
  background-color: transparent;
  cursor: pointer;

}
.page #main #content .box_collapse:hover,
.single #main #content .box_collapse:hover {
  color: inherit;
}
.page #main #content .box_collapse:hover a,
.single #main #content .box_collapse:hover a {
  color: #fff;
}
.page #main #content .checkout.woocommerce-checkout #customer_details,
.single #main #content .checkout.woocommerce-checkout #customer_details {
  /* height: 0; */
  overflow: hidden;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.page #main #content .checkout.woocommerce-checkout #customer_details.open,
.single #main #content .checkout.woocommerce-checkout #customer_details.open {
  height: auto;
  max-height: 1000px;
}
.page #main #content .form-row.place-order p,
.single #main #content .form-row.place-order p {
  margin: 0;
}
.page #main #content .form-row.place-order .input-checkbox,
.single #main #content .form-row.place-order .input-checkbox {
  margin: 0;
  margin-top: 11px;
}
.page #main #content #createaccount,
.single #main #content #createaccount {
  margin-top: 11px!important;
}
.page #main #content textarea#order_comments,
.single #main #content textarea#order_comments {
  padding-top: 1px!important;
}
.page #main #content .wc_payment_method.border,
.single #main #content .wc_payment_method.border {
  border-top: 1px solid #d3ced2;
}
.page #main #content .wc_payment_method label,
.single #main #content .wc_payment_method label,
.page #main #content .wc_payment_method input,
.single #main #content .wc_payment_method input {
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.page #main #content .wc_payment_method input,
.single #main #content .wc_payment_method input {
  width: 18px;
  font-size: 16px;
}
.page #main #content .woocommerce-checkout #payment,
.single #main #content .woocommerce-checkout #payment {
  background-color: initial;
}
.page #main #content .payment_box,
.single #main #content .payment_box {
  margin-top: -24px;
  background-color: initial;
  padding-bottom: 0;
  margin-bottom: 0px;
}
.page #main #content .payment_box:before,
.single #main #content .payment_box:before {
  content: inherit;
  display: none;
}
.page #main #content .payment_box p,
.single #main #content .payment_box p {
  padding-left: 25px;
}
.page #main #content .woocommerce form .form-row.woocommerce-invalid label a,
.single #main #content .woocommerce form .form-row.woocommerce-invalid label a {
  color: #a00;
  text-decoration: underline;
}
@media only screen and (max-width: 1025px) {
  .page #main #content img,
  .single #main #content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .page #main #content .aligncenter,
  .single #main #content .aligncenter,
  .page #main #content .alignright,
  .single #main #content .alignright,
  .page #main #content .alignleft,
  .single #main #content .alignleft {
    margin-left: 50%;
    transform: translate(-50%, 0);
    float: left;
    margin: 0;
  }
  .page #main #content .text_content,
  .single #main #content .text_content {
    width: calc(100% - 80px) !important;
    padding: 40px;
    margin-top: 0;
  }
}
/****************************************************
********************** SINGLE ***********************
****************************************************/
.single #main #content .columns {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.single #main #content .columns .column {
  width: 510px;
  margin-right: 85px;
  float: left;
}
.single #main #content .columns .column.left img {
  max-width: 100%;
  margin: 0;
}
.single #main #content .columns .column.right .publish_date {
  text-transform: uppercase;
  margin-bottom: 70px;
}
.single #main #content .columns .column.right h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1025px) {
  .single #main #content .columns {
    width: 100%;
  }
  .single #main #content .columns .column {
    width: 100%;
    margin-right: 0;
  }
  .single #main #content .columns .column.left img {
    max-width: 100%;
    margin: 0;
  }
  .single #main #content .columns .column.right {
    width: calc(100% - 80px);
    padding: 40px;
  }
  .single #main #content .columns .column.right .publish_date {
    margin-bottom: 30px;
  }
}
/****************************************************
******************* ARCHIVE BLOG ********************
****************************************************/
.page-template-template-blog #main #content .single_post_snipet {
  overflow: hidden;
  clear: both;
  width: 1200px;
  margin: 0 auto;
}
.page-template-template-blog #main #content .single_post_snipet a {
  display: table;
}
.page-template-template-blog #main #content .single_post_snipet a .column {
  width: 510px;
  display: table-cell;
  vertical-align: middle;
}
.page-template-template-blog #main #content .single_post_snipet a .column.left .featured_image {
  max-width: 100%;
  padding-top: 65%;
  margin: 0;
  position: relative;
}
.page-template-template-blog #main #content .single_post_snipet a .column.left .featured_image .read_more {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1c1c1c;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  left: 0;
  top: 0;
}
.page-template-template-blog #main #content .single_post_snipet a .column.right {
  padding: 0 85px;
}
.page-template-template-blog #main #content .single_post_snipet a .column.right h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: normal;
}
.page-template-template-blog #main #content .single_post_snipet a .column.right .publish_date {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 40px;
}
.page-template-template-blog #main #content .single_post_snipet a:hover {
  background-color: #fff;
  opacity: 1;
}
.page-template-template-blog #main #content .single_post_snipet a:hover .column.left .read_more {
  display: block;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-blog #main #content .single_post_snipet {
    width: 100%;
  }
  .page-template-template-blog #main #content .single_post_snipet a .column {
    width: 100%;
    display: block;
  }
  .page-template-template-blog #main #content .single_post_snipet a .column.left .featured_image {
    max-width: 100%;
    padding-top: 67%;
  }
  .page-template-template-blog #main #content .single_post_snipet a .column.right {
    width: calc(100% - 80px);
    padding: 40px 40px;
  }
  .page-template-template-blog #main #content .single_post_snipet a .column.right h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-template-template-blog #main #content .single_post_snipet a .column.right .publish_date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 40px;
  }
}
/****************************************************
*********************** CONTACT ************************
****************************************************/
/****************************************************
*********************** HOME ************************
****************************************************/
.home table {
  margin-top: 140px!important;
  margin-bottom: 100px!important;
}
.home #content {
  padding-bottom: 0;
}
.home #content .slider {
  width: 100%;
  height: calc(100vh - 73px);
}
.home #content .slider .slide {
  width: 100%;
  height: calc(100vh - 73px);
  position: relative;
  overflow: hidden;
}
.home #content .slider .slide a:hover {
  opacity: 1!important;
}
.home #content .slider .slide .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: calc(100vh - 73px);
}
.home #content .slider .slide .left .bleed {
  position: relative;
  height: calc(100vh - 73px);
}
.home #content .slider .slide .left .bleed img {
  position: absolute;
  left: -10%;
  margin: 0!important;
  top: 58%;
  transform: scale(1.2) translate(0, -50%);
}
.home #content .slider .slide .right {
  width: 50%;
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  transform: translate(0, -50%);
}
.home #content .slider .slide .right .title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.home #content .slider .slide .right .subtitle {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 50px;
  letter-spacing: 0.08em;
  max-width: 510px;
  line-height: 1.3em;
  margin: 25px 0;
}
.home #content .slider .slide .right a.calltoaction {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: 1px solid #1c1c1c;
  padding: 15px 30px;
  font-weight: bold;
  display: inline-block;
}
.home #content .slider .slide .right a.calltoaction:hover {
  background-color: #1c1c1c;
  color: #f3f3f3;
}
.home #content .slider .slide.fullimg .bg_gradient,
.home #content .slider .slide.fullvid .bg_gradient {
  width: 100%;
  height: 30vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #020024 0%, #090979 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56299615) 0%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
}
.home #content .slider .slide.fullimg .fullbg,
.home #content .slider .slide.fullvid .fullbg {
  height: calc(100vh - 73px);
}
.home #content .slider .slide.fullimg video,
.home #content .slider .slide.fullvid video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.home #content .slider .slide.fullimg .positioner,
.home #content .slider .slide.fullvid .positioner {
  top: inherit;
  bottom: 9vh;
  text-align: center;
  transform: translate(-50%, 0);
}
.home #content .slider .slide.fullimg .positioner a,
.home #content .slider .slide.fullvid .positioner a {
  display: inline-block;
}
.home #content .slider .slide.fullimg .positioner a:hover,
.home #content .slider .slide.fullvid .positioner a:hover {
  opacity: 1!important;
}
.home #content .slider .slide.fullimg .positioner .title,
.home #content .slider .slide.fullvid .positioner .title {
  color: #fff !important;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1em;
  margin: 25px 0;
  text-align: center!important;
  display: block;
  width: 100%;
}
.home #content .slider .slide.fullimg .positioner .subtitle,
.home #content .slider .slide.fullvid .positioner .subtitle {
  color: #fff !important;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-align: center!important;
  margin-bottom: 40px;
  margin-top: 0;
  max-width: 420px;
  display: block;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.home #content .slider .slide.fullimg .positioner a.calltoaction,
.home #content .slider .slide.fullvid .positioner a.calltoaction {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-weight: bold;
  display: table;
  margin-left: 50%;
  transform: translate(-50%, 0);
  color: #fff !important;
}
.home #content .slider .slide.fullimg .positioner a.calltoaction:hover,
.home #content .slider .slide.fullvid .positioner a.calltoaction:hover {
  background-color: #fff;
  color: #1c1c1c !important;
}
.home #content .slider .owl-dots {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 999;
  width: 5px;
  height: 100px;
  transform: translate(0, -50%);
}
.home #content .slider .owl-dots .owl-dot {
  border: 1px solid #1c1c1c;
  height: 5px;
  width: 5px;
  margin: 4px;
}
.home #content .slider .owl-dots .owl-dot.active {
  background-color: #1c1c1c;
}
.home table {
  padding: 0 40px;
}
.home table tr {
  text-align: left!important;
}
.home table td {
  text-align: right!important;
}
.home img.pagomio-gateway-image {
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 1025px) {
  .home #content .slider {
    height: calc(100vh - 125px);
  }
  .home #content .slider .slide {
    height: calc(100vh - 125px);
  }
  .home #content .slider .slide .left {
    width: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    overflow: hidden;
    height: auto;
    max-width: calc(100% - 80px);
    max-height: calc(100vh - 310px);
  }
  .home #content .slider .slide .left .bleed {
    position: relative;
    height: calc(100vh - 310px);
  }
  .home #content .slider .slide .left .bleed img {
    max-height: calc(100vh - 390px);
    width: auto;
    left: 50%;
    transform: none;
    transform: translate(-50%, -50%);
  }
  .home #content .slider .slide .right {
    width: 100%;
    top: inherit;
    bottom: 70px;
    left: 40px;
    transform: none;
  }
  .home #content .slider .slide .right .title {
    display: none;
  }
  .home #content .slider .slide .right .subtitle {
    font-size: 30px;
    max-width: calc(100% - 80px);
    margin: 25px 0;
  }
  .home #content .slider .slide .right a {
    font-size: 12px;
    padding: 12px 24px;
    display: contents;
  }
  .home #content .slider .slide.fullimg .fullbg,
  .home #content .slider .slide.fullvid .fullbg {
    height: calc(100vh - 125px);
  }
  .home #content .slider .slide.fullimg .positioner,
  .home #content .slider .slide.fullvid .positioner {
    width: calc(100% - 80px);
    bottom: 35px;
  }
  .home #content .slider .slide.fullimg .positioner .title,
  .home #content .slider .slide.fullvid .positioner .title {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .home #content .slider .slide.fullimg .positioner .subtitle,
  .home #content .slider .slide.fullvid .positioner .subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
  .home #content .slider .owl-dots {
    top: inherit;
    bottom: 4px;
    right: inherit;
    left: 50%;
    z-index: 999;
    width: 5px;
    height: auto;
    transform: translate(-50%, 0);
    width: auto;
  }
  .home #content .slider .owl-dots .owl-dot {
    display: inline-block;
  }
}
/****************************************************
********************** ABOUT ************************
****************************************************/
.page-template-template-about .block {
  width: 940px;
  margin: 0 auto;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px!important;
  overflow: hidden;
  margin-top: 95px;
  display: table;
}
.page-template-template-about .block.text_image h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 70px;
}
.page-template-template-about .block.text_image h2:first-child {
  margin-top: 0;
}
.page-template-template-about .block.text_image p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px!important;
}
.page-template-template-about .block.text_image .image {
  display: table-cell;
  float: left;
  vertical-align: middle;
}
.page-template-template-about .block.text_image .image img {
  width: 425px;
  height: auto;
}
.page-template-template-about .block.text_image .text {
  width: 340px;
  display: table-cell;
  vertical-align: middle;
}
.page-template-template-about .block.text_image.derecha .text {
  padding-right: 175px;
}
.page-template-template-about .block.link_banner {
  height: 320px;
  position: relative;
}
.page-template-template-about .block.link_banner .above_img_filter {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-template-template-about .block.link_banner .above_img_filter h2 {
  color: #fff !important;
  width: calc(100% - 80px);
  max-width: 840px;
  margin: 0 auto;
  text-align: center!important;
  font-size: 40px;
}
.page-template-template-about .block.link_banner .button {
  border: 1px solid #fff;
  color: #fff;
  bottom: -70px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.page-template-template-about .block.link_banner .button:hover {
  background-color: #fff;
  color: #1c1c1c;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-about #content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-template-about .block {
    width: 100%;
    margin-top: 45px;
  }
  .page-template-template-about .block.text_image {
    margin-top: 0;
  }
  .page-template-template-about .block.text_image h2 {
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .page-template-template-about .block.text_image .image {
    display: none;
  }
  .page-template-template-about .block.text_image .image img {
    width: calc(100% - 80px);
    margin-left: 50%!important;
    transform: translate(-50%, 0);
  }
  .page-template-template-about .block.text_image .text {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: block;
  }
  .page-template-template-about .block.text_image.izquierda .image {
    margin-bottom: 40px;
  }
  .page-template-template-about .block.text_image.derecha {
    margin-top: 45px;
  }
  .page-template-template-about .block.text_image.derecha .text {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .page-template-template-about .block.link_banner {
    height: 50vh;
  }
  .page-template-template-about .block.link_banner .above_img_filter h2 {
    width: calc(100% - 80px);
  }
}
/****************************************************
*************** TRABAJA CON NOSOTROS ****************
****************************************************/
.page-template-template-workwithus .text_content .cities {
  overflow: hidden;
}
.page-template-template-workwithus .text_content .cities .city {
  width: 33.33%;
  float: left;
}
.page-template-template-workwithus .text_content .cities .city h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.25em;
  font-weight: bold;
}
.page-template-template-workwithus .text_content .cities .city ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.page-template-template-workwithus .text_content .cities .city ul li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-workwithus .text_content .cities .city {
    width: 100%;
  }
  .page-template-template-workwithus .text_content .cities .city h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.25em;
    font-weight: bold;
  }
  .page-template-template-workwithus .text_content .cities .city ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .page-template-template-workwithus .text_content .cities .city ul li {
    margin-bottom: 15px;
  }
}
/****************************************************
****************** SINGLE VACANTE *******************
****************************************************/
.single-vacante .form_extra_values {
  display: none;
}
.single-vacante form {
  margin-top: 95px;
}
.single-vacante form .right input,
.single-vacante form .left input {
  width: 100%;
}
.single-vacante form .wpcf7-radio span.wpcf7-list-item {
  margin-left: 0;
  width: 100px;
}
.single-vacante form .wpcf7-radio span.wpcf7-list-item input {
  display: inline-block;
  width: auto;
}
.single-vacante form .wpcf7-radio span.wpcf7-list-item span {
  display: inline-block;
}
.single-vacante form p.cv {
  font-weight: bold;
  margin-left: 0;
}
/****************************************************
********************* ARCHIVE ***********************
****************************************************/
.archive .woocommerce-result-count {
  display: none;
}
.archive .archive_title {
  margin: 100px 0;
}
.archive .single_post_snipet {
  width: calc(33.333333% - 40px);
  float: left;
  margin: 30px;
}
.archive .single_post_snipet:nth-of-type(3n + 1) {
  margin-left: 0;
}
.archive .single_post_snipet:nth-of-type(3n + 3) {
  margin-right: 0;
}
.archive .single_post_snipet a {
  color: #1c1c1c;
}
.archive .single_post_snipet a:hover {
  color: #1c1c1c;
}
.archive .single_post_snipet a h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  height: 78px;
}
.archive .single_post_snipet a .excerpt {
  font-size: 15px;
  line-height: 1.55em;
}
.archive .single_post_snipet a .date {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}
/****************************************************
********************** SINGLE ***********************
****************************************************/
/****************************************************
**************** LOGIN REGISTER PAGE ****************
****************************************************/
.woocommerce-account h1.page_header {
  display: none;
}
.woocommerce-account .text_content {
  max-width: 1075px;
  width: calc(50% - 60px);
}
.woocommerce-account .text_content form {
  border: none;
  padding: 0;
  margin-top: 0;
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-account .text_content form h3:first-child {
  display: none;
}
.woocommerce-account .text_content form .half {
  width: 47%!important;
  padding: 0;
}
.woocommerce-account .text_content form #aregistration_field_9 .input-checkbox {
  width: auto!important;
  margin-left: 30px!important;
}
.woocommerce-account .text_content form #aregistration_field_9 .input-checkbox:first-child {
  margin-left: 0!important;
}
.woocommerce-account .text_content form p#aregistration_field_2 {
  font-size: 12px;
}
.woocommerce-account .text_content form p#aregistration_field_2 .input-checkbox {
  margin-top: 4px;
}
.woocommerce-account .text_content form button {
  width: 100%;
  border-radius: 0;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 0.25em;
  padding: 13px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account .text_content .woocommerce-privacy-policy-text p {
  font-size: 12px;
  color: #666;
}
.woocommerce-account .text_content .woocommerce-form__label-for-checkbox {
  width: auto;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  min-width: 150px!important;
}
.woocommerce-account .text_content .woocommerce-form__label-for-checkbox span {
  position: absolute;
  top: -2px;
  left: 22px;
}
.woocommerce-account .text_content .woocommerce-form__input-checkbox {
  width: auto;
  display: inline-block;
}
.woocommerce-account .text_content #newsletter_authorization_field,
.woocommerce-account .text_content .form-row.terms.wc-terms-and-conditions.custom-checkboxes {
  font-size: 11px;
  margin-bottom: 0;
}
.woocommerce-account .text_content #newsletter_authorization_field input,
.woocommerce-account .text_content .form-row.terms.wc-terms-and-conditions.custom-checkboxes input {
  margin-top: 4px;
}
.woocommerce-account .text_content #newsletter_authorization_field .required,
.woocommerce-account .text_content .form-row.terms.wc-terms-and-conditions.custom-checkboxes .required,
.woocommerce-account .text_content #newsletter_authorization_field .optional,
.woocommerce-account .text_content .form-row.terms.wc-terms-and-conditions.custom-checkboxes .optional {
  margin-left: 0!important;
  padding-left: 0!important;
}
.woocommerce-account .text_content .woocommerce-LostPassword {
  margin: 0;
  font-size: 12px;
  text-align: right;
  margin-top: -10px;
}
.woocommerce-account .text_content .form-row.custom-checkboxes {
  font-size: 11px;
  margin-bottom: 0;
  padding: 0;
  padding-left: 6px;
}
.woocommerce-account .text_content .form-row.custom-checkboxes input {
  margin-top: 4px;
}
.woocommerce-account .text_content .form-row.custom-checkboxes .required,
.woocommerce-account .text_content .form-row.custom-checkboxes .optional {
  margin-left: 0!important;
  padding-left: 0!important;
}
.woocommerce-account .text_content .form-row.custom-checkboxes span {
  padding-left: 0!important;
}
.woocommerce-account .text_content .form-row.form-row.privacy.validate-required {
  margin: 0;
  padding: 0;
  padding-left: 1px;
}
.woocommerce-account .text_content .form-row.form-row.privacy.validate-required .woocommerce-form__label-for-checkbox {
  position: relative;
}
.woocommerce-account .text_content .form-row.form-row.privacy.validate-required .woocommerce-form__label-for-checkbox input {
  margin-top: 7px;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-account .text_content .u-column1,
  .woocommerce-account .text_content .u-column2 {
    width: 100%;
  }
  .woocommerce-account .text_content .u-column1 form button,
  .woocommerce-account .text_content .u-column2 form button {
    margin-top: 0;
  }
}
/****************************************************
********* ARCHIVE PRODCUTS / CATEGORY PAGES *********
****************************************************/
.archive.woocommerce.term-zapatos,
.search.term-zapatos {
  background-color: #f5f2ee;
}
.archive.woocommerce.term-bolsos,
.search.term-bolsos {
  background-color: #f2ebeb;
}
.archive.woocommerce.term-cinturones,
.search.term-cinturones {
  background-color: #f3f4fa;
}
.archive.woocommerce.term-outlet ul.products,
.search.term-outlet ul.products,
.archive.woocommerce.term-botas-y-botines-outlet ul.products,
.search.term-botas-y-botines-outlet ul.products,
.archive.woocommerce.term-planos-outlet ul.products,
.search.term-planos-outlet ul.products,
.archive.woocommerce.term-tacones-outlet ul.products,
.search.term-tacones-outlet ul.products,
.archive.woocommerce.term-sandalias-planas ul.products,
.search.term-sandalias-planas ul.products,
.archive.woocommerce.term-sandalias-altas ul.products,
.search.term-sandalias-altas ul.products,
.archive.woocommerce.term-zuecos-outlet ul.products,
.search.term-zuecos-outlet ul.products,
.archive.woocommerce.term-tenis-outlet ul.products,
.search.term-tenis-outlet ul.products {
  margin-top: 110px;
}
.archive.woocommerce .product_cats,
.search .product_cats {
  position: fixed;
  z-index: 9;
  top: 67px;
  left: 125px;
  width: calc(100% - 250px);
  text-align: center;
}
.archive.woocommerce .product_cats .close_cats,
.search .product_cats .close_cats {
  display: none;
}
.archive.woocommerce .product_cats ul,
.search .product_cats ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background-color: #fff;
  padding: 0 0 20px 0;
}
.archive.woocommerce .product_cats ul li,
.search .product_cats ul li {
  display: inline-block;
  margin: 0 15px;
}
.archive.woocommerce .product_cats ul li a,
.search .product_cats ul li a {
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.archive.woocommerce .product_cats ul li:hover,
.search .product_cats ul li:hover {
  border-bottom: 1px solid #1c1c1c;
}
.archive.woocommerce .woocommerce-products-header__title,
.search .woocommerce-products-header__title {
  display: none;
}
.archive.woocommerce .woocommerce-ordering,
.search .woocommerce-ordering {
  position: relative;
}
.archive.woocommerce .woocommerce-ordering select,
.search .woocommerce-ordering select {
  border: none;
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-left: 15px;
}
.archive.woocommerce .woocommerce-ordering select::-ms-expand,
.search .woocommerce-ordering select::-ms-expand {
  display: none;
}
.archive.woocommerce .woocommerce-ordering:before,
.search .woocommerce-ordering:before {
  content: "+";
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  cursor: pointer;
  position: absolute;
}
.archive.woocommerce .mobile_categories,
.search .mobile_categories {
  display: none;
}
.archive.woocommerce .more_filters,
.search .more_filters {
  position: fixed;
  z-index: 9;
  top: 75px;
  right: 35px;
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  cursor: pointer;
}
.archive.woocommerce .product_filters,
.search .product_filters {
  position: fixed;
  z-index: 99;
  right: -1px;
  top: 112px;
  background-color: #f7f7f7;
  padding: 60px 100px 60px 80px;
  height: calc(100% - 238px);
  width: calc(100% - 180px);
  max-width: 300px;
  display: none;
  z-index: 999;
}
.archive.woocommerce .product_filters.menu_open,
.search .product_filters.menu_open {
  display: block;
}
.archive.woocommerce .product_filters #filters-side-bar,
.search .product_filters #filters-side-bar {
  height: 100%;
  position: relative;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll,
.search .product_filters #filters-side-bar .filters_scroll {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 320px);
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filter_lable,
.search .product_filters #filters-side-bar .filters_scroll .filter_lable {
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filter_lable:first-child,
.search .product_filters #filters-side-bar .filters_scroll .filter_lable:first-child {
  margin-top: 0;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .option,
.search .product_filters #filters-side-bar .filters_scroll .option {
  display: inline-block;
  margin: 4px;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .option input,
.search .product_filters #filters-side-bar .filters_scroll .option input {
  display: none;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .option input + label,
.search .product_filters #filters-side-bar .filters_scroll .option input + label {
  border: 1px solid;
  padding: 4px 8px 6px 8px;
  display: block;
  cursor: pointer;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .option input:hover + label,
.search .product_filters #filters-side-bar .filters_scroll .option input:hover + label {
  background-color: rgba(0, 0, 0, 0.2);
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .option input:checked + label,
.search .product_filters #filters-side-bar .filters_scroll .option input:checked + label {
  background-color: #1c1c1c;
  color: #fff;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .options_color .option input + label,
.search .product_filters #filters-side-bar .filters_scroll .options_color .option input + label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid transparent;
  padding: 0;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .options_color .option input + label[for="color-391"],
.search .product_filters #filters-side-bar .filters_scroll .options_color .option input + label[for="color-391"] {
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  background-size: 2.5em;
  background-position: bottom;
  transform: rotate(45deg);
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .options_color .option input:checked + label,
.search .product_filters #filters-side-bar .filters_scroll .options_color .option input:checked + label {
  border-color: #888;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filters_actions,
.search .product_filters #filters-side-bar .filters_scroll .filters_actions {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filters_actions a,
.search .product_filters #filters-side-bar .filters_scroll .filters_actions a {
  border: 1px solid #1c1c1c;
  padding: 10px 25px 12px 25px;
  width: calc(50% - 55px);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filters_actions a#filtrar_button,
.search .product_filters #filters-side-bar .filters_scroll .filters_actions a#filtrar_button {
  background-color: #1c1c1c;
  color: #fff;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar-track,
.search .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar,
.search .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}
.archive.woocommerce .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar-thumb,
.search .product_filters #filters-side-bar .filters_scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border: 2px solid #555555;
}
.archive.woocommerce .product_filters #filters-side-bar .berocket_aapf_widget,
.search .product_filters #filters-side-bar .berocket_aapf_widget {
  margin: 0!important;
  width: calc(100% - 40px) !important;
  margin-left: 11px!important;
}
.archive.woocommerce .product_filters .widget-content,
.search .product_filters .widget-content,
.archive.woocommerce .product_filters .berocket_single_filter_widget,
.search .product_filters .berocket_single_filter_widget {
  display: inline-block;
  width: 100%!important;
  position: relative;
}
.archive.woocommerce .product_filters .widget-content h3,
.search .product_filters .widget-content h3,
.archive.woocommerce .product_filters .berocket_single_filter_widget h3,
.search .product_filters .berocket_single_filter_widget h3 {
  margin-top: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.archive.woocommerce .product_filters .widget-content ul,
.search .product_filters .widget-content ul,
.archive.woocommerce .product_filters .berocket_single_filter_widget ul,
.search .product_filters .berocket_single_filter_widget ul {
  padding-left: 0;
}
.archive.woocommerce .product_filters .widget-content ul li,
.search .product_filters .widget-content ul li,
.archive.woocommerce .product_filters .berocket_single_filter_widget ul li,
.search .product_filters .berocket_single_filter_widget ul li {
  height: 40px;
}
.archive.woocommerce .product_filters .widget-content ul li input[type=checkbox],
.search .product_filters .widget-content ul li input[type=checkbox],
.archive.woocommerce .product_filters .berocket_single_filter_widget ul li input[type=checkbox],
.search .product_filters .berocket_single_filter_widget ul li input[type=checkbox] {
  margin: 3px 7px 7px 0;
  display: none;
}
.archive.woocommerce .product_filters .widget-content ul li label,
.search .product_filters .widget-content ul li label,
.archive.woocommerce .product_filters .berocket_single_filter_widget ul li label,
.search .product_filters .berocket_single_filter_widget ul li label {
  padding: 4px 7px;
  border: 1px solid transparent;
  cursor: pointer;
}
.archive.woocommerce .product_filters .widget-content ul li label.berocket_checked,
.search .product_filters .widget-content ul li label.berocket_checked,
.archive.woocommerce .product_filters .berocket_single_filter_widget ul li label.berocket_checked,
.search .product_filters .berocket_single_filter_widget ul li label.berocket_checked {
  border: 1px solid #666;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_384,
.search .product_filters .widget-content.berocket_single_filter_widget_384,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 {
  margin-bottom: 70px!important;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.left input,
.search .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.left input,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.left input,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.left input,
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.right input,
.search .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.right input,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.right input,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_aapf_widget li.slider span.right input {
  border: transparent;
  font-size: 13px;
  font-style: normal;
  padding: 0;
  width: 60%;
  background: transparent;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_slider_end_val,
.search .product_filters .widget-content.berocket_single_filter_widget_384 .berocket_slider_end_val,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_slider_end_val,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_384 .berocket_slider_end_val {
  text-align: right;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_385,
.search .product_filters .widget-content.berocket_single_filter_widget_385,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_385,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_385 {
  width: 50%!important;
  float: left!important;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_382,
.search .product_filters .widget-content.berocket_single_filter_widget_382,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_382,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_382 {
  width: 50%!important;
  float: left!important;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_386,
.search .product_filters .widget-content.berocket_single_filter_widget_386,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386 {
  width: calc(50% - 10px) !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_386 input,
.search .product_filters .widget-content.berocket_single_filter_widget_386 input,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386 input,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386 input {
  text-transform: uppercase;
  color: #1c1c1c;
  background-color: transparent;
  border: 1px solid #1c1c1c;
  text-align: center;
  cursor: pointer;
  width: 100%!important;
  margin-bottom: 0!important;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_386 input:hover,
.search .product_filters .widget-content.berocket_single_filter_widget_386 input:hover,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386 input:hover,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_386 input:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_388,
.search .product_filters .widget-content.berocket_single_filter_widget_388,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388 {
  width: calc(50% - 10px) !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_388 input,
.search .product_filters .widget-content.berocket_single_filter_widget_388 input,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388 input,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388 input {
  text-transform: uppercase;
  color: #fff;
  background-color: #1c1c1c;
  text-align: center;
  cursor: pointer;
  width: 100%!important;
  margin-bottom: 0!important;
}
.archive.woocommerce .product_filters .widget-content.berocket_single_filter_widget_388 input:hover,
.search .product_filters .widget-content.berocket_single_filter_widget_388 input:hover,
.archive.woocommerce .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388 input:hover,
.search .product_filters .berocket_single_filter_widget.berocket_single_filter_widget_388 input:hover {
  opacity: 0.7;
}
.archive.woocommerce .product_filters .close_filters,
.search .product_filters .close_filters {
  position: absolute;
  top: -20px;
  right: -70px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.archive.woocommerce .product_filters .close_filters:before,
.search .product_filters .close_filters:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  transform: rotate(45deg);
  top: 10px;
}
.archive.woocommerce .product_filters .close_filters:after,
.search .product_filters .close_filters:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  transform: rotate(-45deg);
  top: 10px;
}
.archive.woocommerce .woocommerce-ordering,
.search .woocommerce-ordering {
  position: fixed;
  left: 115px;
  top: 75px;
  z-index: 9;
  display: none;
}
.archive.woocommerce .reserva_lightbox,
.search .reserva_lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.archive.woocommerce .reserva_lightbox.show,
.search .reserva_lightbox.show {
  display: block;
}
.archive.woocommerce .reserva_lightbox .reserva_form,
.search .reserva_lightbox .reserva_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 80px 70px;
  width: calc(100% - 180px);
  max-width: 440px;
}
.archive.woocommerce .reserva_lightbox .reserva_form .close_reserva_form,
.search .reserva_lightbox .reserva_form .close_reserva_form {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.archive.woocommerce .reserva_lightbox .reserva_form .close_reserva_form:before,
.search .reserva_lightbox .reserva_form .close_reserva_form:before,
.archive.woocommerce .reserva_lightbox .reserva_form .close_reserva_form:after,
.search .reserva_lightbox .reserva_form .close_reserva_form:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
}
.archive.woocommerce .reserva_lightbox .reserva_form .close_reserva_form:after,
.search .reserva_lightbox .reserva_form .close_reserva_form:after {
  transform: rotate(-45deg);
}
.archive.woocommerce .reserva_lightbox .reserva_form .aviso,
.search .reserva_lightbox .reserva_form .aviso {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.archive.woocommerce .reserva_lightbox .reserva_form .explanation,
.search .reserva_lightbox .reserva_form .explanation {
  font-size: 13px;
  margin-bottom: 30px;
}
.archive.woocommerce .reserva_lightbox .reserva_form .wpcf7,
.search .reserva_lightbox .reserva_form .wpcf7 {
  width: 280px;
  margin: 0 auto;
}
.archive.woocommerce .reserva_lightbox .reserva_form .wpcf7 #url_producto,
.search .reserva_lightbox .reserva_form .wpcf7 #url_producto,
.archive.woocommerce .reserva_lightbox .reserva_form .wpcf7 #talla_solicitud,
.search .reserva_lightbox .reserva_form .wpcf7 #talla_solicitud,
.archive.woocommerce .reserva_lightbox .reserva_form .wpcf7 br,
.search .reserva_lightbox .reserva_form .wpcf7 br {
  display: none;
}
.archive.woocommerce .reserva_lightbox .reserva_form .wpcf7 form.aborted .wpcf7-response-output,
.search .reserva_lightbox .reserva_form .wpcf7 form.aborted .wpcf7-response-output {
  font-size: 13px;
  padding: 10px 20px;
}
.archive.woocommerce .reserva_lightbox .reserva_form p,
.search .reserva_lightbox .reserva_form p {
  margin: 0;
}
.archive.woocommerce .reserva_lightbox .reserva_form input[type="submit"],
.search .reserva_lightbox .reserva_form input[type="submit"],
.archive.woocommerce .reserva_lightbox .reserva_form input[type="button"],
.search .reserva_lightbox .reserva_form input[type="button"] {
  margin-bottom: 0!important;
}
.archive.woocommerce.term-zapatos,
.search.term-zapatos {
  margin-top: 112px;
}
.archive.woocommerce ul.products,
.search ul.products {
  width: calc(100% - 85px);
  margin-left: 85px;
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
}
.archive.woocommerce ul.products li,
.search ul.products li {
  position: relative!important;
  margin: 0;
  clear: none;
  flex: 1 0 33.333%;
  max-width: 33.333%;
}
.archive.woocommerce ul.products li img,
.search ul.products li img {
  margin: 0!important;
}
.archive.woocommerce ul.products li .product_hover,
.search ul.products li .product_hover {
  opacity: 0;
}
.archive.woocommerce ul.products li .product_hover .colors_bar,
.search ul.products li .product_hover .colors_bar {
  width: calc(100% - 60px);
  padding: 7px 30px 4px 30px;
  background-color: #fff;
}
.archive.woocommerce ul.products li .product_hover .colors_bar .label,
.search ul.products li .product_hover .colors_bar .label {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 11px;
}
.archive.woocommerce ul.products li .product_hover .colors_bar .color_options,
.search ul.products li .product_hover .colors_bar .color_options {
  display: inline-block;
  vertical-align: middle;
}
.archive.woocommerce ul.products li .product_hover .colors_bar .color_options a,
.search ul.products li .product_hover .colors_bar .color_options a {
  display: inline-block;
  margin: 0 4px;
}
.archive.woocommerce ul.products li .product_hover .colors_bar .color_options a img,
.search ul.products li .product_hover .colors_bar .color_options a img {
  width: 32px;
  height: 32px;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar,
.search ul.products li .product_hover .sizes_bar {
  width: calc(100% - 60px);
  padding: 10px 30px 13px 30px;
  background-color: #f7f7f7;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner,
.search ul.products li .product_hover .sizes_bar .positioner {
  position: relative;
  left: initial;
  top: initial;
  transform: none;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .label,
.search ul.products li .product_hover .sizes_bar .positioner .label {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 11px;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options .size {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size .size_select,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options .size .size_select {
  border-bottom: 1px solid transparent;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.selected .size_select,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.selected .size_select {
  border-color: #1c1c1c;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.out_of_stock,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.out_of_stock {
  opacity: 0.5;
  cursor: default;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.out_of_stock a,
.search ul.products li .product_hover .sizes_bar .positioner .sizes_options .size.out_of_stock a {
  pointer-events: none;
}
.archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions,
.search ul.products li .product_hover .sizes_bar .positioner .mobile_actions {
  display: none;
}
.archive.woocommerce ul.products li .product_hover .actions_bar,
.search ul.products li .product_hover .actions_bar {
  width: calc(100% - 60px);
  padding: 10px 30px;
  height: 38px;
  background-color: #fff;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button,
.search ul.products li .product_hover .actions_bar .buy_button {
  display: inline-block;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button .agotado_label,
.search ul.products li .product_hover .actions_bar .buy_button .agotado_label {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #c1272d;
  margin-right: 8px;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button a,
.search ul.products li .product_hover .actions_bar .buy_button a,
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button .fake_button,
.search ul.products li .product_hover .actions_bar .buy_button .fake_button {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: #1c1c1c;
  padding: 3px 8px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
  cursor: pointer;
  margin: 3px 0 0 0;
  border-radius: 0;
  line-height: 1.8em;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button a,
.search ul.products li .product_hover .actions_bar .buy_button a,
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button .fake_button.reservar,
.search ul.products li .product_hover .actions_bar .buy_button .fake_button.reservar {
  display: none;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .buy_button a.simple_product,
.search ul.products li .product_hover .actions_bar .buy_button a.simple_product {
  display: inline-block;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .price,
.search ul.products li .product_hover .actions_bar .price {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  margin-right: 7px;
  letter-spacing: 0.25em;
  color: #1c1c1c;
  display: inline-block;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist,
.search ul.products li .product_hover .actions_bar .add_to_wishlist {
  float: right;
  bottom: 20px;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist .tinvwl_add_to_wishlist_button,
.search ul.products li .product_hover .actions_bar .add_to_wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist .tinvwl_add_to_wishlist_button:before,
.search ul.products li .product_hover .actions_bar .add_to_wishlist .tinvwl_add_to_wishlist_button:before {
  margin-right: 0;
  font-size: 32px;
}
.archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist span.tinvwl_add_to_wishlist-text,
.search ul.products li .product_hover .actions_bar .add_to_wishlist span.tinvwl_add_to_wishlist-text,
.archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist span.tinvwl_remove_from_wishlist-text,
.search ul.products li .product_hover .actions_bar .add_to_wishlist span.tinvwl_remove_from_wishlist-text {
  display: none!important;
}
.archive.woocommerce ul.products li.product-type-simple .product_hover .actions_bar .fake_button.reservar,
.search ul.products li.product-type-simple .product_hover .actions_bar .fake_button.reservar {
  display: inline-block;
}
.archive.woocommerce ul.products li:hover:nth-child(3n + 1),
.search ul.products li:hover:nth-child(3n + 1) {
  -webkit-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
.archive.woocommerce ul.products li:hover:nth-child(3n + 2),
.search ul.products li:hover:nth-child(3n + 2) {
  -webkit-box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
.archive.woocommerce ul.products li:hover:nth-child(3n + 3),
.search ul.products li:hover:nth-child(3n + 3) {
  -webkit-box-shadow: -10px 10px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 5px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
.archive.woocommerce ul.products li:hover .product_hover,
.search ul.products li:hover .product_hover {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .archive.woocommerce .product_cats {
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .archive.woocommerce .product_cats.menu_open {
    display: block;
  }
  .archive.woocommerce .product_cats .close_cats {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .archive.woocommerce .product_cats .close_cats:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #1c1c1c;
    transform: rotate(45deg);
    top: 10px;
  }
  .archive.woocommerce .product_cats .close_cats:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #1c1c1c;
    transform: rotate(-45deg);
    top: 10px;
  }
  .archive.woocommerce .product_cats ul {
    padding: 0 0 20px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
  }
  .archive.woocommerce .product_cats ul li {
    display: block;
    margin: 0 15px;
    padding: 10px 0;
  }
  .archive.woocommerce .product_cats ul li a {
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
  }
  .archive.woocommerce .product_cats ul li:hover {
    border-bottom: 1px solid #1c1c1c;
  }
  .archive.woocommerce .mobile_categories {
    display: block;
    position: fixed;
    z-index: 14;
    top: 70px;
    left: 23px;
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    cursor: pointer;
  }
  .archive.woocommerce .more_filters {
    position: fixed;
    z-index: 98;
    top: 70px;
    right: 23px;
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    cursor: pointer;
  }
  .archive.woocommerce .product_filters {
    position: fixed;
    right: 0;
    top: 56px;
    padding: 40px;
    min-width: inherit;
    width: calc(100vw - 80px);
    height: calc(100vh - 136px);
    overflow-y: scroll;
  }
  .archive.woocommerce .product_filters #filters-side-bar .close_filters {
    right: -30px;
  }
  .archive.woocommerce .product_filters #filters-side-bar .filters_scroll {
    height: calc(100vh - 190px);
    overflow-y: auto;
  }
  .archive.woocommerce .product_filters #filters-side-bar .filters_scroll select {
    width: calc(100% - 30px);
  }
  .archive.woocommerce .product_filters #filters-side-bar .filters_scroll .filters_actions {
    bottom: -20px;
  }
  .archive.woocommerce .reserva_lightbox .reserva_form {
    padding: 50px 40px;
    width: calc(100% - 120px);
  }
  .archive.woocommerce .reserva_lightbox .reserva_form .aviso {
    margin-bottom: 20px;
  }
  .archive.woocommerce .reserva_lightbox .reserva_form .explanation {
    margin-bottom: 20px;
  }
  .archive.woocommerce .reserva_lightbox .reserva_form .wpcf7 {
    width: 100%;
  }
  .archive.woocommerce ul.products {
    width: 100%;
    margin-left: 0px;
    margin-top: 57px;
  }
  .archive.woocommerce ul.products li {
    margin: 0!important;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .archive.woocommerce ul.products li img {
    margin: 0!important;
  }
  .archive.woocommerce ul.products li .product_hover {
    opacity: 1;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    padding: 0;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner {
    padding: 60px 50px 50px 50px;
    width: calc(100% - 190px);
    text-align: center;
    position: absolute;
    background-color: #f7f7f7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .close_size_select {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .close_size_select:before,
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .close_size_select:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 0;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .close_size_select:after {
    transform: rotate(-45deg);
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .label {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options {
    display: block;
    width: 100%;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size {
    display: inline-block;
    margin: 10px 0;
    width: 30%;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .sizes_options .size .size_select {
    border: 1px solid transparent;
    width: auto;
    display: inline-block;
    padding: 2px 7px;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions {
    display: block;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions a,
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions .fake_button {
    text-transform: uppercase;
    color: #fff;
    background-color: #1c1c1c;
    padding: 3px 8px;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 14px;
    cursor: pointer;
    margin: 3px 0 0 0;
    border-radius: 0;
    line-height: 1.8em;
  }
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions .fake_button,
  .archive.woocommerce ul.products li .product_hover .sizes_bar .positioner .mobile_actions a {
    display: none;
  }
  .archive.woocommerce ul.products li .product_hover .actions_bar {
    background-color: transparent;
    text-align: center;
  }
  .archive.woocommerce ul.products li .product_hover .actions_bar .buy_button a,
  .archive.woocommerce ul.products li .product_hover .actions_bar .buy_button .fake_button {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    background-color: transparent;
  }
  .archive.woocommerce ul.products li .product_hover .actions_bar .add_to_wishlist {
    display: none;
  }
}
/****************************************************
********************* SEARCH PAGE *********************
****************************************************/
.search h1 {
  padding: 30px;
  font-size: 30px;
}
.search ul.products {
  margin: 0;
  padding: 0;
  width: 100%;
}
.search ul.products li {
  list-style: none;
}
.search ul.products li a:hover {
  opacity: 1;
}
.search ul.products li a img {
  max-width: 100%;
  height: auto;
}
.search ul.products li a .actions_bar {
  padding: 10px 30px;
  opacity: 0;
  background-color: #fff;
  text-align: right;
}
.search ul.products li a .actions_bar .buy_button {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: #1c1c1c;
  padding: 3px 8px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
  cursor: pointer;
  margin: 3px 0 0 0;
  border-radius: 0;
  line-height: 1.8em;
}
.search ul.products li a:hover .actions_bar {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .search h1 {
    padding: 20px;
    font-size: 20px;
  }
  .search ul.products {
    flex-direction: column;
  }
  .search ul.products li.product {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/****************************************************
********************* FAQ PAGE *********************
****************************************************/
.page-template-template-serviciocliente #main #content h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25em;
  font-size: 14px;
}
.page-template-template-serviciocliente #main #content .faqs {
  width: 100%;
  margin: auto;
  margin-bottom: 90px;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #1c1c1c;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding: 45px 120px 5px 0px;
  letter-spacing: 0.25em;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  margin-top: -1px;
  z-index: 1;
  cursor: pointer;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera .icono {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 7px;
  bottom: 0px;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera .icono:before,
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera .icono:after {
  content: '';
  background-color: #1c1c1c;
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera .icono:after {
  transform: rotate(90deg);
  margin-top: -2px;
  margin-top: -1px;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera:hover,
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera.active {
  color: #1c1c1c;
  border-color: #1c1c1c;
  z-index: 2;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera:hover .icono:before,
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera.active .icono:before,
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera:hover .icono:after,
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera.active .icono:after {
  background-color: #1c1c1c;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .cabecera.active .icono:after {
  transform: rotate(0deg);
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .texto_faq {
  position: relative;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .texto_faq .texto {
  position: absolute;
  padding: 30px 120px 30px 50px;
}
.page-template-template-serviciocliente #main #content .faqs .cont_faq .texto_faq .texto p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
}
.page-template-template-serviciocliente #main #content .prqs {
  overflow: hidden;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left span {
  margin: 0;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left input,
.page-template-template-serviciocliente #main #content .prqs .form_column.left select,
.page-template-template-serviciocliente #main #content .prqs .form_column.left .menu-pais {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left .menu-pais {
  margin-bottom: 0;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left .your-ciudad,
.page-template-template-serviciocliente #main #content .prqs .form_column.left .tel-fijo {
  width: calc(50% - 10px);
  float: left;
  margin-left: 10px;
  margin-bottom: 15px;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left .your-ciudad input,
.page-template-template-serviciocliente #main #content .prqs .form_column.left .tel-fijo input {
  width: 100%;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.left .your-ciudad {
  margin-bottom: 0;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.right {
  margin: 0;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.right textarea {
  height: 240px;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.right .wpcf7-form-control-wrap.acceptance-664 input {
  margin-top: 3px;
}
.page-template-template-serviciocliente #main #content .prqs .form_column.right .wpcf7-form-control-wrap.acceptance-664 span {
  font-size: 14px;
}
.page-template-template-serviciocliente #main #content .prqs h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.25em;
  font-size: 14px;
}
.page-template-template-serviciocliente #main #content .prqs .left,
.page-template-template-serviciocliente #main #content .prqs .right {
  width: calc(50% - 30px);
  float: left;
}
.page-template-template-serviciocliente #main #content .prqs .left input[type=text],
.page-template-template-serviciocliente #main #content .prqs .right input[type=text],
.page-template-template-serviciocliente #main #content .prqs .left input[type=password],
.page-template-template-serviciocliente #main #content .prqs .right input[type=password] {
  width: 100%;
}
.page-template-template-serviciocliente #main #content .prqs .left {
  margin-right: 60px;
}
.page-template-template-serviciocliente #main #content .prqs .left a {
  width: calc(100% - 36px);
  padding: 17px;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.page-template-template-serviciocliente #main #content .prqs .left a:hover {
  background-color: #666;
}
.page-template-template-servicioclientesubmit .prqs {
  overflow: hidden;
}
.page-template-template-servicioclientesubmit .prqs .left span {
  margin: 0;
}
.page-template-template-servicioclientesubmit .prqs .left input,
.page-template-template-servicioclientesubmit .prqs .left select,
.page-template-template-servicioclientesubmit .prqs .left .menu-pais {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 15px!important;
}
.page-template-template-servicioclientesubmit .prqs .left .menu-pais {
  margin-bottom: 0!important;
}
.page-template-template-servicioclientesubmit .prqs .left .your-ciudad,
.page-template-template-servicioclientesubmit .prqs .left .tel-fijo,
.page-template-template-servicioclientesubmit .prqs .left .your-email {
  width: calc(50% - 10px) !important;
  float: left;
  margin-left: 10px;
  margin-bottom: 15px!important;
}
.page-template-template-servicioclientesubmit .prqs .left .your-ciudad input,
.page-template-template-servicioclientesubmit .prqs .left .tel-fijo input,
.page-template-template-servicioclientesubmit .prqs .left .your-email input {
  width: 100%;
}
.page-template-template-servicioclientesubmit .prqs .left .your-email {
  margin-left: 0!important;
  margin-right: 10px!important;
}
.page-template-template-servicioclientesubmit .prqs .left .your-ciudad {
  margin-bottom: 0!important;
}
.page-template-template-servicioclientesubmit .prqs .right {
  margin: 0;
}
.page-template-template-servicioclientesubmit .prqs .right textarea {
  height: 240px!important;
}
.page-template-template-servicioclientesubmit .prqs .right .wpcf7-form-control-wrap.acceptance-664 input {
  margin-top: 3px;
}
.page-template-template-servicioclientesubmit .prqs .right .wpcf7-form-control-wrap.acceptance-664 span {
  font-size: 14px;
}
.page-template-template-servicioclientesubmit .prqs h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.25em;
  font-size: 14px;
}
.page-template-template-servicioclientesubmit .prqs .left,
.page-template-template-servicioclientesubmit .prqs .right {
  width: calc(50% - 30px) !important;
  float: left;
}
.page-template-template-servicioclientesubmit .prqs .left input[type=text],
.page-template-template-servicioclientesubmit .prqs .right input[type=text],
.page-template-template-servicioclientesubmit .prqs .left input[type=password],
.page-template-template-servicioclientesubmit .prqs .right input[type=password] {
  width: 100%;
}
.page-template-template-servicioclientesubmit .prqs .left {
  margin-right: 60px!important;
}
.page-template-template-servicioclientesubmit .prqs .left a {
  width: calc(100% - 36px);
  padding: 17px;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.page-template-template-servicioclientesubmit .prqs .left a:hover {
  background-color: #666;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-serviciocliente #main #content .faqs .cont_faq .texto_faq .texto {
    padding: 0;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.left {
    margin-bottom: 20px;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.left p {
    margin: 0;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.left input,
  .page-template-template-serviciocliente #main #content .prqs .form_column.left select {
    width: 100%;
    float: left;
    margin: 0px;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.left .your-direccion input {
    width: 100%;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.left .tel-fijo {
    width: 100%;
    margin: 0;
  }
  .page-template-template-serviciocliente #main #content .prqs .form_column.right textarea {
    height: 60px;
    width: 100%;
  }
  .page-template-template-serviciocliente #main #content .prqs .left,
  .page-template-template-serviciocliente #main #content .prqs .right {
    width: 100%;
  }
  .page-template-template-serviciocliente #main #content .prqs .left {
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .page-template-template-serviciocliente #main #content .prqs .left a {
    width: calc(100% - 36px);
  }
}
.prqs .left {
  margin-bottom: 20px;
}
.prqs .left p {
  margin: 0;
}
.prqs .left input,
.prqs .left select {
  width: 100%;
  float: left;
  margin: 0px;
}
.prqs .left .your-direccion input {
  width: 100%;
}
.prqs .left .tel-fijo {
  width: 100%;
  margin: 0;
}
.prqs .right textarea {
  height: 60px;
  width: 100%;
}
.prqs .left,
.prqs .right {
  width: 100%;
}
.prqs .left {
  margin-right: 0px;
  margin-bottom: 60px;
}
.prqs .left a {
  width: calc(100% - 36px);
}
/****************************************************
************** PUNTOS DE VENTA PAGE *****************
****************************************************/
.page-template-template-puntosdeventa .text_content .cities {
  width: 210px;
  padding: 40px;
  height: calc(60vh - 80px);
  background-color: #1c1c1c;
  display: inline-block;
  float: left;
}
.page-template-template-puntosdeventa .text_content .cities .city h2 {
  display: inline-block;
  margin: 20px 0;
}
.page-template-template-puntosdeventa .text_content .cities .city a {
  color: #fff;
}
.page-template-template-puntosdeventa .text_content .cities .city:first-child h2 {
  margin-top: 0;
}
.page-template-template-puntosdeventa .text_content .cities .city:last-child h2 {
  margin-bottom: 0;
}
.page-template-template-puntosdeventa .text_content .cities .city.active h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.page-template-template-puntosdeventa .text_content .map_container {
  width: calc(100% - 297px);
  height: calc(60vh - 2px);
  border: 1px solid #1c1c1c;
  display: inline-block;
  margin-left: 5px;
}
.page-template-template-puntosdeventa .text_content .map_container #map {
  height: 100%;
}
.page-template-template-puntosdeventa .text_content .map_container #map img {
  margin: 0!important;
}
.page-template-template-puntosdeventa .map_bubble .bubble_name {
  font-weight: bold;
  font-size: 16px;
}
.page-template-template-puntosdeventa .map_bubble .label {
  font-weight: bold;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-puntosdeventa .text_content .cities {
    width: 100%;
    padding: 0;
    height: auto;
    background-color: transparent;
    display: block;
  }
  .page-template-template-puntosdeventa .text_content .cities .city {
    text-align: center;
  }
  .page-template-template-puntosdeventa .text_content .cities .city h2 {
    display: inline-block;
    margin: 10px 0;
    text-align: center!important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    clear: both;
  }
  .page-template-template-puntosdeventa .text_content .cities .city a {
    color: #1c1c1c;
  }
  .page-template-template-puntosdeventa .text_content .cities .city.active h2 {
    border: 1px solid #1c1c1c;
    padding: 10px;
  }
  .page-template-template-puntosdeventa .text_content .map_container {
    width: 100%;
    height: 80vh;
    border: 1px solid #1c1c1c;
    display: inline-block;
    margin-left: 0;
    margin-top: 30px;
  }
  .page-template-template-puntosdeventa .text_content .map_container #map {
    height: 100%;
  }
  .page-template-template-puntosdeventa .text_content .map_container #map img {
    margin: 0!important;
  }
}
/****************************************************
********************* SHOP PAGE *********************
****************************************************/
.page-template-template-shop #content {
  padding-bottom: 0;
}
.page-template-template-shop .categories {
  overflow: hidden;
}
.page-template-template-shop .categories .single_category_banner {
  width: 50%;
  height: calc(50vh - 36.5px);
  position: relative;
  float: left;
}
.page-template-template-shop .categories .single_category_banner:hover {
  -webkit-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
.page-template-template-shop .categories .single_category_banner .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: calc(50vh - 36.5px);
}
.page-template-template-shop .categories .single_category_banner .left .bleed {
  position: relative;
  height: calc(50vh - 36.5px);
}
.page-template-template-shop .categories .single_category_banner .left .bleed img {
  position: absolute;
  left: -10%;
  margin: 0!important;
  top: 58%;
  transform: scale(1.2) translate(0, -50%);
}
.page-template-template-shop .categories .single_category_banner .right {
  width: calc(50% - 120px);
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  transform: translate(0, -50%);
}
.page-template-template-shop .categories .single_category_banner .right .title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-top: 0;
}
.page-template-template-shop .categories .single_category_banner .right a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: 1px solid #1c1c1c;
  padding: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.page-template-template-shop .categories .single_category_banner .right a:hover {
  background-color: #1c1c1c;
  color: #f3f3f3;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-shop .categories .single_category_banner {
    width: 100%;
    height: auto;
  }
  .page-template-template-shop .categories .single_category_banner .left {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0 40px 0;
  }
  .page-template-template-shop .categories .single_category_banner .left .bleed {
    height: initial;
  }
  .page-template-template-shop .categories .single_category_banner .left .bleed img {
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 60%!important;
    position: relative;
  }
  .page-template-template-shop .categories .single_category_banner .right {
    width: calc(100% - 80px);
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    padding: 0 0 40px 0;
  }
  .page-template-template-shop .categories .single_category_banner .right .title {
    margin-bottom: 20px;
  }
}
/****************************************************
************ WOOCOMMERCE SINGLE PRODUCT *************
****************************************************/
.single-product {
  overflow-x: hidden;
}
.single-product .two_columns {
  position: relative;
  width: 100%;
}
.single-product .two_columns .left {
  width: 50vw;
  padding: 0 0 0 85px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.single-product .two_columns .left .category_color {
  overflow: hidden;
}
.single-product .two_columns .left .category_color.zapatos {
  background-color: #f5f2ee;
}
.single-product .two_columns .left .category_color.bolsos {
  background-color: #f2ebeb;
}
.single-product .two_columns .left .category_color.cinturones {
  background-color: #f3f4fa;
}
.single-product .two_columns .left .category_color img {
  display: block;
  clear: both;
  margin-left: 50%!important;
  transform: translate(-50%, 0);
  max-width: 800px;
  max-height: 800px;
  height: auto;
  width: auto;
  margin-top: 190px;
  margin-bottom: 190px;
}
.single-product .two_columns .left .category_color img:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.single-product .two_columns .left .category_color img:nth-child(2) {
  margin-top: 0;
}
.single-product .two_columns .left ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0px;
  clear: both;
  width: 100%;
}
.single-product .two_columns .left ul.tabs li {
  width: 16.666% !important;
  display: inline-block;
  float: left;
}
.single-product .two_columns .left ul.tabs li a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  background-color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 12px 0px;
  font-weight: 500;
  line-height: 1.3em;
  width: 100%;
  display: inline-block;
}
.single-product .two_columns .left ul.tabs li a:hover,
.single-product .two_columns .left ul.tabs li a.active {
  color: #1c1c1c;
  background-color: #fff;
}
.single-product .two_columns .left .tabgroup {
  text-align: left;
}
.single-product .two_columns .left .tabgroup .tab_content {
  margin: 70px 30px 30px 30px;
}
.single-product .two_columns .left .tabgroup .tab_content ul {
  padding-left: 17px;
}
.single-product .two_columns .left .tabgroup .tab_content ul.detalles {
  list-style: none;
}
.single-product .two_columns .left .tabgroup .tab_content ul.detalles li .descripcion {
  display: inline-block;
  min-width: 30%;
  margin-bottom: 5px;
}
.single-product .two_columns .left .tabgroup .tab_content ul.detalles li .valor {
  display: inline-block;
}
.single-product .two_columns .left .tabgroup .tab_content ul.cuidados {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.single-product .two_columns .left .tabgroup .tab_content ul.cuidados div {
  display: inline-block;
  display: table-cell;
  vertical-align: top;
}
.single-product .two_columns .left .tabgroup .tab_content ul.cuidados .icon {
  width: 32px;
}
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas {
  display: table;
  width: 100%;
}
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla {
  display: table-cell;
}
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla.label .numero,
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla.label .largo {
  background-color: #1c1c1c;
  color: #fff;
  text-align: left;
  font-weight: 100;
  padding: 10px;
}
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla .numero,
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla .largo {
  display: block;
  text-align: center;
  padding: 10px 5px;
  background-color: #f3f3f3;
  font-size: 11px;
}
.single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla .numero {
  font-weight: 900;
}
.single-product .two_columns .left .woocommerce-product-gallery {
  width: 100%;
}
.single-product .two_columns .left .woocommerce-product-gallery img {
  max-width: 100%;
}
.single-product .two_columns .left .woocommerce-product-gallery ol li {
  width: 100%;
}
.single-product .two_columns .right {
  width: calc(50% - 170px);
  padding: 0 85px;
  height: calc(100% - 70px);
  top: 70px;
  left: calc(50% + 85px);
  position: fixed;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.single-product .two_columns .right::-webkit-scrollbar {
  display: none;
}
.single-product .two_columns .right.absolute {
  height: calc(100vh - 73px);
  position: absolute;
  bottom: 0px;
  right: inherit;
  top: initial;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.single-product .two_columns .right .category_color {
  overflow: hidden;
}
.single-product .two_columns .right .category_color.zapatos {
  background-color: #f5f2ee;
}
.single-product .two_columns .right .category_color.bolsos {
  background-color: #f2ebeb;
}
.single-product .two_columns .right .category_color.cinturones {
  background-color: #f3f4fa;
}
.single-product .two_columns .right .positioner {
  width: 405px;
  max-height: calc(100vh - 150px);
  padding: 85px;
  padding-left: 0;
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.single-product .two_columns .right .positioner .woocommerce-breadcrumb {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.single-product .two_columns .right .positioner .woocommerce-breadcrumb a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.single-product .two_columns .right .positioner h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  font-size: 36px;
  margin: 30px 0 10px 0;
  line-height: 1.2em;
}
.single-product .two_columns .right .positioner .price {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  font-size: 34px;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.25em;
}
.single-product .two_columns .right .positioner .color_select {
  position: relative;
  display: table;
}
.single-product .two_columns .right .positioner .color_select .label {
  display: inline-block;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  min-width: 100px;
}
.single-product .two_columns .right .positioner .color_select ul.bonbonite_colors {
  list-style: none;
  padding-left: 0;
  display: inline;
  margin: 33px;
  display: table-cell;
  vertical-align: middle;
}
.single-product .two_columns .right .positioner .color_select ul.bonbonite_colors li {
  width: 50px;
  display: inline-block;
}
.single-product .two_columns .right .positioner .color_select ul.bonbonite_colors li a img {
  max-width: 100%;
  height: auto;
}
.single-product .two_columns .right .positioner a.reset_variations {
  display: none!important;
}
.single-product .two_columns .right .positioner table.variations .label {
  display: none;
}
.single-product .two_columns .right .positioner table.variations .value select {
  border: 1px solid!important;
  font-weight: normal;
  font-size: 13px!important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 16px 28px!important;
  line-height: 13px!important;
  border-radius: 0!important;
  /* Firefox */
  /* Safari and Chrome */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  margin-bottom: 0!important!;
}
.single-product .two_columns .right .positioner form.cart {
  margin: 0;
}
.single-product .two_columns .right .positioner form.cart input.qty {
  padding: 8px;
  margin-right: 10px;
  display: none;
}
.single-product .two_columns .right .positioner form.cart button,
.single-product .two_columns .right .positioner form.cart .buy_now_button {
  background-color: #1c1c1c;
  border-radius: 0;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-weight: normal;
  font-size: 13px!important;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 28px;
  line-height: 13px!important;
}
.single-product .two_columns .right .positioner form.cart button a,
.single-product .two_columns .right .positioner form.cart .buy_now_button a {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-weight: normal!important;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  line-height: 13px!important;
}
.single-product .two_columns .right .positioner form.cart #wccf_product_field_master_container {
  display: none;
}
.single-product .two_columns .right .positioner form.cart .buy_now_button {
  float: right;
  opacity: 0.5;
  padding: 21px 28px;
}
.single-product .two_columns .right .positioner form.cart .buy_now_button.enabled {
  opacity: 1;
  cursor: pointer;
}
.single-product .two_columns .right .positioner form.cart .buy_now_button.enabled a {
  cursor: pointer;
  pointer-events: all;
}
.single-product .two_columns .right .positioner form.cart .buy_now_button a {
  color: #fff;
  font-weight: 100;
  cursor: not-allowed;
  pointer-events: none;
}
.single-product .two_columns .right .positioner .out_of_stock_form {
  display: none;
}
.single-product .two_columns .right .positioner .out_of_stock_form .nf-form-content {
  padding: 0;
}
.single-product .two_columns .right .positioner .out_of_stock_form .nf-before-form-content {
  display: none;
}
.single-product .two_columns .right .positioner .out_of_stock_form .ninja-forms-req-symbol {
  display: none;
}
.single-product .two_columns .right .positioner .out_of_stock_form .nf-field-container {
  margin-bottom: 0;
}
.single-product .two_columns .right .positioner .out_of_stock_form .nf-form-content input.ninja-forms-field {
  height: auto;
}
.single-product .two_columns .right .positioner .out_of_stock_form div[for=nf-field-13] {
  background-color: transparent;
  border: none;
}
.single-product .two_columns .right .positioner .out_of_stock_form .talla {
  display: none;
}
.single-product .two_columns .right .positioner .wpcf7-not-valid-tip {
  font-size: 11px;
}
.single-product .two_columns .right .positioner .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.single-product .two_columns .right .positioner .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  text-transform: uppercase;
  border: 1px solid #1c1c1c;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 15px;
  margin: 0;
}
.single-product .two_columns .right .positioner .sellos {
  margin-top: 30px;
  padding-bottom: 70px;
}
.single-product .two_columns .right .positioner .sellos .sello {
  width: calc(33.333% - 24px);
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.single-product .after_columns {
  width: calc(100% - 85px);
  margin-left: 85px;
  margin-top: 120px;
}
.single-product .after_columns h2 {
  text-align: left;
  margin-bottom: 60px;
  margin-left: 30px;
}
.single-product .after_columns ul {
  background-color: #f5f2ee;
  margin: 0;
  padding-bottom: 20px;
}
.single-product .after_columns ul li {
  position: relative!important;
  width: 20%!important;
  margin: 0!important;
}
.single-product .after_columns ul li img {
  margin: 0!important;
}
.single-product .after_columns ul li:hover .product_hover {
  display: block;
}
.single-product .after_columns ul li .product_hover {
  -webkit-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
.single-product .after_columns ul li .product_hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.single-product .after_columns ul li .product_hover .price {
  position: absolute;
  left: 15px;
  top: 15px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #1c1c1c;
}
.single-product .after_columns ul li .product_hover .buy_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1c1c1c;
  padding: 7px 14px;
}
@media only screen and (max-width: 1025px) {
  .single-product .two_columns .left {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 0px;
  }
  .single-product .two_columns .left .category_color img {
    max-width: 100%;
    max-height: 300px;
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .single-product .two_columns .left ul.tabs li {
    width: 100%!important;
    clear: both;
    border-bottom: 1px solid #ccc;
  }
  .single-product .two_columns .left ul.tabs li a:after {
    content: "+";
    position: absolute;
    right: 20px;
  }
  .single-product .two_columns .left ul.tabs li a.active {
    font-weight: bold;
  }
  .single-product .two_columns .left ul.tabs li a.active:after {
    content: "-";
  }
  .single-product .two_columns .left .tabgroup {
    display: inline-block;
    width: calc(100% - 80px);
    padding: 0 40px;
  }
  .single-product .two_columns .left .tabgroup .tab_content {
    margin: 30px 0px 30px 0px;
  }
  .single-product .two_columns .left .tabgroup .tab_content ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .single-product .two_columns .left .tabgroup .tab_content ul li {
    border-bottom: none;
  }
  .single-product .two_columns .left .tabgroup .tab_content ul.detalles li .descripcion {
    width: 50%;
  }
  .single-product .two_columns .left .tabgroup .tab_content ul.cuidados {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla {
    display: table-row;
  }
  .single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla.label .numero,
  .single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla.label .largo {
    text-align: left;
  }
  .single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla .numero,
  .single-product .two_columns .left .tabgroup .tab_content .tabla_tallas .pareja_talla .largo {
    text-align: left;
    display: table-cell;
    padding: 10px;
    width: 50%;
  }
  .single-product .two_columns .left .woocommerce-product-gallery {
    width: 100%;
  }
  .single-product .two_columns .left .woocommerce-product-gallery img {
    max-width: 100%;
  }
  .single-product .two_columns .left .woocommerce-product-gallery ol li {
    width: 100%;
  }
  .single-product .two_columns .right {
    width: calc(100% - 80px);
    height: auto;
    top: 30px;
    left: 0;
    position: relative;
    float: left;
    padding: 0 40px 40px 40px;
    overflow-x: hidden;
  }
  .single-product .two_columns .right .category_color.bolsos {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .single-product .two_columns .right .owl-carousel {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .single-product .two_columns .right .owl-carousel .owl-nav {
    display: none;
  }
  .single-product .two_columns .right .owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .single-product .two_columns .right .owl-carousel .owl-dots .owl-dot {
    border: 1px solid #1c1c1c;
    height: 5px;
    width: 5px;
    margin: 4px;
    display: inline-block;
  }
  .single-product .two_columns .right .owl-carousel .owl-dots .owl-dot.active {
    background-color: #1c1c1c;
  }
  .single-product .two_columns .right .positioner {
    width: 100%;
    height: auto;
    padding: 4px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .single-product .two_columns .right .positioner .woocommerce-breadcrumb {
    display: none;
  }
  .single-product .two_columns .right .positioner h1 {
    font-size: 28px;
  }
  .single-product .two_columns .right .positioner .price {
    font-size: 25px;
  }
  .single-product .two_columns .right .positioner form.cart input.qty {
    display: none;
  }
  .single-product .two_columns .right .positioner form.cart button {
    width: 100%;
  }
  .single-product .two_columns .right .positioner form.cart .buy_now_button {
    width: calc(100% - 56px);
    margin-bottom: 10px;
    text-align: center;
  }
  .single-product .two_columns .right .positioner .sellos {
    text-align: center;
  }
  .single-product .two_columns .right .positioner .sellos .sello {
    max-width: 100%;
    width: auto;
  }
  .single-product .after_columns {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .single-product .after_columns h2 {
    width: calc(100% - 80px);
    padding: 40px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0;
  }
  .single-product .after_columns ul li {
    width: 50%!important;
  }
}
/****************************************************
***************** BONOS DE REGALO ******************
****************************************************/
.product_cat-bonos-de-regalo .two_columns .right .positioner .price {
  font-size: 31px;
}
.product_cat-bonos-de-regalo .variations td.label {
  display: none;
}
.product_cat-bonos-de-regalo .single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 15px;
}
.product_cat-bonos-de-regalo .after_columns.bonos-de-regalo {
  display: none;
}
.woocommerce div.product form.cart .variations {
  padding-left: 3px;
}
.product_cat-bonos-de-regalo .two_columns .left .tabs {
  display: none!important;
}
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab1,
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab2,
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab3,
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab5,
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab6 {
  display: none!important;
}
.product_cat-bonos-de-regalo .two_columns .left .tabgroup #tab4 {
  display: block!important;
}
@media only screen and (max-width: 1025px) {
  .product_cat-bonos-de-regalo .two_columns .left .tabs {
    display: block!important;
  }
}
/****************************************************
***************** WOOCOMMERCE CART ******************
****************************************************/
input[name='update_cart'] {
  display: none !important;
}
button[name='update_cart'] {
  display: none !important;
}
#content .text_content {
  padding-top: 80px;
}
.woocommerce-cart header .top_bar .cart {
  display: none;
}
.woocommerce-cart header .top_bar .myaccount {
  margin-top: 10px;
}
.woocommerce-cart h1.page_header {
  display: none;
}
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list {
  border: none;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list th {
  text-transform: uppercase;
  font-size: 18px!important;
  letter-spacing: 0;
  font-weight: 600;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list th.product-price {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list th.product-quantity {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list th.product-subtotal {
  text-align: right;
  padding-right: 0;
}
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td {
  border-color: #1c1c1c;
  font-size: 14px!important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-remove {
  padding-left: 0;
}
.woocommerce .product-remove a.remove {
    color: #000 !important;
    font-size: 2rem;
    font-weight: 100;
    opacity: 0.6;
    font-family: auto;
    margin: auto;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-name a.bonbonite-product-name-link {
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0;
}

.woocommerce-cart .woocommerce table.shop_table td {
  font-size: 18px !important;
  font-weight: 500;
}

.woocommerce .product-remove a.remove:hover {
  background: transparent !important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-thumbnail img {
  width: 90px;
  height: auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name p,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-name p,
.woocommerce-cart .woocommerce table.shop_table td.product-name .variation,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-name .variation,
.woocommerce-cart .woocommerce table.shop_table td.product-name a,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-name a {
  margin: 0;
  font-size: 14px!important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-price,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-price {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-quantity {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity input[type=number],
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-quantity input[type=number] {
  border-bottom: none;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce table.shop_table td.product-quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-subtotal {
  text-align: right;
  padding-right: 0;
}
.woocommerce-cart .woocommerce table.shop_table td.actions,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.actions {
  padding: 20px 0;
}
.woocommerce-cart .woocommerce table.shop_table button,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list button {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.25em;
  font-weight: 100;
  border-radius: 0;
  background-color: #1c1c1c;
  color: #fff !important;
  padding: 12px 20px!important;
}
.woocommerce-cart .woocommerce table.shop_table button:hover,
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list button:hover {
  opacity: 0.7;
}
.woocommerce-cart .woocommerce table.shop_table input[type="text"],
.woocommerce-cart .woocommerce table.tinvwl-table-manage-list input[type="text"] {
  padding: 9px 20px!important;
  width: 150px!important;
}
.woocommerce-cart .woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart_totals table tr {
  height: auto;
}
.woocommerce-cart .woocommerce .cart_totals table tr th {
  border-color: #1c1c1c;
  text-align: right;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce .cart_totals table tr td {
  text-align: right;
  vertical-align: middle;
  padding-right: 0;
}
.woocommerce-cart .woocommerce .cart_totals table tr td p {
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart_totals table tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .woocommerce .cart_totals table tr.order-total {
  display: none;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 100;
  border-radius: 0;
  background-color: #1c1c1c;
  color: #fff !important;
  padding: 12px 40px!important;
  display: inline-block;
  float: right;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a:hover {
  background-color: #1c1c1c;
}
.woocommerce-cart .woocommerce .woocommerce-info {
  display: none;
}
.woocommerce-cart .woocommerce .return-to-shop {
  display: none;
}
.woocommerce-cart .woocommerce .empty_cart {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-cart .woocommerce .empty_cart h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .empty_cart p {
  margin-bottom: 35px;
}
.woocommerce-cart .woocommerce .empty_cart .button {
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 0;
  padding: 18px 40px;
  margin: 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
  font-size: 13px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: block!important;
  text-align: center!important;
}
.woocommerce table.cart .product-thumbnail:before,
.woocommerce-page #content table.cart .product-thumbnail:before,
.woocommerce-page table.cart .product-thumbnail:before {
  display: none;
}
.woocommerce table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img {
  width: 160px!important;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-cart header .top_bar .myaccount {
    margin-top: 0px;
    right: 41px;
  }
  .woocommerce-cart #main #content .text_content {
    padding-top: 60px;
  }
  .woocommerce-cart .woocommerce table.shop_table tr {
    border-bottom: 1px solid;
  }
  .woocommerce-cart .woocommerce table.shop_table td {
    border: none;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-remove a {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-quantity input[type=number] {
    padding: 0;
    text-align: right;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
    padding: 9px 12px;
  }
  .woocommerce-cart .woocommerce table.shop_table button {
    width: 100%!important;
    margin-top: 7px;
  }
  .woocommerce-cart .woocommerce table.shop_table button:hover {
    opacity: 0.7;
  }
  .woocommerce-cart .woocommerce table.shop_table input[type="text"] {
    width: 100%!important;
  }
  .woocommerce-cart .woocommerce .cart_totals table tr {
    height: auto;
  }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
    width: calc(100% - 40px);
    padding: 18px 20px!important;
  }
}
/****************************************************
*************** WOOCOMMERCE CHECKOUT ****************
****************************************************/
.woocommerce-checkout header .top_bar .cart {
  display: none;
}
.woocommerce-checkout header .top_bar .myaccount {
  margin-top: 10px;
}
.woocommerce-checkout.logged-in .box_collapse {
  display: none!important;
}
.woocommerce-checkout.logged-in #customer_details {
  display: flex!important;
  height: auto!important;
}
.woocommerce-checkout #main #content .text_content {
  margin-top: 0;
}
.woocommerce-checkout #main #content .text_content .woocommerce-form.woocommerce-form-login.login {
  border: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 50px;
}

.woocommerce-checkout #main #content .text_content .create-account {
  display: block!important;
}

.woocommerce-checkout #main #content .text_content #ship-to-different-address input {
  width: 30px!important;
  margin: 0;
}
.woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_check_container label {
  display: none;
}
.woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_check_container input[value="regalo_si"]:after {
  content: "¿Estás comprando un regalo?";
  width: 330px;
  display: inline-block;
  margin-left: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 0;
}
.woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_mensaje_container {
  display: none;
}
.woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_mensaje_container textarea {
  height: 90px;
  margin-top: 40px;
}
.woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_mensaje_container.show {
  display: block;
}
.woocommerce-checkout #main #content .text_content #order_review_heading {
  margin-top: 35px;
}
.woocommerce-checkout #main #content .text_content #order_review .product_image {
  display: inline-block;
}
.woocommerce-checkout #main #content .text_content #order_review .product_image img {
  width: 90px;
}
.woocommerce-checkout #main #content .text_content #order_review .prduct_name {
  display: inline-block;
  vertical-align: top;
  padding: 50px 0;
  margin-left: 30px;
}
.woocommerce-checkout #main #content .text_content #order_review .product_quantity {
  margin-left: 0;
}
.woocommerce-checkout #main #content .text_content #order_review .product_quantity .product-quantity {
  margin-top: 0;
}
.woocommerce-checkout #main #content .text_content #order_review table {
  border: none;
}
.woocommerce-checkout #main #content .text_content #order_review table tr {
  height: 30px;
}
.woocommerce-checkout #main #content .text_content #order_review table tr th {
  border-color: #1c1c1c;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.25em;
}
.woocommerce-checkout #main #content .text_content #order_review table tr td {
  vertical-align: middle;
  padding-right: 0;
  border-color: #1c1c1c;
  font-size: 14px;
}
.woocommerce-checkout #main #content .text_content #order_review table tr td .checkout_thumbnail {
  float: left;
  margin-right: 10px;
}
.woocommerce-checkout #main #content .text_content #order_review table tr td .product-quantity {
  display: block;
  margin-top: 6px;
}
.woocommerce-checkout #main #content .text_content #order_review table tr td p {
  margin-top: 0;
}
.woocommerce-checkout #main #content .text_content #order_review table tr td .variation {
  margin-top: 0;
}
.woocommerce-checkout #main #content .text_content #payment button {
  width: 100%;
  padding: 17px;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.woocommerce-checkout #main #content .text_content #payment .download_sumary {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
.woocommerce form .form-row {
  margin-bottom: 30px;
}
.woocommerce form .form-row label {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  position: relative;
  width: auto;
  height: auto;
  float: left;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox input {
  width: 25px;
  margin-bottom: 0;
  margin-top: 2px;
}
.woocommerce form .form-row input {
  padding: 0;
  padding-bottom: 4px;
}
.woocommerce form .form-row .selection .select2-selection.select2-selection--single {
  border-radius: 0;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-checkout header .top_bar .myaccount {
    margin-top: 0px;
    right: 41px;
  }
  .woocommerce-checkout #main #content .text_content .woocommerce-info,
  .woocommerce-checkout #main #content .text_content .box_collapse {
    padding: 40px 20px;
    cursor: pointer;
    font-size: 18px;
    width: calc(100% - 40px);
    height: auto;
    margin-right: 0;
    line-height: 1.3em;
  }
  .woocommerce-checkout #main #content .text_content .woocommerce-info a,
  .woocommerce-checkout #main #content .text_content .box_collapse a {
    font-weight: normal;
    display: none;
  }
  .woocommerce-checkout #main #content .text_content #ship-to-different-address input {
    width: 30px!important;
    margin: 0;
  }
  .woocommerce-checkout #main #content .text_content #order_review_heading {
    margin-top: 70px;
  }
  .woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_check_container input[value="regalo_si"] {
    margin-bottom: 0px!important;
  }
  .woocommerce-checkout #main #content .text_content #wccf_checkout_field_regalo_check_container input[value="regalo_si"]:after {
    line-height: 1.1;
    max-width: calc(100vw - 80px);
  }
  .woocommerce-checkout #main #content .text_content #order_review .product_image {
    text-align: center;
  }
  .woocommerce-checkout #main #content .text_content #order_review .product_image img {
    width: 90px;
    margin: 0;
  }
  .woocommerce-checkout #main #content .text_content #order_review .prduct_name {
    padding: 0px 0;
    margin-left: 0px;
    text-align: center;
  }
  .woocommerce-checkout #main #content .text_content #order_review .product_quantity {
    padding: 0px 0;
    margin-left: 0px;
    text-align: center;
  }
  .woocommerce-checkout #main #content .text_content #order_review .product_quantity .product-quantity {
    margin-top: 0;
  }
  .woocommerce-checkout #main #content .text_content #order_review table {
    border: none;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr {
    height: 30px;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr th {
    border-color: #1c1c1c;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.25em;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr th.product-total {
    text-align: right;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr td {
    vertical-align: middle;
    padding-right: 0;
    border-color: #1c1c1c;
    padding: 9px 12px;
    font-size: 14px;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr td p {
    margin-top: 0;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr td .variation {
    margin-top: 0;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr td.product-total {
    text-align: right;
  }
  .woocommerce-checkout #main #content .text_content #order_review table tr.cart-subtotal td,
  .woocommerce-checkout #main #content .text_content #order_review table tr.woocommerce-shipping-totals.shipping td,
  .woocommerce-checkout #main #content .text_content #order_review table tr.order-total td {
    text-align: right;
  }
  .woocommerce-checkout #main #content .text_content #payment button {
    width: 100%;
    padding: 17px;
    background-color: #1c1c1c;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
  }
  .woocommerce-checkout #main #content .text_content #payment .form-row {
    padding: 1em 0;
  }
  .woocommerce-checkout p.form-row.custom-checkboxes,
  .woocommerce-checkout p.form-row.validate-required {
    font-size: 11px;
    line-height: 1.2em;
  }
  /* .woocommerce-checkout p.form-row.custom-checkboxes label,
  .woocommerce-checkout p.form-row.validate-required label {
    font-size: 11px;
    line-height: 1.2em;
  } */
  .woocommerce-checkout p.form-row.custom-checkboxes input[type="checkbox"],
  .woocommerce-checkout p.form-row.validate-required input[type="checkbox"] {
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 0!important;
    padding: 0!important;
    margin-right: 5px;
  }
  .woocommerce-checkout p.form-row.custom-checkboxes .woocommerce-terms-and-conditions-checkbox-text,
  .woocommerce-checkout p.form-row.validate-required .woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 10px;
  }
  .woocommerce form .form-row {
    margin-bottom: 30px;
  }
/*   .woocommerce form .form-row label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
 */  
 .woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
    position: relative;
    width: auto;
    height: auto;
    float: left;
  }
  .woocommerce form .form-row label.woocommerce-form__label-for-checkbox input {
    width: 25px;
    margin-bottom: 0;
    margin-top: 2px;
  }
  .woocommerce form .form-row input {
    padding: 0;
    padding-bottom: 4px;
  }
  .woocommerce form .form-row .selection .select2-selection.select2-selection--single {
    border-radius: 0;
  }
}
/****************************************************
*********** WOOCOMMERCE THANK YOU PAGE ************
****************************************************/
.woocommerce-order-received .woocommerce-order {
  text-align: center;
  margin: 90px 0;
}
.woocommerce-order-received .woocommerce-order img {
  max-width: 150px!important;
}
.woocommerce-order-received .woocommerce-order ul {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order ul li {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  clear: both;
  float: none;
  margin: 30px 0;
}
/****************************************************
*********** WOOCOMMERCE MY ACCOUNT PAGES ************
****************************************************/
.logged-in.woocommerce-account #main #content {
  padding-bottom: 0;
}
.logged-in.woocommerce-account #main #content .no-activity {
  border: 1px solid;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1.5em 2em;
  height: auto;
  font-size: 17px;
  display: inline-block;
  margin: 0;
}
.logged-in.woocommerce-account #main #content .text_content {
  max-width: none;
  position: relative;
  padding: 75px 0 185px 0;
  min-height: calc(100vh - 223px);
  margin-top: 73px;
}
.logged-in.woocommerce-account #main #content .text_content h2,
.logged-in.woocommerce-account #main #content .text_content .tinv-header {
  display: none;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation {
  background-color: #e3e3e3;
  padding: 54px;
  width: 180px;
  overflow: hidden;
  height: calc(100% - 108px);
  position: absolute;
  top: 0;
  left: 0;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li {
  margin: 20px 0;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
  border-bottom: 1px solid;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-content {
  float: left;
  width: 850px;
  margin-left: 343px;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new {
  position: relative;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .intro {
  margin: 20px 0 10px 0;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new form#credits_pay_form {
  margin: 0;
  margin-top: 40px;
  max-width: none;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito.en_mora,
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito.en_mora p {
  color: #BE1E2D;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info {
  width: calc(100% - 40px);
  margin-left: 0;
  padding: 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .number {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .store,
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .mora_alert {
  float: left;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .mora_alert {
  margin-left: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .total {
  float: right;
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .flecha {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1c1c1c;
  float: right;
  margin: 6px 0 0 14px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info.show {
  border-bottom: none;
  border-top: 1px solid #1c1c1c;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info.show .flecha {
  transform: rotate(180deg);
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info {
  width: calc(100% - 40px);
  margin-left: 0px;
  max-height: 0px;
  overflow: hidden;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info.show {
  max-height: 200vh;
  padding: 20px;
  border-bottom: 1px solid #1c1c1c;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data {
  width: calc(100% - 60px);
  margin-left: 23px;
  display: block;
  overflow: hidden;
  padding: 14px 0;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data label {
  float: left;
  margin-left: 30px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data .value {
  float: right;
  text-align: right;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay {
  margin-top: 10px;
  border-top: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 14px 20px;
  width: calc(100% - 80px);
  margin-left: 40px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay .explain {
  float: left;
  width: calc(100% - 110px);
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay select {
  float: right;
  width: 70px;
  border: 1px solid #1c1c1c !important;
  border-radius: 0;
  text-align: right!important;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box {
  width: calc(100% - 40px);
  max-width: 400px;
  padding: 20px;
  min-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E3E3E3;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box strong {
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .mensaje {
  margin-bottom: 30px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .mensaje h1 {
  margin-bottom: 30px;
  font-size: 40px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .mensaje p {
  font-size: 13px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .detalles {
  margin: 20px 0;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .detalles .detalle {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .detalles .detalle .value {
  float: right;
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos {
  margin-bottom: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos .main_info {
  width: 100%;
  margin-left: -20px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos .main_info:first-child {
  border-top: 1px solid #fff;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos .main_info .number {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos .main_info .store {
  float: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 115px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .creditos .main_info .total {
  float: right;
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .explain {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .total_amount {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box .boton_linea {
  width: 100%;
  background-color: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 12px 0;
  text-align: center;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  margin-top: 35px;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar.show {
  display: block;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay {
  position: absolute;
  width: 100%;
  background-color: #1c1c1c;
  color: #fff;
  overflow: hidden;
  padding: 20px;
  margin-left: -20px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .explain {
  text-transform: uppercase;
  float: left;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .total_amount {
  float: right;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .boton_linea {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 0;
  text-align: center;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  margin-top: 35px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .open_resumen {
  cursor: default!important;
  pointer-events: none!important;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .open_resumen.clickable {
  cursor: pointer!important;
  pointer-events: auto!important;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay input[type="submit"] {
  width: 100%!important;
  background-color: #1c1c1c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 15px 0!important;
  text-align: center!important;
  margin-top: 6px!important;
  margin-bottom: 0!important;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box {
  width: calc(100% - 40px);
  max-width: 750px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box strong {
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .mensaje {
  margin-bottom: 30px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .mensaje h1 {
  margin-bottom: 30px;
  font-size: 40px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .mensaje p {
  font-size: 13px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .detalles {
  margin: 20px 0;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .detalles .detalle {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .detalles .detalle .value {
  float: right;
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos {
  margin-bottom: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos .main_info {
  width: 100%;
  margin-left: -20px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos .main_info:first-child {
  border-top: 1px solid #fff;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos .main_info .number {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos .main_info .store {
  float: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 115px;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .creditos .main_info .total {
  float: right;
  font-weight: bold;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .explain {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .total_amount {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box .boton_linea {
  width: 100%;
  background-color: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 12px 0;
  text-align: center;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  margin-top: 35px;
  text-transform: uppercase;
}
.logged-in.woocommerce-account #main #content .text_content .credito .cabecera {
  background-color: #1c1c1c;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 17px;
}
.logged-in.woocommerce-account #main #content .text_content .credito ul {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 25px 0 25px;
}
.logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row {
  padding: 14px 20px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  list-style: none;
  padding-left: 0;
}
.logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row .tag {
  font-weight: bold;
  width: 300px;
  display: inline-block;
}
.logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row .value {
  font-weight: 100;
  display: inline-block;
}
.logged-in.woocommerce-account #main #content .text_content table {
  border: none;
  border-collapse: collapse;
}
.logged-in.woocommerce-account #main #content .text_content table thead {
  background-color: #1c1c1c;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.logged-in.woocommerce-account #main #content .text_content table th,
.logged-in.woocommerce-account #main #content .text_content table td {
  padding: 14px 20px;
  font-weight: 100;
  font-size: 15px;
  text-align: left;
}
.logged-in.woocommerce-account #main #content .text_content table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.logged-in.woocommerce-account #main #content .text_content table th.product-stock,
.logged-in.woocommerce-account #main #content .text_content table td.product-stock {
  display: none;
}
.logged-in.woocommerce-account #main #content .text_content table a.button,
.logged-in.woocommerce-account #main #content .text_content table button {
  background: transparent;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-transform: capitalize;
  color: #1c1c1c;
  text-decoration: underline;
  padding-left: 0;
  border: none;
}
.logged-in.woocommerce-account #main #content .text_content table a.button:last-child,
.logged-in.woocommerce-account #main #content .text_content table button:last-child {
  padding-right: 0;
}
.logged-in.woocommerce-account #main #content .text_content table a.button.pay,
.logged-in.woocommerce-account #main #content .text_content table button.pay {
  display: none;
}
.logged-in.woocommerce-account #main #content .text_content .addresses {
  margin-top: 40px;
}
.logged-in.woocommerce-account #main #content .text_content .addresses header {
  padding: 19px 30px 15px 30px;
  background-color: #1c1c1c;
}
.logged-in.woocommerce-account #main #content .text_content .addresses header h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.logged-in.woocommerce-account #main #content .text_content .addresses header a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  opacity: 0.7;
}
.logged-in.woocommerce-account #main #content .text_content .addresses header a:hover {
  opacity: 1;
}
.logged-in.woocommerce-account #main #content .text_content .addresses address {
  padding: 30px;
  background-color: #fff;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates {
  border-bottom: 1px solid;
  padding: 20px 50px 50px 50px;
  list-style: none;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates li {
  margin-bottom: 30px;
}
.logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates li:last-child {
  margin-bottom: 0;
}
.logged-in.woocommerce-account #main #content button.button {
  background-color: #1c1c1c;
  color: #fff;
}
.logged-in.woocommerce-account #main #content button.button:hover {
  opacity: 0.7;
}
.logged-in.woocommerce-account.woocommerce-edit-account #main #content .text_content fieldset {
  padding: 70px 30px 40px 30px;
  background-color: #fff;
  border: none;
  position: relative;
}
.logged-in.woocommerce-account.woocommerce-edit-account #main #content .text_content fieldset legend {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 30px;
}
.logged-in.woocommerce-account.woocommerce-edit-account #main #content .text_content fieldset p:last-child {
  margin-bottom: 0;
}
.logged-in.woocommerce-account.woocommerce-edit-account #main #content .text_content fieldset input[type="password"]::placeholder {
  color: #1c1c1c;
}
.logged-in.woocommerce-account.woocommerce-orders .woocommerce-info {
  height: auto;
  font-size: 17px;
  display: inline-block;
}
.logged-in.woocommerce-account.woocommerce-orders .woocommerce-info a {
  display: none;
}
.logged-in.woocommerce-account .tinv-wishlist p.cart-empty {
  border: 1px solid;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1.5em 2em;
  height: auto;
  font-size: 17px;
  display: inline-block;
  margin: 0;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td {
  padding-top: 40px;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td .item-thumbnail {
  float: left;
  margin-top: -19px;
  margin-right: 30px;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul {
  margin-left: 50px;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li p {
  margin: 0;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li .wc-item-meta-label,
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li p {
  float: none;
  display: inline-block;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column {
  width: calc(50% - 60px);
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column h2 {
  margin-bottom: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background-color: #1c1c1c;
  padding: 19px 30px 15px 30px;
}
.logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column address {
  width: calc(100% - 60px);
  border: none;
  border-radius: 0;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container {
  display: block;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-sidebar {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  display: none;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-sidebar h3 {
  display: none;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-sidebar ul {
  padding-left: 0;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-sidebar ul li {
  margin: 0;
  width: 300px;
  display: inline-block;
  float: left;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading {
  font-weight: 100;
  font-size: 15px;
  text-align: left;
  padding: 14px 20px;
  background-color: #1c1c1c;
  color: #fff;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading h3,
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading p.woo-wallet-price {
  margin: 0;
  color: #fff !important;
  font-weight: 100;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content .woo-wallet-content-heading h3 {
  margin-top: 3px;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content hr {
  display: none;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content ul {
  padding-left: 0;
}
.logged-in.woocommerce-account.woocommerce-woo-wallet .woo-wallet-my-wallet-container .woo-wallet-content ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
.logged-in.woocommerce-account .u-column1.col-1.woocommerce-Address a {
  display: none;
  color: #1c1c1c;
}
@media only screen and (max-width: 1025px) {
  .logged-in.woocommerce-account #main #content .text_content {
    padding: 45px 0;
    min-height: none;
    width: 100%!important;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation {
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    position: relative;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li {
    position: relative;
    padding: 20px;
    margin: 0;
    clear: both;
    border-bottom: 1px solid #bcbec0;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li > a:after {
    content: "+";
    color: #1c1c1c;
    font-weight: bold;
    position: absolute;
    right: 12px;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #1c1c1c;
    padding: 20px;
    border-bottom: 1px solid #1c1c1c;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #fff;
    border-bottom: none;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-navigation ul li.is-active > a:after {
    content: "-";
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 12px;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-MyAccount-content {
    width: calc(100vw - 50px);
    padding: 20px 20px 114px 20px;
    margin-left: -20px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 50px;
    border-left: 5px solid #1c1c1c;
    border-right: 5px solid #1c1c1c;
    border-bottom: 5px solid #1c1c1c;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new {
    position: relative;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .intro {
    margin: 20px 0 10px 0;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito.en_mora .main_info .store {
    width: 100px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info {
    width: 100%;
    margin-left: -20px;
    padding: 20px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .number {
    float: left;
    font-weight: bold;
    margin-right: 15px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .store {
    float: left;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .main_info .total {
    float: right;
    font-weight: bold;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info {
    width: calc(100% - 40px);
    margin-left: 0px;
    max-height: 0px;
    overflow: hidden;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info.show {
    max-height: 200vh;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message {
    margin-top: -30px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message img.aligncenter {
    display: inline-block;
    float: none;
    margin: 0;
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message p {
    font-size: 11px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message p strong,
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message p b {
    font-weight: bold;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .mora_message p a {
    color: #BE1E2D;
    font-size: 11px;
    text-decoration: none;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data {
    width: 100%;
    margin-left: 0;
    display: block;
    overflow: hidden;
    padding: 14px 0;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data label {
    float: left;
    margin-left: 0;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .data .value {
    float: right;
    text-align: right;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay {
    margin-top: 10px;
    border-top: 1px solid #f3f3f3;
    overflow: hidden;
    padding: 14px 0;
    width: 100%;
    margin-left: 0;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay .explain {
    float: left;
    width: calc(100% - 110px);
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .credito .detail_info .select_to_pay select {
    float: right;
    width: 70px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .resumen_creditos_a_pagar .box,
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .mensaje_exito .box {
    width: calc(100% - 40px);
    padding: 20px;
    min-height: calc(100vh - 40px);
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    background: #E3E3E3;
    z-index: 99;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay {
    position: absolute;
    width: 100%;
    background-color: #1c1c1c;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    margin-left: -20px;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .explain {
    text-transform: uppercase;
    float: left;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .total_amount {
    float: right;
  }
  .logged-in.woocommerce-account #main #content .text_content .creditos-new .total_to_pay .open_resumen {
    width: 100%;
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 0;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
  }
  .logged-in.woocommerce-account #main #content .text_content .credito .cabecera {
    background-color: transparent;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .logged-in.woocommerce-account #main #content .text_content .credito ul {
    padding: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 16px!important;
  }
  .logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row {
    padding: 5px 0px;
    margin: 0;
    border-bottom: none;
  }
  .logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row .tag {
    display: block;
  }
  .logged-in.woocommerce-account #main #content .text_content .credito ul li.data_row .value {
    display: block;
  }
  .logged-in.woocommerce-account #main #content .text_content table th,
  .logged-in.woocommerce-account #main #content .text_content table td {
    padding: 14px 0px;
  }
  .logged-in.woocommerce-account #main #content .text_content table a.button,
  .logged-in.woocommerce-account #main #content .text_content table button {
    border-bottom: none!important;
  }
  .logged-in.woocommerce-account #main #content .text_content .addresses .woocommerce-Address:first-child {
    margin-bottom: 30px;
  }
  .logged-in.woocommerce-account #main #content .text_content .addresses .woocommerce-Address address {
    padding: 30px 20px;
    background-color: #fff;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates {
    border-bottom: 1px solid;
    padding: 20px 50px 50px 50px;
    list-style: none;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates li {
    margin-bottom: 30px;
  }
  .logged-in.woocommerce-account #main #content .text_content .woocommerce-OrderUpdates li:last-child {
    margin-bottom: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos th {
    display: none;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item {
    border-bottom: 1px solid;
    position: relative;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td {
    border: none;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td a {
    border-bottom: none;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-remove {
    text-align: right;
    padding-bottom: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-remove button {
    color: #ff0000;
    text-decoration: none;
    margin: inherit;
    position: absolute;
    right: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-thumbnail {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 50%!important;
    display: inline-block;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-thumbnail img {
    max-width: 100px;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-name {
    width: 50%!important;
    display: inline-block;
    text-align: right;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-name .variation-Talla {
    float: none;
    display: inline-block;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-name .variation-Talla {
    display: inline-block;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-price {
    display: inline-block;
    text-align: right;
    text-align: center;
    padding: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-action {
    margin-bottom: 30px;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos tr.wishlist_item td.product-action button {
    font-weight: bold;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos .social-buttons {
    margin: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos .social-buttons ul li {
    clear: none;
    margin: 0;
    padding: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos .social-buttons ul li a {
    border: none;
    padding-left: 0;
  }
  .logged-in.woocommerce-account #main #content .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lista_deseos .social-buttons ul li a:after {
    display: none;
  }
  .logged-in.woocommerce-account.woocommerce-edit-account #main #content .text_content fieldset {
    padding: 70px 20px 30px 20px;
  }
  .logged-in.woocommerce-account.woocommerce-orders .woocommerce-info {
    font-size: 15px;
    padding: 20px;
  }
  .logged-in.woocommerce-account .tinv-wishlist p.cart-empty {
    font-size: 15px;
    padding: 20px;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td {
    padding-top: 0px;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td .item-thumbnail {
    float: none;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul {
    padding-left: 10px;
    margin-left: 10px;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li p {
    margin: 0;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li .wc-item-meta-label,
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td ul li p {
    float: none;
    display: inline-block;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content table td.woocommerce-table__product-total.product-total {
    text-align: right;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column {
    width: 100%;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column h2 {
    margin-bottom: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background-color: #1c1c1c;
    padding: 19px 30px 15px 30px;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column .woocommerce-column--billing-address {
    width: 100%;
  }
  .logged-in.woocommerce-account.woocommerce-view-order #main #content .text_content .addresses .woocommerce-column .woocommerce-column--billing-address address {
    width: 100%;
  }
}
/****************************************************
***************** SAVING THE AMAZON *****************
****************************************************/
.page-template-template-amazon {
  overflow-x: hidden;
}
.page-template-template-amazon header {
  position: relative;
  z-index: 59;
}
.page-template-template-amazon #main {
  background-color: transparent;
}
.page-template-template-amazon .loader {
  display: none!important;
}
.page-template-template-amazon #content {
  padding-bottom: 0;
  margin-top: 40px;
}
.page-template-template-amazon .seccion_1 {
  background-color: #22B573;
  height: calc(100vh - 30px);
  text-align: center;
  position: relative;
}
.page-template-template-amazon .seccion_1 .positioner_rel {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.page-template-template-amazon .seccion_1 .positioner_rel .title {
  display: inline-block;
}
.page-template-template-amazon .seccion_1 .positioner_rel .title svg {
  width: 28vw;
  height: auto;
}
.page-template-template-amazon .seccion_1 .positioner_rel .logo {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}
.page-template-template-amazon .seccion_1 .positioner_rel .logo svg {
  width: 130px;
  height: auto;
}
.page-template-template-amazon .seccion_1 .scroll_down {
  width: 50px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 25px);
}
@keyframes gbounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.page-template-template-amazon .seccion_1 .gbounce {
  animation: gbounce 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.page-template-template-amazon .seccion_2 {
  background-color: #263321;
  height: 100vh;
  text-align: center;
  position: relative;
}
.page-template-template-amazon .seccion_2 .positioner_rel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.page-template-template-amazon .seccion_2 .positioner_rel .texto {
  width: 500px;
}
.page-template-template-amazon .seccion_2 .positioner_rel .texto p {
  color: #A7E1C7;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-align: center;
  font-size: 28px;
}
.page-template-template-amazon .seccion_2 .positioner_rel .texto p a {
  color: #8CC63F;
}
.page-template-template-amazon .seccion_2 .positioner_rel .logo {
  width: 190px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.page-template-template-amazon .seccion_3 {
  height: 100vh;
  text-align: center;
  position: relative;
}
.page-template-template-amazon .seccion_3 .bg_parallax {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-template-amazon .seccion_3 .positioner_rel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.page-template-template-amazon .seccion_3 .positioner_rel .heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28vw;
}
.page-template-template-amazon .seccion_3 .positioner_rel .info {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-amazon .seccion_3 .positioner_rel .info .pre_contador {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  color: #006837;
}
.page-template-template-amazon .seccion_3 .positioner_rel .info .contador {
  font-family: 'Playfair Display', serif;
  font-size: 95px;
  color: #263321;
  line-height: 1em;
  margin: -10px 0 20px 0;
}
.page-template-template-amazon .seccion_3 .positioner_rel .info .post_contador {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  color: #006837;
}
.page-template-template-amazon .seccion_4 {
  background-color: #22B573 !important;
  height: 90vh;
  margin-bottom: -10vh;
}
.page-template-template-amazon .pre_seccion_5 {
  height: 10vh;
}
.page-template-template-amazon .seccion_5 {
  background-color: #006837;
  height: 970px;
}
.page-template-template-amazon .seccion_5 .titulo {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #22B573;
  font-size: 52px;
  width: 340px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
  z-index: 39;
}
.page-template-template-amazon .seccion_5 .timeline {
  width: 25px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
  z-index: 39;
}
.page-template-template-amazon .seccion_5 .timeline .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #8CC63F;
  border: 5px solid #263321;
}
.page-template-template-amazon .seccion_5 .timeline .connector {
  width: 5px;
  height: 120px;
  background-color: #263321;
  margin-left: 10px;
  margin-top: -2px;
}
.page-template-template-amazon .seccion_5 .timeline .connector.connector5 {
  height: 150px;
}
.page-template-template-amazon .seccion_5 .timeline .step {
  position: absolute;
  text-align: left;
}
.page-template-template-amazon .seccion_5 .timeline .step .numero {
  font-family: 'Playfair Display', serif;
  color: #8CC63F;
  font-size: 90px;
  font-weight: bold;
}
.page-template-template-amazon .seccion_5 .timeline .step .ano {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #7AD3AB;
  font-size: 23px;
  margin-top: -12px;
}
.page-template-template-amazon .seccion_5 .timeline .step.step1 {
  top: -65px;
  right: -110px;
}
.page-template-template-amazon .seccion_5 .timeline .step.step2 {
  top: 80px;
  left: -180px;
  text-align: right;
}
.page-template-template-amazon .seccion_5 .timeline .step.step3 {
  top: 210px;
  right: -170px;
}
.page-template-template-amazon .seccion_5 .timeline .step.step4 {
  top: 368px;
  left: -235px;
  text-align: right;
}
.page-template-template-amazon .seccion_5 .timeline .step.step5 {
  top: 507px;
  right: -200px;
}
.page-template-template-amazon .pre_seccion_6 {
  height: 10vh;
  margin-top: -10vh;
}
.page-template-template-amazon .seccion_6 {
  background-color: #7AD3AB;
  height: 90vh;
}
.page-template-template-amazon .seccion_6 .step {
  width: 430px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.page-template-template-amazon .seccion_6 .step .numero {
  font-family: 'Playfair Display', serif;
  color: #006837;
  font-size: 90px;
  font-weight: bold;
}
.page-template-template-amazon .seccion_6 .step .ano {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #006837;
  margin-top: 12px;
  width: 430px;
  text-align: center;
}
.page-template-template-amazon .seccion_6 .step .ano p {
  font-size: 19px;
}
.page-template-template-amazon .seccion_6 .step .ano p strong {
  font-weight: bold;
}
.page-template-template-amazon .seccion_7 {
  position: relative;
  margin-top: -40vh;
  margin-bottom: -20px;
}
.page-template-template-amazon .seccion_7 .forest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-template-template-amazon .seccion_7 .forest.forest5 {
  position: relative;
}
.page-template-template-amazon .seccion_7 .positioner_rel {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}
.page-template-template-amazon .seccion_7 .positioner_rel .texto {
  color: #009245;
}
.page-template-template-amazon .seccion_7 .positioner_rel .logo {
  width: 190px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-top: 30px;
}
.page-template-template-amazon .hojas .hoja {
  position: absolute;
  width: 20vw;
  height: auto;
}
.page-template-template-amazon .hojas .hoja.hoja1 {
  left: 18vw;
  top: 5vh;
  width: 15vw;
}
.page-template-template-amazon .hojas .hoja.hoja2 {
  left: 4vw;
  top: 2vh;
  width: 21vw;
}
.page-template-template-amazon .hojas .hoja.hoja3 {
  top: 33vh;
  left: 0;
}
.page-template-template-amazon .hojas .hoja.hoja4 {
  top: 43vh;
  left: 12vw;
  width: 18vw;
}
.page-template-template-amazon .hojas .hoja.hoja5 {
  top: 62vh;
  left: 3vw;
  width: 30vw;
}
.page-template-template-amazon .hojas .hoja.hoja6 {
  top: 104vh;
  left: 9vw;
  width: 22vw;
}
.page-template-template-amazon .hojas .hoja.hoja7 {
  top: 87vh;
  left: 27vw;
  width: 24vw;
}
.page-template-template-amazon .hojas .hoja.hoja8 {
  top: 103vh;
  left: -8vw;
  width: 30vw;
}
.page-template-template-amazon .hojas .hoja.hoja9 {
  top: 156vh;
  left: 8vw;
  width: 16vw;
}
.page-template-template-amazon .hojas .hoja.hoja10 {
  top: 178vh;
  left: 1vw;
  width: 31vw;
}
.page-template-template-amazon .hojas .hoja.hoja11 {
  top: 198vh;
  left: -4vw;
  width: 26vw;
}
.page-template-template-amazon .hojas .hoja.hoja12 {
  top: 286vh;
  left: -2vw;
  width: 34vw;
}
.page-template-template-amazon .hojas .hoja.hoja13 {
  top: 322vh;
  left: 7vw;
  width: 25vw;
}
.page-template-template-amazon .hojas .hoja.hoja14 {
  top: 342vh;
  left: -1vw;
  width: 25vw;
}
.page-template-template-amazon .hojas .hoja.hoja15 {
  top: 391vh;
  left: -4vw;
  width: 31vw;
}
.page-template-template-amazon .hojas .hoja.hoja16 {
  top: 447vh;
  left: 2vw;
  width: 24vw;
}
.page-template-template-amazon .hojas .hoja.hoja17 {
  top: 517vh;
  left: 2vw;
  width: 24vw;
}
.page-template-template-amazon .hojas .hoja.hoja18 {
  right: 28vw;
  top: 1vh;
  width: 15vw;
}
.page-template-template-amazon .hojas .hoja.hoja19 {
  right: 13vw;
  top: 2vh;
  width: 24vw;
}
.page-template-template-amazon .hojas .hoja.hoja20 {
  right: -7vw;
  top: 2vh;
  width: 21vw;
}
.page-template-template-amazon .hojas .hoja.hoja21 {
  right: -1vw;
  top: 26vh;
  width: 21vw;
}
.page-template-template-amazon .hojas .hoja.hoja22 {
  right: 10vw;
  top: 46vh;
  width: 21vw;
}
.page-template-template-amazon .hojas .hoja.hoja23 {
  right: -13vw;
  top: 49vh;
  width: 31vw;
}
.page-template-template-amazon .hojas .hoja.hoja24 {
  right: 9vw;
  top: 79vh;
  width: 31vw;
}
.page-template-template-amazon .hojas .hoja.hoja25 {
  top: 100vh;
  right: -8vw;
  width: 35vw;
}
.page-template-template-amazon .hojas .hoja.hoja26 {
  top: 156vh;
  right: 5vw;
  width: 23vw;
}
.page-template-template-amazon .hojas .hoja.hoja27 {
  top: 182vh;
  right: -9vw;
  width: 31vw;
}
.page-template-template-amazon .hojas .hoja.hoja28 {
  top: 281vh;
  right: -10vw;
  width: 26vw;
}
.page-template-template-amazon .hojas .hoja.hoja29 {
  top: 346vh;
  right: -12vw;
  width: 34vw;
}
.page-template-template-amazon .hojas .hoja.hoja30 {
  top: 389vh;
  right: -4vw;
  width: 27vw;
}
.page-template-template-amazon .hojas .hoja.hoja31 {
  top: 423vh;
  right: -1vw;
  width: 25vw;
}
.page-template-template-amazon .hojas .hoja.hoja32 {
  top: 461vh;
  right: -5vw;
  width: 31vw;
}
@media only screen and (max-width: 1025px) {
  .page-template-template-amazon {
    width: 100vw;
    overflow-x: hidden;
  }
  .page-template-template-amazon #content {
    margin-bottom: -35px;
    margin-top: 72px;
  }
  .page-template-template-amazon .seccion_1 {
    height: calc(100vh - 200px);
  }
  .page-template-template-amazon .seccion_1 .positioner_rel {
    top: calc(50% - 10px);
  }
  .page-template-template-amazon .seccion_1 .positioner_rel .title svg {
    width: 75vw;
  }
  .page-template-template-amazon .seccion_1 .positioner_rel .logo {
    margin-top: 50px;
  }
  .page-template-template-amazon .seccion_1 .positioner_rel .logo svg {
    width: 130px;
  }
  .page-template-template-amazon .seccion_1 .scroll_down {
    width: 50px;
    bottom: 30px;
    left: calc(50% - 25px);
  }
  @keyframes gbounce {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .page-template-template-amazon .seccion_2 .positioner_rel .texto {
    width: 100%;
    margin-left: 0px;
  }
  .page-template-template-amazon .seccion_2 .positioner_rel .texto p {
    font-size: 19px;
  }
  .page-template-template-amazon .seccion_2 .positioner_rel .logo {
    width: 140px;
  }
  .page-template-template-amazon .seccion_3 .positioner_rel .heart {
    width: 80vw;
  }
  .page-template-template-amazon .seccion_3 .positioner_rel .info {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-template-template-amazon .seccion_3 .positioner_rel .info .pre_contador {
    font-size: 14px;
  }
  .page-template-template-amazon .seccion_3 .positioner_rel .info .contador {
    font-size: 57px;
    margin: -10px 0 20px 0;
  }
  .page-template-template-amazon .seccion_3 .positioner_rel .info .post_contador {
    font-size: 14px;
  }
  .page-template-template-amazon .pre_seccion_5 {
    margin-bottom: -1px;
  }
  .page-template-template-amazon .seccion_5 {
    height: 900px;
  }
  .page-template-template-amazon .seccion_5 .titulo {
    font-size: 42px;
    width: 100%;
    padding-top: 50px;
  }
  .page-template-template-amazon .seccion_5 .timeline {
    margin-top: 60px;
  }
  .page-template-template-amazon .seccion_5 .timeline .connector {
    height: 110px;
  }
  .page-template-template-amazon .seccion_5 .timeline .connector.connector5 {
    height: 150px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step .numero {
    font-size: 60px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step .ano {
    font-size: 19px;
    margin-top: -12px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step.step1 {
    top: -38px;
    right: -80px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step.step2 {
    top: 90px;
    left: -120px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step.step3 {
    top: 220px;
    right: -125px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step.step4 {
    top: 359px;
    left: -157px;
  }
  .page-template-template-amazon .seccion_5 .timeline .step.step5 {
    top: 490px;
    right: -125px;
  }
  .page-template-template-amazon .pre_seccion_6 {
    margin-bottom: -1px;
  }
  .page-template-template-amazon .seccion_6 .step {
    width: calc(100% - 80px);
    margin-left: 40px;
    z-index: 39;
    position: relative;
  }
  .page-template-template-amazon .seccion_6 .step .numero {
    font-size: 60px;
  }
  .page-template-template-amazon .seccion_6 .step .ano {
    width: 100%;
    text-align: center;
  }
  .page-template-template-amazon .seccion_6 .step .ano p {
    font-size: 17px;
  }
  .page-template-template-amazon .seccion_7 {
    position: relative;
    margin-top: -40vh;
    margin-bottom: -20px;
  }
  .page-template-template-amazon .seccion_7 .forest {
    margin-bottom: -15px;
    margin-top: -30vh;
    position: relative;
  }
  .page-template-template-amazon .seccion_7 .positioner_rel {
    position: absolute;
    bottom: initial;
    left: initial;
    transform: none;
    width: 100%;
    height: 30vh;
    background-color: #263321;
    text-align: center;
    position: relative;
  }
  .page-template-template-amazon .seccion_7 .positioner_rel .logo {
    width: 140px;
    margin-top: 10px;
  }
  .page-template-template-amazon .hojas {
    width: 100vw;
    height: 600vh;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
  }
  .page-template-template-amazon .hojas .hoja {
    position: absolute;
    width: 20vw;
    height: auto;
  }
  .page-template-template-amazon .hojas .hoja.hoja1 {
    left: 18vw;
    top: 7vh;
    width: 32vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja2 {
    left: -4vw;
    top: 14vh;
    width: 41vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja3 {
    top: 33vh;
    left: -2vw;
    width: 33vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja4 {
    top: 49vh;
    left: -5vw;
    width: 31vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja5 {
    top: 59vh;
    left: 3vw;
    width: 34vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja6 {
    top: 83vh;
    left: 0vw;
    width: 28vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja7 {
    top: 69vh;
    left: 27vw;
    width: 40vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja8 {
    top: 110vh;
    left: -12vw;
    width: 40vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja9 {
    top: 156vh;
    left: -6vw;
    width: 44vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja10 {
    top: 185vh;
    left: -9vw;
    width: 53vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja11 {
    top: 233vh;
    left: -8vw;
    width: 48vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja12 {
    top: 275vh;
    left: -10vw;
    width: 45vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja13 {
    top: 308vh;
    left: -7vw;
    width: 42vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja14 {
    top: 342vh;
    left: -1vw;
    width: 37vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja15 {
    top: 385vh;
    left: -7vw;
    width: 40vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja16 {
    top: 447vh;
    left: 2vw;
    width: 37vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja17 {
    top: 517vh;
    left: -5vw;
    width: 39vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja18 {
    right: 24vw;
    top: 10vh;
    width: 22vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja19 {
    right: -6vw;
    top: 10vh;
    width: 33vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja20 {
    right: -7vw;
    top: 21vh;
    width: 32vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja21 {
    right: -4vw;
    top: 38vh;
    width: 26vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja22 {
    right: 2vw;
    top: 48vh;
    width: 23vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja23 {
    right: -13vw;
    top: 60vh;
    width: 35vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja24 {
    right: 9vw;
    top: 82vh;
    width: 31vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja25 {
    top: 105vh;
    right: -8vw;
    width: 35vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja26 {
    top: 147vh;
    right: -4vw;
    width: 35vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja27 {
    top: 182vh;
    right: -9vw;
    width: 47vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja28 {
    top: 258vh;
    right: -10vw;
    width: 39vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja29 {
    top: 346vh;
    right: -12vw;
    width: 44vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja30 {
    top: 389vh;
    right: -9vw;
    width: 36vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja31 {
    top: 423vh;
    right: -1vw;
    width: 33vw;
  }
  .page-template-template-amazon .hojas .hoja.hoja32 {
    top: 441vh;
    right: -5vw;
    width: 40vw;
  }
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--creditos-new {
  display: none;
}

/*/////////////////////////////////////////////////////////////////// contra ////////////////////*/

.flex {
  display: flex;
}

.gap15 {
  gap: 2rem;
}

.gap10 {
  gap: 1rem
}


.items-start {
  align-items: start;
}

.w-half {
  width: 50%;
}

.login-box {
  border: 1px solid #000;
  padding: 1rem;
}

.login-box h2 {
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 1.25rem;
  margin-top: 0;
  font-size: 1.25rem;
}

.woocommerce-checkout #main #content .text_content .login-box .woocommerce-form.woocommerce-form-login.login {
  padding-bottom: 0;
  margin-bottom: 0;
}

.login-box .woocommerce-form-login .form-row-first {
  width: 100%;
  float: none;
  margin-bottom: 0;
}

.login-box .woocommerce-form-login .form-row-last {
  width: 100%;
  float: none;
  margin-bottom: 0;
}

.login-box input, .login-box textarea, .login-box select, .nf-form-content input:not([type=button]) {
  border-bottom: 1px solid #000 !important;
}

.login-box .woocommerce-checkout #main #content .text_content .woocommerce-form.woocommerce-form-login.login button {
  margin-top: 0;
}

.guest-cta, .woocommerce-checkout #main #content .text_content .woocommerce-form.woocommerce-form-login.login button {
  width: 100%;
  padding: 0.85rem 0;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.85rem;
  width: 100%;
  display: inline-block;
}

.login-msg {
  text-align: center;
  width: 75%;
  margin: auto;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.stepper-wrap {
  position: relative;
  max-width: 1040px;
  margin: auto;
}

.steps {
  width: 75%;
  justify-content: space-between;
  margin: 2rem auto;
  position: relative;
}

.steps > .step-button > div {
  width: 30px;
  height: 30px;
  background: #A9A9A9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  margin: auto;
  position: relative;
  border: 4px solid #f3f3f3;
  transition: 0.25s all ease-in-out;
  cursor: pointer;
}

.steps > .step-button > div.active {
  background: #000;
  color: #f3f3f3;
}

.step-button > p {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin: 0.5rem 0;
}

.steps > div {
  text-align: center;
}

.indicator {
  position: absolute;
  background: #ccc;
  height: 1px;
  width: 97%;
  content: "";
  top: 50%;
  transform: translateY(-18px);
  left: 10px;
}

.steps:before {
  position: absolute;
  background: #000;
  height: 1px;
  width: 0;
  content: "";
  top: 50%;
  transform: translateY(-18px);
  transition: 0.25s all ease-in-out;
  left: 10px;
}

.steps.w-33:before {
  width: 33%;
}

.steps.w-50:before {
  width: 50%;
}

.steps.w-66:before {
  width: 66%;
}

.steps.w-100:before {
  width: 97%;
}

.step-wrap {
  display: flex;
}

.step {
  opacity: 0;
  width: 0;
  z-index: -1;
  transition: 0.25s transform ease-in-out, 0.25s opacity ease-in-out 0.5s, 0s width ease-in-out 0s;
  transform: translateY(-200%);
  width: 0;
  height: 0;
  padding: 2rem 0 4rem 0;
  overflow: hidden;
}

.step.active {
  opacity: 1;
  z-index: 9;
  transform: none;
  width: 100%;
  height: 100%;
}

.order-review-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.review-item-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #000;
}

.review-item-row:last-child {
  border-bottom: 1px solid #000;
}

.review-item-row > div:nth-child(1) {
  width: 20%;
}

.review-item-row > div:nth-child(2) {
  width: 60%;
}

.review-item-row > div:nth-child(3) {
  width: 20%;
  text-align: right;
}

.order-review-footer .cart-subtotal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #000;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #000 !important;
}

.woocommerce-cart .woocommerce table.shop_table {
  border-bottom: 1px solid !important;
}

.woocommerce-cart .woocommerce .cart-collaterals table.shop_table {
  border-bottom: 0px solid !important;
}

.shipping-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 1px solid #000;
}

.order-total-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 0px solid #000;
  align-items: center;
}

.order-total-row > div:nth-child(1) {
  width: 30%;
}

.order-total-row > div:nth-child(2) {
  width: 45%;
  text-align: right;
}

small.includes_tax {
  display: block;
  font-size: 0.75rem;
  margin-left: 8px;
}

.order-review-wrapper h4 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
}

.order-review-wrapper h4 {
  margin: 0;
}

.checkout-forms-wrapper {
  gap: 3rem;
  justify-content: space-between;
}

.checkout-forms-wrapper > div:nth-child(1) {
  width: 50%;
}

.checkout-forms-wrapper > div:nth-child(2) {
  width: 40%;
}

.full-resume .order-review-header {
  gap: 1rem;
}

.full-resume .order-review-header div:nth-child(1) {
  width: 50%;
}

.full-resume .order-review-header div:nth-child(2) {
  width: 25%;
}

.full-resume .order-review-header div:nth-child(3) {
  width: 25%;
}

.full-resume .review-item-row .image-name-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.full-resume .review-item-row .image-name-wrap .product-name {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

.full-resume .review-item-row .p-qty {
  width: 25%;
}

.full-resume .review-item-row .product-total {
  width: 25%;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.half-width {
  width: 100%;
  justify-content: end;
}

.half-width .order-review-footer {
  width: 50%;
}

.full-resume .shipping-row > div {
  width: 50%;
}

.shipping-row {
  align-items: center;
}

.full-resume .cart-subtotal > div {
  width: 50%;
}

.full-resume .order-total-row > div {
  width: 50%;
  text-align: left;
}

.hidden-desktop {
  display: none;
}

@media screen and (max-width:767px) {
  .hidden-desktop {
    display: block;
  }  
}

button.resume-cta {
  background: #000;
  padding: 0.85rem 0;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.85rem;
  width: 100%;
  display: inline-block;
}

.full-resume .order-review-footer .cta-btn-wrap {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.75rem 0;
}

.full-resume .order-review-footer .cta-btn-wrap > div {
  width: 50%;
}

.woocommerce-invalid-required-field:after {
  content: "Este es un campo es requerido" !important;
  color: #E94343;
  letter-spacing: 0;
}

.woocommerce-invalid-required-field input {
  margin-bottom: 5px !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}


.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty {
  width: 24px;
  text-align: center !important;
  padding: 5px !important;
  border: 0 !important;
  font-size: 20px !important;
  font-weight: 100;
  margin-bottom: 0 !important;
}

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

.btn-qty-plus, .btn-qty-minus {
  font-size: 30px;
  color: #000;
  font-weight: 100;
  cursor: pointer;
}

.woocommerce ul#shipping_method li {
  margin: 0 !important;
}

.woocommerce-checkout #main #content .text_content h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0;
}

span.woocommerce-Price-amount.amount bdi {
  font-size: 18px;
}

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

p.lost_password {
  margin-top: 0.5rem;
  letter-spacing: 0;
  font-weight: 500;
}

.contra-login-box input[type="checkbox"] {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0;
}

.guest-cta, .woocommerce-checkout #main #content .text_content .woocommerce-form.woocommerce-form-login.login button {
  margin-bottom: 0;
}

#rememberme ~ span {
  letter-spacing: 0;
  font-weight: 500;
}

.woocommerce table.shop_table {
  margin-bottom: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 41% !important;
}

.woocommerce-cart .woocommerce table.shop_table .cart-subtotal th {
  font-size: 20px !important;
}

.woocommerce-cart .woocommerce table.shop_table .cart-subtotal .woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

td.actions {
  overflow: hidden;
  padding: 10px !important;
  height: 0;
}

.order-review-wrapper .cart-subtotal h4, .order-review-wrapper .shipping-row h4 {
  font-weight: 100;
  font-size: 14px;
}

span.product-quantity {
  font-size: 18px;
}

.cart-collaterals .cart_totals ul.woocommerce-shipping-methods, .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  display: none;
}

tr td.actions {
  display: none !important;
}

.woocommerce-checkout h1.page_header {
  display: none;
}

/*////////////////////////////////////*/

@media screen and (max-width: 992px) {
  .woocommerce-checkout #main #content .text_content #order_review .product_quantity {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  .steps {
    width: 100%;
  }

  .woocommerce-checkout #main #content .text_content h3 {
    margin-top: 0;
  }

  .full-resume .order-review-header div:nth-child(2) {
    display: none;
  }

  .full-resume .review-item-row .p-qty {
    display: none;
  }

  .full-resume .review-item-row .image-name-wrap {
    width: 75%;
    gap: 1rem;
  }

  .product_image {
    width: 40%;
  }

  .full-resume .review-item-row .image-name-wrap .product-name {
    width: 60%;
  }

  .half-width .order-review-footer {
    width: 100%;
  }

  small.includes_tax {
    display: none;
  }

  .full-resume .order-review-footer .cta-btn-wrap > div:first-child {
    display: none;
  }

  .full-resume .order-review-footer .cta-btn-wrap > div {
    width: 100%;
  }

  .full-resume .order-review-header div:nth-child(3) h3 {
    text-align: right !important;
  }

  .full-resume .review-item-row .product-total {
    text-align: right;
  }

  .full-resume .cart-subtotal > div {
    text-align: right;
    font-size: 18px;
  }

  .full-resume .review-item-row .product-total {
    font-weight: 400;
  }

  .full-resume .order-total-row > div {
    width: 100%;
    text-align: right;
    justify-content: end;
    font-size: 18px;
  }

  .full-resume .order-review-footer .cta-btn-wrap {
    margin-top: 2rem;
  }

  .full-resume .shipping-row > div {
    text-align: right;
  }

  .login-boxes-wrap {
    flex-direction: column;
  }

  .w-half {
    width: auto;
  }

  .login-box {
    padding: 1rem;
  }

  .woocommerce-checkout #main #content .text_content .box_collapse {
    padding: 0;
    width: 100%;
  }

  .login-msg {
    width: 100%;
  }

  .page.woocommerce-checkout #main #content .text_content {
    width: auto !important;
    padding: 40px 15px;
    margin-top: 0;
  }

  .woocommerce-checkout #main #content .text_content .box_collapse a {
    display: block;
  }

  .checkout-forms-wrapper {
    gap: 1rem;
    justify-content: flex-start;
    flex-direction: column;
  }

  .checkout-forms-wrapper > div:nth-child(1) {
    width: 100%;
  }

  .checkout-forms-wrapper > div:nth-child(2) {
    width: 100%;
  }

  .woocommerce-checkout #main #content .text_content #order_review_heading {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 22px !important;
    letter-spacing: 1px;
  }

  .woocommerce-cart .woocommerce table.shop_table thead tr {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
    padding: 0 0 15px 0 !important;
  }

  .woocommerce-cart .woocommerce table.shop_table th.product-remove {
    display: none !important;
  }

  .woocommerce-cart .woocommerce table.shop_table th.product-name {
    padding: 0 !important;
  }

  .woocommerce-cart .woocommerce table.shop_table th.product-price {
    padding: 0 !important;
  }

  .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.tinvwl-table-manage-list th.product-quantity {
    display: none !important;
  }

  .woocommerce-cart .woocommerce table.shop_table th.product-subtotal, .woocommerce-cart .woocommerce table.tinvwl-table-manage-list th.product-subtotal {
    display: none !important;
  }

  .woocommerce table.cart thead tr  thead.product-thumbnail, .woocommerce-page #content table.cart thead .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: block !important;
  }

  .woocommerce-cart .woocommerce table.shop_table tr {
    display: flex;
    align-items: center;
  }

  .woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal {
    border-bottom: 0 !important;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    padding: 0 !important;
    width: 10%;
  }

  .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    width: 25%;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-name {
    text-align: left !important;
    width: 30%;
    display: block !important;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-price, .woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-price {
    padding-right: 0 !important;
    width: 20%;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: none;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-quantity, .woocommerce-cart .woocommerce table.tinvwl-table-manage-list td.product-quantity {
    display: none !important;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
    display: none !important;
  }

  .qty-flex-wrap {
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0;
  }

  .input-text.qty.text {
    margin-bottom: 0 !important;
  }

  .hidden-desktop {
    display: flex !important;   
   }

   .woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal {
    justify-content: space-between;
   }

   .woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th {
    display: block !important;
    text-align: left !important;
    padding-left: 0 !important;
   }

   .woocommerce-cart #main #content .text_content {
    width: auto !important;
    padding-left: 15px !important ;
    padding-right: 15px !important ;
   }

   .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
   }

   #billing_first_name_field {
    float: none;
    width: 100%;
  }

  #billing_last_name_field {
    float: none;
    width: 100%;
  }

  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    margin-top: 35px;
  }

  .steps.w-100:before {
    width: 96%;
  }

  .indicator {
    width: 96%;
  }
}

.hidden-desktop {
 display: none;   
}
