@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap');




body {
  font-size: 1rem;
  background-color: #fdfdfd !important;
}
a {
  text-decoration: none !important;
}
.top_l1 {
  width: 100%;
  background: #990000;
  height: auto;
  z-index: 1000;
  color: #fff;
  font-size: 0.8rem !important;
  min-height: 1rem;
  text-transform: uppercase;
}
.top_l1 .nav {
  display: flex;
}
.top_l1 .mobile_language {
  display: none;
  color: #ffffff;
  padding: 0.5rem;
}

.top_l1 .mobile_language div{
    float: left;
}


.top_l1 .mobile_language a {
  color: #ffffff;
  text-decoration: none;
}


.top_l1 .mobile_language .flag {
  width: 2rem;
  border-radius: 0.2rem;
}



.top_l1 .bull {
  line-height: 2.2rem;
}
.top_l1 .flag {
  width: 1rem;
}
.top_l1 .nav-link {
  color: #fff;
  font-weight: 400;
}
.top_l1 .nav-link:visited {
  color: #fff;
}
.top_l1 .nav-link:hover {
  color: #cccccc !important;
}
.top_l1 .nav-item .dropdown-item {
  font-size: 0.8rem;
}
.top_l2 {
  width: 100%;
  background: #cc0000;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  
}
.top_l2 .logo img {
  width: 160px;
}

  .top_l2 .logo  {

      text-align: left;
  }    

.top_l2 .shopping_cart {
  color: #fff;
  text-decoration: none;
}
.top_l2 .shopping_cart:hover {
  text-decoration: none;
}


.menu_movil{
    display: flex;
    align-items: center;
}
.menu_movil .flag{
  width: 2rem;
  border-radius: 0.2rem;}

.menu_movil .nav-link {
  color: #333333;
}
.menu_movil .nav-link:visited {
  color: #333333;
}
.menu_movil .nav-link:hover {
  color: #333333 !important;
}


.menu_movil .idioma{
    padding: 0.5rem 1rem;
       font-family: 'Barlow', sans-serif;
      font-weight: 600;
      font-size: 1.2rem;
      color: #333333;
}



.menu_movil .icon{
    font-size: 3rem;
    color: #fff;
    
}


.menu_movil .menu{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    opacity: 0;
    display: none;
    
}





.menu_movil .list{
    border-top: 5px #cc0000 solid;
    background: #fff;
    width: 300px;
    padding: 0px 0rem 2rem 0rem;
    position: absolute;
    left: -340px;
}





.menu_movil .cerrar{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    color: #666;
}

.menu_movil .title{
    text-align: left!important;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.05);
    border-bottom:  2px solid rgba(0,0,0,0.08); 
    margin-bottom: 1rem;
}

.menu_movil .nav li{
    padding: 0.5rem;
    width: 100%;
      font-family: 'Barlow', sans-serif;
      font-weight: 600;
      font-size: 1.2rem;
    
}



.search {
  margin-top: 0.8rem;
}
.search button {
  border-radius: 0px 5px 5px 0px;
  padding: 5px 5px 0px 5px;
}
.title {
  font-size: 2rem;
  color: var(--bs-red);
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 1.4rem;
}
.title2 {
  font-size: 1.4rem;
  color: var(--bs-dark);
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 1rem;
  text-transform: capitalize;
}
.breadcrumb {
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #6c757d;
}
.breadcrumb .material-icons {
  font-size: 1.2rem;
}
.breadcrumb img {
  width: 0.8rem;
  margin-top: -0.1rem;
}
.breadcrumb .breadcrumb-item a {
  color: #dc3545;
}
.ds1Marquee {
  position: fixed;
  top: -40px;
  width: 100%;
  padding: 1.2rem;
  z-index: 9999;
  opacity: 0;
}
.ds1Marquee span, .ds1Marquee div {
  vertical-align: middle !important;
  margin-right: 0.5rem;
}
#DS1Confirm .modal-title {
  text-transform: uppercase;
}
#DS1Confirm .modal-body {
  text-align: left;
}
#DS1Confirm .modal-body b {
  text-transform: uppercase;
}
#DS1popup .modal-title {
  text-transform: uppercase;
}
#DS1popup .modal-body {
  text-align: left;
}
#DS1popup .modal-body b {
  text-transform: uppercase;
}
.DS1popupError .modal-content {
  background-image: url("../_IMG/icon_msj/error.png");
  background-position: right center;
  background-color: #dc3545;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.DS1popupError .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.DS1popupError .modal-header .close {
  text-shadow: 0 1px 0 #000;
}
.DS1popupError .modal-footer {
  background-color: #ffffff !important;
}
.DS1popupError .btn {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #FFFFFF;
}
.DS1popupOk .modal-content {
  background-image: url("../_IMG/icon_msj/ok.png");
  background-position: right center;
  background-color: #28a745;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.DS1popupOk .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.DS1popupOk .modal-header .close {
  text-shadow: 0 1px 0 #000;
}
.DS1popupOk .modal-body {}
.DS1popupOk .modal-footer {
  background-color: #ffffff !important;
}
.DS1popupOk .btn-primary {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #FFFFFF;
}
.pie {
  padding: 1rem 0px 2rem 0px;
  background: var(--bs-dark);
  color: #fff;
}
.pie a {
  text-decoration: none;
  color: #fff;
}
.pie a:hover {
  text-decoration: none;
  color: #fff;
}
.pie .title {
  font-size: 1.4rem;
  text-align: left;
}
.pie .logo {
  width: 160px;
  margin-top: 0.2rem;
}
.pie .address {
  font-size: 0.9rem;
}
.pie .address img {
  width: 1.2rem;
  margin-right: 0.4rem;
}
.pie #newsletterBtn {}
.pie #newsletterBtn #text {
  display: block;
}
.pie #newsletterBtn #spinner {
  display: none;
  width: 22px;
  height: 22px;
}
.productos .producto:hover {
  text-decoration: none;
}
.productos .producto {
  background: #fff;
  padding: 0.2rem 1rem 1rem 1rem;
  width: 100%;
  height: 100%;
  display: table;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  color: #000;
  text-decoration: none;
}
.productos .producto .mar {
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  width: 50%;
  float: left;
  color: #333333;
  font-size: 0.8rem;
  height: 20px
}
.productos .producto .sku {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  float: right;
  font-size: 0.7rem !important;
}
.productos .producto .pn {
  float: right;
  font-size: 0.7rem !important;
}
.productos .producto .mar img {
  max-height: 40px;
  max-width: 80px;
}
.productos .producto .img {
  text-align: center;
}
.productos .producto .img img {
  width: 90%;
  height: auto;
  padding: 1rem 1rem 0rem 1rem;
}
.productos .producto .nom {
  text-align: center;
  font-size: 0.8rem;
  height: 2.4rem;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.8rem 0rem 0.8rem 0px;
}

.menu-left {
  background: rgba(0, 0, 0, 0.04);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.menu-left .category_title {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: 'Barlow', sans-serif;
  line-height: 1.3rem;
  border-left: 14px #cccccc solid;
  padding-left: 7px;
}
.menu-left .category_title .text1 {
  font-size: 1rem;
}
.menu-left .category_title .text2 {
  font-size: 1.3rem;
  font-weight: 600;
}
.menu-left .menu-item {
  padding: 0px 0px 8px 14px;
  text-decoration: none;
  width: 100%;
  float: left;
  font-size: 0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.menu-left .menu-item .icon {
  float: left;
  color: var(--bs-gray-dark);
}
.menu-left .menu-item a {
  color: var(--bs-gray-dark);
  text-decoration: none;
  line-height: 1.3rem;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 85%;
}
.menu-left .menu-item a:hover {
  text-decoration: underline;
}
.menu-left .menu-item .active {
  font-weight: bold;
}
.pager {
  float: right;
}
.pager div {
  float: left;
  margin-right: 1rem;
  line-height: 35px;
}
.pager .boton {
  padding: 0.375rem;
  text-decoration: none;
  border: 1px solid #ced4da;
  color: #212529;
  border-radius: .25rem;
}
#carouselProducts .carousel-item .col-md-3 {
  padding: 1rem;
}

.carousel-control {
  border: 1.8px solid #000000 !important;
  border-radius: 50%;
  background-color: #ffffff;
  background-origin: content-box;
  padding: 0.2rem;
  color: #000;
  font-size: 2rem !important;
  text-align: center
}




.light {
    overflow: hidden;
    width: 100%;
    height: 100px;
    position: absolute;
    margin-top: -15px;

    z-index: 1000;
}
.light ul {
    padding: 0;
    list-style-type: none;
}
.line {
    margin: 0px;
}
.line li {
    position: relative;
    margin: 0 15px 100px;
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    top: 10px;
    background: #fff;
}
.line li::before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9px;
    border-radius: 3px;
    top: -4px;
    left: 1px;
}
.line li::after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 19px;
    border-bottom: solid #222 2px;
    border-radius: 30%;
}
.line .red {
    background-color: #fb4545;
    animation: lightningRed 1s infinite;
}
.line .green {
    background-color: #24D024;
    animation: lightningGreen 1.5s infinite;
}
.line .yellow {
    background-color: #fff952;
    animation: lightningYellow 2s infinite;
}
.line .blue {
    background-color: #0A53DE;
    animation: lightningBlue 2.5s infinite;
}
.line .pink {
    background-color: #f53896;
    animation: lightningPink 2s infinite;
}
@keyframes lightningRed {
0% {
box-shadow: 5px 10px 35px 10px #fb4545;
}
50% {
box-shadow: none;
}
100% {
box-shadow: 5px 10px 35px 10px #fb4545;
}
}
@keyframes lightningGreen {
0% {
box-shadow: 5px 0 35px 10px #24D024;
}
50% {
box-shadow: none;
}
100% {
box-shadow: 5px 0 35px 10px #24D024;
}
}
@keyframes lightningYellow {
0% {
box-shadow: 5px 0 35px 10px #fff952;
}
50% {
box-shadow: none;
}
100% {
box-shadow: 5px 0 35px 10px #fff952;
}
}
@keyframes lightningBlue {
0% {
box-shadow: 5px 0 35px 10px #0A53DE;
}
50% {
box-shadow: none;
}
100% {
box-shadow: 5px 0 35px 10px #0A53DE;
}
}
@keyframes lightningPink {
0% {
box-shadow: 5px 0 35px 10px #f53896;
}
50% {
box-shadow: none;
}
100% {
box-shadow: 5px 0 35px 10px #f53896;
}
}



@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
    
    .top_l2{
padding-bottom: 0rem;  
    }
    
  .top_l2 .logo img {
    width: 50%;
    
  }
    
  .top_l2 .logo  {

      text-align: left;
      
  }    
    
  .top_l1 .nav {
    display: none;
  }
  .top_l1 .mobile_language {
    display: block;
        padding: 1rem;
  }
    
    
  .title {
    font-size: 1.4rem;
    padding: 1rem;
  }
}


@media (min-width: 1500px) {
    
    .top_l1 {
 width: 100%;


  font-size: 1rem !important;
  min-height: 1.2rem;
  text-transform: uppercase;
}
    
    
    .productos .producto .nom {
  text-align: center;
  font-size: 0.9rem;
  height: 2.6rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.8rem 0rem 0.8rem 0px;
}

}



@media (max-width: 767px) {
  .carousel-multi .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-multi .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-multi .carousel-inner .carousel-item.active, .carousel-multi .carousel-inner .carousel-item-next, .carousel-multi .carousel-inner .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .carousel-multi .carousel-inner .carousel-item-end.active, .carousel-multi .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-multi .carousel-inner .carousel-item-start.active, .carousel-multi .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-multi .carousel-inner .carousel-item-end, .carousel-multi .carousel-inner .carousel-item-start {
  transform: translateX(0);
}