input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.input-shop {
    cursor: pointer !important;
    height: 15px !important;
    width: 15px !important;
    float: right !important;
    margin-right: 25px !important;
}

.input-code-shop {
    border: 1.5px solid #f3f3f3 !important;
    background: none !important;
    color: #000 !important;
}

.input-container-code {
    width: 10% !important;
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
    .container .two.columns {
        width: 110px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .container .two.columns {
        width: 150px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container .two.columns {
        width: 210px !important;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .input-container-code {
        width: 9% !important;
    }
    .item-shop {
        width: 220px !important;
        height: 376px !important;
    }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
    .input-container-code {
        width: 8% !important;
    }
}

@media only screen and (min-width: 960px) {
    .imagesContainer {
        height: 530px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .item-shop {
        width: 172px !important;
        height: 314px !important;
    }

    .imagesContainer {
        height: 670px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .item-shop {
        width: 420px !important;
        height: 634px !important;
    }

    .imagesContainer {
        height: 540px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .item-shop {
        width: 300px !important;
        height: 478px !important;
    }

    .imagesContainer {
        height: 420px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
    .item-shop {
        width: 220px !important;
        height: 376px !important;
    }

    .imagesContainer {
        height: 300px;
    }
}

.item-cart:hover {
    color: #1ec4a5;
    cursor: pointer
}

.notification-container {
    margin-top: 85px;
}

.notification .title {
    color: white;
}

.item-shop {
    width: 280px;
    height: 453px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.badge {
    font-size: 11px;
    font-weight: 1000;
    position: absolute;
    padding-left: 6px;
    border-radius: 60%;
    height: 18px;
    width: 18px;
    top: 17px;
    right: 160px;
    color: white;
    padding: 3px 6px !important;
    background: #f44336 !important;
}

.shop-item-details {
    margin-top: 0px;
}

@media (min-width: 576px) {
    .container {
        max-width: none !important;
    }
}


.itemDetailTitle{
    margin-top: 40px
}

.displayOnMobile{
    visibility: hidden;
}

.notDisplayOnMobile{
    visibility: visible;
    margin-left: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .shop-item-details {
        margin-top: 50px;
    }

    .itemDetailTitle{
        margin-top: 0;
        margin-bottom: -15px;
    }

    .displayOnMobile{
        visibility: visible;
    }
    
    .notDisplayOnMobile{
        visibility: hidden;
    }
}

.containerDescription ul {
    list-style: inside !important;
    margin-left: 15px !important;
}
.containerDescription p {
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 1169px) {
    .badge {
        top: 215px;
        right: 180px;
    }
}

.cart-name.item .img-cart {
    display: inline-block;
    float: left;
    margin-top: 0px;
    height: 100%;
    width: 25%;
    font-family: 'FontAwesome';
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cart-name.item .data-cart {
    display: inline-block;
    float: left;
    margin-top: 0px;
    height: 100%;
    width: 75%;
    font-family: 'FontAwesome';
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cart-name.item img {
    height: 100%;
    width: auto;
    vertical-align: middle;
    float: left;
    margin-right: 0px;
}

.pagination_ellipsis {
    pointer-events: none;
}

.paginate_button {
    cursor: pointer;
}

.pag_button_disabled {
    background: #e0e0e0;
    pointer-events: none;
}

.form {
    border: 1px solid #f0f1f3 !important;
}

.invalid-form {
    border: 1px solid red !important;
}

.button-disabled {
    background: #909090 !important;
    cursor: no-drop !important;
}

.pagination a.active {
    background-color: #1ec4a5;
    color: white;
    border: 1px solid #1ec4a5;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 4px;
}

@media only screen and (min-width: 341px) and (max-width: 599px) {
    .pagination a {
        padding: 4px 8px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 340px) {
    .pagination a {
        padding: 0px 5px;
    }
}


.pagination {
    justify-content: center;
    display: flex !important;
}

.container2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 25px;
}
  
.btn-open-modal {
    margin-bottom: 0.5em;
}

.contact-error {
    border-bottom: 2px solid #d82424 !important;
}

.input-form {
    border-bottom: 2px solid #313131 !important;
}

#checkoutStatusBar {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    width: 520px;
    margin: 0 auto;
}

.checkoutStep.currentStep {
    box-shadow: 4px 4px 14px rgb(0 0 0 / 6%);
    background-color: white;
    color: #5A5A5A;
}

.checkoutStep {
    position: relative;
    float: left;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    background-color: #E9E9E9;
    color: #BEBEBE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.checkoutDivider {
    position: relative;
    float: left;
    width: 35px;
    height: 5px;
    background-color: #EDEDED;
}

.type-error {
    border-bottom: 2px solid #d82424 !important
}

@media only screen and (min-width: 0px) and (max-width: 520px) {
    .checkoutDivider {
        width: 20px;
    }
    .checkoutStep {
        width: 100px;
    }
    #checkoutStatusBar {
        width: 340px;
    }
}

.oldPrice{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: line-through;
    color: #1ec4a5;
}

.newPrice{
    font-weight: 400;
    font-size: 18px;
    margin-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .oldPrice{
        font-size: 14px;
        margin-left: 17px;
        display: inline-block;
    }
    
    .newPrice{
        display: inline-block;
        width: 100%;
    }
}

.price_rp{
    font-weight: 400;
    font-size: 20px;
    margin-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
}

.resumeList{
    border-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dismissDialog {
    margin-right: -38%;
    padding-top: 2px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 26px;
    height: 31px;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

@media only screen and (min-width: 800px) {
    .dismissDialog {
        margin-right: -45%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .impar-shop {
        padding-right: 7px !important;
        padding-left: 15px !important;
    }
    .par-shop {
        padding-right: 15px !important;
        padding-left: 8px !important;
    }
}

fieldset {
  width: 100%;
  margin: 0;
  padding: 2rem;
  box-sizing: border-box;
  display: block;
  border: none;
  border: solid 1px #CCC;
  min-width: 0;
  background-color: #FFF;
}
fieldset legend {
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
  float: left;
  display: table;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 500;
  color: #333;
  border-bottom: 0px;
}
fieldset legend + * {
  clear: both;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

/* TOGGLE STYLING */
.toggle {
  max-width: 350px;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 13px !important;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: #1ec4a5;
  color: #FFF;
  box-shadow: 0 0 10px #1ec4a582;
  border-color: #1ec4a5;
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.status span {
  font-weight: 600;
  color: #B6985A;
}
.status span:first-of-type {
  display: inline;
}
.status span:last-of-type {
  display: none;
}
@media (max-width: 800px) {
  .status span:first-of-type {
    display: none;
  }
  .status span:last-of-type {
    display: inline;
  }
}

.check-data-shipping{
    margin-right: 0px !important;
    margin-top: -5px !important;
}

.same-data-class{
    width: 100%;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-top: 3px;
    background: #f7f7f7;
    box-shadow: 0px 1px 4px 0px #b9b9b9;
}

.successText{
   text-align: center;
   font-size: 25px;
   color: #19916f;
}

.failText{
    text-align: center;
    font-size: 25px;
    color: red;
 }

 .returnText{
    text-align: center;
    font-size: 20px;
    color: gray !important;
 }

.flexAlignCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 1000;
    left: calc(50vw - 40px);
    top: calc(50vh - 40px);
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1ec4a5;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1ec4a5 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .EnigmaMask{
      width: 100vw;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 999;
      position: fixed;
  }


  .rowOdd
  {
      background-color: #eae9e9;
  }


  div.blueTable {
    background-color: #FFFFFF;
    width: 367px;
    height: 184px;
    text-align: center;
    border-collapse: collapse;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #606060;
    letter-spacing: 2px;
  }
  .divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
    padding: 11px 11px;
  }
  .divTable.blueTable .divTableBody .divTableCell {
    font-size: 14px;
  }
  .blueTable .tableFootStyle {
    font-size: 14px;
  }
  .blueTable .tableFootStyle .links {
       text-align: right;
  }
  .blueTable .tableFootStyle .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
  .blueTable.outerTableFooter {
    border-top: none;
  }
  .blueTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; 
  }
  /* DivTable.com */
  .divTable{ display: table; }
  .divTableRow { display: table-row; }
  .divTableHeading { display: table-header-group;}
  .divTableCell, .divTableHead { display: table-cell;}
  .divTableHeading { display: table-header-group;}
  .divTableFoot { display: table-footer-group;}
  .divTableBody { display: table-row-group;}

  .divTableCellFirst{     width: 8em;
    min-width: 11em;
    max-width: 11em;
    word-break: break-all;
    font-weight: bold;
text-align: left;
padding-left: 5px;}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    div.blueTable {
        width: 100%;
      }
}

.containerDescriptionProd{
    margin-top: 20px;
    font-size: 18px;
    margin-left: -20px;
}

.portadaImage {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}


@media only screen and (min-width: 0px) and (max-width: 499px) {
    .section-home-padding-top {
        padding-top: 70px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 799px) {
    .section-home-padding-top {
        padding-top: 70px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1270px) {
    .section-home-padding-top {
        padding-top: 105px;
    }
}
@media only screen and (min-width: 1270px) and (max-width: 1500px)  {
    .section-home-padding-top {
        padding-top: 105px;
    }
}
@media only screen and (min-width: 1500px) {
    .section-home-padding-top {
        padding-top: 105px;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .checkoutCartItem{
      display: inline-block;
      vertical-align: middle;
  }

  .checkoutCartItemName{
    width: calc(100% - 145px);
    padding-left: 10px;
    padding-right: 10px;
    
  }

  .checkoutCartPrice{
    width: 112px;
    text-align: right;
    margin-right: 5px;
}

.shopMarginTop{
    margin-top: 100px
}

@media only screen and (min-width: 0px) and (max-width: 1170px) {
    .shopMarginTop{
        margin-top: 60px
    }
}

#sync2 .owl-item{
	width: 120px !important;
}
.cart-item {
    background: #f3f3f3 !important;
}

.cart-item:hover {
    cursor: not-allowed !important;
}

.containerDescriptionProd > p {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #606060;
    letter-spacing: 2px;
}

.cd-date {
    font-family: 'Lato', sans-serif !important; 
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px !important;
    text-transform: uppercase;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

  position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-select-checkout {
    padding-left: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 2px solid rgb(49, 49, 49);
    font-weight: 400 !important;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 22px;
}

.filter-item {
    font-size: 22px;
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    z-index: 6;
    padding-top: 8px !important;
    padding-left: 12px !important;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

.containerDescriptionProd > p {
    text-align: justify;
}

@media (max-width: 768px) {
    .list-social li.icon-soc a {
        font-size: 55px;
    }

    .list-social li {
        width: 60px;
        margin-top: 20px;
    }
}

 /* Btn home sobre la imagen */
.btn-tienda {
    position: absolute;
    width: auto; /* Ajusta el ancho según sea necesario */
    height: 50px;
    left: 50%;
    margin-left: -50px; /* Ajusta la mitad del ancho */
    bottom: 70px;
    border: 2px solid #212121;
    border-radius: 25px; /* Ajusta el radio de borde para un botón rectangular */
    font-size: 18px; /* Ajusta el tamaño de la fuente */
    line-height: 48px;
    text-align: center;
    z-index: 100;
    transition: border .2s, color .3s, background .3s;
    background: rgba(0,0,0,.7);
    color: #fff !important;  
    border: 2px solid #1ec4a5;
    text-decoration: none; /* Asegúrate de que el enlace no tenga subrayado */
    padding: 0 10px; /* Espaciado interno para que el texto no toque los bordes */
    white-space: nowrap;
  }
  
  .btn-tienda:hover {
    background: rgba(30, 196, 165, 0.7);
    color: #000 !important;
    border-color: #000;
  }

  
.promo3x2 {
    position: absolute;     
    width: 100px;
    right: 0px;
    bottom: 45px;
  }

  @media (max-width: 768px) {
    .promo3x2 {
        position: absolute;     
        width: 80px;
        right: 0px;
        bottom: 35px;
      }
}

.topCard:hover {
    text-decoration: underline;
    cursor: pointer;
}