body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #363f4d;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

:root {
  --azul-marino: #040b6b;
  --gray-text: #3a3a3a;
  --naranja: #ff8e00;
  --lila: #6e0d6e;
  --turqueza: #05e8ff;
  --celeste: #30b6fc;
  --blanco: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
  height: auto;
}
::-webkit-scrollbar-thumb {
  background: var(--naranja);
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

::selection {
  background-color: var(--naranja);
  color: var(--bg) !important;
}

*:focus {
  outline: none !important;
}

ul {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
}

/* default font size */

.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h4 {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h5 {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h6 {
  font-size: 10.2px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

a {
  color: #292929;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: var(--azul-marino);
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  box-shadow: none !important;
  border-radius: 0;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.table-bordered td {
  vertical-align: middle !important;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-vlm {
  background-color: #000000 !important;
}

/* wishlist */

.account-wishlist a.btn {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 5px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.flip {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/* tooltip */

.tooltip.top .tooltip-arrow {
  border-top-color: #888;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #888;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #888;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #888;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #888;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #888;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #888;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #888;
}

.tooltip-inner {
  background: #888;
}

.alert {
  text-align: center;
  font-size: 12px;
  margin: 0;
  border-radius: 0;
  border: none;
  font-family: "Rubik", sans-serif;
}

/* transition */

.owl-nav > div,
.banner-2 img,
#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type="submit"],
.button {
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type="submit"]:hover,
.button:hover {
  color: #fff !important;
  background: #45afff !important;
}

#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type="submit"],
.button {
  border: 0;
  background: #6e0d6e !important;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff !important;
  line-height: 43px;
  height: 40px;
  display: inline-block;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: none !important;
}

#button-voucher,
#button-coupon {
  height: 34px;
  margin-left: 10px;
}

#button-search + h2 {
  display: none;
}

#button-search {
  margin: 15px 0;
}

#modal-agree {
  z-index: 1000000;
}

/* header top section
======================*/
.header-top {
  background-color: #060b6b;
}
.container-header-section {
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-top-1 {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}
.header-top-2 {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
.header-top-3 {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
}

/* Responsive
======================*/
@media screen and (max-width: 1180px) {
  .container-header-section {
    width: 98%;
  }
  .header-top-1 {
    width: 33%;
  }
  .header-top-2 {
    width: 22%;
  }
  .header-top-3 {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .header-top-1 {
    width: 39%;
  }
  .header-top-2 {
    width: 20%;
  }
  .header-top-3 {
    width: 40%;
  }
  .header-top {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 428px) {
  .header-top {
    padding: 0px !important;
  }
  .container-header-section {
    width: 95%;
    padding: 10px 0px;
  }
  .header-top-1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
  }
  .header-top-2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  .header-top-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 3;
  }
  .conjunto {
    display: flex;
    width: 56%;
    padding: 0px !important;
    justify-content: center;
  }
  #top-links {
    margin: 23px 0px 0px 0px !important;
  }
}

/* ------ VLM -------
| Icono de WhatsApp  |
------------------- */
.vlm-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.activee {
  opacity: 1 !important;
}

/* ######################*/

/* welcome */

.top-order {
  padding: 5px 0 0 10px;
  float: right;
}

.top-order p {
  margin: 0;
  /* color:#363f4d; */
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 23px;
  margin-right: 20px;
}

.top-order p:last-child {
  margin: 0;
  padding: 0 0 0 23px;
}

.top-order p:last-child:after {
  display: none;
}

.top-order p:after {
  height: 16px;
  width: 1px;
  background: #ebebeb;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
}

.top-order p:before {
  font-family: "Ionicons";
  display: inline-block;
  font-size: 18px;
  content: "\f35a";
  /* color: #363f4d; */
  color: #ffffff;
  margin-right: 8px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.top-order p.order2:before {
  content: "\f127";
}

/* call-us */

.call-us {
  float: right;
  margin-top: 8px;
}

.call-us .call-icon {
  width: 45px;
  float: left;
}

.call-us .call-icon:before {
  font-family: "Pe-icon-7-stroke";
  display: inline-block;
  font-size: 40px;
  content: "\e6b5";
  color: #45afff;
  line-height: 1;
}

.call-us .call-content {
  margin-left: 45px;
  text-align: left;
}

.call-us p {
  font-size: 14px;
  color: #444444;
  margin: 0;
  font-weight: 300;
}

.call-us h2 {
  font-weight: 500;
  color: #444444;
  font-size: 15px;
  margin: 3px 0 0;
}

/* currency */

.common-home header {
  border: 0;
}

header {
  background: var(--azul-marino);
  border-bottom: 1px solid #ebebeb;
  position: relative;
  /* overflow: hidden; */
}

.currency {
  float: left;
  position: relative;
  padding-left: 20px;
}

.currency label {
  margin: 0;
  line-height: 44px;
  font-size: 12px;
  /* color: #363f4d; vlm */
  color: #ffffff;
  float: left;
  display: inline-block;
}

.currency .btn-link {
  border: 0;
  padding: 0 0 0 10px;
  line-height: 44px;
  /* color: #363f4d; */
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.currency .btn-link i {
  margin-left: 3px;
  font-size: 14px;
}

.currency .btn-link:hover {
  color: var(--naranja);
}

.currency .btn-link strong {
  font-weight: 400;
}

#form-currency .dropdown-menu {
  border: 0;
  left: initial;
  right: 0;
  padding: 15px 18px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0;
  min-width: 120px;
  /* background: #fff; */
  background-color: var(--naranja);
}

#form-currency .dropdown-menu li button {
  /* color: #363f4d; */
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 0;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
}

#form-currency .dropdown-menu li button:hover {
  color: #000000;
}

#form-currency .dropdown-menu li:last-child button {
  padding: 6px 0 0;
  border: 0;
  margin: 0;
}

/* language */

.language {
  float: left;
  position: relative;
}

.language:after {
  height: 16px;
  width: 1px;
  background: #ebebeb;
  opacity: 1;
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
}

.language label {
  margin: 0;
  line-height: 44px;
  font-size: 12px;
  /* color: #363f4d; */
  color: #ffffff;
  float: left;
  display: inline-block;
}

.language .btn-link {
  float: left;
  border: 0;
  padding: 0 20px 0 25px;
  line-height: 44px;
  /* color: #363f4d; */
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  margin-left: 10px;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.language .btn-link:hover {
  color: var(--naranja);
}

.language .btn-link i {
  font-size: 14px;
}

.language .btn-language img {
  margin-right: 6px;
  position: absolute;
  top: 14px;
  left: 0;
}

#form-language .dropdown-menu {
  border: 0;
  left: 10%;
  right: 10px;
  padding: 15px 18px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0;
  min-width: 110px;
  /* background: #fff; */
  background-color: var(--naranja);
}

#form-language .dropdown-menu li button {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 0 6px 25px;
  line-height: 20px;
  margin: 0 0 3px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

#form-language .dropdown-menu li button:hover {
  color: var(--azul-marino);
}

#form-language .dropdown-menu li:last-child button {
  border: 0;
  padding: 6px 0 0 25px;
  margin: 0;
}

#form-language .dropdown-menu li button img {
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

/* top-link */

#top-links {
  float: right;
  position: relative;
  margin-left: 20px;
}

#top-links:before {
  height: 16px;
  width: 1px;
  background: #fff;
  opacity: 0.2;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}

#top-links .list-inline {
  margin: 0;
  padding: 0;
}

#top-links li.dropdown {
  padding: 0;
  margin: 0;
}

#top-links .dropdown-menu {
  border: 0;
  left: 0;
  padding: 10px 15px;
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  min-width: 120px;
  background: #fff;
}

#top-links label {
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 44px;
  display: initial;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#top-links label:hover {
  color: var(--naranja);
}

#top-links label i {
  margin-left: 6px;
  font-size: 14px;
}

#top-links label i.ion-gear-a {
  margin-left: 0;
  margin-right: 7px;
}

#top-links .dropdown-menu {
  border: 0;
  left: 7px;
  margin: 0;
  padding: 10px 18px 15px;
  box-shadow: 0px 10px 25px #000326;
  border-radius: 5px;
  min-width: 120px;
  background: #fff;
}

#top-links .dropdown-menu li a {
  background: none;
  color: var(--azul-marino);
  font-size: 12px;
  text-decoration: none;
  padding: 12px 0;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

#top-links .dropdown-menu li a:hover {
  color: var(--lila);
}

#top-links .dropdown-menu li:last-child a {
  border: 0;
  padding: 6px 0 0;
  margin: 0;
}

/* top */

#top > .container > ul > li {
  display: inline-block;
}

#top > .container > ul {
  margin: 0;
}

#top .text-ex {
  color: #292929;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(55, 55, 55, 0.1);
  padding-bottom: 5px;
}

#top > .container > ul:first-child {
  padding: 12px 0;
}

#top > .container > ul:first-child > li {
  padding: 0;
}

#top > .container > ul:first-child > li > span:not(.text-ex) {
  color: var(--azul-marino);
}

#top > .container > ul:last-child {
}

#top.text-ex {
  padding: 12px 0px;
  margin-right: 5px;
  font-size: 13px;
}

.top-links {
  margin: 0;
}

.top-links > li:not(:last-child) {
  margin-bottom: 20px;
}

#top > li {
  padding: 0 20px;
  position: relative;
}

#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button {
  display: block;
}

#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected {
  color: #fb9935;
  text-decoration: none;
}

/* block-right */

.block-right {
  float: right;
  text-align: right;
}

/* top */

#top > .container > ul > li {
  display: inline-block;
}

#top > .container > ul {
  margin: 0;
}

#top .text-ex {
  color: #292929;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(55, 55, 55, 0.1);
  padding-bottom: 5px;
}

#top > .container > ul:first-child {
  padding: 12px 0;
}

#top > .container > ul:first-child > li {
  padding: 0;
}

#top > .container > ul:first-child > li > span:not(.text-ex) {
  color: #888;
}

#top > .container > ul:last-child {
}

#top.text-ex {
  padding: 12px 0px;
  margin-right: 5px;
  font-size: 13px;
}

.top-links {
  margin: 0;
}

.top-links > li:not(:last-child) {
  margin-bottom: 20px;
}

#top > li {
  padding: 0 20px;
  position: relative;
}

#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button {
  display: block;
}

#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected {
  color: #45afff;
  text-decoration: none;
}

.logo-container {
  margin: 5px 0 0;
}

/* #logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
} */

#logo a {
  display: inline-block;
}
/* Glitch effect
.glitch-window {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    color: #222222;
    box-shadow: 2px 0 #060b6b, -1px 0 yellow, -2px 0 green;
    overflow: hidden;
    animation: crt-me 2500ms infinite linear alternate-reverse;
  }
  
  @-webkit-keyframes crt-me {
    0% {
      clip: rect(31px, 9999px, 94px, 0);
    }
    10% {
      clip: rect(112px, 9999px, 76px, 0);
    }
    20% {
      clip: rect(85px, 9999px, 77px, 0);
    }
    30% {
      clip: rect(27px, 9999px, 97px, 0);
    }
    40% {
      clip: rect(64px, 9999px, 98px, 0);
    }
    50% {
      clip: rect(61px, 9999px, 85px, 0);
    }
    60% {
      clip: rect(99px, 9999px, 114px, 0);
    }
    70% {
      clip: rect(34px, 9999px, 115px, 0);
    }
    80% {
      clip: rect(98px, 9999px, 129px, 0);
    }
    90% {
      clip: rect(43px, 9999px, 96px, 0);
    }
    100% {
      clip: rect(82px, 9999px, 64px, 0);
    }
  }
  
  @keyframes crt-me {
    0% {
      clip: rect(31px, 9999px, 94px, 0);
    }
    10% {
      clip: rect(112px, 9999px, 76px, 0);
    }
    20% {
      clip: rect(85px, 9999px, 77px, 0);
    }
    30% {
      clip: rect(27px, 9999px, 97px, 0);
    }
    40% {
      clip: rect(64px, 9999px, 98px, 0);
    }
    50% {
      clip: rect(61px, 9999px, 85px, 0);
    }
    60% {
      clip: rect(99px, 9999px, 114px, 0);
    }
    70% {
      clip: rect(34px, 9999px, 115px, 0);
    }
    80% {
      clip: rect(98px, 9999px, 129px, 0);
    }
    90% {
      clip: rect(43px, 9999px, 96px, 0);
    }
    100% {
      clip: rect(82px, 9999px, 64px, 0);
    }
  }
Glich efect  */

/* wishlist */

.header-right {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.header-wishlist {
  float: right;
  margin-right: 23px;
  position: relative;
  text-align: center;
}

.header-wishlist a {
  font-size: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: inline-block;
}

.header-wishlist a:before {
  font-family: "Ionicons";
  display: inline-block;
  font-size: 22px;
  content: "\f141";
  color: #ffffff;
  line-height: 46px;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.header-wishlist a:hover:before {
  color: #ff8e00;
}

.header-wishlist span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #ff8e00;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 0;
  right: -10px;
  text-align: center;
  border-radius: 100%;
}

/* |    responsive
===================== */
@media screen and (max-width: 428px) {
  .header-wishlist a {
    font-size: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 100%;
    display: inline-block;
  }
  .header-wishlist a:before {
    font-size: 22px;
    color: #b20202;
  }
  .header-wishlist span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
}

/* container-fix */

/* vlm  */

.top-menu {
  background-color: #040b6b;
}
/* .horizontal-menu {
    background-color: transparent !important;
} */

.container-fix {
  padding: 15px 0;
}

@media only screen and (max-width: 600px) {
  .container-fix {
    padding: 0;
  }
}

/* top-menu */

.top-menu .row {
  margin: 0;
}

.top-menu .col-md-3,
.top-menu .col-md-9 {
  padding: 0;
}

.top-menu .col-md-9 {
  padding-left: 10px;
}

/*Search-category*/

#search-by-category {
  float: left;
  position: relative;
}

.search-container {
  width: 550px;
  background: #fff;
  display: inline-block;
  margin: 6px 0 0;
  /* border-radius:30px; */
  border-radius: 0px;
}

#search-by-category .search-container .categories-container {
  float: left;
  width: 30%;
  position: relative;
}

#search-by-category .search-box {
  width: 100%;
  position: relative;
  height: 38px;
  float: left;
}

#search-by-category .search-container #text-search {
  width: 100%;
  border: 0;
  box-shadow: none;
  height: 50px;
  line-height: 53px;
  color: #a4a4a4;
  font-size: 13px;
  font-weight: 400;
  padding: 0 70px 0 20px;
}

#search-by-category .search-container #sp-btn-search {
  position: absolute;
  right: -1px;
  top: -1px;
}

#search-by-category .search-container .categories-container {
  text-transform: uppercase;
  border: 0;
  background: #fff;
  border-radius: 50px 0 0 50px;
  position: relative;
  display: none;
}

#search-by-category .search-container .categories-container:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

#search-by-category .search-container .categories-container .hover-cate p {
  margin: 0;
  font-size: 13px;
  color: #363f4d;
  font-weight: 400;
  padding: 0 23px 0 15px;
  cursor: pointer;
  height: 50px;
  line-height: 52px;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 50px 0 0 50px;
  position: relative;
}

#search-by-category
  .search-container
  .categories-container
  .hover-cate
  p:after {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  color: #444444;
}

#search-by-category
  .search-container
  .categories-container
  .hover-cate
  p:hover {
  background: #fff;
}

#search-by-category .search-container .categories-container .hover-cate p i {
  position: absolute;
  top: 30%;
  right: 0px;
  padding: 6px 20px 5px 0;
}

#search-by-category
  .search-container
  .categories-container
  .hover-cate
  .cate-items {
  z-index: 9999 !important;
  position: absolute;
  display: none;
  background: none repeat scroll 0% 0% #fff;
  max-height: 300px;
  overflow: auto;
  margin-top: 5px;
  border: 0 !important;
  padding: 20px;
  width: 120%;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.cate-items li {
  text-transform: capitalize;
  color: #333;
  /* font-size: 12px; */
  line-height: 13px;
  list-style: none;
  font-weight: bold;
  margin-bottom: 20px;
}

.cate-items li.f1 {
  padding-left: 10px;
  font-weight: 300;
}

.cate-items li.f2 {
  padding-left: 15px;
  font-weight: 300;
}

#search-by-category .search-ajax {
  position: absolute;
  z-index: 9999 !important;
  background: none repeat scroll 0% 0% #fff;
  left: 50%;
  top: 100%;
  width: 400px;
  margin: 0 0 0 -170px;
}

.search-ajax .product-name {
  margin: 5px 0 3px;
  text-align: left;
}

.search-ajax .product-info {
  margin-bottom: 20px;
}

#search-by-category .search-ajax li {
  list-style: none;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
  display: block;
  border: 1px solid #ddd;
  max-height: 345px;
  overflow: auto;
  padding: 20px 0;
  margin: 0;
}

#search-by-category .item-inner {
  padding: 10px !important;
  margin: 0 0 20px;
  border: 0;
}

#search-by-category .item-inner .price-label {
  text-align: left;
}

#search-by-category .item-inner:before {
  display: none;
}

#btn-search-category {
  background-color: #ffffff;
  padding: 0;
  width: 67px;
  height: 50px;
  line-height: 52px;
  margin: 0;
  margin-top: 1px;
  font-size: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0 30px 30px 0;
  border-radius: 0px;
  text-shadow: none;
  transition: all 0.4s linear;
}

#btn-search-category:before {
  font-family: "Ionicons";
  content: "\f4a4";
  font-size: 24px;
  display: inline-block;
  color: #060b6b;
  line-height: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

#btn-search-category:hover {
  /* background:#363f4d; */
  /* background-color: #ffffff; */
  background-color: #ff8e00;
}

#btn-search-category:hover:before {
  /* color:#45afff; */
  color: #6e0d6e;
}

#search-by-category .price-box {
  margin: 10px 0 0;
}

/* newsletter popup */

.b-close {
  display: block;
}

.b-close:before {
  font-family: "Ionicons";
  content: "\f2d7";
  display: inline-block;
  color: #434343;
  font-size: 16px;
}

.b-close span {
  display: none;
}

.newletter-popup {
  background-color: #000;
  top: 15% !important;
  /* margin-top: -179px; */
  position: fixed !important;
  padding: 5px;
  text-align: center;
  display: none;
}

#subscribe_popup {
  margin-top: 10px;
}

#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #343434;
  margin: 0 0 30px;
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 13px;
}

#boxes .box-content .newletter-label {
  width: 70%;
}

#boxes #frm_subscribe .required {
  color: #f00;
  padding-right: 5px;
}

#boxes #frm_subscribe a {
  cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
  background: #ebebeb none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 60%;
  margin: 20px 0 30px;
  padding: 0 15px;
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67d7bb;
}

#popup2 {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}

/* newsllter */

.newletter-subscribe-container {
  margin: 50px 0 0;
  position: relative;
}

.newletter-subscribe-container .newletter-subscribe {
  background: #d9dcff;
  padding: 30px 60px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px;
}

#dialog-normal .newletter-title {
  float: left;
  width: 40%;
  text-align: left;
  padding: 5px 0 5px 80px;
  background: url("../image/bg-newletter.png") no-repeat 0 50%;
}

#dialog-normal .newletter-title h6 {
  color: var(--naranja);
  font-weight: 900;
  font-size: 20px;
  margin: 0;
  text-transform: inherit;
}

#dialog-normal .des-testimonial {
  line-height: 24px;
  letter-spacing: 0.025em;
  margin: 0 0 55px 0;
}

#dialog-normal .newletter-title h3 {
  font-size: 14px;
  color: var(--naranja);
  margin: 15px 0 0;
  text-transform: inherit;
  font-weight: 400;
}

#dialog-normal {
  text-align: center;
}

#dialog-normal .newleter-content {
  vertical-align: middle;
  position: relative;
  text-align: center;
  float: right;
  width: 50%;
  margin-top: 5px;
}

#frm_subscribe-normal {
  display: inline-block;
  width: 100%;
  position: relative;
}

#subscribe_email {
  background: #f3f3f3;
  border: 0;
  font-size: 14px;
  color: #30b6fc;
  display: block;
  padding: 0 150px 0 30px;
  height: 50px;
  width: 100%;
  float: left;
  margin: 0;
  border-radius: 30px;
}

#subscribe_email::-webkit-input-placeholder {
  color: #666666;
}

#subscribe_email::-moz-placeholder {
  color: #666666;
}

#subscribe_email:-ms-input-placeholder {
  color: #666666;
}

#subscribe_email:-moz-placeholder {
  color: #666666;
}

#subscribe .btn {
  border: none;
  background: #6e0d6e !important;
  padding: 0;
  width: 65px;
  height: 50px;
  line-height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: #30b6fc !important;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
}

#subscribe .btn:before {
  font-size: 30px;
  color: #30b6fc;
  content: "\f474";
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  vertical-align: middle;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

#subscribe .btn:hover {
  background: var(--azul-marino) !important;
}

#notification-normal {
  text-align: left;
  clear: both;
}

#notification-normal div {
  color: #292929;
}

#notification-normal div.warning {
  color: #f00;
  text-align: left;
  font-size: 12px;
}

/* blog */

#blog_home {
  margin: 50px 0 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}

#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before {
  opacity: 1;
}

#blog_home .row_items .articles-inner .articles-image {
  float: left;
  width: 270px;
}

#blog_home .aritcles-content {
  margin-left: 285px;
}

#blog_home .date-author {
  display: inline-block;
  width: 100%;
  margin: 8px 0 0;
}

#blog_home .articles-date {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  text-transform: capitalize;
  float: left;
}

.date-author .articles-date span {
  margin: 0;
}

#blog_home .articles-date .author {
  color: #888;
  padding-left: 15px;
}

.date-author span {
  color: #45afff;
  text-transform: capitalize;
  font-size: 12px;
  margin-left: 13px;
}

.articles-name {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  display: block;
  text-transform: capitalize;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.articles-name:hover {
  color: #45afff;
}

.articles-intro {
  color: #707070;
  line-height: 22px;
  font-size: 13px;
  margin: 8px 0 0;
}

.readmore {
  margin: 15px 0 0;
}

.readmore a {
  color: #666666;
  font-size: 12px;
  display: inline-block;
  text-transform: capitalize;
}

.readmore a:hover {
  color: #45afff;
}

.blog-blog .article-titles {
  margin-bottom: 40px;
}

.blog-blog .article-titles h3 {
  font-size: 25px;
  margin: 0;
}

.blog-blog .article-name a {
  font-size: 13px;
}

.blog-blog .intro-text {
  margin: 20px 0 0;
}

.blog-blog .readmore-page {
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 0;
  display: block;
}

.blog-blog .article-item-inner {
  margin-bottom: 40px;
}

.blog-blog .article-list:last-child .article-item-inner {
  margin: 0;
}

.blog-article .article-text {
  margin-top: 30px;
}

.blog-article .article-title {
  margin-top: 20px;
}

#blog_home .owl-carousel .owl-nav > .owl-next,
#blog_home .owl-carousel .owl-nav > .owl-prev {
  margin: -63px 0 0;
}

/* cart */

/* cuando el carrito esta vacio y se ve la imagen */
.li_cart_vacio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image_cart_vacio {
  max-width: 150px;
}
/* =========================  */

#cart {
  float: right;
  width: auto;
}

#cart-total {
  font-size: 13px;
  font-weight: 500;
  /* color: #363f4d; */
  color: #ffffff;
}

#cart-total .number-cart {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  /* background: #45afff; */
  background-color: #ff8e00;
  color: #000000;
  font-size: 13px;
  text-transform: capitalize;
  float: left;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 35px;
  top: 0;
}

#cart-total i {
  font-size: 10px;
  margin-left: 6px;
}

#cart-total .total-price {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: left;
}

#cart > button {
  background: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  float: right;
  border: 0;
  position: relative;
}

#cart .dropdown-cart .ion-android-cart {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 50px;
  margin-right: 12px;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#cart > button > i:hover,
#cart .dropdown-cart .ion-android-cart:hover {
  color: #ff8e00;
}

#cart .dropdown-menu .text-empty {
  margin: 0;
  padding: 10px 0;
}
/* |    responsive
===================== */
@media screen and (max-width: 428px) {
  #cart .dropdown-cart .ion-android-cart {
    font-size: 22px;
    border: none;
    color: #fff;
  }
  #cart-total .number-cart {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/* |    responsive
===================== */

#cart .dropdown-menu {
  background: #fff;
  border: 0;
  min-width: 355px;
  margin: 0;
  padding: 35px 35px 0;
  top: 65px;
  border-radius: 3px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  color: #555555;
  font-size: 13px;
}

#cart .dropdown-menu:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 25px;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#cart .dropdown-menu .cart-empty {
  padding-bottom: 35px;
  margin: 0;
}

#cart-total .item-cart {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: #888;
  border: 2px solid #fff;
  color: #fff;
  top: -8px;
  left: 32px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400 !important;
}

#cart .dropdown-menu .cart-button {
  padding: 25px 35px;
  margin: 15px -35px 0;
  background: #363f4d;
}

#cart .table > tbody > tr > td {
  border: none;
  padding: 0;
}

#cart .cart-close button:hover {
  color: #888;
}

#cart .cart-close button {
  background: none !important;
  color: #aaaaaa;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none !important;
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0;
}

#cart .cart-close button i {
  font-size: 12px;
  color: #363f4d;
}

#cart .cart-close button i:hover {
  color: #45afff;
}

#cart .cart-quantity {
  color: #a4a4a4;
  font-size: 12px;
  margin: 5px 0 8px 0 !important;
  display: inline-block;
  width: 100%;
}

#cart .cart-name:hover {
  color: #45afff;
}

#cart .cart-name {
  color: #292929;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

#cart .cart-price {
  font-size: 16px;
  color: #929292;
}

#cart p.cart-button a:last-child {
  margin: 0;
}

#cart p.cart-button {
  text-align: left;
}

#cart p.cart-button a {
  border: 0;
  background: #495465;
  color: #fff;
  height: 50px;
  line-height: 53px;
  text-align: center;
  padding: 0 30px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}

#cart p.cart-button a:hover {
  color: #fff;
  background: #45afff;
  border-color: #45afff;
}

#cart .cart-button a.view-cart {
  margin-bottom: 15px;
}

#cart .dropdown-menu .info-item {
  padding: 10px 20px;
}

#cart .dropdown-menu .info-item a {
  font-size: 13px;
  color: #363f4d;
  display: block;
  margin-bottom: 3px;
}

#cart .dropdown-menu .info-item a:hover {
  color: #45afff;
}

#cart .dropdown-menu .info-item .cart-price {
  font-size: 15px;
  color: #45afff;
  display: inline-block;
  font-weight: 500;
}

#cart .dropdown-menu .has-scroll {
  max-height: 500px;
  overflow: auto;
}

#cart .dropdown-menu tr td strong {
  color: #000;
}

#cart .dropdown-menu tr td:first-child {
  font-size: 13px;
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
}

#cart .dropdown-menu tr td:last-child {
  font-size: 14px;
  color: #363f4d;
  font-weight: 500;
}

#cart .dropdown-menu .cart-close {
  margin-left: 20px;
}

.unvisible {
  display: none;
}

#cart .dropdown-menu .has-scroll table tr {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 10px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  position: relative;
}

#cart .dropdown-menu .has-scroll table tr:last-child {
  margin-bottom: 10px;
}

#cart .dropdown-menu .cart-totals {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#cart .dropdown-menu .cart-totals .text-left {
  float: left;
}

#cart .dropdown-menu .cart-totals .text-right {
  float: right;
}

#cart .dropdown-menu .cart-totals tbody,
#cart .dropdown-menu .cart-totals tbody tr {
  width: 100%;
  display: inline-block;
}

#cart .dropdown-menu .cart-totals tbody tr {
  margin-bottom: 10px;
}

/* fix */

.fix-header {
  background: #6e0d6e;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9997;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.fix-header .logo-container {
  margin: 15px 0 0;
}

.fix-header .block-right {
  margin: 23px 0 0;
}

.fix-header #cart .dropdown-menu {
  top: 43px;
}

/* banner-top */

.banner-top .banner-icon {
  width: 48px;
  height: 48px;
  border: 3px solid #45afff;
  border-radius: 100%;
  float: left;
  text-align: center;
}

.banner-top .banner-icon:before {
  font-size: 34px;
  color: #45afff;
  font-family: FontAwesome;
  content: "\f041";
  line-height: 45px;
}

.banner-top .col2 .banner-icon:before {
  content: "\f095";
}

.banner-top .banner-content {
  margin-left: 60px;
  padding-top: 3px;
}

.banner-top p {
  margin: 0;
  font-size: 16px;
  color: #555555;
}

.banner-top p span {
  font-weight: 700;
}

/* home-banner */

.home-banner {
  padding: 30px 0 20px;
  background: #f3f3f3;
}

.home-banner1 {
  background: #f3f3f3;
  padding-bottom: 30px;
}

/* banner-static */

.banner-static {
  margin-top: 30px;
}

.banner-static .col {
  position: relative;
  overflow: hidden;
}

.banner-static .col:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-static .col:hover:before {
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2) inset;
}

/* banner-center */

.banner-center {
  margin: 40px 0 0;
}

.banner-center {
  position: relative;
  overflow: hidden;
}

.banner-center:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-center:hover:before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
}

/* banner-center1 */

.banner-center1 {
  margin: 10px 0 0;
  position: relative;
  overflow: hidden;
}

.banner-center1 .col {
  position: relative;
  overflow: hidden;
}

.banner-center1 .col:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-center1 .col:hover:before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
}

/* banner-center2 */

.banner-center2 {
  margin: 45px 0 0;
  position: relative;
  overflow: hidden;
}

.banner-center2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-center2:hover:before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
}

/* banner-cente31 */

.banner-center3 {
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.banner-center3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-center3:hover:before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
}

/* banner-bottom */

.banner-bottom {
  padding: 100px 0 40px;
  background: #f7f7f7;
  margin-top: -60px;
}

.banner-bottom .icon-banner {
  width: 60px;
  float: left;
}

.banner-bottom .col2 .icon-banner {
  margin-top: -3px;
}

.banner-bottom .icon-banner:before {
  font-size: 48px;
  color: #45afff;
  font-family: "Pe-icon-7-stroke";
  content: "\e670";
  line-height: 45px;
}

.banner-bottom .col {
  position: relative;
  margin-right: 50px;
}

.banner-bottom .col2 {
  margin-right: 20px;
}

.banner-bottom .col:before {
  height: 36px;
  width: 1px;
  background: #d2d2d2;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}

.banner-bottom .col3:before {
  display: none;
}

.banner-bottom .col2 .icon-banner:before {
  content: "\e639";
}

.banner-bottom .col3 .icon-banner:before {
  content: "\e60b";
}

.banner-bottom .banner-text {
  margin-left: 65px;
}

.banner-bottom h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  text-transform: inherit;
}

.banner-bottom p {
  font-size: 13px;
  color: #555555;
  margin: 6px 0 0;
}

/* banner-bottom1 */

.banner-bottom1 {
  padding: 20px 0;
  border-bottom: 1px solid #292929;
  border-top: 1px solid #292929;
  margin: 40px 0 0;
}

.banner-bottom1 .icon-banner {
  width: 70px;
  height: 70px;
  float: left;
  background: #45afff;
  color: #fff;
  font-size: 34px;
  border-radius: 100%;
  text-align: center;
}

.banner-bottom1 .icon-banner:before {
  font-family: FontAwesome;
  content: "\f041";
  line-height: 70px;
}

.banner-bottom1 .col2 .icon-banner:before {
  content: "\f095";
}

.banner-bottom1 .col3 .icon-banner:before {
  content: "\f0e0";
}

.banner-bottom1 .banner-text {
  margin-left: 80px;
  text-align: left;
  padding-top: 25px;
}

.banner-bottom1 .col1 .banner-text {
  padding-top: 15px;
}

.banner-bottom1 .banner-text p {
  font-size: 15px;
  color: #999999;
  margin: 0;
}

/* banner-left */

.banner-left {
  margin: 50px 0 0;
}

.banner-left .col {
  position: relative;
  overflow: hidden;
}

.banner-left .col2 {
  margin: 20px 0;
}

.banner-left .col:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.banner-left .col:hover:before {
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2) inset;
}

/* owl carousel */

.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev {
  position: absolute;
  top: 0;
  margin: -70px 0 0 0;
  width: auto;
  height: auto;
  background: none;
  text-align: center;
  opacity: 1;
  color: #b2b2b2;
  font-size: 14px;
  padding: 0;
  border: 0 !important;
}

.owl-carousel .owl-nav > .owl-prev:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  right: -14px;
  top: 3px;
}

.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev {
  margin: -13px 0 0;
  top: 50%;
  width: auto;
  border: 0 !important;
}

.owl-style2 .owl-nav > .owl-prev {
  left: 35px;
  right: inherit;
}

.owl-style2 .owl-nav > .owl-prev:before {
  display: none;
}

.owl-style2 .owl-nav > div.owl-next {
  right: 35px;
}

.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev {
  opacity: 1;
}

.owl-nav > .owl-prev {
  right: 34px;
}

.owl-nav > div.owl-next {
  right: 0;
}

.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover {
  color: #45afff;
  background: none;
}

.owl-style2 .owl-nav > div i {
  font-size: 22px;
}

.owl-nav > div i {
  font-size: 18px;
}

.owl-carousel:hover .owl-nav > div {
  opacity: 1;
}

.home-moduls {
  margin-top: 30px;
}

/* tabprocust */

.tt_tabsproduct_module {
  margin-top: 50px;
}

.tt_tabsproduct_module .module-title h2 {
  display: none;
}

.tt_tabsproduct_module .module-title .module-description {
  display: none;
}

.tt_tabsproduct_module .product-grid {
  margin: 0;
}

.tt_tabsproduct_module.tabproducts .row {
  margin: 0;
}

.tt_tabsproduct_module .module-image {
  position: relative;
}

.tt_tabsproduct_module .module-image:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 70px solid rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.tt_tabsproduct_module .module-image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  border: 30px solid #fff;
  top: 0;
  left: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.tt_tabsproduct_module .module-image:hover:before {
  border: 0 solid rgba(255, 255, 255, 0.7);
}

.tt_tabsproduct_module .module-image:hover:after {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.1s;
}

/* tabsproduct-list */

.list-style {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-style:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.list-style .item-inner {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
}

.list-style .item-inner:before {
  right: 10px;
  height: 100%;
}

.list-style .item-inner .image {
  width: 185px;
  float: left;
}

.list-style .item-inner .caption {
  margin: 20px 0 0 200px;
  text-align: left;
}

.list-style .item-inner .ratings .rating-box div[class^="rating"] {
  background-position: left center;
}

.list-style .item-inner .cart {
  position: initial;
  opacity: 1;
  padding: 20px 0 0;
}

.list-style .item-inner .cart button {
  width: 80%;
}

/* categorytab */

.tt_tabsproduct_module .module-title {
  display: inline-block;
  width: 100%;
  position: relative;
  /* border-bottom:2px solid #45afff; */
  border-bottom: 3px solid #040b6b;
}

.tt_tabsproduct_module .module-title h2 {
  display: inline-block;
  float: left;
  padding: 6px 0 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  height: 44px;
  line-height: 48px;
  /* background:#45afff; */
  /* background: #6E0D6E; */
  background: #f25504;
  border-radius: 3px 3px 0 0;
}

.tt_tabsproduct_module .module-title h2:before {
  display: none;
}

.tt_tabsproduct_module .tab-heading {
  float: right;
  width: 70%;
  text-align: right;
  padding-right: 50px;
}

.tt_tabsproduct_module .tab-heading.nav-pills > li {
  margin-right: 5px;
}

.tt_tabsproduct_module .tab-heading.nav-pills > li a {
  font-size: 14px;
  color: #949494;
  height: 44px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 400;
}

.tt_tabsproduct_module .tab-heading.nav-pills > li.active a,
.tt_tabsproduct_module .tab-heading.nav-pills > li a:hover {
  /* color:#45afff;
	border-color:#45afff; */
  color: #000000;
  border-color: #000000;
}

.tt_tabsproduct_module .tab-heading.nav-pills > li a:before {
  display: none;
}

.tt_tabsproduct_module .owl-carousel .owl-nav > .owl-next,
.tt_tabsproduct_module .owl-carousel .owl-nav > .owl-prev {
  margin: -70px 0 0 0;
}

/* tabscategories */

.tabscategories .module-image {
  display: none;
}

.tt_tabsproduct_module.tabscategories .lastActiveItem .item-inner:before {
  display: none;
}

/* tabscategories1 */

.tabscategories1 .module-image {
  display: none;
}

.tt_tabsproduct_module.tabscategories1 .product-grid {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tt_tabsproduct_module.tabscategories1 .product-grid:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.tt_tabsproduct_module.tabscategories1 .item-inner {
  padding-right: 20px;
}

.tt_tabsproduct_module.tabscategories1 .item-inner:before {
  right: 10px;
  height: 100%;
}

.tt_tabsproduct_module.tabscategories1 .lastActiveItem .item-inner:before {
  display: none;
}

/* testimonial */

.testimonial-container {
  background: #f0f0f0;
  padding: 60px 0;
}

.testimonial-container .module-title h2:before {
  width: 35%;
}

.testimonial-container .testimonial-box a {
  font-size: 15px;
  color: #555555;
  line-height: 23px;
  width: 100%;
}

.testimonial-container .box-testimonial {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}

.testimonial-container .box-testimonial .testimonial-images {
  width: 68px;
  float: left;
}

.testimonial-container .box-testimonial .testimonial-images img {
  border: 2px solid #45afff;
  border-radius: 100%;
}

.testimonial-container .box-testimonial .testimonial-author {
  margin-left: 80px;
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}

/* feature-products */

.feature-products .product-layout {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.feature-products .product-layout:last-child {
  margin: 0;
}

.feature-products .image {
  width: 90px;
  float: left;
}

.feature-products .caption {
  margin-left: 100px;
  padding: 0;
  text-align: left;
}

.feature-products .button-group {
  display: none;
}

.feature-products .item-inner {
  padding: 10px !important;
  margin: 0 !important;
  display: inline-block;
  width: 100%;
}

.feature-products .item-inner:before {
  display: none;
}

.feature-products .item-inner .ratings {
  padding: 10px 0;
}

.feature-products .ratings .rating-box div[class^="rating"] {
  background-position: left center;
}

.feature-products .product-name {
  margin: 0;
  font-size: 14px;
}

.feature-products .price {
  font-size: 16px;
}

.feature-products .price-old {
  font-size: 12px;
}

/* banner-ourbrands */

.common-home .brand-container {
  margin: 0;
}

.brand-container {
  margin: 30px 0 0;
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.brand-container .module-title {
  display: none;
}

.brand-container .item {
  text-align: center;
}

.brand-container .item img {
  display: inline-block;
  opacity: 0.3;
}

.brand-container .item img:hover {
  opacity: 1;
}

.brand-container .row {
  margin: 0;
}

.brand-container .swiper-slide {
  padding: 0;
}

/* footer */

#back-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: var(--lila);
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--turqueza) !important;
  z-index: 999;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#back-top:hover {
  background: var(--naranja);
}

#back-top span {
  margin-right: 15px;
}

#back-top i {
  font-size: 12px;
  font-weight: bold;
}

#btn-wspp {
  height: 65px;
  width: 65px;
  text-align: center;
  background-image: linear-gradient(45deg, #108621, #4fcc5e);
  /* box-shadow: inset 0px 0px 15px #239e36; */
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 2%;
  bottom: 9%;
  box-shadow: 0 0 0 0 #128c7e;
  animation: pulse-green 2s infinite;
}

#btn-wspp::after {
  content: "ON LINE";
  color: #fff;
  position: absolute;
  right: 5%;
  top: 90%;
  background-color: #e42525;
  padding: 0px 0px;
  border-radius: 3px;
  width: 86%;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

#btn-wspp i.fa {
  font-size: 3em;
}

.vendedores {
  position: fixed;
  right: 0%;
  bottom: 20%;
  width: 120px;
  /* height: 200px; */
  display: none;
  z-index: 9;
}

.vendedor {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 1rem 0;
  transition: all 0.4s linear;
}
.vendedor:hover {
  transform: scale(1.2);
}

.form-wrap h3 {
  color: #000544;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.form-wrap {
  position: fixed;
  right: 2%;
  bottom: 17%;
  max-width: 340px;
  height: auto;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  border-radius: 4px;
  overflow: hidden;
  background-image: linear-gradient(45deg, #ff5cfa, #4fc6cc);
  z-index: 99999;
}
.form_inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px 0 0 0;
  border-radius: 5px;
}

#rd-section-lgi0pixb {
  background-color: transparent !important;
}
#rd-column-lgi0pixh > div {
  background-color: transparent !important;
}
#rd-button-lgi0pixl {
  height: 45px !important;
  font-size: 15px !important;
}
#rd-form-lgi0pixi .bricks-form__input {
  color: #060b6b !important;
  border-color: #ac61ff !important;
}

/* :::: Icono de Vendedora ::::  */

footer {
  position: relative;
  padding: 60px 0 0;
  background-color: #040b6b;
  background-image: url(/image/waves.png);
  /* background-image: url(../image/pared.jpg); */
  background-size: cover;
  background-position: center center;
  background-blend-mode: exclusion;
  margin-top: 7em;
  overflow: hidden;
}
/* footer::after{
    content: '';
    position: absolute;
    background-image: url(/image/tetriminos.png);
    background-repeat: repeat-x;
    background-position: top center;
    width: 1000%;
    height: 35px;
    top: 0;
    left: 0;
    animation: movimiento 9s linear infinite alternate-reverse;
} */

@keyframes movimiento {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translate(0px);
  }
}

footer .footer-title {
  margin-bottom: 25px;
}

footer .col4 .footer-title {
  margin-bottom: 30px;
}

footer .footer-title h2 {
  font-size: 16px;
  color: var(--naranja);
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

footer .col1 .footer-title {
  display: none;
}

footer .footer-content li {
  line-height: 35px;
}

footer .footer-content a {
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
}

footer .footer-content a:hover {
  color: #45afff;
}

/* footer-static */

.footer-content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin: 30px 0 0;
}

.footer-content .footer-address {
  margin: 20px 0 0;
}

.footer-content .footer-phone,
.footer-content .footer-email {
  margin: 5px 0 0;
}

.footer-content label {
  margin: 0 5px 0 0;
}

/* footer-link */

.footer-link {
  margin: 50px 0 0;
}

.footer-link label {
  font-weight: 500;
  margin: 0 10px 0 0;
  color: #ffffff;
  font-size: 13px;
}

.footer-link ul {
  padding: 0;
  margin: 0;
}

.footer-link ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 10px;
}

.footer-link ul li a {
  color: #ffffff;
  font-size: 13px;
  margin-right: 3px;
}

.footer-link ul li a:hover {
  color: #45afff;
}

.footer-link ul li:last-child a {
  padding: 0;
  border: 0;
  margin: 0;
}

/* social-footer */

.social-footer .title-social h2 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.footer-static .footer-content .social-footer {
  padding: 0;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}

.footer-static .footer-content .social-footer li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.footer-static .footer-content .social-footer li:last-child {
  margin: 0;
}

.footer-static .footer-content .social-footer li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  font-size: 0;
  padding: 0;
}

.footer-static .footer-content .social-footer li a:hover:before {
  color: #45afff !important;
}

.footer-static .footer-content .social-footer li a:before {
  padding: 0 !important;
  margin: 0;
  font-size: 18px;
  color: #4575cd;
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  vertical-align: middle;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.footer-static .footer-content .social-footer li.facebook a:before {
  content: "\f231";
}

.footer-static .footer-content .social-footer li.twitter a:before {
  content: "\f243";
  color: #79d1e7;
}

.footer-static .footer-content .social-footer li.rss a:before {
  content: "\f3ea";
  color: #606d83;
}

.footer-static .footer-content .social-footer li.youtube a:before {
  content: "\f24c";
  color: #45afff;
}

.footer-static .footer-content .social-footer li.google a:before {
  content: "\f235";
  color: #45afff;
}

.footer-static .footer-content .social-footer li.pinterest a:before {
  content: "\f2b1";
  color: #d560d9;
}

.footer-static .footer-content .social-footer li.behance a:before {
  content: "\f23d";
  color: #f3a927;
}

/* download apps */

.download-apps {
  margin: 30px 0 0;
}

.download-apps .footer-title {
  margin-bottom: 20px !important;
}

.download-apps li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px;
}

.download-apps li:last-child {
  margin: 0;
}

/* footer-paypal */

.footer-paypal {
  text-align: right;
}

.footer-paypal ul {
  padding: 0;
  margin: 0;
}

.footer-paypal ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.footer-paypal ul li:first-child {
  margin: 0;
}

/* footer-bottom */

.footer-bottom {
  padding: 30px 0 25px;
}

.copyright-text a {
  color: #45afff;
}

.copyright-text a:hover {
  color: #ffffff;
}

.copyright-text {
  margin: 0;
  color: #363f4d;
  font-size: 14px;
  width: 100%;
}

.text-powered {
  color: #fff;
}
.text-warning-br {
  color: #fff;
}

/* breadcrumbs */

.breadcrumbs .breadcrumb {
  margin: 0;
}

.breadcrumb {
  padding: 0;
  margin: 30px 0;
  background: none;
  border-radius: 0;
}

.breadcrumb a {
  font-size: 14px;
  color: #666666;
  text-transform: capitalize;
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
  color: var(--azul-marino);
}

.breadcrumb > li + li::before {
  color: #8d8c8c;
  text-transform: capitalize;
  content: "\f125";
  font-family: "Ionicons";
  font-size: 10px;
  padding: 0 12px 0 0;
}

.common-home .breadcrumbs {
  display: none;
}

.breadcrumbs h1,
.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.breadcrumbs .category-name {
  display: none;
}

.breadcrumbs {
  padding: 40px 0;
  text-align: left;
  margin-bottom: 20px;
}

/* category */

.category-name {
  font-size: 28px;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.catgory-thumb {
  margin-bottom: 40px;
}

.refine-category {
  font-size: 2.5em;
  color: #363f4d;
  margin: 20px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-info .img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}

.category-compare {
  margin: 15px 0 0;
}

.category-compare a {
  text-transform: capitalize;
  color: #363f4d;
  font-size: 14px;
}

.category-compare a:hover {
  color: #45afff;
}

.product-list .item-inner {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-left: 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f1f1f1;
}

.product-list:last-child .item-inner {
  padding: 0;
  border: 0;
}

.product-list .image {
  padding: 0;
}

.product-list .caption {
  padding-left: 30px;
  text-align: left;
}

.product-list .ratings {
  padding: 0;
  margin: 15px 0 0;
}

.product-list .ratings .rating-box div[class^="rating"] {
  background-position: left center;
}

.custom-products .product-list:last-child .product-thumb {
  border: none;
}

.custom-products .product-list .product-thumb:hover {
  box-shadow: none;
}

.custom-products .product-list .product-thumb {
  float: left;
  width: 100%;
  margin: 0 -15px;
}

.product-list .product-name {
  margin: 5px 0 0;
}

.product-list .product-name a {
  font-size: 14px;
  color: #363f4d;
  font-weight: 400;
}

.product-list .product-name a:hover {
  color: #45afff;
}

.product-list .price {
  margin: 15px 0 0;
  font-size: 22px;
}

.product-list .item-inner .cart {
  position: initial;
  opacity: 1;
  width: auto;
  margin: 30px 0 0;
  padding: 0;
}

.product-list .item-inner .cart button {
  width: auto;
  padding: 0 50px;
}

.layer-category ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.layer-category ul li:last-child {
  margin: 0;
}

.layer-category ul li a {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 14px;
}

.layer-category ul li a:hover {
  color: #45afff;
}

/* las pildoras de categorias */

.li-category {
  list-style: none;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #45afff;
  margin: 5px;
}

.li-category:hover {
  background-color: #45afff;
  transition: all 0.4s linear;
}

.li-category .a-category {
  color: #363f4d;
}

.li-category .a-category:hover {
  color: #fff;
}

/* ===================== */

.custom-products .product-grid {
  padding: 0 !important;
}

.custom-products .product-grid .item-inner {
  padding: 0 13px 30px 10px;
  border-bottom: 1px solid #f1f1f1;
}

.custom-products .product-grid .item-inner:before {
  top: 12px;
  right: 0;
  height: 80%;
}

.custom-products .four-items:nth-child(4n) .item-inner:before,
.custom-products .four-items:last-child .item-inner:before {
  display: none;
}

.custom-products .four-items:last-child {
  border: 0;
}

.custom-products .product-list {
  padding: 0;
}

.custom-products .product-list .item-inner:before {
  display: none;
}

@media (min-width: 992px) {
  .custom-products .two-items:nth-child(2n + 1),
  .custom-products .three-items:nth-child(3n + 1),
  .custom-products .four-items:nth-child(4n + 1),
  .custom-products .five-items:nth-child(5n + 1) {
    clear: both;
  }
}

.toolbar {
  float: left;
  width: 100%;
  margin: 30px 0 20px;
  padding: 14px 24px;
  background: none;
  min-height: 52px;
  border: 1px solid #e9e9e9;
}

.toolbar3 .btn-group {
  background: none;
}

.toolbar3 {
  padding: 7px 0 0;
  text-align: left;
}

.toolbar2 {
  padding: 0;
}

.toolbar2,
.toolbar1 {
  padding-left: 0;
  border-right: 1px solid #fff;
}

#input-sort,
#input-limit {
  background: none;
  padding: 0 0 0 13px;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  color: #898888;
  text-align: center;
  height: 35px;
  border: 1px solid #e7e7e7;
  margin-top: 0;
}

#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected {
  color: #292929 !important;
}

#list-view {
  margin-right: 15px;
}

#list-view,
#grid-view {
  border: none;
  border-radius: 0;
  color: #e2e2e2;
  padding: 0;
  background: none;
  line-height: 16px;
  box-shadow: none;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#list-view {
  background: url("../image/list.png") no-repeat 0 0;
  width: 20px;
  height: 16px;
}

#list-view.active,
#list-view:hover,
#list-view.selected {
  background: url("../image/list.png") no-repeat 0 100%;
  background: url("../image/list.png") no-repeat 0 100%;
}

#grid-view {
  background: url("../image/grid.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
}

#grid-view.active,
#grid-view:hover,
#grid-view.selected {
  background: url("../image/grid.png") no-repeat 0 100%;
}

.pagination {
  margin: 0;
}

.pagination > li.active > span,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: none !important;
  color: #888 !important;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  border-radius: 100% !important;
  background: none !important;
  color: #929292 !important;
  font-size: 12px;
  padding: 0 10px;
  margin: 0 5px;
  text-align: center;
  line-height: 1;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  padding-left: 0;
}

.pagination {
  line-height: 1;
}

.pagination > li {
  display: inline-block;
  vertical-align: middle;
}

.toolbar4 {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  background: none;
  min-height: 52px;
}

.toolbar4 .col-sm-6 {
  padding: 0;
}

.toolbar4 .pagination {
  float: left;
  margin: 0;
}

.toolbar4 .pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eeeeee;
}

.toolbar4 .pagination li span,
.toolbar4 .pagination li a {
  margin: 0;
  padding: 0;
  line-height: 40px;
  float: none;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  font-style: initial;
  display: inline-block;
  width: 100%;
}

.toolbar4 .pagination li.active,
.toolbar4 .pagination li:hover {
  background: #45afff;
  border-color: #45afff;
}

.toolbar4 .pagination li.active span,
.toolbar4 .pagination li:hover span,
.toolbar4 .pagination li:hover a {
  color: #fff !important;
}

.toolbar4 .text-right {
  margin-top: 17px;
  font-size: 14px;
  color: #555555;
  padding-right: 30px !important;
}

.toolbar4 .col-md-6 {
  padding: 0;
}

/* product detail */

.zoomContainer {
  top: 0px !important;
  left: 15px !important;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
}

.zoomContainer .zoomLens {
  width: 100px !important;
  height: 100px !important;
}

.zoomContainer .zoomWindowContainer .zoomWindow {
  margin-left: 15px;
  border-color: #888 !important;
}

.thumbnails {
  margin-bottom: 10px;
}

.block-1 .thumbnails-additional {
  padding: 0 50px;
}

.block-1 {
  margin-bottom: 30px;
}

.block-1 .thumbnails-additional .thumbnail {
  margin: 0;
  border: 0;
}

.block-1 .thumbnails-additional .thumbnail:hover {
  border-color: #45afff;
}

.block-1 .thumbnails-additional .current-additional {
  opacity: 1;
}

.block-1 .thumbnail {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
}

.block-1 .thumbnail:hover {
  border-color: #b2b2b2;
}

.block-2 .product-name {
  margin: 0;
  font-size: 2.5em;
  color: #060b6b;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
}

.block-2 .product-name + p {
  margin: 10px 0 0;
}

.block-2 .product-name + p a {
  text-transform: capitalize;
}

.block-2 .ratings .rating-box {
  width: 67px;
  display: inline-block;
  margin-right: 30px;
}

.block-2 .price {
  margin: 0 0 25px 0;
  font-size: 20px !important;
}

.price span {
  color: #00a30d;
  font-weight: bold;
  font-size: 1.4em;
}
.price-old {
  color: #a7a7a7 !important;
  font-size: 15px !important;
  text-decoration: line-through !important;
  margin-right: 5px !important;
  font-weight: 400 !important;
  /* borrar despues el display none para mostrar el precio antiguo */
  /* display: none; */
}
.block-2 .price-old {
  font-size: 17px;
}

.block-2 .ratings {
  margin: 3px 0 25px;
  float: none;
  width: auto;
}

.block-2 .ratings a {
  color: var(--gray-text);
  font-size: 13px;
}

.block-2 .ratings a:hover {
  color: #363f4d;
}

.block-2 .list-unstyled {
  color: #666666;
  clear: both;
  font-style: italic;
  font-size: 13px;
}

.block-2 .list-unstyled li {
  line-height: 26px;
  font-style: initial;
  font-size: 14px;
  color: #7a7a7a;
}

.block-2 .price-product {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.block-2 .ex-text {
  color: var(--azul-marino);
  margin-left: 5px;
  font-weight: 500;
}

.cuadro-rojo {
  background-color: #9b180e;
  /* box-shadow: inset 0px 0px 5px #ff4b4b; */
  color: #ffffff !important;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}

.cuadro-verde {
  background-color: #0e9b34;
  /* box-shadow: inset 0px 0px 5px #ff4b4b; */
  color: #ffffff !important;
  padding: 3px 7px;
  border: none;
  border-radius: 5px;
}

.block-2 .short-des {
  margin: 30px 0 40px;
  color: #7a7a7a;
  line-height: 24px;
  font-size: 14px;
}

#input-quantity2,
#minus2,
#plus2,
#input-quantity,
#minus,
#plus {
  height: 35px;
  line-height: 35px;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 20px;
  font-size: 15px;
  border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  color: #a6a6a6;
  float: left;
}

#minus2,
#plus2,
#minus,
#plus {
  border: 0;
  border-left: none;
}

#plus,
#plus2 {
  border-bottom: none;
}

#minus2:hover,
#plus2:hover,
#minus:hover,
#plus:hover {
  color: #888;
}

#input-quantity2,
#input-quantity {
  width: 45px;
  height: 35px;
  border: 0;
  background: #fff;
  font-size: 14px;
  color: #363f4d;
  font-weight: 400;
}

label[for="input-quantity"] {
  float: left;
  line-height: 35px;
  padding: 0;
  margin: 0 30px 0 0;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
}

#button-cart2 i,
#button-cart i {
  margin-right: 5px;
}

#button-cart2,
#button-cart {
  margin: 0 10px 0 0;
  float: left;
  background-color: #00bb0f;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 50px;
  color: #ffffff;
  font-size: 13px;
  text-transform: inherit;
  font-weight: 800;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  box-shadow: none;
}

#button-cart2:hover,
#button-cart:hover {
  background: #04a111;
}

.medio_de_pago {
  margin-bottom: 25px;
}

.block-2 .btn-compare span,
.block-2 .btn-wishlist span {
  display: none;
}

.block-2 .btn-compare:hover i,
.block-2 .btn-wishlist:hover i {
  color: var(--blanco);
}

.block-2 .btn-compare i,
.block-2 .btn-wishlist i {
  font-size: 18px;
  line-height: 40px;
  color: var(--azul-marino);
}

.block-2 .btn-compare,
.block-2 .btn-wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: none;
  padding: 0;
  color: var(--azul-marino);
  background-color: var(--blanco);
  font-size: 0;
}
.block-2 .btn-compare {
  border: 1px solid var(--azul-marino);
  transition: all 0.4s linear;
}
.block-2 .btn-compare:hover {
  background-color: #060b6b;
}
.block-2 .btn-wishlist {
  background-color: #fff;
  border: 1px solid var(--azul-marino);
  margin-right: 8px;
  transition: all 0.4s linear;
}

.block-2 .btn-wishlist:hover {
  background: var(--azul-marino);
}

#product2,
#product {
  clear: both;
  display: inline-block;
  width: 100%;
}

#product2 .has-option,
#product .has-option {
  max-height: 300px;
  overflow: auto;
  padding: 20px 20px 10px;
  margin: 10px 0 50px;
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}

#product2 .has-option h3,
#product .has-option h3 {
  font-weight: 700;
  font-size: 16px;
}

#product + div {
  margin: 10px 0 0;
  text-align: left;
}

.block-2 .qty-product {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.quantity-box {
  float: left;
  width: 90px;
  margin: 0 15px 10px 0;
  border: 1px solid #ececec;
  border-radius: 3px;
}

.block-3 {
  margin: 60px 0 0;
}

#tab-review #review {
  max-height: 300px;
  overflow: auto;
}

.block-3 .tab-content .tab-pane {
  /* max-height: 500px; */
  height: auto;
  overflow: auto;
  padding: 45px 0;
  margin-bottom: 10px;
  border: 0;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 28px;
}

.block-3 .nav-tabs {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}

.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a {
  color: #fff;
  background: var(--azul-marino);
  border: 0;
}

.block-3 .nav-tabs li a {
  color: #a8acb3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 0 40px;
  height: 46px;
  line-height: 48px;
  background: #f3f2f2;
}

.block-3 .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 0 -1px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}

.bootstrap-datetimepicker-widget td span {
  height: 40px !important;
  line-height: 40px !important;
  margin: 0px !important;
}

.alert.alert-success {
  text-align: center;
  font-size: 14px;
  margin: 0;
  position: fixed;
  bottom: 5%;
  z-index: 99999;
  right: 5%;
}
.alert_span,
.alert_a {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}

.account-login .well {
  background: none;
  box-shadow: none;
}

.information-contact form .required {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
  height: auto;
}

.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des {
  display: none;
}

/* modules */

.module-title h2 {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  height: 44px;
  line-height: 48px;
  position: relative;
  display: inline-block;
  /* background: #45afff; */
  /* background-color: #6E0D6E; */
  background-color: #f25504;
  border-radius: 3px 3px 0 0;
}

.module-title .module-description {
  margin: 20px 0 0;
  font-size: 14px;
  color: #888888;
}

.module-title {
  text-align: left;
  margin: 0 0 30px;
  /* border-bottom:2px solid #45afff; */
  border-bottom: 3px solid #040b6b;
}

.tt_product_module {
  margin-top: 50px;
}

.related-products {
  clear: both;
  margin: 30px 0 0;
}

.related-products .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}

.related-products .product-grid {
  margin: 0;
}

.related-products .owl-carousel .owl-nav > .owl-next,
.related-products .owl-carousel .owl-nav > .owl-prev {
  margin: -63px 0 0 0;
}

/* home-modules */

.home-modules {
  position: relative;
  padding: 50px 0 0;
  background: #f7f7f7;
  margin-top: 40px;
  border-top: 1px solid #f0f0f0;
}

.home-modules .tt_product_module {
  margin: 0;
}

.home-modules .module-title {
  background: #45afff;
  border: 0;
  margin: 0;
  border-radius: 3px 3px 0 0;
}

.home-modules .module-title h2 {
  padding: 0 20px;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.home-modules .tt-product {
  border-top: 0;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 0 3px 3px;
}

.home-modules .tt_product_module .list-style .item-inner:before {
  display: none;
}

.home-modules .tt_product_module .list-style .item-inner .image {
  width: 150px;
}

.home-modules .tt_product_module .list-style .item-inner .caption {
  margin: 20px 0 0 160px;
  padding: 0;
}

.home-modules .tt_product_module .list-style .item-inner .cart {
  position: absolute;
  bottom: -20px;
  opacity: 0;
}

.home-modules .tt_product_module .list-style .item-inner:hover .cart {
  opacity: 1;
}

.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next,
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev {
  margin: -31px 0 0;
  color: #fff;
  opacity: 0.7;
}

.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next:hover,
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev:hover {
  opacity: 1;
}

.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next {
  right: 15px;
}

.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev {
  right: 48px;
}

.home-modules .owl-theme .owl-nav {
  margin: 0;
}

/* onsale */

.tt_product_module.products .list-style .item-inner .image {
  width: 230px;
}

.tt_product_module.products .list-style .item-inner .caption {
  margin: 20px 0 0 240px;
}

.tt_product_module.products .list-style .item-inner {
  padding: 0;
}

/* bestseller */

.tt_product_module .list-style {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tt_product_module .list-style:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.tt_product_module .list-style .item-inner {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
}

.tt_product_module .list-style .item-inner:before {
  right: 10px;
  height: 100%;
}

.tt_product_module .lastActiveItem .list-style .item-inner:before {
  display: none;
}

.tt_product_module .list-style .item-inner .image {
  width: 185px;
  float: left;
}

.tt_product_module .list-style .item-inner .caption {
  margin: 20px 0 0 200px;
  text-align: left;
}

.tt_product_module
  .list-style
  .item-inner
  .ratings
  .rating-box
  div[class^="rating"] {
  background-position: left center;
}

.tt_product_module .list-style .item-inner .cart {
  position: initial;
  opacity: 1;
  padding: 20px 0 0;
}

.tt_product_module .lastActiveItem .item-inner:before {
  display: none;
}

.tt_product_module .owl-carousel .owl-nav > .owl-next,
.tt_product_module .owl-carousel .owl-nav > .owl-prev {
  margin: -60px 0 0;
}

.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next,
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev {
  margin: -31px 0 0;
  color: #fff;
  opacity: 0.7;
}

.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next:hover,
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev:hover {
  opacity: 1;
}

.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next {
  right: 15px;
}

.tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev {
  right: 48px;
}

/* products1 */

.products1 .module-title {
  background: #45afff;
  border: 0;
  margin: 0;
  border-radius: 3px 3px 0 0;
}

.products1 .module-title h2 {
  padding: 0 20px;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.products1 .tt-product {
  border: 1px solid #060b6b;
  border-top: 0;
  padding: 15px;
}

.products1 .product-grid {
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.products1 .product-grid:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.products1 .item-inner .caption {
  padding: 0;
}

/* products2 */

.products2 .module-title {
  background: #45afff;
  border: 0;
  margin: 0;
  border-radius: 3px 3px 0 0;
}

.products2 .module-title h2 {
  padding: 0 20px;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.products2 .tt-product {
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 15px;
}

.tt_product_module.products2 .list-style {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.tt_product_module.products2 .list-style:last-child {
  margin: 0;
  padding: 0;
}

.tt_product_module.products2 .list-style .item-inner {
  padding: 0;
}

.tt_product_module.products2 .list-style .item-inner:before {
  display: none;
}

.tt_product_module.products2 .list-style .item-inner .image {
  width: 90px;
}

.tt_product_module.products2 .list-style .item-inner .caption {
  margin-left: 100px;
}

.tt_product_module.products2 .item-inner .actions,
.tt_product_module.products2 .item-inner .cart {
  display: none;
}

.tt_product_module.products2 .price-old {
  font-size: 12px;
}

.tt_product_module.products2 .price {
  font-size: 16px;
}

.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next,
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev {
  margin: -31px 0 0;
  color: #fff;
  opacity: 0.7;
}

.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next:hover,
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev:hover {
  opacity: 1;
}

.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next {
  right: 15px;
}

.tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev {
  right: 48px;
}

/* feature-category */

.featured-categories-container {
  margin: 50px 0 0;
}

.featured-categories-container .owl-item {
  padding: 0 15px;
}

.fcategory-content {
  position: relative;
  width: 200px;
  height: auto;
  margin: 0px 0px 25px 0px;
  border-bottom: 1px solid #7f90ac;
  padding: 0px 0px 30px 0px;
}

.fcategory-content:before {
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
}

.featured-categories-container .owl-item.last .fcategory-content:before {
  display: none;
}

.fcategory-content .content-thumb {
  margin: 20px 0 0;
}

@media (max-width: 428px) {
  /* Categorias principales ocultas en la version mobile  */
  .featured-categories-container.module-nav2 {
    display: none;
  }
}

/* .fcategory-content .content-thumb ul {
    padding: 0;
    margin: 0;
} */

.fcategory-content .content-thumb h2 {
  margin: 0;
}

.fcategory-content .content-thumb h2 a {
  font-size: 20px;
  color: var(--azul-marino);
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}

.fcategory-content .content-thumb h2 a:after {
  display: none;
}

.fcategory-content .content-thumb ul li {
  list-style: none;
  width: 100%;
  padding: 5px 0px 5px 10px;
  height: auto;
  background-color: var(--azul-marino);
  margin: 5px 0px;
  color: #fff;
  border-radius: 3px;
}
.fcategory-content .content-thumb ul li:hover {
  background-color: #000544;
}

.fcategory-content .content-thumb ul li:last-child {
  /* padding: 0; */
}

.fcategory-content .content-thumb a {
  font-size: 14px;
  color: #fffffe;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.fcategory-content .content-thumb a:after {
  display: block;
  content: "\f27d";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: -2px;
  right: 0;
  opacity: 0;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.fcategory-content .content-thumb a:hover:after {
  opacity: 1;
  right: -20px;
}

.fcategory-content .content-thumb .view-more {
  padding: 5px 10px;
  display: block;
  font-weight: 500;
  background-color: var(--naranja);
  color: var(--azul-marino);
  transition: all 0.4s linear;
}

.fcategory-content .content-thumb .view-more:hover {
  background-color: #dd7200;
  color: #fff;
}

.fcategory-content .content-thumb .view-more:after {
  display: none;
}

.fcategory-content .content-thumb ul li a:hover {
  color: #ffe203;
}

.featured-categories-container .owl-nav > div.owl-next {
  right: 12px;
}

.featured-categories-container .owl-nav > .owl-prev {
  right: 48px;
}

/* fix-nav */

.fix-nav {
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9991;
  opacity: 0.8;
  background: #040b6b;
  -webkit-animation: fadeInDown 300ms linear;
  -moz-animation: fadeInDown 300ms linear;
  -ms-animation: fadeInDown 300ms linear;
  animation: fadeInDown 300ms linear;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.fix-nav:hover {
  opacity: 1;
}

/* responsive */

@media (max-width: 1199px) {
  .fix-nav {
    position: initial !important;
    opacity: 0;
    background: none;
    -webkit-animation: fadeInDown 0s linear;
    -moz-animation: fadeInDown 0s linear;
    -ms-animation: fadeInDown 0s linear;
    animation: fadeInDown 0s linear;
  }
  .language label,
  .currency label,
  .currency .btn-link,
  #top-links label {
    font-size: 11px;
  }
  .language .btn-link {
    font-size: 11px;
    padding: 0 10px 0 25px;
  }
  .currency {
    padding-left: 10px;
  }
  .top-order p {
    font-size: 11px;
    padding: 0 16px 0 23px;
    margin-right: 10px;
  }
  #top-links .dropdown-menu {
    left: 0;
  }
  .header-wishlist {
    margin-right: 13px;
  }
  .search-container {
    width: 450px;
  }
  .main-menu {
    padding-left: 30px;
  }
  body[class^="product-product"] .breadcrumbs,
  body[class^="product-category"] .breadcrumbs {
    padding: 50px 0;
  }
  .breadcrumbs h1,
  .breadcrumbs h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  img.popup_img {
    width: 400px;
  }
  /* .zoomContainer,
    .b-modal,
    .newletter-popup {
        display: none !important; 
    }*/
  .banner-static .banner-text h2 {
    font-size: 13px;
  }
  .tt_product_module.products .list-style .item-inner .image {
    width: 180px;
  }
  .tt_product_module.products .list-style .item-inner .caption {
    margin: 20px 0 0 190px;
  }
  .tt_tabsproduct_module .module-title h2 {
    font-size: 12px;
  }
  .tt_tabsproduct_module .tab-heading.nav-pills > li a {
    padding: 0 8px;
  }
  .tt_tabsproduct_module .list-style .item-inner .image {
    width: 100%;
  }
  .tt_tabsproduct_module .list-style .item-inner .caption {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .tt_tabsproduct_module
    .list-style
    .item-inner
    .ratings
    .rating-box
    div[class^="rating"] {
    background-position: center center;
  }
  #product-product,
  .layer-category {
    margin-top: 0;
  }
  #product-product .btn-actions {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
  .newletter-subscribe-container .newletter-subscribe {
    padding: 30px;
  }
  #dialog-normal .newletter-title h3 {
    font-size: 12px;
  }
  #dialog-normal .newletter-title {
    width: 100%;
    margin-bottom: 20px;
  }
  #dialog-normal .newleter-content {
    width: 100%;
  }
  .footer-static .footer-content .social-footer li {
    margin-right: 6px;
  }
  .download-apps li {
    width: 100%;
    margin: 0 0 20px;
    border: 0;
  }
}

@media (max-width: 991px) {
  .language label,
  .currency label,
  .currency .btn-link,
  #top-links label,
  .language .btn-link {
    font-size: 13px;
  }
  #form-currency,
  #form-language,
  #top-links,
  .currency,
  .language {
    float: none;
    display: inline-block;
  }
  #form-currency .dropdown-menu {
    left: 0;
    right: inherit;
  }
  .currency .btn-link,
  .language .btn-link {
    float: none;
  }
  .currency {
    padding: 0 30px 0 0;
  }
  #top-links:before {
    display: none;
  }
  .top-order {
    float: none;
    display: block;
  }
  .header-top {
    text-align: center;
    padding-bottom: 20px;
  }
  .currency {
    border: 0;
  }
  #top-links .dropdown-menu li a {
    line-height: 20px;
  }
  #search-by-category .search-ajax {
    width: 270px;
    margin: 0 0 0 -125px;
  }
  #search-by-category .price-box {
    text-align: left;
  }
  .custom-products .product-grid:nth-child(2n + 1) {
    clear: both;
  }
  .phone-welcome {
    border-bottom: 1px solid #ebebeb;
  }
  .header-top .col-md-6 {
    text-align: center;
  }
  #top-links {
    margin: 0;
  }
  #top-links:after,
  .language:after {
    display: none;
  }
  #cart .dropdown-menu {
    right: 0px;
  }
  #cart .dropdown-menu:before {
    right: 85px;
  }
  .logo-container {
    text-align: center;
  }
  .header-right {
    width: 225px;
    margin: 25px auto 0;
    display: table;
  }
  .search-containers {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #search-by-category {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .call-us {
    float: none;
    margin: 30px auto;
    display: table;
  }
  .banner-left .col2 {
    margin: 0;
  }
  .banner-left {
    margin: 50px 0;
  }
  .countdown-row .countdown-section {
    min-width: 55px;
  }
  #blog_home .row_items .articles-inner .articles-image {
    width: 100%;
  }
  #blog_home .aritcles-content {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
  }
  .tt_product_module .list-style .item-inner:before {
    display: none;
  }
  .btn-actions {
    display: inline-block;
    width: 100%;
  }
  #frm_subscribe-normal {
    width: 100%;
  }
  .main-menu {
    width: 100% !important;
    padding: 0;
  }
  .copyright-text {
    text-align: left;
  }
  .footer-paypal {
    text-align: left;
    margin: 20px 0 0;
  }
  .footer-static .container-inner {
    padding: 40px 0;
  }
  .footer-static .col {
    margin: 0 0 30px;
  }
  .footer-static .col4 {
    padding: 0;
  }
  .footer-static .col3 {
    border: 0;
  }
  .footer-static .col.col1 .footer-title {
    display: block;
  }
  .footer-static .col .footer-title:after {
    content: "\f107";
    display: block;
    font-weight: 700;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 45%;
    top: -3px;
    color: var(--naranja);
  }
  .footer-static .footer-title {
    cursor: pointer;
    margin: 0;
  }
  .naranja {
    color: var(--naranja);
  }
  .footer-static .footer-content {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  input[name^="quantity["] {
    min-width: 40px;
    padding: 0;
    text-align: center;
  }
  #search-by-category .search-ajax {
    width: 300px;
  }
  .search-ajax .detail {
    text-align: left;
  }
  .block-3 .nav-tabs {
    width: 100%;
  }
  .owl-nav {
    display: none;
  }
  #dialog-normal .newleter-content {
    padding: 0;
  }
  .banner-static img {
    width: 100%;
  }
  .banner-static .col2 {
    margin: 20px 0;
  }
  .banner-left img,
  .banner-center img,
  .banner-center1 img {
    width: 100%;
  }
  .banner-left .col2 {
    margin: 30px 0;
  }
  .banner-center1 .col1 {
    margin-bottom: 20px;
  }
  .tt_product_module.products .list-style .item-inner .image {
    width: 220px;
  }
  .tt_product_module.products .list-style .item-inner .caption {
    margin: 20px 0 0 230px;
  }
  .list-style .item-inner .cart button {
    width: auto;
  }
  .item-inner .cart button {
    width: auto;
    padding: 0 30px;
  }
  .product-list .caption {
    padding: 0 15px;
    margin-top: 30px;
  }
  .countdown-row .countdown-section {
    min-width: 50px;
    margin-right: 5px;
  }
  .tt_tabsproduct_module .module-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .container-fix > .container {
    clear: both;
  }
  .countdown-row .countdown-section {
    min-width: 40px;
  }
}

@media (max-width: 639px) and (min-width: 561px) {
  .product-list .product-inner {
    width: 55%;
  }
  .product-list .image {
    width: 45%;
  }
}

@media (max-width: 680px) {
  .tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li {
    margin-bottom: 5px;
  }
  .tt_tabsproduct_module .tab-heading {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 600px) {
  img.popup_img {
    width: 300px;
  }
  .block-3 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px;
  }
}

@media (max-width: 560px) {
  .phone {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
  }
  .tt_product_module.products .list-style .item-inner .image {
    width: 150px;
  }
  .tt_product_module.products .list-style .item-inner .caption {
    margin: 20px 0 0 170px;
  }
  .custom-products .product-list .product-thumb {
    margin: 0;
  }
  .product-list .product-inner {
    margin-top: 20px;
  }
  .product-list .product-inner,
  .product-list .image {
    width: 100%;
  }
  .product-list .item-inner {
    margin-left: 0;
  }
  .search-container,
  #search-by-category {
    width: 100%;
  }
  #search-by-category .search-container .categories-container .hover-cate p {
    font-size: 12px;
  }
  #search-by-category .search-container #text-search {
    font-size: 12px;
  }
  .countdown-row .countdown-section {
    margin-bottom: 5px;
  }
}

@media (max-width: 820px) {
  .top-order {
    display: none;
  }
}
@media (max-width: 480px) {
  .language label,
  .currency label {
    display: none;
  }
  #top-links label {
    padding: 0;
  }
  .top-order p:after {
    display: none;
  }
  .top-order {
    display: none;
  }
  #search-by-category .search-container .categories-container {
    width: 40%;
  }
  #search-by-category .search-box {
    width: 100%;
  }
  #search-by-category .search-ajax {
    width: 240px;
  }
  .header-top .container,
  .container-fix .container {
    padding: 0 30px;
  }
  #form-currency .dropdown-menu {
    margin-left: -50px;
  }
  .language,
  #top-links li.dropdown {
    border-left: 0;
  }
  .tt_product_module .list-style .item-inner {
    padding: 0;
  }
  .tt_product_module .list-style .item-inner:before {
    display: none;
  }
  .tt_product_module.products .list-style .item-inner .image {
    width: 100%;
  }
  .tt_product_module.products .list-style .item-inner .caption {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
  }
  .toolbar {
    padding: 20px;
  }
  .toolbar .toolbar3 {
    width: 100% !important;
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
  }
  .toolbar .toolbar2,
  .toolbar .toolbar1 {
    float: left !important;
    border: 0;
  }
  .toolbar .toolbar2 {
    margin: 0 0 20px;
  }
  .toolbar .toolbar1 {
    clear: both;
  }
  .product-list .item-inner {
    margin-left: 0;
  }
  #dialog-normal .newletter-title h6 {
    font-size: 15px;
  }
  .footer-paypal ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 380px) {
  img.popup_img {
    width: 250px;
  }
  #top-links .dropdown-menu {
    left: -15px;
  }
  #btn-search-category {
    border-radius: 0;
  }
  .search-container {
    border-radius: 0;
  }
  #search-by-category .search-container #text-search {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
  }
  #search-by-category .search-container #sp-btn-search {
    right: 0;
  }
  #search-by-category .search-container .categories-container {
    width: 100%;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0;
  }
  #search-by-category .search-box {
    width: 100%;
    height: 48px;
  }
  #search-by-category .search-container .categories-container:after {
    display: none;
  }
  #search-by-category
    .search-container
    .categories-container
    .hover-cate
    .cate-items {
    width: 100%;
  }
  .currency {
    margin: 0;
  }
  #top-links .dropdown-menu {
    text-align: center;
  }
  #search {
    width: 100%;
  }
  #cart .dropdown-menu {
    min-width: 280px;
    right: 10%;
  }
  #cart .dropdown-menu:before {
    right: 45px;
  }
  #cart p.cart-button a {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-link ul li a {
    font-size: 11px;
  }
  .footer-link .social-footer li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #subscribe_email {
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    margin-bottom: 10px;
  }
  #subscribe .btn {
    width: 100%;
    position: inherit;
    border-radius: 0;
  }
  .is-countdown {
    padding: 10px 5px 10px;
  }
  .tt_tabsproduct_module .tab-heading.nav-pills > li {
    width: 100%;
  }
  .tt_tabsproduct_module .tab-heading.nav-pills > li a {
    display: inline-block;
  }
  .list-style .item-inner .image,
  .tt_product_module .list-style .item-inner .image,
  .tt_product_module.products2 .list-style .item-inner .image,
  .home-modules .tt_product_module .list-style .item-inner .image {
    width: 100%;
  }
  .list-style .item-inner .caption,
  .tt_product_module .list-style .item-inner .caption,
  .tt_product_module.products2 .list-style .item-inner .caption,
  .home-modules .tt_product_module .list-style .item-inner .caption {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
  }
  .list-style .item-inner {
    padding: 0;
  }
  .item-inner:before {
    display: none;
  }
  .list-style .item-inner {
    border: 0;
  }
  .banner-bottom h2 {
    font-size: 12px;
  }
  .toolbar .toolbar3 {
    padding: 0;
  }
  .breadcrumb {
    line-height: 1;
    padding: 60px 20px;
    min-height: inherit;
  }
  .block-3 .nav-tabs li {
    width: 100%;
  }
}

/* =========================
|        Banderita          |
========================== */

.banderitas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* padding-top: 10px; */
}

.bandera {
  margin: 0px 5px;
}

.bandera img {
  width: 20px;
  height: auto;
}

.bandera-p {
  color: #fff;
  margin-left: 2px;
  font-size: 10px;
}

/* =========================
|   Banner Special Product  |
========================== */
.banner_main_special {
  width: 100%;
  margin-bottom: 25px;
}

/* PopUp Css
============= */
.modal-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #060b6b7e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
  animation: modal 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.contenido {
  position: relative;
  margin: auto;
  width: 400px;
  max-width: 400px;
  height: 400px;
  background-image: url(/image/popup.png);
  box-shadow: 0px 0px 35px #000544;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
}

.contenido img {
  width: 100%;
  height: auto;
}

#cerrar {
  display: none;
}

#cerrar + .label-popup {
  position: fixed;
  top: 30%;
  right: 37%;
  color: #ffffff;
  font-size: 25px;
  z-index: 99999999999999999;
  background-color: #c91c1c;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  animation: modal 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  visibility: hidden;
  opacity: 0;
}

#cerrar:checked + .label-popup,
#cerrar:checked ~ .modal-popup {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 428px) {
  #cerrar + .label-popup {
    top: 30%;
    right: 8%;
  }
  .contenido {
    width: 90%;
  }
  .contenido {
    width: 300px;
    max-width: 400px;
    height: 300px;
  }
}

.li-top-item:last-child {
  background-color: #00000029 !important;
  color: #fff !important;
}

.countdown {
  margin-top: 35px;
}

.btn_cta {
  background-color: #00bd2b;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1.4em;
  font-weight: bold;
  box-shadow: 0 20px 15px #00bd2c70;
  transition: all 0.4s linear;
  margin: 25px auto 0 auto;
}
.btn_cta:hover {
  box-shadow: 0 0 15px #00bd2b70;
}

/* Login/Register Tab
======================== */
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background-color: #fff;
  padding: 50px;
  padding-bottom: 80px;
  width: 70%;
  height: auto;
  box-shadow: 0 14px 28px rgb(198 198 198), 0 10px 10px rgb(238 238 238);
  border-radius: 10px;
  min-width: 270px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #060b6b;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #060b6b;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #060b6b;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #060b6b;
  margin-top: 5px;
  left: 1px;
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: #060b6b;
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label
  svg {
  fill: #060b6b;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: #060b6b;
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label
  svg {
  fill: #060b6b;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(200%);
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .tabs {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

/* Register
================= */
.text_register {
  margin-top: 10px;
}
.text_register a {
  text-decoration: underline;
}
.promo_register {
  color: var(--azul-marino);
}
.promo_register a {
  color: var(--naranja);
  text-decoration: underline;
}

/* Tetriminos Campaing
========================= */
.tetrimino {
  position: absolute;
  transition: filter 0.4s linear;
}
.tetrimino1 {
  width: 160px;
  left: 0;
  top: 30%;
  z-index: 99;
  animation: bounce 1.5s linear infinite alternate-reverse;
}
.tetrimino2 {
  width: 220px;
  right: 0;
  bottom: 25%;
  z-index: 99;
  animation: bounce 1.5s linear infinite alternate-reverse;
}
.tetrimino:hover {
  filter: blur(5px);
}

@keyframes bounce {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(-5%);
  }
}

@media (max-width: 428px) {
  .tetrimino1 {
    width: 100px;
  }
  .tetrimino2 {
    width: 90px;
  }
}

/* Promoción
================== */
.promodelmes {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background-image: url(https://atlanticoshop.com.py/land/5off/images/lineas2.png);
  /* background-image: url(../image/pared.jpg); */
  background-color: #060b6b;
  background-size: cover;
}
.promodelmes .product-thumb {
  min-height: 350px;
  background-color: #fff;
  /* width: 100%; */
  padding: 10px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #060b6b;
}

/*  Esquenta 
============== */
.section_esquenta {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /* background-image: url(../../../../../image/bg.jpg); */
  background-position: center;
  background-size: cover;
  background-image: url(../../../../../image/esquenta_desk.png);
  background-color: #000000ab;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
  z-index: 999999;
}

#btnEsquenta {
  padding: 10px 20px;
  background-image: linear-gradient(180deg, #fc6f29, #f25504 90%, #ca4300);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-radius: 7px;
  transition: all 0.4s linear;
}
#btnEsquenta:hover {
  background-image: linear-gradient(180deg, #8f3e15, #7c310c 90%, #933709);
}
#btnEsquenta svg {
  width: 40px;
  height: 40px;
}

.banda {
  width: 300%;
  height: auto;
  padding: 10px;
  background-image: linear-gradient(180deg, #fc6f29, #f25504 90%, #ca4300);
  margin: 20px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banda1 {
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(25deg);
  z-index: 1;
}
.banda2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 20px #000000;
  z-index: 2;
}
.banda3 {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(-25deg);
  box-shadow: 0px 5px 20px #000000;
  z-index: 3;
}
.banda h2 {
  font-size: 3em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-shadow: 3px 3px 10px #520d0c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.esquenta_text {
  position: absolute;
  top: 30%;
  left: 50%;
  padding: 5rem 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000b3;
  max-width: 650px;
  width: 95%;
  height: auto;
  /* background-image: linear-gradient(180deg, #fc6f29, #F25504 90%, #ca4300); */
}
.esquenta_text h1 {
  color: #fc6f29;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}
.cerrar {
  display: none;
}
/* Ocultar la sección inicialmente */
/* .section_esquenta {
    display: none;
  } */

.bandas_desk {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bandas_desk img {
  width: 100%;
}
.bandas_mobile {
  display: none;
}
.bandas_mobile img {
  width: 100%;
  transform: scale(1.5);
}

@keyframes slide {
  from {
    width: 0%;
    overflow: hidden;
  }
  to {
    width: 300%;
    overflow: hidden;
  }
}

@keyframes medio {
  from {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
  }
  to {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Aplica la animación a los elementos cuando tienen la clase 'animate' */
.banda1.animate {
  animation: slide 5s ease-in-out; /* Ajusta la duración de la animación según tus necesidades */
}
.banda2.animate {
  animation: medio 3s ease-in-out; /* Ajusta la duración de la animación según tus necesidades */
}
.banda3.animate {
  animation: slide 5s ease-in-out; /* Ajusta la duración de la animación según tus necesidades */
}

@media only screen and (max-width: 600px) {
  .section_esquenta {
    background-image: url(../../../../../image/esquenta_mobile.png);
  }
  .esquenta_text {
    top: 50%;
    z-index: 4;
  }
  .banda1 {
    transform: translate(-41%, 325%) rotate(65deg);
  }
  .banda3 {
    transform: translate(-46%, -329%) rotate(-63deg);
  }
  #btnEsquenta {
    top: 15%;
    font-size: 1.5em;
  }
  .bandas_desk {
    display: none;
  }
  .bandas_mobile {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Octubre Rosa
=================== */
.octubre_rosa {
  position: fixed;
  top: 25%;
  left: 5%;
  width: 75px;
  height: auto;
  z-index: 999;
}

@media screen and (max-width: 6000px) {
  .octubre_rosa {
    display: none;
  }
}

/* fdsfsdgg */
.descripcion_producto {
  overflow: hidden;
  height: 90px;
  margin: 0 0 10px 0;
}
.descripcionContainer {
  height: 100px;
}
#toggleButton {
  border: none;
  padding: 5px 10px;
  background-color: #eaf7ff;
  color: #0081e9;
  border-radius: 10px;
  transition: all 0.4s linear;
}
#toggleButton:hover {
  box-shadow: 0 5px 10px #eaf7ff;
}

/* Logo de Campaña publicitaria
================================ */
.logo_campaign {
  width: 45px !important;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 9;
}

.logo_campaign_product {
  width: 100px !important;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 9;
}
