@media (min-width: 992px) and (max-width: 5000px) {
  #lg_rg_pc {
    display: none;
  }
}

.font-size28 {
  font-size: 28px;
}
.cursor {
  cursor: pointer;
}

/* .categorias */
#nav_categorias {
  overflow: auto;
  height: 500px;
}
@media (max-width: 575px) {
  .u-enable-responsive.u-offcanvas .u-sidenav > * {
    /* margin-left: 20px !important; */
  }
}

@media (max-width: 575px) {
  .u-align-left-xs {
    text-align: center;
  }
}
.jm-loadingpage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: center no-repeat rgba(22, 20, 20, 0.678);
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #292929;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #292929;
}

@media (min-width: 992px) and (max-width: 1120px) {
  .u-nav-container > .u-nav > .u-nav-item > .u-nav-link {
    font-size: 15px;
  }
}

.img-centro-vertical {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .img-centro-vertical {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    margin: auto;
    top: auto;
    bottom: auto;
    left: 0;
    transform: none;
    margin-top: calc(100vh / 3.33);
  }
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social {
  -webkit-transform: scale(0.8);
  padding: 10px;
  /* Browser Variations: */
  color: #fff;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

/*
 Multicoloured Hover Variations
*/

#social-fb:hover {
  color: #3b5998;
}
#social-tw:hover {
  color: #4099ff;
}
#social-gp:hover {
  color: #d34836;
}
#social-em:hover {
  color: #f39c12;
}
#social-ins:hover {
  color: #fcaf45;
}
#social-tw:hover {
  color: #6441a5;
}
.carousel-item {
  transition: transform 2s ease, opacity 0.5s ease-out;
}
@media (min-width: 992px) {
  .social {
    float: right;
  }
}

@media (max-width: 991px) {
  .social {
    float: left;
  }
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 0px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  /*padding: 15px 0;*/
  padding-left: 25px;
  background-color: #FFEF4F;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  color: #000;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon2 span {
  display: block;
  width: 125px;
  background-color: #ed1c24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
/*
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
*/

/* top right*/

.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
/*
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}
*/

/* bottom right*/
/*
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
*/

/*
----------------HEADER--------------------HEADER----------------HEADER----------------HEADER-----------------HEADER
*/
.logo-carrito {
  /* position: absolute !important;
  margin-left: 1000px !important;
  margin-top: -40px !important; */
  position: fixed !important;
  right: 1.25rem;

}

@media (min-width: 1200px) {
  #frmBuscarProductos {
    position: fixed;
    right: 5rem;
    /* margin-left: 740px; */
  }
  
  #div-header-menu{
    margin-top: 80px !important;
  }
  
  .logo-carrito {
    /* position: absolute !important;
    margin-left: 1000px !important;
    margin-top: -40px !important; */
    position: fixed !important;
    right: 1.25rem;
    margin-top: 13px !important;
  }
  .div-header {
    padding-left: 50px;
  }

  #logo-techsmart {
    /* margin-left: 140px; */
    margin-left: 240px;
  }
  #frmBuscarProductos {
    position: fixed;
    right: 5rem;
    /* margin-left: 740px; */
  }
  .u-custom-menu .u-nav-container {
    margin-top: 4px !important;
  }
  
  
  
}

@media (min-width: 1121px) and (max-width: 1199px) {
  .div-header {
    padding-left: 40px;
  }

  #logo-techsmart {
    margin-left: 50px;
  }

  #frmBuscarProductos {
    /* margin-left: 660px; */
    right: -1.5rem;
    
  }

  .u-custom-menu .u-nav-container {
    margin-top: 4px !important;
  }

  .logo-carrito {
    /* position: absolute !important;
    margin-left: 890px !important; */
    margin-top: -40px !important; 
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  .div-header {
    padding-left: 55px;
  }

  #logo-techsmart {
    margin-left: 65px;
  }

  #frmBuscarProductos {
    /* margin-left: 640px; */
    right: 1.5rem;
  }
  .logo-carrito {
    /* position: absolute !important; */
    /* margin-left: 870px !important; */
    right: .25rem;
    margin-top: -40px !important;
  }
}

@media (min-width: 992px) {
  #logo-techsmart {
    margin-top: -108px;
  }

  
}

.u-unstyled .u-nav-1 {
  margin-top: 4px !important;
}

/* input:focus-visible {
  border: 3px solid rgb(255, 0, 0);
  background-color: #f0f8ff;
  margin-right: 10px;
} */

input:focus-visible {
  outline-offset: 0px !important;
}

:focus-visible {
  outline: none !important;
  outline-color: none !important;
  outline-style: none !important;
  outline-width: none !important;
}

@media (max-width: 575px) {
  #marcas {
    margin-top: -45px;
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #producto-nuevos-img {
    cursor: pointer;
    width: 180px;
    height: 180px;
  }
  #btn-productos-nuevos {
    margin-top: 15px;
    margin-left: 785px;
  }
  #producto-nuevos-img {
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #producto-nuevos-img {
    cursor: pointer;
    width: 140px;
    height: 140px;
  }
  #btn-productos-nuevos {
    margin-left: 560px;
  }
  #producto-nuevos-img {
    margin: auto;
  }
}
/* @media (min-width: 300px) and (max-width: 575px) { */
/* @media (max-width: 575px) {

  .u-lightbox .u-image,
  .u-lightbox .u-gallery-item {
    cursor: pointer;
    width: 90px;
    height: 90px;
  }
  .u-gallery-inner .u-gallery-inner-1 {
    width: 500px !important;
    border: 1px solid;
  }

  #carousel-e2b8 {
    width: 500px !important;
    display: block;
    margin: auto;
    border: 1px solid red;
    margin-left: -80px !important;
  }

  #producto-nuevos-img {
    margin: auto;
    margin-top: 10px;
  }
} */
@media (max-width: 575px) {
  #content-productos-nuevos {
    margin-top: 20px !important;
  }
  #producto-nuevos-img {
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  #sec-4312 {
    margin-top: -20px !important;
  }
}

@media (max-width: 575px) {
  #sec-4312 {
    margin-top: 0 !important;
  }
}

@media (max-width: 390px) {
  #sec-4312 {
    margin-top: -30px !important;
  }
}
.active-nav {
  background-color: #000000 !important; /* #ef233c */
}

.active-nav-item {
  background-color: #000000 !important; /* #d90429 */
}
@media (min-width: 455px) and (max-width: 575px) {
  /* @media (max-width: 575px) { */
  #content-header {
    width: 450px !important;
    /* border: 1px solid red; */
  }
  #frmBuscarProductos {
    margin-left: 250px !important;
    width: 200px !important;
  }
  .login-movil {
    margin-left: 305px !important;
  }
  #logo-menu-movil {
    margin-left: -20px !important;
  }
  #logo-techsmart {
    margin-left: 150px !important;
  }
}

button:focus-visible {
  outline-offset: 0px !important;
}
:focus-visible {
  outline: none !important;
  outline-color: none !important;
  outline-style: none !important;
  outline-width: none !important;
}

.u-btn:focus,
.u-btn:active:focus,
.u-btn.active:focus {
  outline: none !important;
  outline-color: none !important;
  outline-style: none !important;
  outline-width: 0;
  outline: none !important;
  outline-color: none !important;
  outline-style: 0;
  outline-width: 0;
  outline-offset: 0;
}

#content-menu-movil {
  /* background-color: #292929 !important; */
  background-image: linear-gradient(#292929, #4d4d4d);
}
@media (max-width: 767px) {
  #item-client {
    margin-top: -28px;
    margin-right: 0;
    margin-left: 370px;
  }
}
/* @media (max-width: 575px) { */
@media (max-width: 575px) {
  #item-client {
    align-self: center;
    margin-left: 285px !important;
  }
}

/* @media (max-width: 575px) { */
@media (max-width: 454px) {
  #item-client {
    align-self: center;
    margin-left: 175px !important;
  }
}

.u-search-button:focus {
  outline: none;
  outline: none;
}


a.u-button-style.u-button-style.u-text-hover-custom-color-6:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-6[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-6:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-6[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-6:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-6[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-6.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-6[class*="u-border-"].active,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-6:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-6.active,
.u-popupmenu-items.u-text-hover-custom-color-6 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-6 .u-nav-link.active
{
    color: #ffffff !important;
}
.producto-descripcion {
  padding: 20px !important;
  text-align: justify !important

}
.center {
  margin-left: auto;
  margin-right: auto;
}
.swal2-styled.swal2-confirm {
  background-color: #000000 !important; /* #d90429 */
}

.swal2-styled.swal2-confirm:active:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%) !important;
}

.swal2-icon.swal2-warning {
  border-color: #000000 !important; /* #ef233c */
  color: #000000 !important; /* #ef233c */
}

@media (min-width: 1600px) {
  .col-ex {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* CATALOGO ----------------------------- CATALOGO----------------------CATALOGO-----------------------------CATALOGO */

.cards-productosNuevos {
  margin: 2rem;
  width: 100%;
}
.card-prodcutos {
  margin-bottom: 15px;
}
.img-catalogo {
  width: 250px;
  height: 262px;
  display: block;
  margin: auto;
}

.descrip-catalogo {
  margin-top: -20px;
  height: 180px;
  text-transform: uppercase;
}

.brand-link .brand-image {
  margin-left: 0.5rem !important;
}
.card-image:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}
.carrito-card {
  border: none;
  background-color: #fff;
  color: #000000;
}
.back-red {
  background-color: #000000; /* #ef233c */
}

.back-red-two {
  background-color: #000000 !important; /* #d90429 */
}

.text-card {
  height: 90px;
  margin-top: -10px;
  font-size: 14px;
}
.title-stock {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 500px) {
  .text-card {
    font-size: 15px;
  }
  .disponibilidad {
    font-size: 13px;
  }
}
.disponibilidad {
  font-size: 14px !important;
}

@media (max-width: 330px) {
  .text-card {
    font-size: 13px;
    height: 100px;
  }

  .descrip-catalogo {
    height: 220px;
  }
}

@media (max-width: 340px) {
  .table-bottom {
    margin-top: 25px !important;
  }
  .table-bottom_des {
    margin-top: 25px !important;
  }
  .descrip-catalogo {
    height: 220px;
  }
  .codigo-producto {
    font-size: 12px;
  }
}
@media (max-width: 311px) {
  .table-bottom_des {
    margin-top: 10px !important;
  }
}

/* MODAL CARRITO -------------------------------------------------------------------------------------------------------------------------- */

#PPminicart1 {
  z-index: 30;
}
#PPminicart1 form {
  max-height: 800px !important;
}

#PPminicart1 ul {
  max-height: 500px !important;
  overflow-x: hidden !important;
}

#cerrar-carrito {
  float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 15px !important;
    cursor: pointer;
     font-weight: 100 !important; 
     /* background-color: linear-gradient(to bottom, #000000 0%,#CC0000 100%) !important; */
     color: #FFF !important;
  position: absolute !important;
    bottom: 10px !important;
    right: 170px  !important;
    min-width: 130px !important;
    height: 33px !important;
    margin-right: 6px !important;
    padding: 0 9px;
    border: 1px solid #CC0000 !important;
    border-radius: 5px !important;
    color: #FFF !important;
    text-shadow: 1px 1px 1px #fff6e9 !important;
    background: linear-gradient(to bottom, #FF3333 0%,#CC0000 100%) !important;


    
}
/* HEADER CARRITO ------------------------ HEADER CARRITO ------------------------- HEADER CARRITO--------------------------HEADER CARRITO */

.logo-carrito {
  position: absolute;
    margin-left: 1000px;
    margin-top: -40px;
    border: none;
  background-color: transparent;
  color: #ffffff; /* #d90429 */
}

.logo-carrito i {
  font-size: 30px;
}


.text-red {
  color: #FFFFFF !important; /* #ef233c */
}

.text-red-hover {
  color: #000000; /* #d90429 */
}

/* @media (min-width: 1121px) and (max-width: 1199px) { */

@media (max-width: 991px) {
  .logo-carrito{
  /* position: absolute !important; */
  /* margin-left: 715px !important; */
  margin-top: -40px !important;
  }
 
}
@media (max-width: 850px) {
  #frmImgs {
    display: none;
  }

  #back-to-top {
    display: block !important;
  }

}


.back-to-top {
  bottom: 1.25rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.logo-carrito-float {
 
    border: none;
    background-color: transparent;
    color: #000000; /* #d90429 */
}
#back-to-top {
  font-size: 30px;
    border: 1px solid;
    background-color: #292929;
    border-radius: 50%;
    border-color: #292929;
    display: none;
}

#back-to-top i {
  font-size: 40px;
    margin-top: 9px;
}

/* PROMO ------- PROMO ------------------ PROMO ------------- PROMO */
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(
45deg
);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  /* padding: 15px 0; */
  padding-left: 25px;
  background-color: #FFEF4F;
  box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
  color: #000;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  text-align: center;
}

.u-search-right.u-search input {
  padding-left: 0.8em;
  z-index: 200 !important;
}

.u-search-button {
  z-index: 200 !important;
}

/* carrito */

@media (max-width: 400px) {
  .minicart1-name {
    font-size: 12px !important;
  }
  #PPminicart1 form {
    width: 330px !important;
    margin-left: -165px !important;
  }
  #PPminicart1 ul {
    width: 300px !important;
  }
  #PPminicart1 .minicart1-details-name {
    width: 58% !important;
  }
}

@media (max-width: 340px) {
  #PPminicart1 form {
    width: 280px !important;
    margin-left: -140px !important;
  }
  #PPminicart1 ul {
    width: 260px !important;
  }

  #PPminicart1 .minicart1-details-price {
    width: 20% !important;
  }
  .minicart1-price {
    font-size: 13px !important;
  }
  #PPminicart1 .minicart1-remove {
    width: 15px !important;
    height: 15px !important;
    margin: 0 0 0 !important;
  }
  #PPminicart1 .minicart1-details-quantity {
    width: 15% !important;
  }
}

#PPminicart1 {
  z-index: 2000 !important;
}

button:focus {
  outline: 0 !important;
  outline: 0 !important;
}

@media (min-width: 1200px) {

  .u-header .u-menu-1 {
    /* border: 1px solid #fff; */
    font-family: "size-14";
    margin: 17px auto 0 310px;
    width: 200px;
  }
}