.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.body{
  overflow-x: hidden !important;
}
body::-webkit-scrollbar {
    width: 10px;
    background: rgba(255, 255, 255, 0);
  }    
  body::-webkit-scrollbar-thumb {
      background: #e52922 ;
    border-radius: 20px;
  }
  .relative{
    position: relative;
  }
  .imgLogo{
    margin: auto;
    display: block;
    width: 100%;
  }
  .imgLinea{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  }
  .mainNav_products{
    position: fixed;
    z-index: 123;    
    top: 115px;
    left: 0;
  }
  .mainNav , .mainNav_wrapper, .mainNav_logo, .scrollNav.scrolled{
    background-color: white;
  }
  .mainNav  {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  }
  .mainNav_item > a{
    color: #000;
  }
  .mainNav_item > a:hover{
    color: #e52122;
  }
  .row{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .accordion {
    background-color: #e52122;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid white;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-radius: 5px;
  }
  .mainNav_item:before{
    display: none !important;
  }
  .accordion.active, .accordion:hover {
    background-color: #e52922;
  }
  .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .accordion.active:after {
    content: "\2212";
  }
  .mainNav_brand, .mainNav_search, .scrollNav_brand, .scrollNav_profile{
    width: 20%;
  }
  .mainNav_links {
      width: 60%; 
  }
  .scrollNav_links {
    width: 60%; 
    left: 11%;
}
.utilityNav_shop { 
  margin-right: 0;
  display: none;
}
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
  }
  /* Style the tab */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    background: white;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #e52922;
    color: white;
  }
  .tab button.tabActive{
    background: #e52922;
    color: white;
  }
  /* Create an active/current tablink class */
  
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 10px 20px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    background: url('../assets/images/bgLogin.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .modalbox{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.603);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999999;
  }
  .modalboxContent{
    background: white;
    width: 500px;
    min-height: 100px;
    left: 0;
    top: 0;
    right: 0;   
    margin: 10% auto;
    padding: 20px;
  }
  .modalboxContent h2{    
    text-align: center;
    color: #000000;
  }
  .btnTiendasModal{
    background-color: #FCFCFC;
    margin: 3px 0;
    border-radius: 2px;
    cursor: pointer;
    height: 35px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: relative;
    margin: 5px auto;
    padding: 10px;
    transition: 300ms all ease;
  }
  .btnTiendasModal:hover{
    background-color: #e6e6e6;
  }
  .modalboxContent .modalClose{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .btnTiendasModal i {
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
}
.btnTiendasModal i img{
 width: 100%;
}
  .modalContent{    
    display: none;
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 800px;
    min-height: 120px;
    background-color: white;
    margin: 5vh auto;
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    z-index: 35;
  }
  .modalContent i {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
  }
  .titSocial{
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    font-size: 17px;
    color: #424242;
  }
  
  .btngoogle {
    text-align: center;
    background: #dd4b39;
    border-radius: 5px;
    color: white !important;
    padding: 8px 0;
    cursor: pointer;
    width: 90%;
    display: block;
    border: 0;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
  }
  .g-signin2{
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .productHero{
    height: calc(44vh - 115px) !important;
  }
  .btnCont{
    position: relative;
  }
  .buttonDiv{
    position: absolute;
    left: 15px;
    width: 100%;
    height: 46px;
    opacity: 0;
    z-index: 999;
  }
  .modal .container .bgitody .loginCont .rrss .btnCont button.goo, .modal .container .body .registerCont .rrss .btnCont button.goo{
    position: relative;
  }
  .modal.log{
    height: 620px;
    max-height: 620px;
  }
  .modal.register{
    height: 760px;
    max-height: 760px;
    top: -61px;
  }
  .productFilter_dropHead .badge.selected,.productContent_pager .pager span.active {
    color: white;
    background-color: #e52122 !important;
}
.productContent_item .seemore{
      color: #e52122 !important;
}
  .modal .container .body .registerCont {
    overflow-y: initial !important;
    margin-left: 42px;
  }
  .modal .container .body .registerCont .rrss::before {
    left: 20px;
}
#registerForm #firstName{
  width: 100%;
}

#registerForm button[type="submit"] {
  width: 100%;
  background: #e52922;
  color: white;
  border: none;
  padding: 15px 40px;
  margin: 10px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
#registerForm button[type="submit"]:disabled {
  background: #d8d2d2;
  color: #4e4e4e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: unset;
}
  .abcRioButtonLightBlue {
    background-color: #fff;
    color: #757575;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 46px !important;
    width: 100% !important;
    opacity: 0;
}
  .btntwi {
    text-align: center;
    background: #55acee;
    border-radius: 5px;
    color: white !important;
    padding: 8px 0;
    cursor: pointer;
    width: 90%;
    display: block;
    border: 0;
    margin: auto;
    margin-bottom: 5px;
  }
  .btnFace {
    text-align: center;
    background: #1164a3;
    border-radius: 5px;
    color: white !important;
    padding: 8px 0;
    cursor: pointer;
    width: 90%;
    display: block;
    border: 0;
    margin: auto;
    margin-bottom: 5px;
  }
  a:hover, .btngoogle:hover, .btntwi:hover, .btnFace:hover{
    color: #fff;
    text-decoration: none;
  }
  .btngoogle:hover, .btntwi:hover, .btnFace:hover{
    background: #e52922;
  }
  .letra-o .txt{
    background: white;
    font-size: 18px;
    padding: 0px 0px;
    z-index: 2;
    position: relative;
    border-radius: 100%;
  }
  .letra-o{
    text-align: center;
    position: relative;
  }
  .letra-o .linea{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #e3e9ed;
    z-index: 1;
  }
  .noPad {
    padding: 0;
  }
  .noPadLeft {
    padding-left: 0;
  }
  .noPadRight {
    padding-right: 0;
  }
  .form-control {
    height: 50px;
    width: 90%;
    margin-bottom: 0;
    border-radius: 0;
    margin-left: 40px;
    border: 1px solid #d8d8d8;
    padding-left: 10px;
  }
  .modalContent .form-group {
    position: relative;
    margin-bottom: 0px;
  }
  .mostrar{
    display: block !important
  }
  .oculto{
    display: none !important
  }
  .modalContent .form-group label {
    width: 100%;
  }
  .iconLog {
    padding: 14px 12px;
    border: 1px solid #cccccc;
    position: absolute;
    color: #929191;
    background: white;
    width: 40px;
    height: 50px;
}
  label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .btnRecordarme {
    font-size: 17px;
    padding: 10px;
    font-weight: 400;
    color: #fff;
  }
  #forget {
    font-size: 30px;
    color: #e52922;
  }
  #Olvido .iconLog {
    position: absolute;
    left: 0;
  }
  .btnRecordarme input[type="radio"], .btnRecordarme input[type="checkbox"] {
    margin: -5px 0 0 !important;
  }
  .btnOlvidado {
    font-size: 17px;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    text-align: right;
    color: white;
  }
  .btnLogin {
    color: #fff;
    background: #e52922;
    border-radius: 3px;
    border: 1px solid white;
    padding: 10px 30px;
    transition: 500ms all ease;
    position: relative;
    z-index: 2;
    font-size: 0.9em;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
  }
  .btnLogin:hover{
    background: #e52922;
  }
  .cerrarLogin {
    color: white;
    font-size: 25px;
    position: absolute;
    right: -18px;
    top: -16px;
    cursor: pointer;
    background: #002d89;
    border-radius: 50px;
    padding: 18px 14px;
    line-height: 0;
    height: 40px;
    width: 40px;
  }
  .scrollNav_form{
    margin: 0
  }
  table {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  th {
    border: 1px solid #fafafa;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #e52922;
    color: white;
  }
  td {
    text-align: center
  }
  tr:nth-child(even) {
    background-color: #fafafa;
  }
  textarea {
    width: 100%;
  }
  .requerido{
    color: red;
  }
  .imgMontanito{
    width: 100%;
  }
  .txtTitulo{
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #map {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .bodymapa{
    margin-bottom: 60px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .btnUbicacion{
    background: #000000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    position: absolute;
    right: 23px;
    top: 60px;
    cursor: pointer;
  }
.contenedor{
  max-width: 1366px;
  margin: auto;
}
.scrollNav_profile ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: initial;
  list-style: none;
}  
.sidebarNav_wrapper { 
  height: 100%;
}
.sidebarNav_user { 
  display: flex;
  align-items: center;
}
.sidebarNav_content{
  width: 100%;
  height: 100%;
  left:0;
  position: absolute;
  visibility: hidden;
}
.sidebarNav_content .showc{
  width: 100%;
  height: 100%;
  left:0;
  position: absolute;
  visibility: hidden;
}
.boxItem{
  height: auto !important;
  max-height: 800px !important;
}
.sidebarNav_content .hogarNav,.sidebarNav_content .profesionalNav,.sidebarNav_content .industrialNav{
  display: flex;
  flex-direction: column;
}
.contNavi{
  width: 100% !important;
}

.bgPromo{ 
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/img/modalpromo.jpg);
  /* background: #1274cd;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 245px; */
  color: white;
}
.bgPromo .close{
  color: white;
}
.sidebarNav_content .hogarNav_img, .sidebarNav_content .industrialNav_img, .sidebarNav_content .profesionalNav_img {
  top: 8px;
  width: 40%;
  height: 24%;
}
.sidebarNav_content .hogarNav_description, .sidebarNav_content .industrialNav_description, .sidebarNav_content .profesionalNav_description {
  top: 8px;
  width: 60%;
  height: 49%;
}
.scrollNav_user--online a::after{
  opacity: 0 !important;
}
.scrollNav_user--online,.scrollNav_user--offline  { 
  min-width: 45px !important; 
} 
.showContent{
  visibility: visible;
    opacity: 1;
}
.btnCloseContent{
  position: absolute;
  right: 25px;
  font-size: 25px;
  top: 20px; 
}
.hactive{
  position: relative;
}
.hactive a::after{
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 1;
}
#nameUserHead{
    text-transform: uppercase;
    padding-left: 5px;
}
.homePopular_item{
  position: relative !important;
}
.homePopular_slider {
  max-width: 100% !important; 
} 
.scrollNav_logo img{ 
  height: 52px;
}
.mobileNav_logo img { 
  height: 80%;
}
#nameUserHeadMov{
  text-transform: uppercase;
  padding-left: 30px;
  line-height: 6;
}
.StripeElement{
     margin: 20px 0;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px -8px black;
    width: 100%;
}
.cartContainer .cartSaved.active .saved.active .item .itemDetail{
  width: auto !important;
}
.cartContainer .cartSaved.active .saved.active .item .itemOptions .save button{
      background-color: #e52122  !important;
}
.cartContainer .cartSaved.active .saved.active .item .itemOptions .delete button {
    background-color: #000000 !important;
}
.descripcion {
    padding-right: 10px !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
.cartContainer .cartSaved.active .saved.active .item 
 {
    max-height: 299px !important;
    margin-bottom: 10px !important;
    display: flex  !important;
    justify-content: space-between !important;
} 
.utilityNav_user {
  width: 100%;
}
.cartList .subtotal{
    margin-top: 30px;
    background: white;  
    width: 290px;
    margin-left: auto; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px black;
}
.cartTabs .tab.active {
    background-color: #e52922 !important;
}
.cartContainer .cartList.active .stock.active .ctaBuy button {
    background-color: #e52922 !important; 
}
.utilityNav_tools {
  width: 40%;
}
.utilityNav_ad {
  width: 20%;
}
#btnMiCuenta{
  cursor: pointer;
}
.gm-style .gm-style-iw-d{
  overflow: auto !important;            
  -webkit-overflow-scrolling: touch;
  padding: 5px;
}

.gm-style .gm-style-iw-d td{
  text-align: left
}
.gm-style .gm-style-iw-c{
  padding:0 !important;  
  background: #000000;
  color: white;
}
.gm-ui-hover-effect{
  position: relative;
  opacity: 1;
}
#ciudad{
  text-transform: uppercase;
}
.gm-ui-hover-effect::after{
  content: 'X';
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  bottom: 0;
  height: max-content;
  margin: auto;
}
.gm-style .gm-style-iw-t::after {
  background: #000000 !important;
}
.productContent_head .steps_first{
  flex-direction: initial !important;
  position: relative;
}
.boxColor{
  width: 46px;
  height: 46px;
  border: 0.1px solid #7b7b7b;
}
.popPupColor{
  display: none;
    max-width: 300px;
    box-shadow: 0 2px 3px -1px;
    position: absolute;
    top: -5px;
    right: 70px;
    background: white;
    padding: 5px;
    z-index: 1;
}
#Presentacion{
  width: 288px;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 30px;
  border: 1px solid #e52922;
}
.productContent_head .steps_second{
  flex-direction: initial !important;
}
.steps_second input{
  height: 46px;
  width: 50px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 7px;
  border: 1px solid #e52922;
  margin-left: 20px;
}
.FondoKick{
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: transparent;
}
.popPupColor .boxColor {
  margin: 5px 0px;
  cursor: pointer;
} 
.Wishlist{
  position: absolute;
  right: -40px;
  top: 25px;
  width: 38px;
  height: 38px;
  padding: 5px;
  background: #e52122;
  transition: 500ms all ease;
  cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.Wishlist i{
  font-size: 20px;
  color: white;
}
.modalContentMsj {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    animation: modalFadeIn 0.3s;
    display: block;
    position: relative;
}
.closeModalMsj {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

.closeModalMsj:hover {
    color: #333;
}
.modalHeaderMsj {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.modalIconMsj {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.modalIconMsj.success {
    fill: #4CAF50;
}

.modalBodyMsj {
    padding: 20px;
    text-align: center;
}

.modalBodyMsj h2 {
    margin: 0 0 10px;
}

.modalBodyMsj p {
    color: #666;
    margin-bottom: 20px;
}

.modalFooterMsj {
    display: flex;
    padding: 15px;
    border-top: 1px solid #eee;
    gap: 10px;
}

.modalBtnMsj {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    background: #e52922;
    color: white;
    text-align: center;
}

.modalDMsj{
    display: none;
    position: fixed;
    background: #0000006e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}
.modalBtnMsj.outline {
    background: white;
    border: 1px solid #e52922;
    color: #e52922;
}

.modalBtnMsj:hover {
    opacity: 0.9;
}
.Wishlist .AddWish{
  position: absolute;
  width: 150px;
  left: -165px;
  opacity: 0;
  transition: 300ms all ease;
  padding: 10px 5px;
  background: #e52122;
  color: white;
  top: 0px;
}
.Wishlist:hover .AddWish{
  opacity: 1;
}
.AddWish::before{
  width: 0px;
  height: 0px;
  content: '';
  border-left: 12px solid #e52122;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 8px;
  right: -10px;
}
.productContent_item:hover .Wishlist{
  right: 0px;
}
/* pagina pago */
.processBar .bar .box.active:after{
  background-color: #e52922  !important;
}
.processBar .bar .box.active:before {
    background-color: #e52922 !important;
}
.processBar .bar .box.active .circle {
    width: 30px;
    height: 30px;
    background-color: #e52922 !important;
    border: 0;
}
.pagoContainer{
  background-color: #F2F2F2;
  border: 1px solid #D2D2D2;
  min-height: 200px;
  padding: 30px;
}

.save div, .delete div{
  width: 100%;
    height: 100%;
    border: 0;
    background-color: #e52922;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.save img, .delete img{ 
  width: 16px;
}
.delete img:nth-child(2){
  display: none;
}
.delete div{
  background-color: #fff; 
} 
.pagoContainer input, .pagoContainer select{
  padding: 12px 10px;
  margin: 10px 0;
  border-radius: 3px;
  border: 1px solid #c2c2c280;
  -webkit-transition: .4s border-color ease-in-out;
  transition: .4s border-color ease-in-out;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 48px;
}
.producto .boxColor{
  width: 100%;
  height: 45px;
  display: flex;
  border:0;
}
.producto .boxColor .Color{
  width: 35px;
  height: 35px;
  margin: 3px;
}
.producto .nombreColor, .producto .nombreCaract{
  margin: 5px 10px;
}
.nombreProd{
  font-weight: 700;
  margin: 5px 0;
}
.cmdCountry{
  background: transparent;
    color: white;
    border: 0;
    padding: 5px;
    cursor: pointer;
}
.cmdCountry option {
    background: #000000;
}
.txtTotal{
  color: #000;
  text-align: right;
  font-size: 18px;
  padding: 14px 0;
}
.txtTotalN{
  text-align: right;
  padding-right: 20px;
  background-color: #e52922;
  color: white;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding: 14px;
}
.btnPagar{
  background-color: #e52922;
  color: white;
  border: 0;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9em;
  float: right;
}
.btnStripe{
  background-color: #000;
  color: white;
  border: 0;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9em; 
      margin-left: auto;
}
.btnAtras{
  background-color: #e52922;
  color: white;
  border: 0;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
}
.btnAtras img{
  width: 18px;
  transform: rotate(180deg);
  margin-bottom: -3px;
}
.boxBotones{
  margin-top: 25px;
}
.bordBot{
  border-bottom: 2px solid #e52922;
}
.boxTabla{
  margin-bottom: 20px;
}
.txtPedido{
  margin-top: 20px;
}
/* pagina gracias */
.tablaGracias{
  overflow: auto;
  width: 100%;
  display: flex;
}
.tablaGracias table{
  width: 100%;
}
.tablaGracias td {
  text-align: left;
  width: 1px;
  padding: 10px;
}
.tablaGracias tr:nth-child(even) {
  background-color: transparent;
}
.tablaGracias .bgTdleft {
  background: #e52922;
  color: #ffffff;
  border: 3px solid #ffffff;
  font-weight: 700;
  text-align: right;
  width: 40%;
}
.tablaGracias .bgTdright {
  border-bottom: 2px solid #e52922;
}
.bgTdright input{
  padding: 12px 10px;
  border-radius: 3px;
  border: 1px solid #c2c2c280;
  -webkit-transition: .4s border-color ease-in-out;
  transition: .4s border-color ease-in-out;
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.txtMoneda {
  color: #e52922;
  text-align: right !important;
}
.txtCant{
  text-align: right !important; 
}
tr { 
    border-bottom: 1px solid #e7e7e7;
}
.message{
    background: linear-gradient(to bottom, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 74%) 100%), url(/site/img/emptywall.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 332px );
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.validation {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: none;
    padding: 5px;
    background: #fde8e8;
    border-radius: 4px;
}

.check-element input:not(:checked) + .checkmark {
    border-color: #e74c3c;
}

/* Estilo para campos inválidos */
input:invalid {
    border-color: #e74c3c;
}
.message .boxButons {
  position: relative;
  margin-top: 40px;
}
.message .mensaje_btn {
  background-color: #e52922;
  color: white;
  border: 0;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  margin: 20px 20px 0;
  font-size: 18px;
  text-align: center;
}
.mySlides {
  display: none
}
.mySlides img {
  vertical-align: middle;
  width: 510px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: auto;
  overflow: auto;
}
.slideshow-container::-webkit-scrollbar {
  width: 10px;
  background: rgba(255, 255, 255, 0);
}    
.slideshow-container::-webkit-scrollbar-thumb {
    background: #e52922 ;
  border-radius: 20px;
}
/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: #e52922;
  color: white;
}


/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.productContent_body .links button:first-child {
  margin-right: 30px;
}
.productContent_body .links button {
  background-color: #e52922;
    color: white;
    padding: 10px 25px;
    font-size: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    cursor: pointer;
}
.productContent_body .links button svg {
  height: 20px;
  margin-left: 10px;
}
.productContent_body .links button svg path:first-child {
  fill: white;
}
.modalBody img{
  width: 100%;
}
.boxBotonesModal{
  text-align: center;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
}
.boxBotonesModal button{
  background-color: #e52922;
  color: white;
  padding: 10px 25px;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  width: 200px;
}
.btnAmpliar{
  background-color: #e52922;
}
.boxBotonesModal button svg{
  margin-left: 10px;
}
.tienda_list{
  display: none;
  opacity: 0;
  transition: 300ms all ease;
  right: -190px;
  position: absolute;
}
.tienda_list i img {
  height: 30%;
  width: 30%;
  transform: rotate(180deg);
  float: right;
}
.tienda_list .tienda_item {
  background-color: #FCFCFC;
  margin-bottom: 6px;
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  width: 180px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  list-style-type: none;
  display: flex;
}
.tienda_list .tienda_item i{
  position: absolute;
    right: 0;
}
.tienda_list .tienda_item:hover{
  background-color: #d0d0d0;
}
.city_item:hover .tienda_list{
  display: block;
  opacity: 1;
}
.modalBackdet{
  top: 0;
  left: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
}
.modalBackdet.fade {
  opacity: 0;
  -webkit-transition: opacity .55s ease-in-out;
  transition: opacity .55s ease-in-out;
}
.modalBackdet.fade.show {
  opacity: 1; 
}
.modalBackdet.fade.show .modaldet {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modalBackcol{
  top: 0;
  left: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
} 
.modalBackcol.fade {
  opacity: 0;
  -webkit-transition: opacity .55s ease-in-out;
  transition: opacity .55s ease-in-out;
}
.modalBackcol.fade.show {
  opacity: 1; 
}
.modalBackcol.fade.show .modalcol {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.productContent_pager{
  overflow: auto;
}
.productContent_pager .arrowRight, .productContent_pager .arrowLeft{
  cursor: default !important;
}
.productContent_pager .arrowRight.active, .productContent_pager .arrowLeft.active{
  cursor: pointer !important;
}
.productContent_pager .arrowLeft.active svg path {
  fill: #000000;
}
.relatedProducts_content .carousel_imgCont img{
  margin-bottom: 20px;
}
.scrollNav_user--online{
  width: auto;
    min-width: 130px;
    height: auto;
    cursor: pointer;
} 
.quantity input{
  height: 35px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #d2d2d2;
    width: 50px;
} 
.priceItem{
      text-align: center;
    font-weight: bold;
    font-size: 25px; 
}
.btnItem{
    font-size: 18px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    border: 7px solid #e52922;
    color: #e52922;
    width: max-content;
    margin: 20px auto;
}
.slick-next:before, .slick-prev:before { 
    color: #e52922; 
    font-size: 34px;
}
.slick-next, .slick-prev { 
    width: 34px;
    z-index: 9999;
    height: 34px; 
}
.boxSliderTienda .slick-next  {
    right: 25px;
}
.boxSliderTienda .slick-prev {
    left: 25px;
}
.logobg{
  width: 300px;
}
.bgDiv{
  background: url('/site/img/mujer-libros.png');
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100% !important;
    min-height: 422px; 
    margin-top: 40px !important;
    margin-bottom: 40px !important;
        /* background-attachment: fixed; */
            position: relative;
} 
.bgDiv2 {
  background: url('/site/img/bglibros.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100% !important;
  min-height: 300px; 
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  background-attachment: fixed;
  
  /* Transformación para inclinar el div */
  transform: skewY(-3deg); /* Puedes ajustar el grado de inclinación cambiando el valor */
  
  /* Para asegurar que el contenido no se incline (opcional) */
  overflow: hidden;
}
.boxlibro3{
  position: relative;
}
/* Si quieres que el contenido dentro del div no se incline, añade esto: */
.bgDiv2 > * {
  transform: skewY(3deg); /* Inclinación contraria para compensar */
} 
.bgDiv2 .overlay{
 transform: rotate(0deg);
 background-color: rgba(0, 0, 0, 0.3);
}
.overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Color oscuro semitransparente */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            padding: 20px;
        }
.quantity input{
  height: 35px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #d2d2d2;
    width: 50px;
} 
.priceItem{
      text-align: center;
    font-weight: bold;
    font-size: 25px; 
}
.btnItem{
    font-size: 18px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    border: 7px solid #e52922;
    color: #e52922;
    width: max-content;
    margin: 20px auto;
}
.slick-next:before, .slick-prev:before { 
    color: #e52922; 
    font-size: 34px;
}
.category p{
  text-align: center;
  font-weight: bold;
}
.category a:hover{
  color: #e52922 !important;
}
.PromotionalPrice{
      text-decoration: line-through;
    font-weight: 500;
    font-size: 21px;
}
.category img { 
    margin: auto;
}
.cartList form{
  width: 100%;
}
.itemCarruel{  
    padding: 0 10px;
}
.titleItem{
    font-size: 20px;
    padding: 10px;
    text-align: center;
    min-height: 92px;
    overflow: hidden;
}
.Pricetxt{
      font-size: 18px;
    text-decoration: line-through;
    margin-right: 20px;
    color: #4b4b4b;
}
.itemCarruel img { 
    width: 100%;
    min-height: 395px;
}
.TitleContent{
      font-weight: 800;
    font-size: 60px;
    color: #242424 !important;
    text-align: center;
}
.container{
  max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 20px;
}
.itemSlider{ 
    min-height: 40vh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.cartList .color img{
  margin-right: 10px
}
.firstFooter_divider ul li a{
  cursor: pointer;
}
.firstFooter{
    background-color: #000;
}
.pagelogout{
  background-color: #000000;
      background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%), url(/site/img/emptywall.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% - 200px );
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: auto;
}
.viewport .itemDetail .detailSubmit { 
  display: none;
}
.boxAgotado{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: none !important;
  opacity: 0;
  transition: 300ms all ease;
  z-index: 1;
  text-align: center; 
}
.productContent_item:hover .boxAgotado{
  display: block;
  opacity: 1;
}
.imgAgotado{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btnVertiendas{
  background: #000000;
  color: white;
  padding: 10px 30px;
  width: max-content;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.palette .add_cart{
  background-color: #e52922;
  color: white;
  border: 0;
  padding: 5px 15px;
  font-weight: 600;
  cursor: pointer;
}
.palette .add_cart img{
  height: 16px;
  margin-right: 15px;
}
.palette .boxBtnCart{
  display: flex;
}
.palette label{
  margin-top: 15px;
}
.palette #linea {
  width: 100%;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 30px;
  border: 1px solid #e52922;
}
.palette input {
  height: 46px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding-left: 7px;
  border: 1px solid #e52922;
  padding-left: 30px;
}
.boxColoresP{
  width: 30px;
  height: 30px;
  border: 1px solid rgb(202, 202, 202);
}
#paletaejemplo{
  display: flex;
  flex-wrap: wrap;
}
.descripcion{
  padding-right: 10px;
    font-size: 15px;
}
.sav .itemDetail{
  padding: 18px 0;
}
.cartContainer .cartSaved.active .saved.active .item .itemOptions {
  width: 65px !important;
  height: auto !important;
}
.cartContainer .cartSaved.active .saved.active .item {
  margin-bottom: 50px !important;
}
.cartContainer .cartList.active .stock.active .subtotal{
  min-width: 275px !important;
  margin-left: calc(100% - 275px) !important;
  display: flex;
  flex-direction: column!important;
  height: auto !important;
}
.cartContainer .cartList.active .stock.active .ctaBuy{
  min-width: 275px !important;
  margin-left: calc(100% - 275px) !important;
}
.cartContainer .cartList.active .stock.active .subtotal .totalOrange {
  width: 100% !important;
  padding: 5px !important; 
  margin-bottom: 5px !important;
}
.cartContainer .cartList.active .stock.active .subtotal .totalText {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  margin-bottom: 5px !important;
}
.cartContainer .cartList.active .stock.active .ctaBuy button {
  margin-left: 0 !important;
  width: 100% !important;
} 
#paso2Contenedor .subtotal{ 
    width: 290px;
    margin-left: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px black;
} 
#paso2Contenedor .txtTotal{ 
  padding: 0;
  text-align: left;
}

#paso2Contenedor .txtTotalN{ 
  padding: 5px;
  text-align: left;
}
.bodyWrapper{
  min-height: calc(100vh - 447px);
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}  
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
} 
/* Estilos base */
.mainNav {
    background-color: #fff; /* Ajusta el color de fondo */
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    width: 100%;
    z-index: 99999;
}

.mainNav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mainNav_brand {
    display: flex;
    align-items: center;
}

.mainNav_logo img {
    height: 40px; /* Ajusta según necesites */
}

.mainNav_links {
    display: flex;
}

.mainNav_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainNav_item a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333; /* Color de texto */
    font-weight: 500;
    transition: color 0.3s;
}
.mainNav_item {
    margin: 0 ;
} 
.mainNav_input i:first-child {
    top: 13px;
    left: 6px;
}
.mainNav_search {
    margin-left: auto;
}

.mainNav_input {
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 20px;
    padding: 0.3rem 1rem;
    padding-left: 26px;
}

.mainNav_input input {
    border: none;
    background: transparent;
    padding: 0.5rem;
    outline: none;
}

/* Menú toggle para móvil - oculto por defecto */
.mainNav_toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 1rem;
}
.mainNav_wrapper{
  height: 47px;
}
/* Estilos para el menú fijo al hacer scroll */
.mainNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.mobileFilter_content{
z-index: 9999999999999 !important;
}
.productContent_head .mobileFilter{
    background-color: #e52922 !important;
}
.productContent_pager .pager span a{
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productContent_pager .pager span:hover{

    background-color: #000 !important;
}
.relatedTitle{
    height: 63px;
    overflow: hidden;
}
.productContent_imgCont{
      height: 324px!important;
}
.productContent_item {
      min-height: 440px!important;
    max-height: 440px!important;
}
.contactContent{
  text-align: center;
    padding: 113px 0;
}
.productContent_item .description{
      margin-bottom: 35px;
}
/* Estructura principal */
.new-footer {
    background-color: #000; /* Mantén tu color actual */
    color: #fff;
    padding: 40px 0;
    width: 100%;
} 
.video-background{
      height: 56vw;
    max-width: 100%;
}
/*mockuk*/
.book-scene {
  position: relative;
  width: 100%;
  height: 31vw;
  max-height: 438px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 1200px;
  margin: 0 auto;
}

.book {
  width: 48%;
  height: 90%;
  position: relative;
  transform-style: preserve-3d;
  border-radius: 6px;
  overflow: visible;
}

.book.back {
  transform: rotateY(25deg) translateY(10px);
}

.book.front {
  transform: rotateY(-20deg);
}

.book-face {
  position: absolute;
  width: 97%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.spine {
  position: absolute;
    width: 37px;
    height: 100%;
    background: linear-gradient(90deg, #444 0%, #666 50%, #444 100%);
    left: -1px;
    transform: rotateY(90deg);
    transform-origin: left;
    border-radius: 3px;
}

.shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 70%);
  filter: blur(6px);
  transform: translateY(10px);
  z-index: -1;
}

/* Imagen única centrada */
.mainImage img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  
}

/* Responsivo */
@media (max-width: 768px) {
  .book-scene {
    width: 100%;
    height: 43vh;
    gap: 20px;
    
  }
  .book-scene {
    position: relative;
    width: 100%; 
    max-height: 438px;
    display: flex
;
    justify-content: center;
    align-items: flex-start;
    perspective: 1200px;
    margin: 0 auto;
}
  .book {
    width: 45%;
  }
}
.book3d {
  display: inline-block;
  perspective: 1200px;
  margin: 20px;
  position: relative;
}
.productContent_item .name{
      margin-top: 26px;
}
.boxLibross{
      position: relative;
    min-height: 300px;
}
.librosh{
    max-width: 700px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: -137px;
    filter: drop-shadow(-12px 14px 5px rgba(0, 0, 0, 0.3));
}
.librol{
    position: absolute;
    left: -51px;
    transform: rotate(45deg);
    width: 228px;
    top: -87px;
    filter: drop-shadow(-12px 14px 5px rgba(0, 0, 0, 0.3));
}
.libror{
    position: absolute;
    right: -51px;
    transform: rotate(-45deg) !important;
    width: 211px;
    top: -87px;
    filter: drop-shadow(-12px 14px 5px rgba(0, 0, 0, 0.3));
}
.book3d-scene {
    width: 200px;
    height: 272px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-25deg) rotateX(5deg);
    transition: transform 0.6s ease;
}

.book3d:hover .book3d-scene {
  transform: rotateY(-15deg) rotateX(5deg);
}
.itemCarruel .book3d-scene{
  margin: auto;
}

.book3d-object {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-10px);
}

/* --- FRONT (portada) --- */
.book3d-object .front {
  position: absolute;
  width: 87%;
  height: 100%;
  background-image: var(--cover);
  background-size: cover;
  background-position: center;
  transform: translateZ(20px);
  border-radius: 3px 1px 1px 3px;
  box-shadow: 
    inset 1px 0 0 rgba(255,255,255,0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

/* --- BACK (contraportada) --- */
.book3d-object .back {
    position: absolute;
    width: 87%;
    height: 100%;
    background: #c7c7c7;
    transform: rotateY(180deg) translateZ(17px);
    border-radius: 1px 3px 3px 1px;
}

/* --- SPINE (lomo mejorado) --- */
.book3d-object .spine {
  position: absolute;
  width: 20px;
  height: 100%;
  left: -10px;
  top: 0;
  background: linear-gradient(90deg, 
    #8a8a8a 0%, 
    #a5a5a5 20%, 
    #bdbdbd 50%, 
    #a5a5a5 80%, 
    #8a8a8a 100%);
  transform: rotateY(90deg) translateZ(110px);
  border-radius: 1px;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.3),
    inset 0 -1px 0 rgba(0,0,0,0.2);
}
.front .spine{
    right: -31px;
 left: inherit;
}
/* --- PAGES (hojas con grosor realista) --- */
.book3d-object .pages {
    position: absolute;
    width: 40px;
    height: calc(100% - 8px);
    right: -99px;
    top: 4px;
    background: /* Efecto de páginas apiladas */ repeating-linear-gradient(90deg, transparent 0px, transparent 1px, #f5f5f5 2px, #f5f5f5 3px, #e8e8e8 4px, #e8e8e8 5px), /* Borde de las páginas */ linear-gradient(90deg, #f8f8f8 0%, #f0f0f0 20%, #e8e8e8 50%, #f0f0f0 80%, #f8f8f8 100%);
    transform: rotateY(90deg) translateZ(-110px);
    border-radius: 1px 2px 2px 1px;
}

/* --- Efecto de páginas individuales --- */
.book3d-object .pages::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 3px,
      rgba(255,255,255,0.3) 4px,
      rgba(255,255,255,0.3) 5px,
      transparent 6px,
      transparent 8px
    );
  border-radius: 1px 2px 2px 1px;
}

/* --- TOP (parte superior con textura de páginas) --- */
.book3d-object .top {
  position: absolute;
  width: calc(100% - 40px);
  height: 20px;
  top: -10px;
  left: 20px;
  background: 
    repeating-linear-gradient(
      180deg,
      #f7f7f7 0px,
      #f7f7f7 1px,
      #eaeaea 2px,
      #eaeaea 3px,
      #f5f5f5 4px
    );
  transform: rotateX(90deg) translateZ(20px);
  border-radius: 1px;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -1px 0 rgba(0,0,0,0.1);
}

/* --- BOTTOM (parte inferior con textura) --- */
.book3d-object .bottom {
  position: absolute;
  width: calc(100% - 40px);
  height: 20px;
  bottom: -10px;
  left: 20px;
  background: 
    repeating-linear-gradient(
      180deg,
      #e4e4e4 0px,
      #e4e4e4 1px,
      #d6d6d6 2px,
      #d6d6d6 3px,
      #e0e0e0 4px
    );
  transform: rotateX(-90deg) translateZ(300px);
  border-radius: 1px;
  box-shadow: 
    inset 0 1px 0 rgba(0,0,0,0.1),
    inset 0 -1px 0 rgba(255,255,255,0.4);
}

/* --- Sombra general mejorada --- */
 

/* --- Efecto de profundidad adicional --- */
.book3d-object::after {
    content: '';
    position: absolute;
    width: 87%;
    height: 100%;
    background: #00000066;
    transform: translateZ(-25px);
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.new-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.new-footer__col {
    flex: 1;
    min-width: 200px;
}

.new-footer__col--logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Logo */
.new-footer__logo img {
    max-width: 180px;
    height: auto;
}

/* Títulos */
.new-footer__title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.new-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #fff; /* Línea decorativa bajo títulos */
}

/* Redes sociales */
.new-footer__social-list {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.new-footer__social-link img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

.new-footer__social-link:hover img {
    transform: scale(1.1);
}

/* Menú de navegación */
.new-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-footer__menu-item {
    margin-bottom: 12px;
}

.new-footer__menu-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.new-footer__menu-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* Contacto */
.new-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.new-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
}

.new-footer__icon {
    width: 16px;
    text-align: center;
}

/* Newsletter */
.new-footer__text {
    color: #ccc;
    margin-bottom: 15px;
}

.new-footer__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-footer__input {
    padding: 10px 12px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}
.categorymenu{
    width: 100%; 
    max-width: 1300px;
        margin: auto;
}
.bgCate{
  background: white;
  width: 100%;
position: absolute;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 4px 6px -7px black;
    bottom: -45px;
}
.alert{
  display: none;
      padding: 10px;
    margin: 10px;
}
.form-text{
      padding: 10px;
    margin: 10px;
    text-align: center;

}
.alert-danger{ 
    text-align: center;
    color: white;
    background: rgb(255 0 64);
    font-weight: bold;
}
.alert-success{
    font-weight: bold; 
    background: rgb(168, 255, 201);
}
.categoryM{
      display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-next {
    right: -39px !important;
}
.categoryM img{
width: 30px;
}
.categoryM a{
      font-size: 13px;
} 
.categoryM a:hover{
  color: #e52122;
}
.new-footer__button {
    padding: 10px 15px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.new-footer__button:hover {
    background-color: #e6e6e6;
}
.new-footer__social-item::marker{
     color: black;
}
/* Responsive */
@media (max-width: 768px) {
    .new-footer__col {
        flex: 100%;
    }
    .mainNav_links.activeM, .mainNav_search.activeM{
        top: 57px;
        position: relative;
    }
    .video-background{
    margin-top: 78px;
    }
    .librosh{
    top: 0;
    }
    .new-footer__container {
        flex-direction: column;
        gap: 30px;
    }
    
    .new-footer__title {
        margin-bottom: 15px;
    }
}
/* Estilos responsive */
@media (max-width: 992px) {
    .mainNav_wrapper {
        flex-wrap: wrap;
    }
        .firstFooter {
        height: auto !important;
    }
    .mainNav_brand {
        width: 100%;
        justify-content: space-between;
    }
    
    .mainNav_toggle {
        display: block;
    }
    
    .mainNav_links, .mainNav_search {
        width: 100%;
        display: none;
    }
    
    .mainNav_links.activeM, .mainNav_search.activeM {
        display: flex;
        justify-content: center;
        background: white;
    }
    .mainNav_links{
          height: auto;
    }
    .mainNav_list {
        flex-direction: column;
    }
    
    .mainNav_item a {
        display: block;
        padding: 0.8rem 0;
    }
    
    .mainNav_search {
 margin: -1px;
        padding-bottom: 10px;
        margin-left: 0px;
        border-radius: 0 0 10px 10px;
    }
}
  /* media */
  @media only screen and (max-width: 1200px){}
.scrollNav_profile ul li:nth-child(1), .scrollNav_profile ul li:nth-child(2) {
    display: inherit;
}
  @media (min-width: 769px){
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
  }
  @media (max-width: 768px){
    .slick-prev {
        left: 25px!important;
    }
    .slick-next {
        right: 25px !important;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .imgLinea {
      display: none;
   }
   .modal.register {
    height: initial;
    max-height: initial;
  }
  }
  @media only screen and (max-width: 768px){  
    .mobileNav, .sidebarNav {
        display: block;
    } 
    .utilityNav_profile {
        margin: 0;
    }  
    .utilityNav_logged {
        padding: 0;
        margin: 0 0;
    }
    #nameUserHead, .micartMovil{
      display: none !important;
    } 
    .utilityNav_wrapper{
          padding: 0 15px !important;
    }
    .pagoContainer input, .pagoContainer select{
      max-width: 100%;
    }
    .boxTabla { 
        overflow: auto;
    }
    .librol,.libror{
      display: none !important;
    }
    #registerForm{
      width: 90%;
    }
    .tablaGracias {
      width: 100%;
    }
    .modalBox {
      overflow: auto;
    }
    .modalContent {
      margin-bottom: 80px;
    }
    .utilityNav, .mainNav, .scrollNav {
      display: block;
    }
    .mobileNav_cart {
      top: 0;
      z-index: 2;
    }
    .mobileNav_btn {
      z-index: 2;
    }
    .homePopular_item {
      position: absolute !important;
  }
  }
  @media (max-width: 576px){ 
    .btnPagar { 
    width: 100%;
}
.btnAtras { 
    width: 100%;
    margin-bottom: 10px;
}
    .cartList form {
      height: 425px;
    }
    .productContent_body .links button:first-child {
      margin-bottom: 30px;
      margin-right: 0;
    }
    .productContent_body .links button{
      width: 100%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .modalContent {
        width: 90%;
        top: 21px;
    }
    
    .imgLogo {
        width: 100%;
    }
    .form-control {
        width: 86%;
    }
    th {
      padding: 0 8px;
      font-size: 14px;
    }
  }
   @media only screen and (max-width: 460px){
.cartContainer .cartSaved.active .saved.active .item .itemOptions{
  width: 100% !important;
}
.cartContainer .cartSaved.active .saved.active .item .itemOptions .delete button img:first-child{
  display: inline  !important;
}
    .cartContainer .cartSaved.active .saved.active .item:after {
        bottom: -56px !important; 
    }
    .cartContainer .cartSaved.active .saved.active .item .itemDetail{
      width: 100% !important;
    }
  }

