/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }



h1.titulo {
  font-size: 1.5em;
  margin-top: 0px;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

ul {
  margin-bottom: 0px; }

a {
  color: black;
  text-decoration: none !important; }

ol, ul {
  padding-left: 0rem; }

li {
  list-style-type: none; }

/* Small devices (landscape phones) */
/* Small devices (Small tablet) */
/* Medium devices (tablets) The navbar toggle appears at this breakpoint */
/* Large devices (desktops) */
/* Extra large devices (large desktops) */
@font-face {
  font-family: 'SpaceMono';
  src: url("./fonts/SpaceMono/SpaceMono-Bold.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-BoldItalic.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-Italic.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-Regular.ttf"); }


.promocionesweb_list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
}
@media all and (min-width: 600px) {
  .promocionesweb_list {
    grid-template-columns: 48%  48%;
    column-gap: 2%;
    row-gap: 24px;
  }
}
@media all and (min-width: 900px) {
  .promocionesweb_list {
    grid-template-columns: 32% 32% 32%;
    column-gap: 1%;
    row-gap: 24px;
  }
}
@media all and (min-width: 1200px) {
  .promocionesweb_list {
    grid-template-columns: 24% 24% 24% 24%;
    column-gap: 1%;
    row-gap: 24px;
  }
}
.promocionesweb_list .item {
  border:1px solid orange;
  position: relative;
  padding: 30px;
  height:300px;
}
.promocionesweb_list .articulo {
  border:1px solid orange;
  position: relative;
  padding: 30px;
}
.promocionesweb_list .item p {
  color: darkgreen;
}
/*
.promocionesweb_list .item h3 {
  position: absolute;
  top: 12px;
  left: 12px;
}
*/
.promocionesweb_list .item img {
  max-width: 80%;
}


#buscador {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid gray;
  border: 1px solid rgb(235, 235, 235);
}

.buscador_header {
  color: #fff;
}

/* Brand colors */
/* Default colors */
/* Secondary / action colors */
.carousel {
  margin-bottom: 80px;
  padding-bottom: 24px;
  background-color: #f5f5f5; }

.carousel__item {
  padding: 24px 0px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .carousel__item {
      display: flex;
      gap: 32px;
      align-items: flex-start; } }
  @media all and (min-width: 992px) {
    .carousel__item {
      display: grid;
      gap: unset; } }
  .carousel__item .item__text {
    grid-column: span 4;
    text-align: center; }
    @media all and (min-width: 768px) {
      .carousel__item .item__text {
        text-align: left; } }
  .carousel__item .img__container {
    margin-top: 24px;
    position: relative;
    max-height: 200px; }
    @media all and (min-width: 992px) {
      .carousel__item .img__container {
        max-height: 300px;
        width: 100%;
        max-width: 200px; } }
    .carousel__item .img__container .img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 24px;
      width: auto; }
    @media all and (min-width: 768px) {
      .carousel__item .img__container {
        margin-top: 0px;
        max-height: 400px;
        max-width: unset;
        grid-column: span 4;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .carousel__item .img__container .img {
          width: auto;
          height: 100%;
          box-shadow: -9px 10px 18px rgba(0, 0, 0, 0.31);
          margin-bottom: 0px;
          max-height: 300px; } }
  .carousel__item .btn--primary {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    @media all and (min-width: 992px) {
      .carousel__item .btn--primary {
        margin-left: unset;
        margin-right: unset; } }

@media all and (min-width: 768px) {
  .owl-3.carousel__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

.owl-3.carousel__list .item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  min-width: 216px;
  width: 100%;
  /*height: 100%;*/
  max-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #ffffff; }
  .owl-3.carousel__list .item__img {
    position: relative;
    /*width: auto;
				max-width: 300px;*/ }
    .owl-3.carousel__list .item__img .img__container {
      display: block;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      width: auto;
      max-width: 200px; }
      .owl-3.carousel__list .item__img .img__container .img {
        width: 100%;
        max-width: 200px;
        height: inherit;
        margin-bottom: 16px; }
    .owl-3.carousel__list .item__img .hover {
      padding: 16px;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0; }
      .owl-3.carousel__list .item__img .hover:hover {
        opacity: 100; }
    .owl-3.carousel__list .item__img .hover__wishlist {
      padding: 16px;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
      opacity: 0; }
      .owl-3.carousel__list .item__img .hover__wishlist:hover {
        opacity: 100; }
      .owl-3.carousel__list .item__img .hover__wishlist .btn {
        padding: 8px;
        background-color: #ff8000;
        border-radius: 50px;
        margin-top: 0px;
        opacity: 80%; }
        .owl-3.carousel__list .item__img .hover__wishlist .btn:hover {
          opacity: 100%; }
  .owl-3.carousel__list .item .pvp {
    margin-top: 16px; }
  .owl-3.carousel__list .item__text {
    width: 100%; }
    .owl-3.carousel__list .item__text--title {
      font-weight: 700;
      font-size: 16px;
      margin: 16px 0px;
      color: #ffffff;
      text-align: left; }
    .owl-3.carousel__list .item__text--subtitle {
      color: #ffffff;
      font-size: 14px;
      text-align: left; }
    .owl-3.carousel__list .item__text--author a {
      color: #ffffff;
      font-size: 14px;
      text-align: left; }
    .owl-3.carousel__list .item__text--sign {
      position: absolute; }
  .owl-3.carousel__list .item .btn {
    margin-top: 24px;
    max-width: 224px;
    margin-left: auto;
    margin-right: auto; }

.owl-3.carousel__list .guia {
  justify-content: flex-start;
  height: -webkit-fill-available;
  max-width: unset; }
  .owl-3.carousel__list .guia .item__text {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #333333; }

.owl-3.carousel__list .owl-stage {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap;*/
  align-items: center; }

.collection-link {
  position: relative;
  /*width: inherit;*/
  height: inherit;
  word-break: normal; }
  .collection-link a {
    color: black; }

.item-description-layer {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 16px; }
  .item-description-layer:hover {
    opacity: 1; }
  .item-description-layer p {
    text-align: left;
    color: #ffffff;
    font-weight: 600; }

.owl-nav button span {
  font-size: 32px;
  padding: 0px 19px; }

.owl-prev,
.owl-next {
  position: absolute;
  z-index: 10;
  top: 86%;
  transform: translateY(-50%);
  background-color: white !important;
  border-radius: 50px !important;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1); }

.owl-prev:hover,
.owl-next:hover {
  background-color: #ff8000 !important; }

.owl-prev {
  left: 0rem; }

.owl-next {
  right: 0rem; }

footer {
  margin-top: 40px;
  text-align: center;
  background-color: #f5f5f5; }
  footer .menu__top {
    background-color: #f5f5f5; }
  footer .menu__bottom {
    background-color: #ebebeb; }
  footer .menu .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 0px;
    column-gap: 32px; }
    @media all and (min-width: 768px) {
      footer .menu .wrapper {
        text-align: left;
        flex-direction: row;
        justify-content: space-between; } }
    footer .menu .wrapper .menu__item {
      padding-bottom: 32px; }
      @media all and (min-width: 768px) {
        footer .menu .wrapper .menu__item {
          padding-bottom: 0px;
          flex: 1 1 0; } }
      footer .menu .wrapper .menu__item h3 {
        font-size: 18px;
        font-weight: 700; }
      footer .menu .wrapper .menu__item p, footer .menu .wrapper .menu__item a, footer .menu .wrapper .menu__item li {
        font-size: 14px;
        color: #666666; }
      footer .menu .wrapper .menu__item li {
        list-style-position: inside;
        padding: 8px 0px; }
        footer .menu .wrapper .menu__item li::before {
          color: #ff8000;
          content: "\2022";
          display: inline-block;
          width: 1.5em; }
      footer .menu .wrapper .menu__item img {
        width: auto;
        max-width: 340px;
        margin-top: 16px;
        max-height: 240px; }
      footer .menu .wrapper .menu__item .social {
        display: flex;
        flex-direction: row;
        column-gap: 16px; }
        footer .menu .wrapper .menu__item .social img {
          width: 24px; }
      footer .menu .wrapper .menu__item.newsletter .btn {
        text-align: center;
        display: inline-block;
        margin-top: 16px; }

#search_header {
  width: 100%; }
  @media all and (min-width: 1400px) {
    #search_header {
      display: flex;
      flex-direction: row-reverse;
      width: 500px; } }

.user_header--mobile {
  display: none; }

.form-input-group {
  position: relative;
  margin-bottom: 0px; }

.menu__icon {
  height: 24px;
  width: auto; }
  @media all and (min-width: 992px) {
    .menu__icon {
      height: 32px; } }

.menu_collapsible {
  display: none;
  position: absolute;
  z-index: 90;
  background-color: #ffffff;
  box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 72px;
  left: 0px;
  padding: 16px;
  text-align: left; }
  @media all and (min-width: 992px) {
    .menu_collapsible {
      top: 120px; } }
  .menu_collapsible .materias--list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 50vh;
    flex-wrap: wrap; }

.search_content {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 40px;
  left: 0px;
  padding: 16px;
  text-align: left;
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 56px 24px 24px 24px;
  max-width: 1600px; }
  @media all and (min-width: 992px) {
    .search_content {
      display: block;
      top: 72px;
      position: relative;
      top: auto;
      left: auto;
      background-color: inherit;
      box-shadow: none;
      padding: 0px;
      padding-bottom: 0px; } }
  .search_content .form {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .search_content .form .form--control {
      padding: 12px 16px; }
      .search_content .form .form--control.form-search {
        border-radius: 6px;
        width: 100%;
        border: none;
        background-color: inherit;
        border: 2px solid #ff8000;
        font-size: 14px; }
    .search_content .form .search-button {
      position: absolute;
      background-color: inherit;
      border: none;
      right: 16px;
      top: 6px; }
      @media all and (min-width: 992px) {
        .search_content .form .search-button {
          right: 28px;
          top: 6px;
          background-color: inherit;
          border: none; } }

/* HEADER CART */
#cart_header, #user_header {
  height: 0px;
  padding: 8px;
  display:none;
  }
  @media all and (min-width: 576px) {
    #cart_header, #user_header {
      margin-top: unset; } }
  @media all and (min-width: 967px) {
    #cart_header, #user_header {
      height: unset;
      padding: unset;
      display:block;
    }
  }
  #cart_header a, #user_header a {
    position: relative;
    color: white;
    font-weight: 500; }
  #cart_header h3, #user_header h3 {
    color: black; }
  #cart_header .close, #user_header .close {
    display: flex;
    justify-content: space-between; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  cursor: pointer; }

#cart_content, #user_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100vh;
  width: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1001;
  transition: 0.4s;
  box-sizing: border-box;
  overflow: auto;
  background-color: #fff;
  padding-top: 24px; }
  #cart_content .cart__list, #user_content .cart__list {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    max-width: 350px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-right: unset; }
    #cart_content .cart__list .cart__item, #user_content .cart__list .cart__item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      border-bottom: 1px solid #454565;
      padding: 16px 0px; }
      #cart_content .cart__list .cart__item .cart__info, #user_content .cart__list .cart__item .cart__info {
        padding-left: 16px;
        width: 100%; }
      #cart_content .cart__list .cart__item .cart__img, #user_content .cart__list .cart__item .cart__img {
        width: 50px; }
    #cart_content .cart__list .empty-cart, #user_content .cart__list .empty-cart {
      padding: 24px 0px; }
    #cart_content .cart__list .btn--primary, #user_content .cart__list .btn--primary {
      margin-top: 24px;
      margin-bottom: 24px;
      text-align: center;
      display: block; }

/* HEADER CART */
.carro20 {
  margin-bottom: 40px;
  padding: 0px 16px;
  /* STEPS */
  /* STEPS */
  /* LOGIN */
  /* LOGIN */
  /* CHECKOUT */
  /* CHECKOUT */
  /* PAYMENT */
  /* PAYMENT */ }
  @media all and (min-width: 992px) {
    .carro20 {
      padding: 0px; } }
  .carro20 .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px; }
    @media all and (min-width: 576px) {
      .carro20 .steps {
        justify-content: center; } }
    .carro20 .steps li {
      position: relative;
      display: inline-block;
      flex: 25%;
      margin: 0px;
      font-size: 8px;
      padding: 8px 0px;
      text-align: center; }
      @media all and (min-width: 768px) {
        .carro20 .steps li {
          font-size: 16px;
          padding: 24px 32px; } }
      .carro20 .steps li a {
        color: #333333;
        width: 100%;
        text-decoration: none; }
      .carro20 .steps li.active {
        color: #ff8000;
        font-weight: 700;
        border-bottom: 2px solid #ff8000; }
      .carro20 .steps li.check {
        color: #ff8000;
        border-bottom: 2px solid #ff8000; }
        .carro20 .steps li.check a {
          color: #ff8000;
          width: 100%;
          text-decoration: none; }
  .carro20 .cart__grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 32px;
    padding: 0px 24px; }
    @media all and (min-width: 768px) {
      .carro20 .cart__grid {
        grid-template-columns: 3fr 2fr;
        column-gap: 32px; } }
  .carro20 button {
    margin-top: 40px;
    float: right; }
  .carro20 h2 {
    margin-bottom: 24px;
    align-self: flex-start; }
  .carro20 .form {
    padding: 16px 0px;
    width: 100%; }
    .carro20 .form ul {
      padding-left: 0px; }
    .carro20 .form li {
      padding: 24px;
      background-color: #ffffff;
      border-radius: 6px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      margin-bottom: 24px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      column-gap: 24px; }
      .carro20 .form li input {
        margin-right: 16px; }
    .carro20 .form .form--group {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 16px; }
      .carro20 .form .form--group label {
        margin-bottom: 8px; }
    .carro20 .form .password--form {
      position: relative; }
    .carro20 .form .password--icon {
      position: absolute;
      z-index: 2;
      right: 16px;
      top: 8px; }
  .carro20 .login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    .carro20 .login .form {
      width: 100%; }
      .carro20 .login .form .form--group .form--control {
        width: 100%;
        padding: 8px 16px;
         }
      .carro20 .login .form .form--group .password--form {
        width: 100%; }
      .carro20 .login .form button {
        width: 100%;
        margin-bottom: 16px; }
    .carro20 .login .forgot--password--link {
      margin-bottom: 16px; }
    .carro20 .login .btn--secondary {
      width: 100%;
      margin-bottom: 40px;
      color: #ff8000; }
  .carro20 .checkout .title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .carro20 .checkout .title-container h2 {
      margin-bottom: 0px; }
  .carro20 .checkout .address .form {
    padding-top: 0px; }
  .carro20 .checkout .new--address {
    color: #ff8000;
    text-decoration: underline; }
    .carro20 .checkout .new--address:hover {
      color: #ff8000; }
  .carro20 .checkout .form ul {
    margin-bottom: 24px; }
    .carro20 .checkout .form ul li {
      justify-content: space-between; }
      .carro20 .checkout .form ul li div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
      .carro20 .checkout .form ul li .edit {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .carro20 .checkout .form ul li .edit .icon {
          margin-right: 8px; }
  .carro20 .checkout .billing {
    padding-top: 40px; }
  .carro20 .payment .form .payment--button {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    margin-left: 40px; }
    .carro20 .payment .form .payment--button span {
      padding: 12px;
      text-align: center; }
      .carro20 .payment .form .payment--button span h3 {
        display: inline-block;
        color: #333333; }
    .carro20 .payment .form .payment--button button {
      margin-top: 0px;
      margin-left: 16px; }
  .carro20 .payment .comments {
    width: 100%;
    max-width: unset; }
  .carro20 .payment .comments textarea {
    width: 100%; }
  .carro20 .payment .form li label {
    padding-left: 8px; }
  .carro20 .payment .form--coupon input {
    margin: 12px 16px 12px 0px; }
  .carro20 .payment textarea.form--control {
    margin: 8px 0px 24px 0px;
    min-width: 300px;
    min-height: 100px;
    padding: 16px;
    border-radius: 6px; }

/* MODAL AJAX CART */
.modal-content .cart--buttons {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.modal-content .cart--buttons .btn--secondary {
  margin-bottom: 16px; }

.cart--modal {
  background-color: #07070767; }

.fade {
  transition: opacity .15s linear; }

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal-dialog {
  margin: 0px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.modal-content {
  width: 89vw;
  margin: 16px;
  padding: 16px;
  position: relative;
  max-height: 75vh;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
  overflow-y: scroll; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* MODAL AJAX CART */
/* SHOP RESUME */
.delete-ic {
  height: 24px; }

.cart__list {
  width: 100%;
  background-color: inherit; }

.cart__img {
  width: 64px; }

.cart__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ff8000;
  padding: 16px 0px; }

.cart__info {
  padding-left: 16px;
  width: 100%; }
  .cart__info .cart__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 8px; }
    .cart__info .cart__form form {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: unset; }
      .cart__info .cart__form form button {
        border: none;
        background-color: inherit;
        margin-top: 0px; }
      .cart__info .cart__form form fieldset {
        padding: 0px; }
    .cart__info .cart__form .form--control {
      width: 48px;
      padding: 8px; }

.cart--total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px; }

.cart--total:not(:last-child) {
  border-bottom: 1px solid #646464; }

.cart--iva {
  margin-top: 56px;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 24px; }

.coupon {
  position: relative;
  width: 100%;
  margin: 78px 0px 24px 0px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  display: flex; }
  .coupon .banda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff8000;
    height: auto;
    width: 80px;
    padding: 16px; }
  .coupon h3 {
    color: #ffffff;
    font-weight: 700;
    transform: rotate(270deg); }
  .coupon .form {
    padding: 24px 32px; }
  .coupon .form--coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    .coupon .form--coupon input {
      background-color: inherit;
      border: 2px dotted #bdbdbd;
      margin-top: 16px;
      width: 100%; }
  .coupon .btn {
    margin-top: 16px; }

/* SHOP RESUME */
/* FORGOT PASSWORD */
.carro20 .forgot--password {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.carro20 .forgot--password .form {
  width: 100%; }

.carro20 .forgot--password .form--group .form--control {
  width: 100%; }

.carro20 .forgot--password .form button {
  width: 100%;
  margin-top: 0px; }

/* FORGOT PASSWORD */
/* NEW CUSTOMER */
.new--customer .form .form--group.billing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.new--customer .form .form--group.billing input {
  margin-right: 16px; }

.new--customer .form .form--group .form--control {
  width: 100%;
  background-color: #ffffff; }

.new--customer .form .form--group .password--form {
  width: 100%; }

/* NEW CUSTOMER */
/* CART FORM SECTIONS */
.carro20 .form--section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.form--section .form .form--group .form--control {
  width: 100%; }

.form--section .form button {
  width: 100%; }

/* CART FORM SECTIONS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto; }
  .modal-content .cart--buttons {
    flex-direction: row;
    column-gap: 16px; }
  .modal-content .cart--buttons .btn--secondary {
    margin-bottom: 0px; } }

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .modal-content {
    width: 100%;
    margin: 0px; }
  .cart--iva {
    margin-top: 0px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .new-costumer-container {
    flex-direction: row; } }

/* DESPLEGABLES HEADER */
@media all and (min-width: 992px) {
  #user_content, #cart_content {
    padding-bottom: 24px;
    border-bottom: none; } }

/* DESPLEGABLES HEADER */
/* MY ACCOUNT */
.account .logged {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.account .logged .nav--pills .tablink {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #ff8000; 
  }


.account .logged .nav--pills .tablink:hover {
  text-decoration: underline;
  }
  .account .logged .nav--pills .tablink a {
    color: #ff8000; }

.account .logged .nav--pills .current--panel {
  background-color: #ffffff; }

.account .logged .nav--pills {
  /*box-shadow: 0px 4px 17px rgb(0 0 0 / 10%);*/
  background-color: #f6f6f6; }

.account .logged .tabcontent {
  width: 100%;
  min-height: 316px;
  background-color: #ffffff; }

.account .logged .tabpanel {
  padding: 16px 32px;
  animation: opac 0.8s; }

.account .logged .tabpanel li {
  padding: 8px 0px; }

.account .logged .tabpanel li {
  padding: 8px 0px; }

.account .logged .tabpanel .change--data {
  padding: 16px 0px;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data {
      padding: 16px 0px;
      display: flex;
      flex-direction: row; } }

.account .logged .tabpanel .change--data .list-inline-item {
  margin-bottom: 16px; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data .list-inline-item {
      margin-right: 16px;
      margin-bottom: 0px; } }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* MY ACCOUNT */
