/*----------------- bootstrap override -----------------------------------*/

:root {
  --red: #ec2028;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-light: #ccc;
  --primary: #ec2028;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", Roboto, "Helvetica Neue", Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.btn-primary {
  background-color: #ec2028 !important;
  border: 1px solid #ec2028 !important;
}
.bg-primary {
  background-color: #ec2028 !important;
}
.bg-secondary {
  background-color: #f1f1f1 !important;
}

.bg-thertary {
  background-color: #d97631 !important;
  color: #fff;
}

.text-primary {
  color: #ec2028 !important;
}

.text-orange {
  color: #d97631 !important;
}
.fs-7 {
  font-size: 1rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.fs-9 {
  font-size: 0.625rem;
}
.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}
.shadow-big {
  box-shadow: 0px 4px 0px 0px #00000021;
}
.w-15 {
  width: 15%;
}
.btn-action {
  background-color: #cccccc;
  box-shadow: 0px 1px 1px 0px #0000007a !important;
}
.btn-action:hover {
  background-color: #8c8c8c;
  color: #cccccc;
}

.flex-basis-auto {
  flex-basis: auto;
}

.bg-orange {
  background-color: #d97631 !important;
}
.bg-red {
  background-color: #ec2028 !important;
}
.bg-olive {
  background-color: #8eab1c !important;
}
.rotate-90 {
  transform: rotate(90deg);
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-gray-100 {
  background-color: rgba(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.bg-gray-200 {
  background-color: #e9ecef !important;
}
.bg-gray-300 {
  background-color: #dee2e6 !important;
}
.bg-gray-400 {
  background-color: #ced4da !important;
}
.bg-gray-500 {
  background-color: #adb5bd !important;
}
.bg-gray-600 {
  background-color: #a7a7a7 !important;
}
.bg-gray-700 {
  background-color: #666 !important;
}
.bg-gray-800 {
  background-color: #343a40 !important;
}

.rotate-180 {
  transform: rotate(180deg);
}
.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}
.shadow {
  box-shadow: 0px 1px 1px 0px #0000007a !important;
}
.z-10 {
  z-index: 10;
}
.z-n1 {
  z-index: -1;
}
.g-10 {
  gap: 10px;
}
/*----------------- Resets -----------------------------------*/

body {
  font-size: 16px;
  color: #666;
  font-family: var(--font-family-sans-serif);
  background-color: white;
}

footer ul li::marker {
  color: var(--primary);
  font-size: 19px;
}
hr {
  opacity: 1 !important;
}
a {
  text-decoration: none;
  color: var(--info);
}
a:hover {
  color: var(--info);
}

element.style {
  position: relative;
}

.g-recaptcha {
  position: relative;
}
.g-recaptcha > div {
  max-width: 300px;
  overflow: hidden;
  width: 100% !important;
  position: relative;
  z-index: 1;
}

.g-recaptcha::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  background: #e91e6300;
  border: 2px solid #9e9e9e54;
  box-shadow: 1px 1px 1px #0000;
  z-index: 0;
  bottom: 0;
}

/*----------------- Estilos custom -----------------------------------*/
.cj-bg-novedades {
  background: var(--primary) !important;
  color: white !important;
}
.cj-bg-novedades:hover {
  background: var(--primary) !important;
  background-color: var(--primary) !important;

  opacity: 0.9;
}

.cj-card-slide h3 {
  height: 60px;
  overflow: ellipsis;
}

.cj-banner-repeat {
  height: 50px;
  background-repeat: repeat-x;
  display: block;
}

.cj-banners div {
  display: inline-block;
}

.cj-banners a img {
  width: 100%;
  height: auto;
}

.cj-header nav.cj-menu {
  height: 60px;
}
.cj-header nav h1 {
  width: 144px;
}
.cj-header .cj-btn-cart .badge {
  margin-left: -5px;
}

.cj-text-seguridad,
.cj-text-seguridad-industrial {
  color: #8eab1c;
}
.cj-text-releases {
  color: #ec2028;
}

.cj-text-discount {
  color: #d97631;
}
.cj-bg-seguridad,
.cj-bg-seguridad-industrial {
  background-color: #8eab1c !important;
  color: white;
}
.cj-panel {
  left: -100%;
  right: auto;
  transition: all 0.5s ease;
  z-index: 100;
}
.cj-panel.active {
  left: 0;
}

#cj_btn_filters {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cj-up {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #eee !important;
  border: 1px solid #ccc;
  font-size: 0;
  padding: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cj-up i {
  all: unset;
  font-size: 24px;
  margin: 0 !important;
  display: block;
}
.cj-up i::before {
  transform: rotate(90deg);
  display: block;
}

.cj-close-btn {
  background-color: transparent;
  color: #212529;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  justify-content: flex-end;
  width: auto;
  border: 0;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  border-color: #6c757d;
}
.cj-filters ul {
  display: flex;
  width: 100%;
}
.cj-filters ul li ul {
  display: none;
  position: absolute;
  left: 0;
  box-shadow: 0px 1px 1px 1px #00000029 !important;
  flex-direction: column;
  width: 250px;
}
.cj-filters ul li:nth-last-child(1) ul,
.cj-filters ul li:nth-last-child(2) ul {
  left: auto !important;
  right: 0 !important;
}
.cj-filters ul li ul li a {
  min-height: auto !important;
  position: relative;
  padding: 0 20px;
}
.cj-filters ul li ul li:last-child a::after {
  display: none;
}
.cj-filters ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 0.5px;
  box-sizing: border-box;
  background-color: #8c8c8c;
  opacity: 0.5;
}
.cj-filters .col {
  box-shadow: 0px 1px 1px 1px #00000029 !important;
}
.cj-filters ul li {
  position: relative;
}

.cj-filters ul li:hover ul {
  display: flex;
}

.cj-filters ul li:hover > a {
  background-color: #8c8c8c !important;
  color: white !important;
}
.cj-filters ul li:first-child::after {
  display: none;
}
.cj-filters ul li::after {
  content: "";
  position: absolute;
  height: 50%;
  top: 25%;
  width: 1px;
  background-color: #000;
  opacity: 0.1;
}
.cj-filters a {
  font-size: 0.75rem;
  min-height: 55px;
  display: flex;
  flex-direction: column;
}

.cj-wsp {
  background: #20b038;
  color: #fff !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 10px 20px;
}

.cj-float-btn {
  background: #20b038;
  color: #fff !important;
  position: fixed;
  border-radius: 100%;
  display: flex !important;
  padding: 0;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  z-index: 10000;
  width: 48px;
  height: 48px;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

.cj-float-btn > button {
  z-index: -1;
  display: none;
  opacity: 0;
  left: -100%;
}
.cj-float-btn.floaring-up-btn {
  border: 1px solid #ccc !important;
  background: #ccc !important;
}
.cj-float-btn.floaring-up-btn button {
  background: #cccccc !important;
  box-shadow: 0px 1px 1px 0px #0000007a !important;
  opacity: 1;
  z-index: 3;
  left: auto;
}
.cj-float-btn.floaring-up-btn button:hover {
  background: #cccccc !important;
  box-shadow: 0px 1px 1px 0px #0000007a !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}
.cj-float-btn a {
  color: #fff !important;
  font-size: 24px;
  z-index: 2;
}

.cj-gallery {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.cj-compare-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.cj-compare-item button {
  border: 0;
  outline: none;
  font-size: 12px;
  color: var(--gray-light);
  background-color: transparent;
}

.cj-compare-item label {
  position: relative;
  font-size: 12px;
}
.cj-compare-item label:hover span {
  display: block;
}
.cj-compare-item span {
  background-color: #eee;
  position: absolute;
  left: 105%;
  white-space: nowrap;
  box-sizing: border-box;
  top: 0;
  padding: 2px 10px;
  border: 8px;
  display: block;
  box-shadow: 0px 0px 5px 0px #00000029;
  display: none;
}

.cj-tag {
  float: left;
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 12px;
  margin-left: 11px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 0 10px 0 12px;
  background-color: var(--secondary);
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.cj-tag i {
  font-size: 8px;
  opacity: 0;
}
.cj-tag:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--secondary) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
}
.cj-tag:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px var(--secondary);
  -webkit-box-shadow: -1px -1px 2px var(--secondary);
  box-shadow: -1px -1px 2px var(--secondary);
}
.cj-tag:hover {
  color: white;
}
.cj-tag:hover i {
  opacity: 1;
}
.cj-list-content {
  gap: 30px;
}

.cj-search-filters {
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 300px;
  overflow-y: auto;
  height: 100vh;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px #0000007a !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  left: -110%;
  transition: all 0.5s ease;
}
.cj-search input[type="text"]::placeholder {
  color: #c0c0c0;
  font-size: 14px;
  text-align: left;
}
.cj-search-filters.active {
  left: 0;
}
.cj-placeholder::placeholder {
  color: #acacac;
  font-size: 9px;
  text-align: center;
}
.cj-search input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cj-search fieldset ul {
  padding: 0;
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  height: fit-content;
  overflow-y: auto;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 1px 4px 0px #eee;
  margin: 0;
}
.cj-search fieldset ul li {
  padding-left: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.cj-search fieldset ul li.T {
  color: #d97631;
  font-weight: 700;
}
.cj-search fieldset ul li:hover {
  background-color: #d97631 !important;
  color: white !important;
}
.cj-search fieldset ul li:nth-child(odd) {
  background-color: #eee;
}

@keyframes collapse {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

/* ------- CART BTN ------- */
#cj_btn_cart {
  overflow: visible;
}
#cj_btn_cart span:first-child {
  margin-top: 5px;
  margin-left: -10px;
}

#cj-btn-cart span:not(.icon-cart) {
  margin-top: 8px !important;
  margin-left: -8px !important;
}
.cj-btn-cart {
  position: relative;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}

.cj-btn-cart span {
  white-space: nowrap;
}

.cj-btn-cart:active {
  transform: scale(0.9);
}

.cj-btn-cart .icon-shopping-cart {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2rem;
}

.cj-btn-cart .icon-archive {
  position: absolute;
  top: -20%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 1.2rem;
}

.cj-btn-cart .add-to-cart,
.cj-btn-cart .added {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 700 18px "Open Sans";
}

.cj-btn-cart .added {
  opacity: 0;
}

.cj-btn-cart.clicked .icon-shopping-cart {
  animation: cart 1.5s ease-in-out forwards;
}

.cj-btn-cart.clicked .icon-archive {
  animation: box 1.5s ease-in-out forwards;
}

.cj-btn-cart.clicked .add-to-cart {
  animation: text1 1.5s ease-in-out forwards;
}

.cj-btn-cart.clicked .added {
  animation: text2 1.5s ease-in-out forwards;
}

#cj_cart_widget {
  cursor: pointer;
}
@keyframes cart {
  0% {
    left: -10%;
  }

  40%,
  60% {
    left: 50%;
  }

  100% {
    left: 110%;
  }
}

@keyframes box {
  0%,
  40% {
    top: -20%;
  }

  60% {
    top: 40%;
    left: 52%;
  }

  100% {
    top: 40%;
    left: 112%;
  }
}

@keyframes text1 {
  0% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
  }
}

@keyframes text2 {
  0%,
  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cj-banner img {
  width: 100%;
}

select.form-control {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
/* ------- MEDIA QUERIES ------- */
@media screen and (min-width: 992px) {
  .cj-panel {
    position: relative !important;
    left: 0;
  }
  .cj-panel:not(#cj_panel) {
    padding-top: 0px !important;
    overflow: visible !important;
  }
  #cj_panel {
    padding: 0 !important;
    box-sizing: border-box;
    height: 400px;
    margin-top: -400px;
    transition: all 0.5s ease;
    overflow: hidden !important;
  }
  #cj_panel.active {
    margin-top: 0;
    transition: all 0.5s ease;
  }
  .cj-panel .brand {
    margin-top: -25px !important;
  }
  .cj-nav {
    align-items: flex-end;
  }
  .cj-submenu {
    background-color: var(--primary);
    margin: 0 !important;
    padding: 0 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
    box-shadow: 0px 1px 1px 0px #0000007a !important;
  }
  .cj-submenu li {
    position: relative;
    overflow: hidden;
  }
  .cj-submenu li::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: white;
  }
  .cj-submenu li:last-child::after {
    display: none;
  }
  .cj-submenu li a {
    color: white !important;
    padding: 0 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
    border: none !important;
  }
  .cj-group .btn-action:first-child {
    border-radius: 0px 0px 0px 10px;
  }
  .cj-group a.btn-action {
    border-radius: 0px 0px 10px 0px;
  }
  #cj_menu {
    background-color: white !important;
  }

  #cj_topmenu {
    border-top: 3px solid var(--primary);
  }

  .cj-search-filters {
    position: relative;
    left: auto;
    height: auto;
    box-shadow: none !important;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #cj_btn_comprar {
    max-width: 25%;
  }
}

/* ------- CJ order table ------- */

.cj-order.showOrder > article > button {
  display: none;
}
.cj-order .noStock {
  border: 2px solid #d97631;
}
.cj-order {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.cj-order header {
  background-color: #666;
  color: white;
  font-weight: bold;
  display: grid;
  grid-template-columns: 23% 51% 23%;
  padding: 0 10px;
  justify-content: space-between;
}
.cj-order header p {
  margin: 0;
  padding: 10px;
  display: none;
}
.cj-order header p:nth-child(4) {
  grid-column: 1;
  grid-row: 1;
  display: block;
}
.cj-order header p:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
  text-align: right;
  display: block;
}
.cj-order footer {
  background-color: #a7a7a7;
  color: white;
  font-weight: bold;
}
.cj-order footer p {
  text-align: right;
  padding: 8px 12px;
  margin: 0;
}
.cj-order footer p:last-child {
  margin: 0;
  background-color: #666;
}
.cj-order article {
  display: grid;
  grid-template-columns: 23% 51% 23%;
  grid-template-rows: repeat(4, auto);
  justify-content: space-between;
  row-gap: 10px;
  padding: 16px 10px;
}
.cj-order article:nth-child(odd) {
  background-color: #eee6;
}
.cj-order article img {
  width: 100%;
  grid-column: 1;
  grid-row: 1/5;
  max-width: 80px;
  justify-self: center;
}
.cj-order article > strong {
  grid-column: 2;
  grid-row: 1;
  font-weight: normal;
}
.cj-order article > p.name {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
.cj-order article ul {
  grid-column: 2;
  grid-row: 3;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.cj-order article ul li {
  margin: 0;
  padding: 0;
}
.cj-order article p.price {
  grid-column: 2;
  grid-row: 4;
  margin: 0;
}
.cj-order article .cant {
  grid-column: 3;
  grid-row: 2;
  margin: 0;
  border-radius: 4px;
  background: #8080801c;
  text-align: center;
  padding: 4px 0px;
  height: auto;
  align-self: center;
  max-width: 90px;
  width: 100%;
  justify-self: right;
}
.cj-order article .cant option {
  text-align: center;
}
.cj-order article p.subtotal {
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  font-weight: bold;
  text-align: right;
}
.cj-order article button {
  grid-column: 3;
  grid-row: 4;
  margin: 0;
  width: 100%;
  max-width: 90px;
  height: 32px;
  justify-self: flex-end;
  outline: none;
  background: transparent;
  border: none;
  font-size: 1rem;
  box-shadow: none;
}
.cj-card-slide article {
  position: relative;
  margin-top: 32px;
}
.cj-card-slide article h2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cj-card-slide article figure a {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.cj-card-slide article h2 strong {
  letter-spacing: -1px;
}
.cj-discount,
.cj-item > h2 > label > i {
  position: absolute;
  bottom: 213px;
  right: 0;
  border-radius: 100%;
  background: #d97631;
  width: 72px;
  height: 72px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: -1px 1px 5px 0px #000;
  letter-spacing: -1px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.85;
  font-style: normal !important;
}
.antes {
  display: flex;
  align-items: flex-end;
  margin-left: 16px;
  padding-bottom: 6px;
}
.antes span {
  text-decoration: line-through;
}
.cj-discount {
  width: 96px;
  height: 96px;
  font-size: 15px;
  font-weight: 700;
  top: 0;
  bottom: auto;
}
.cj-discount > i {
  font-style: normal !important;
}
.cj-discount > i > p {
  margin: 0;
  font-size: 2.5em;
  text-align: center;
}

.cj-card-slide a h2 > label > i > p {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.cj-card-slide a > label {
  font-size: 0.75em;
}
.cj-card-slide > a > h2 > label > span {
  text-decoration: line-through;
  font-weight: 700;
  font-size: 0.85rem;
}
.cj-sale {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% + 4px);
  text-transform: uppercase;
  margin: -16px -2px 0 -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #d97631;
  color: #fff;
  padding: 4px 8px;
  box-shadow: 0px 4px 0px 0px #00000021;
  margin-top: -20px;
  border: 1px solid #b96f3b;
}
.cj-sale label {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: -1px;
}
.cj-sale > label > i {
  background-color: #0000002b;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-sale > label > i.plus {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  justify-content: center;
  padding-right: 2px;
}

.cj-sale > label > i.icon-bullhorn {
  font-size: 0.9rem;
  transform: rotate(334deg);
}

/* --------------------------------------------- Secciones---------------------------*/
.cj-comocomprar h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 3rem 0 1rem 0;
  font-weight: bold;
  font-size: 1rem;
}

.cj-comocomprar h5 i {
  padding: 0.5rem;
  color: #ffffff;
  background-color: #a7a7a7;
  border-radius: 100%;
}
.cj-comocomprar br {
  margin-bottom: 1rem;
}
.cj-comocomprar article em {
  font-style: normal;
  display: block;
  padding: 10px;
  font-weight: bold;
  background-color: #ec2028;
  color: white;
}

#cj_up {
  min-width: 100%;
  margin-left: 0 !important;
  margin-top: 16px;
  order: 3;
}
/* ------- --------------------------------------------------------------------------- ------- */
.cj-mobile-subnav {
  display: none;
  max-height: 1px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#cj_mobile_categories li.active .cj-mobile-subnav {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .cj-order header {
    grid-template-columns: 5% 10% 10% 10% 30% 15% 10% 10%;
  }
  .cj-order header p {
    display: block !important;
  }
  .cj-order header p:nth-child(4) {
    grid-column: 4/6;
  }
  .cj-order header p:nth-child(7) {
    grid-column: 8;
  }
  .cj-order article {
    grid-template-columns: 5% 10% 10% 10% 30% 15% 10% 10%;
    grid-template-rows: 1fr;
  }
  .cj-order article * {
    grid-row: 1 !important;
    align-self: flex-start !important;
  }
  .cj-order article button {
    grid-column: 1;
  }
  .cj-order article .cant {
    grid-column: 2;
    justify-self: center;
  }
  .cj-order article > strong {
    grid-column: 3;
  }
  .cj-order article img {
    grid-column: 4;
  }
  .cj-order article > p.name {
    grid-column: 5;
    padding: 0 10px;
  }
  .cj-order article ul {
    grid-column: 6;
  }
  .cj-order article p.price {
    grid-column: 7;
  }
  .cj-order article p.subtotal {
    grid-column: 8;
  }
  .cj-mobile-subnav {
    display: flex;
  }

  #cj_up {
    min-width: auto;
    margin-top: 0;
    margin-left: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .cj-order article img {
    max-width: 50px;
  }
}

@media screen and (max-width: 990px) {
  #cj-download-pl,
  #cj-download-fp,
  .btn-exp {
    background: transparent;
    background-color: transparent !important;
    color: #cc2028 !important;
    box-shadow: none !important;
    margin-top: 20px;
  }
}

/* ------- CJ Slier (swiper) ------- */

.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  all: unset;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  vertical-align: top;
  width: 1em;
  transform: rotate(45deg);
}
.swiper-button-prev::after {
  transform: rotate(-135deg);
}
.swiper-button-prev {
  color: #cccccc;
  left: 0;
}
.swiper-button-next {
  color: #cccccc;
  right: 4px;
}
.cj-slider {
  padding-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .cj-slider {
    padding: 0 32px 32px 32px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

#cj-confirm-dialog {
  border: none;
  box-shadow: 0px 1px 1px 1px #00000029 !important;
  position: fixed;
  inset: 0;
}
::backdrop {
  background: #000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: block;
  opacity: 0.4;
}

/* HTML: <div class="loader"></div> */

#cj_scroll_paginated_btn > .loader,
#cj_scroll_paginated_btn > .loading {
  display: none;
}

#cj_scroll_paginated_btn.loading > .loader,
#cj_scroll_paginated_btn.loading > .loading {
  display: block;
}
#cj_scroll_paginated_btn.loading > .init {
  display: none;
}
#cj_scroll_paginated_btn {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#cj_scroll_paginated_btn > .loader {
  width: 24px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #ec2028 92%, #0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 6px 6px;
  animation: l7 1s infinite;
}
@keyframes l7 {
  to {
    transform: rotate(0.5turn);
  }
}

#cj_brands_container {
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px #0000007a !important;
  min-width: fit-content;
}
#cj_brands_container i {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  background-color: #cccccc;
  border-radius: 4px;
  z-index: 1;
}

#cj_brands_container i::before {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  transform: rotate(-180deg);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
}
/* #cj_brands_container::before {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #212529 transparent transparent transparent;
  z-index: 2;
} */

#cj_brands_container > i {
  font-size: 16px;
}
#cj_brands {
  scrollbar-color: #7a7a7a #e8e8e8;
  scrollbar-width: thin;
  color: rgb(33, 37, 41);
  background-color: #cccccc;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  max-width: 140px;
  height: 36px;
  outline: none !important;
}

#cj_brands option {
  background-color: #fff;
}

#cj_brands.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882a8 inset;
}
.cj-tooltip {
  position: absolute;
  left: 50%;
  font-size: 12px;
  width: 220px;
  background: #ffffff;
  top: 0%;
  /* margin-left: -110px; */
  padding: 4px 8px;
  border: 1px solid #cccc;
  opacity: 0;
  transition: all 1s ease;
  z-index: 100;
  min-height: fit-content;
}
.cj-tooltip-content {
  opacity: 0;
  display: none;
  position: absolute;
  width: 220px;
  transition: all 2s ease;
  z-index: 1000;
  margin-left: -42px;
}
.cj-tooltip-content span {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 0;
  font-size: 12px;
  width: 100%;
  background: #ffffff;
  padding: 4px 8px;
  border: 1px solid #cccc;
  min-height: fit-content;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.cj-tooltip-content.show {
  display: block;
  max-height: 120px;
  animation: fadeIn 0.5s ease forwards;
}
.gap-24 {
  gap: 24px;
}
.cj-item figure:hover .cj-tooltip {
  opacity: 1;
}

.cj-tooltip::selection {
  color: #fff;
  background-color: #ec2028;
}
.cj-brand-sug {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-start;
  margin-right: auto;
  padding: 0 16px;
  border-left: 4px solid #ec2028;
  background-color: #fafafa;
  font-weight: 700;
  margin-left: 16px;
}
.cj-banner-min{
  order: 4;
  width: 100%;
  text-align: center;
  background: #ed3038  !important;
  color: #FFF;
  font-size: 14px;
  padding: 8px;
  margin: 0;
}

:root {
  --marquee-width: 100%;
  --marquee-height: 48px;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 4;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 8s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: #FFF;
  color: #eee;
  overflow: hidden;
  position: relative;
  order:4;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #FFF 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #FFF 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: 12px;
  color: #ec2028 ;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 19px;
	letter-spacing: 1px;
}

.marquee-content li strong {
  margin-left: 4px;
  margin-right: 4px;
}

.marquee-content li i {
  font-size: 16px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  opacity: .75;

}

@media (max-width: 768px) {
  .marquee-content {
	height: 48px;
	width: 200vw;
  }
   
  .marquee-content li:nth-child(even){
	display: flex !important;
	width: 100vw;
  }
  .marquee-content li:nth-child(odd){
	width: 100px;
  }
  .marquee:before, .marquee:after {
	width: 3rem;
  }
}
textarea.form-control::placeholder{
  color: #ccc
}
input[type="radio"] {
  accent-color: #ec2028;
}
.cursor-pointer{
  cursor: pointer;
}