@font-face {
  font-family: 'IvyStyleSans-Bold';
  src: url('../fonts/IvyStyle/IvyStyleSans-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IvyStyleSans-Italic';
  src: url('../fonts/IvyStyle/IvyStyleSans-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IvyStyleSans-Light';
  src: url('../fonts/IvyStyle/IvyStyleSans-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IvyStyleSans-Regular';
  src: url('../fonts/IvyStyle/IvyStyleSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IvyStyleSans-SemiBold';
  src: url('../fonts/IvyStyle/IvyStyleSans-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IvyStyleSans-SemiBoldItalic';
  src: url('../fonts/IvyStyle/IvyStyleSans-SemiBoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding-top: 225px;
  width: 100%;
  max-width: 100%;
}

/* ESTILOS DE HEADER*/

/* .swiper{
  width: 90% !important;
} */

.topbar-rhinos {
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: rgb(255, 87, 34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
}

.envio-gratis {
    display: flex;
    align-items: center;
}

.envio-gratis>img {
    width: 40px;
    object-fit: contain;
}

.envio-gratis>h2 {
    color: white;
    font-size: 22px;
    margin: 0px 0px 0px 8px;
    font-style: italic;
    font-family: 'IvyStyleSans-Regular';
}

.menuItem{
  cursor: pointer;
}

.money {
  font-family: Arial, sans-serif;
}

.contacto-pf {
    display: flex;
    align-items: center;
}

.flex-cpf {
    display: flex;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
}

.flex-cpf>img {
    width: 40px;
    object-fit: contain;
}

.flex-cpf>h2 {
    color: white;
    font-size: 22px;
    margin: 0px 0px 0px 8px;
    font-family: 'IvyStyleSans-SemiBold';
}

.flex-cpf-footer {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 20px;
}

.flex-cpf-footer>img {
    width: 40px;
    object-fit: contain;
}

.flex-cpf-footer>h2 {
    color: white;
    font-size: 22px;
    margin: 0px 0px 0px 8px;
    font-family: 'IvyStyleSans-SemiBold';
}

.submenu-top {
    height: 100px;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1032;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background: white;
}

.navbar-brand, .navbar-brand img {
    width: 170px;
}

.input-search {
    border: 3px solid #D3D2D2;
    padding: 5px 15px;
    display: flex;
    width: 550px;
    justify-content: space-between;
}

.input-search>input {
    border: 0;
    width: 94%;
    font-size: 21px;
    font-family: 'IvyStyleSans-Regular';
    color: black;
    border: 0;
    outline: none;
}

.input-search>input::placeholder{
    font-size: 21px;
    font-family: 'IvyStyleSans-Regular';
    color: rgb(211, 210, 210);
}

.enlace-wpp-contacto{
  text-align: center;
  color: black;
  font-size: 22px;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.input-search>img {
    width: 25px;
}

.my-account {
    display: flex;
}

.content-account {
    display: flex;
    align-items: center;
    border: 3px solid black;
    margin-right: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

.content-account>img {
    width: 20px;
}

.content-account>h3 {
    font-size: 18px;
    margin: 0px;
    font-family: 'IvyStyleSans-SemiBold';
}

.content-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid black;
    padding: 10px;
}

.content-cart>img {
    width: 20px;
}

.menu-rhinos{
    height: 100px;
    position: fixed;
    top: 200px;
    right: 0;
    left: 0;
    z-index: 1031;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
    background: white;
}

.menu-rhinos>a{
    font-family: 'IvyStyleSans-SemiBold';
    text-decoration: none;
    color: rgb(47, 47, 47);
    font-size: 18px;
    max-width: 130px;
    text-align: center;
}

.menu-tabs {
    position: fixed;
    top: 180px;
    left: 0;
    right: 0;
    z-index: 1031;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 100px;
    background: white;
    box-shadow: 0px 1px 6px #747171;
    height: 55px;
    /* height: 100px;
    position: fixed;
    top: 180px;
    right: 0;
    left: 0;
    z-index: 1031;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    background: white;
    flex-direction: column;
    box-shadow: 0px 8px 6px #383535; */
}

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

.main-menu li {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'IvyStyleSans-Bold';
    display: flex;
    align-items: center;
}

.main-menu li.active {
  background-color: #ff5722;
  color: white;
  display: flex;
}

.main-menu li.descuento {
  color: red;
}

.tab-content {
  /* display: none;
  border: 1px solid #ff5722;
  padding: 20px;
  background: white;
  width: 97%; */
  display: none;
  position: absolute;
  top: 100%; /* justo debajo del menú */
  left: 0;
  width: 100%;
  border: 1px solid #ff5722;
  padding: 20px;
  background: white;
  z-index: 1000;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.tab-content.active {
  /* display: flex;
  flex-wrap: wrap; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tab-btn.active::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 5px;
}


.tab {
    text-align: center;
    margin-right: 30px;
    width: 270px;
}

.tab img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 1px solid #ccc;
  padding: 4px;
  background: white;
}

.tab span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.input-search-2 {
    border: 3px solid #D3D2D2;
    padding: 5px 15px;
    display: flex;
    width: 550px;
    justify-content: space-between;
    display: none;
}

.input-search-2>input {
    border: 0;
    font-size: 21px;
    font-family: 'IvyStyleSans-Regular';
    color: rgb(211, 210, 210);
    border: 0;
    outline: none;
}

.input-search-2>input::placeholder{
    font-size: 21px;
    font-family: 'IvyStyleSans-Regular';
    color: rgb(211, 210, 210);
}

.input-search-2>img {
    width: 25px;
}
/* ESTILOS DE HEADER*/

/* */
.topbar-rhinos.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.submenu-top.move-up {
  top: 0;
  transition: top 0.3s ease-in-out;
}

.menu-tabs.move-up{
  top: 110px;
  transition: top 0.3s ease-in-out;
}

.topbar-rhinos,
.submenu-top {
  transition: all 0.3s ease-in-out;
  will-change: transform, top;
}

.swiper-horizontal {
    touch-action: pan-y;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}


/* */

/* ESTILOS DE FOOTER*/

footer{
    background: rgb(45, 45, 45);
    padding-bottom: 50px;
}

.section-1-footer{
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
}

.informacion-footer{
    display: flex;
    flex-direction: column;
}

.informacion-footer>h2{
    font-family: 'IvyStyleSans-SemiBold';
    color: white;
    font-size: 25px;
}

.informacion-footer>a{
    font-family: 'IvyStyleSans-Regular';
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 10px;
}

.mi-cuenta-footer>h2{
    font-family: 'IvyStyleSans-SemiBold';
    color: white;
    font-size: 25px;
}

.mi-cuenta-footer>h3{
    font-family: 'IvyStyleSans-Regular';
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 20px;
}

.mi-cuenta-footer a{
    color: white;
    text-decoration: none;
}

.redes-sociales-footer a{
    font-size: 0;
    line-height: 0;
}

.redes-sociales-footer img{
    width: 50px;
}

.mi-cuenta-footer h2{
    font-family: 'IvyStyleSans-SemiBold';
    color: white;
    font-size: 25px;
}

.mi-cuenta-footer p{
    font-family: 'IvyStyleSans-Regular';
    color: white;
    font-size: 22px;
}

.input-newsletter{
    background: rgb(255, 87, 34);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    width: 300px;
}

.input-newsletter>input{
    background: white;
    padding: 10px 10px;
    border: 0;
    width: 70%;
}

.input-newsletter img{
    width: 40px;
    object-fit: contain;
}

.text-aviso{
    margin: 0;
    text-align: center;
    color: white;
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
}

/* ESTILOS DE FOOTER*/

/* ESTILOS DE INICIO*/

.banner-home{
    /* padding-top: 300px; */
}

.banner-home>img{
    width: 100%;
}

.section-2-home{
    display: flex;
    padding: 20px 70px;
    justify-content: space-between;
}

.item-s2-home{
    display: flex;
    width: 330px;
    align-items: center;
}

.item-s2-home>img{
    width: 120px;
}

.item-s2-home>h3{
    font-family: 'IvyStyleSans-SemiBold';
    font-size: 23px;
    margin-left: 5px;
}

.title-carrousel-home{
    background: rgb(45, 45, 45);
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 20px auto;
}

.title-carrousel-home>h2{
    color: white;
    font-family: 'IvyStyleSans-SemiBold';
}

.carrousel-pd-home{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-carrousel-home{
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(225, 224, 224);
    max-width: 200px;
    padding: 5px 30px;
    margin: 0px 10px;
    cursor: pointer;
}

.item-carrousel-home>img{
    height: 180px;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
}

.price-carrousel-home{
    background: rgb(211, 210, 210);
    color: black;
    margin: 0px;
    font-size: 16px;
    text-align: center;
    width: 60%;
    padding: 6px 0px;
    font-family: 'IvyStyleSans-Regular';
    font-weight: 100;
}

.title-prod-carrousel-home{
    font-family: 'IvyStyleSans-SemiBold';
    font-size: 20px;
    color: rgb(45, 45, 45);
    height: 80px;
}

.flex-carrousel-home{
    display: flex;
    margin: 10px 0px;
    align-items: center;
    flex-wrap: wrap;
}

.flex-carrousel-home>h5{
    font-family: 'IvyStyleSans-Regular';
    margin: 0px 10px 0px 0px;
}

#yellow-pd-color{
    background: yellow;
}

#orange-pd-color{
    background: orange;
}

.color-pd-home{
    width: 15px;
    height: 15px;
    padding: 5px;
    border: 1px solid rgb(225, 224, 224);
    margin: 5px 5px 0px 0px;
}

.line-orange-s4-home{
    background: rgb(228, 88, 26);
    height: 25px;
    width: 28%;
}

.section-4-home>h2{
    font-family: 'IvyStyleSans-Regular';
    font-size: 40px;
    text-align: center;
    color: rgb(45, 45, 45);
}

.section-4-home{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0px 20px 0px;
}

.section-5-home{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 100px;
}

.item-s5-home{
    display: flex;
    flex-direction: column;
    width: 350px;
    justify-content: center;
    align-items: center;
}

.item-s5-home>img{
    width: 150px;      /* Puedes ajustar este tamaño */
  height: 150px;
  object-fit: contain;  /* Asegura que la imagen no se distorsione */
  display: inline-block;
}

.item-s5-home>h2{
    text-align: center;
    margin: 10px 0px;
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    color: rgb(45, 45, 45);
}

.item-s5-home>h5{
    margin: 0px 0px;
    font-family: 'IvyStyleSans-Regular';
    font-size: 18px;
    font-weight: 100;
    color: rgb(45, 45, 45);
}

#durabilidad-home{
    width: 200px;
}

.section-6-home{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    margin: 20px 0px 50px 0px;
}

.image-s6-home{
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 24%;
}

/* ESTILOS DE INICIO*/

/* ESTILOS DE PRODUCTOS*/

.section-1-products{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 120px;
    margin: 30px 0px 0px 0px;
    border-bottom: 20px solid rgb(255, 87, 34);
}

.section-1-products>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
}

.section-1-products>img{
    width: 120px;
}

.section-2-products{
    padding: 10px 50px;
    display: flex;
}

.section-filter-products{
    display: flex;
    flex-direction: column;
}

.subheader-product{
    display: flex;
    align-items: center;
}

.subheader-product>h2{
    font-family: 'IvyStyleSans-Bold';
    font-size: 20px;
    margin-right: 10px;
}

.subheader-product>Img{
    width: 25px;
    object-fit: contain;
}

.filtro-dropdown {
  width: 200px;
  font-family: sans-serif;
}

.dropdown {
  background: #d9d9d9;
  margin-bottom: 5px;
}

.dropdown-header {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-content {
  display: none;
  background: #d9d9d9;
  padding: 10px 10px 5px;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content .item {
  padding: 5px 0;
  cursor: pointer;
  position: relative;
}

.dropdown-content .item.active {
  font-weight: bold;
}

.dropdown-content .item.active::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #ff5722;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dropdown-header.active .arrow {
  transform: rotate(180deg);
}

.section-grid-products{
    width: 75%;
    margin-left: 20px;
    padding-top: 50px;
}

.subheader-grid{
    display: flex;
    justify-content: space-between;
}

.subheader-grid>h5{
    font-size: 15px;
    margin: 0;
    font-family: 'IvyStyleSans-Bold';
}

.grid-products{
    display: flex;
    flex-wrap: wrap;
}

.item-carrousel-product{
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(225, 224, 224);
    max-width: 170px;
    padding: 5px 30px;
    margin: 0px 10px 10px 10px;
}

.item-carrousel-product>img{
    height: 150px;
    display: block;
    margin: 0 auto 20px auto;
}
/* ESTILOS DE PRODUCTOS*/

/* ESTILOS DE DETALLE DE PRODUCTO*/

.section-1-detalle-prod{
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
}

.section-img-detalle-prod{
    width: 40%;
}

.section-img-detalle-prod>img{
    width: 500px;
    height: auto;
    border: 3px solid rgb(225, 224, 224);
}

.galeria-detalle-prod{
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.galeria-detalle-prod>img{
    width: 30%;
    height: auto;
    border: 3px solid rgb(225, 224, 224);
    margin: 0px 10px 0px 0px;
}

.section-info-detalle-prod{
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 0px 45px;
}

.section-info-detalle-prod>img{
    width: 200px;
}

.section-info-detalle-prod>h1{
    font-family: 'IvyStyleSans-Bold';
    margin: 0;
    font-size: 35px;
}

.content-precio-detalle-prod{
    width: 250px;
}

.precio-detalle-prod{
    background: rgb(211, 210, 210);
    color: black;
    margin: 10px 0px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    padding: 6px 0px;
    font-family: 'IvyStyleSans-Regular';
    font-weight: 100;
    display: flex;
    justify-content: center;
}

.precio-detalle-prod-2{
    background: rgb(211, 210, 210);
    color: black;
    margin: 10px 0px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 6px 0px;
    font-family: 'IvyStyleSans-Regular';
    font-weight: 100;
    display: flex;
    justify-content: center;
    text-decoration: line-through;
}

.content-precio-detalle-prod>small{
    text-align: center;
    font-size: 20px;
    display: block;
    font-family: 'IvyStyleSans-Light';
    margin-bottom: 10px;
}

.precio-detalle-prod>span{
    font-size: 17px;
    margin-bottom: auto;
    margin-left: 5px;
}

.content-precio-detalle-prod-2>small{
    text-align: center;
    font-size: 16px;
    display: block;
    font-family: 'IvyStyleSans-Light';
    margin-bottom: 10px;
}

.precio-detalle-prod-2>span{
    font-size: 17px;
    margin-bottom: auto;
    margin-left: 5px;
}

.flex-info-detalle-prod{
    display: flex;
    align-items: center;
    margin: 7px 0px;
}

.flex-info-detalle-prod>h4{
    margin: 0;
    font-size: 22px;
    font-family: 'IvyStyleSans-Regular';
}

.flex-info-detalle-prod>h5{
    margin: 0px 0px 0px 10px;
    font-size: 22px;
    font-family: 'IvyStyleSans-Light';
}

.flex-colors-detalle-prod{
    display: flex;
    align-items: center;
    margin: 7px 0px;
}

.item-color-dp{
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid rgb(225, 224, 224);
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

.container-talla-dp>h2{
    margin: 10px 0px 0px 0px;
    font-family: 'IvyStyleSans-Regular';
}

.flex-talla-detalle-prod{
    display: flex;
    flex-wrap: wrap;
    width: 290px;
}

.item-talla-dp{
    width: 35px;
    height: 35px;
    padding: 5px;
    border: 2px solid rgb(225, 224, 224);
    margin: 5px 5px 5px 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'IvyStyleSans-SemiBold';
}

.container-cantidad-dp{
    display: flex;
    flex-direction: column;
}

.container-cantidad-dp>h2{
    margin: 10px 0px 10px 0px;
    font-family: 'IvyStyleSans-Regular';
}

.container-cantidad-dp>input{
    height: 40px;
    width: 60px;
    border: 2px solid rgb(225, 224, 224);
    padding: 0px 0px 0px 10px;
}

.container-cantidad-dp>button{
    margin-top: 10px;
    width: 220px;
    background: rgb(211, 47, 47);
    padding: 10px 0px;
    color: white;
    font-size: 17px;
    border: 0;
    font-family: 'IvyStyleSans-Bold';
    cursor: pointer;
}

.section-2-detalle-prod{
    padding: 20px 80px;
}

.section-2-detalle-prod>h3{
    font-family: 'IvyStyleSans-Bold';
    font-size: 25px;
}

.section-2-detalle-prod>p{
    text-align: left;
    font-family: 'IvyStyleSans-Regular';
    font-size: 25px;
}

.section-2-detalle-prod>p>a{
    color: red;
}

#texto-sin-stock{
  font-family: 'IvyStyleSans-Regular';
  color: #b72020;
  font-size: 22px;
}

#texto-con-stock{
  font-family: 'IvyStyleSans-Regular';
  color: #55aa31;
  font-size: 22px;
}

.totales-fc{
  min-width: 250px;
}

.tabs-dp {
    display: flex;
    border-bottom: 3px solid #ccc;
}

.tab-dp {
    background-color: rgb(255, 87, 34) !important;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    width: 33.3%;
    font-family: 'IvyStyleSans-Regular';
    font-size: 25px;
    padding: 15px 0px;
    color: white;
}

.tab-dp.active {
    background-color: rgb(45,45,45) !important;
    color: white;
}

.tab-content-dp {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    font-family: 'IvyStyleSans-Regular';
}

.tab-content-dp.active {
    display: block;
}

.tab-dp:first-child {
    border-left: 1px solid #ccc;
}

.item-color-dp.activo,
.item-talla-dp.activo {
    outline: 3px solid #000;
    border-radius: 4px;
}


/* ESTILOS DE DETALLE DE PRODUCTO*/


/* ESTILOS DE DETALLE DE CONTACTO*/

.section-1-contacto{
    display: flex;
    border-bottom: 10px solid rgb(255, 87, 34);
}

.section-1-contacto>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-contacto>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.section-2-contacto{
    margin: 50px 0px 20px 0px;
}

.section-2-contacto>p{
    text-align: center;
    font-family: 'IvyStyleSans-Regular';
    font-size: 25px;
    margin: 0px;
}

.section-3-contacto{
    display: flex;
    padding: 0px 100px;
    margin-top: 50px;
}

.info-s3-contacto{
    width: 50%;
    margin: 0 auto;
}

.mapa-s3-contacto{
    width: 50%;
}

.header-info-s3-contacto{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-info-s3-contacto>img{
    width: 60px;
}

.header-info-s3-contacto>h3{
    font-size: 25px;
    margin: 0px 0px 0px 10px;
    font-family: 'IvyStyleSans-SemiBold';
}

.subheader-info-s3-contacto{
    display: flex;
    flex-direction: column;
}

.subheader-info-s3-contacto>h3{
    font-family: 'IvyStyleSans-Regular';
    font-size: 25px;
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.item-info-contacto{
    margin: 0px 0px 40px 0px;
}

.section-4-contacto{
    display: flex;
}

.item-carusel-contacto{
    width: 25%;
    height: 245px;
    background-size: cover;
    background-position: center;
}

/* ESTILOS DE DETALLE DE CONTACTO */


/* ESTILOS DE DETALLE DE INGRESAR */

.item-direccion{
    margin: 0px 0px 20px 0px;
}

.item-direccion > p{
    margin: 5px 0px !important;
}

.footer-direccion-cuenta{
    color: #f74c00;
    font-size: 17px;
    display: flex;
}

.footer-direccion-cuenta > a{
    color: #f74c00;
    font-size: 16px;
    margin-left: 30px;
}

.section-1-ingresar{
    display: flex;
    /* border-bottom: 10px solid rgb(255, 87, 34); */
    background: rgb(255, 87, 34);
    justify-content: center;
}

.section-1-ingresar>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-ingresar>h2{
    font-family: 'IvyStyleSans-Bold';
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}

.section-2-ingresar{
    display: flex;
    padding: 50px 100px;
}

.ingresa-content-ingresar{
    width: 60%;
}

.nueva-cuenta-ingresar{
    width: 40%;
}

.ingresa-content-ingresar>h2{
    font-size: 25px;
    margin: 0px 0px 0px 10px;
    font-family: 'IvyStyleSans-SemiBold';
}

.item-ingresar{
    margin: 20px 0px;
}

.item-ingresar>h3{
    font-family: 'IvyStyleSans-Semibold';
    margin: 0px 0px 8px 0px;
    font-size: 18px;
}

.item-ingresar>input{
    border: 1px solid rgb(225, 224, 224);
    outline: none;
    height: 30px;
    width: 330px;
    padding: 0px 0px 0px 10px;
    font-family: 'IvyStyleSans-Regular';
}

.show-password{
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.show-password>input{
    width: 25px;
    height: 25px;
}

.show-password>label{
    margin-left: 10px;
    font-family: 'IvyStyleSans-Regular';
}

.container-btn-ingresar{
    display: flex;
    margin: 50px 0px 0px 0px;
    justify-content: space-between;
}

.container-btn-ingresar>button{
    background: rgb(255, 87, 34);
    border: 0;
    padding: 15px 40px;
    color: white;
    font-family: 'IvyStyleSans-Semibold';
    font-size: 18px;
    cursor: pointer;
}

.container-btn-ingresar>a{
    font-family: 'IvyStyleSans-Regular';
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-right: 100px;
}

.nueva-cuenta-ingresar>h2{
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    font-family: 'IvyStyleSans-SemiBold';
}

.nueva-cuenta-ingresar>p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 18px;
}

.nueva-cuenta-ingresar>a{
    background: rgb(255, 87, 34);
    border: 0;
    padding: 15px 40px;
    color: white;
    font-family: 'IvyStyleSans-Semibold';
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.container-mi-cuenta {
  display: flex;
  min-height: 100vh;
  padding: 50px 100px;
}

/* Menú lateral */
.sidebar {
  width: 250px;
  background: #d9d9d9;
  padding: 20px;
  box-sizing: border-box;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 12px 10px;
  cursor: pointer;
}

.sidebar ul li.active {
  background: #333;
  color: white;
  font-weight: bold;
}

.sidebar ul li:hover {
  background: #bbb;
}

/* Contenido principal */
.content {
  flex: 1;
  padding: 40px;
}

.content h2 {
  border-bottom: 2px solid black;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.content p {
  margin: 20px 0;
}

.edit-link {
  color: #f74c00;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}

.item-input-facturacion-cuenta{
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
    width: 50%;
}

.item-input-facturacion-cuenta>label{
    font-size: 18px;
    margin-bottom: 3px;
}

.item-input-facturacion-cuenta>input{
    height: 30px;
    font-size: 18px;
}

.container-item-input-facturacion-cuenta{
    display: flex;
    justify-content: space-between;
}

.item-input-facturacion-cuenta-2{
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
    width: 45%;
}

.item-input-facturacion-cuenta-2 > label{
    font-size: 18px;
    margin-bottom: 3px;
}

.item-input-facturacion-cuenta-2 > input{
    height: 30px;
    font-size: 18px;
}

.item-input-facturacion-cuenta-2 > select{
    height: 40px;
    font-size: 18px;
}

.edit-link:hover {
  text-decoration: underline;
}

.actions {
  margin-top: 30px;
}

.actions p {
  margin: 15px 0;
  font-weight: bold;
  cursor: pointer;
}

.btn-remove-account{
  margin-top: 50px !important;
}

/* ESTILOS DE DETALLE DE INGRESAR */

/* ESTILOS DE REGISTRO */

.section-1-registro{
    display: flex;
    border-bottom: 10px solid rgb(255, 87, 34);
}

.section-1-registro>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-registro>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.section-2-registro{
    display: flex;
    padding: 50px 100px;
}

.ingresa-content-registro{
    width: 60%;
}

.nueva-cuenta-registro{
    width: 40%;
}

.ingresa-content-registro>h2{
    font-size: 25px;
    margin: 0px 0px 0px 10px;
    font-family: 'IvyStyleSans-SemiBold';
}

.item-registro{
    margin: 10px 0px;
}

.item-registro>h3{
    font-family: 'IvyStyleSans-Semibold';
    margin: 20px 0px 5px 0px;
    font-size: 18px;
}

.item-registro>input{
    border: 3px solid rgb(225, 224, 224);
    outline: none;
    height: 30px;
    width: 330px;
    padding: 0px 0px 0px 10px;
    font-family: 'IvyStyleSans-Regular';
}

.show-password{
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.show-password>input{
    width: 25px;
    height: 25px;
}

.show-password>label{
    margin-left: 10px;
    font-family: 'IvyStyleSans-Regular';
}

.container-btn-registro{
    display: flex;
    margin: 50px 0px 0px 0px;
    justify-content: space-between;
}

.container-btn-registro>button{
    background: rgb(255, 87, 34);
    border: 0;
    padding: 15px 40px;
    color: white;
    font-family: 'IvyStyleSans-Semibold';
    font-size: 18px;
    cursor: pointer;
}

.container-btn-registro>a{
    font-family: 'IvyStyleSans-Regular';
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-right: 100px;
}

.nueva-cuenta-registro>h2{
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    font-family: 'IvyStyleSans-SemiBold';
}

.nueva-cuenta-registro>p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 18px;
}

.nueva-cuenta-registro>button{
    background: rgb(255, 87, 34);
    border: 0;
    padding: 15px 40px;
    color: white;
    font-family: 'IvyStyleSans-Semibold';
    font-size: 18px;
}

/* ESTILOS DE REGISTRO */

/* ESTILOS DE PREGUNTAS FRECUENTES */

.section-1-pf{
    display: flex;
    border-bottom: 10px solid rgb(255, 87, 34);
}

.section-1-pf>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-pf>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.rombo {
    width: 20px;
    height: 20px;
    background-color: #ff3c00; /* Naranja */
    transform: rotate(45deg);
    margin: 20px; /* opcional para separación */
}

.section-2-pf{
    padding: 100px 100px 50px 100px;
}

.pregunta-pf{
    display: flex;
    margin-bottom: 50px;
}

.info-pregunta>h2{
    font-family: 'IvyStyleSans-SemiBold';
    font-size: 30px;
    margin: 10px 0px 10px 0px;
}

.info-pregunta>h3{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
}

/* ESTILOS DE PREGUNTAS FRECUENTES */


/* ESTILOS DE NOSOTROS */

.section-1-nosotros{
    background-size: cover;
    height: 500px;
    background-position: center;
}

.section-2-nosotros{
    padding: 50px 100px;
}

.section-2-nosotros>h2{
    font-family: 'IvyStyleSans-Semibold';
    font-size: 25px;
    text-align: center;
}

.section-3-nosotros{
    padding: 0px 100px;
}

.item-nosotros>h2{
    font-family: 'IvyStyleSans-Semibold';
    font-size: 25px;
    margin: 0px;
}

.section-3-nosotros > p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    text-align: justify;
}

.item-nosotros>p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
}

.container-info-nosotros-1 > .item-nosotros{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-info-nosotros-1 > .item-nosotros>img{
    width: auto;
    margin-bottom: 20px;
    height: 70px;
}

.container-info-nosotros-1 > .item-nosotros>h2{
    color: white;
    background: #FF5721;
    width: 100px;
    text-align: center;
}

.container-info-nosotros-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-info-nosotros-2 > .item-nosotros{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.container-info-nosotros-2 > .item-nosotros>img{
    width: auto;
    margin-bottom: 20px;
    height: 70px;
    object-fit: contain;
}

.container-info-nosotros-2 > .item-nosotros>h2{
    color: white;
    background: #FF5721;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.container-info-nosotros-2 > .item-nosotros>p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    text-align: left;
    margin: 0px;
}

.container-info-nosotros-2{
  padding-bottom: 100px;
}

/* ESTILOS DE NOSOTROS */

/* ESTILOS DE FACTURACIÓN */

.section-1-facturacion{
    display: flex;
    border-bottom: 10px solid rgb(255, 87, 34);
}

.section-1-facturacion>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-facturacion>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.section-2-facturacion{
    padding: 50px 100px;
}

.flex-facturacion-items{
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    justify-content: space-between;
}

.item-facturacion>h4{
    font-family: 'IvyStyleSans-Regular';
    margin: 0px 0px 10px 0px;
    font-size: 20px;
}

.item-facturacion>input{
    border: 2px solid #D3D2D2;
    padding: 5px 15px;
    display: flex;
    height: 25px;
    width: 95%;
}

.item-facturacion>textarea{
    border: 2px solid #D3D2D2;
    padding: 5px 15px;
    display: flex;
    width: 100%;
    height: 150px;
}

.item-facturacion>select{
    border: 2px solid #D3D2D2;
    padding: 0px 15px;
    display: flex;
    height: 40px;
    width: 100%;
}

.subtitulo-facturacion{
    font-size: 20px;
    font-family: 'IvyStyleSans-SemiBold';
}

#if-1{
    width: 57%;
}

#if-2{
    width: 40%;
}

#if-3{
    width: 50%;
}

#if-4{
    width: 45%;
}

#if-5{
    width: 45%;
}

#if-6{
    width: 57%;
}

#if-7{
    width: 40%;
}

#if-8{
    width: 45%;
}

#if-9{
    width: 45%;
}

#if-10{
    width: 45%;
}

#if-11{
    width: 45%;
}

#if-12{
    width: 45%;
}

#if-13{
    width: 45%;
}

#if-14{
    width: 45%;
}

#if-15{
    width: 100%;
}

#if-16{
    width: 45%;
}

.upload-container {
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 60px 20px;
    text-align: center;
    cursor: pointer;
    transition: border 0.3s;
    width: 97%;
    display: block;
}

.upload-container:hover {
    border-color: #ff3c00;
}

.upload-icon {
    background-color: #ddd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon img {
    width: 40px;
    height: 40px;
}

.upload-label {
    font-size: 18px;
    color: #000;
}

.file-input {
    display: none;
}

.parrafo-fact-1{
    color: rgb(115, 115, 115);
    font-size: 20px;
    font-family: 'IvyStyleSans-Regular';
    text-align: center;
    padding: 0px 150px;
}

.btn-submit-fact{
    background: rgb(255, 87, 34);
    border: 0;
    padding: 15px 40px;
    color: white;
    font-family: 'IvyStyleSans-Semibold';
    font-size: 18px;
    display: block;
    margin: 50px auto 100px auto;
}

.parrafo-fact-2, .parrafo-fact-3{
    color: black;
    font-size: 20px;
    font-family: 'IvyStyleSans-Regular';
    text-align: center;
    padding: 0px 150px;
}

/* ESTILOS DE FACTURACIÓN */


/* ESTILOS DE AVISO DE PRIVACIDAD */

.section-1-aviso{
    display: flex;
    border-bottom: 10px solid rgb(255, 87, 34);
}

.section-1-aviso>img{
    width: 80px;
    background: rgb(255, 87, 34);
    padding: 15px 100px 0px 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

.section-1-aviso>h2{
    font-family: 'IvyStyleSans-Bold';
    color: rgb(255, 87, 34);
    font-size: 40px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.section-2-aviso{
    padding: 50px 100px;
}

.section-2-aviso>h2{
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    font-family: 'IvyStyleSans-SemiBold';
}

.section-2-aviso>p{
    font-family: 'IvyStyleSans-Regular';
    font-size: 18px;
}

.section-2-aviso li{
      font-family: 'IvyStyleSans-Regular';
    font-size: 18px;
}

.input-search>img{
    object-fit: contain;
    cursor: pointer;
}

.input-search-2>img{
    object-fit: contain;
}

/* ESTILOS DE AVISO DE PRIVACIDAD */

/* ESTILOS DE CARRITO DE COMPRAS */

.section-1-carrito{
  display: flex;
}

.section-1-carrito>img{
  width: 80px;
  padding: 15px 0px 0px 100px;
  height: auto;
  display: block;
  object-fit: contain;
}

.section-1-carrito>h2{
  font-family: 'IvyStyleSans-Bold';
  color: rgb(255, 87, 34);
  font-size: 40px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.section-2-carrito{
  padding: 0px 100px;
}

.header-carrito{
  display: flex;
  border-bottom: 4px solid black;
}

.ih1c{
  width: 10%;
}

.ih2c{
  width: 20%;
}

.ih3c, .ih4c, .ih5c{
  width: 20%;
}

.ih6c{
  width: 10%;
}

.item-header-carrito{
    display: flex;
    justify-content: center;
}

.item-header-carrito>h2{
    font-weight: bold;
    font-family: 'IvyStyleSans-Bold';
    font-size: 30px;
}

.row-body-carrito{
    display: flex;
    border-bottom: 2px solid rgb(211, 210, 210);
    padding: 15px 0px;
}

.ib1c{
  width: 10%;
}

.ib1c>img{
  width: 100%;
}

.ib2c{
  width: 20%;
  margin-left: 10px;
}

.ib2c>p{
  margin: 4px 0px;
  font-family: 'IvyStyleSans-Regular';
  font-size: 20px;
}

.ib3c, .ib4c, .ib5c{
  width: 20%;
  display: flex;
  justify-content: center;
}

.item-body-carrito>h2{
  font-family: 'IvyStyleSans-Regular';
}

.ib4c>input{
    width: 20%;
    height: 30px;
    border: 2px solid black;
    padding: 5px;
    font-size: 16px;
}

.ib6c{
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
}

.ib6c>img{
  width: 35px;
  object-fit: contain;
  cursor: pointer;
}

.container-cupones-carrito{
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

.container-cupon-1{
  display: flex;
  align-items: center;
  width: 50%;
}

.container-cupon-2{
  display: flex;
  justify-content: center;
  width: 50%;
}

.cupon-item{
  border: 1px solid black;
  margin-right: 20px;
}

.cupon-item>input{
  border: 0;
  padding: 0px 30px 0px 30px;
  font-size: 18px;
  outline: none;
}

.cupon-item>button{
  background: black;
  color: white;
  font-family: 'IvyStyleSans-Regular';
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

.btn-actualizar-carrito{
  background: black;
  color: white;
  font-family: 'IvyStyleSans-Regular';
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

.info-carrito>h2{
  margin: 0px;
  font-family: 'IvyStyleSans-Bold';
  font-size: 28px;
}

.info-carrito>h5{
  margin: 10px 0px;
  font-family: 'IvyStyleSans-Regular';
  font-size: 16px;
}

.container-cupon-2>h2{
  margin: 0px 0px auto 20px;
  font-family: 'IvyStyleSans-Regular';
  display: block;
}

.container-footer-carrito{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.btn-back-carrito{
  display: flex;
  cursor: pointer;
}

.btn-back-carrito>img{
    width: 30px;
    object-fit: contain;
}

.btn-back-carrito>h2{
    color: rgb(255, 87, 34);
    font-size: 25px;
    font-weight: 900;
    font-family: 'IvyStyleSans-SemiBold';
}

.container-footer-carrito>span{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    cursor: pointer;
}

#mensaje-carrito-vacio>p{
    text-align: left;
    font-size: 40px;
    font-family: 'IvyStyleSans-Regular';
}

.container-footer-carrito>button{
    background: rgb(255, 87, 34);
    color: white;
    border: 0;
    padding: 20px 30px;
    font-family: 'IvyStyleSans-Regular';
    font-size: 19px;
    cursor: pointer;
}
/* ESTILOS DE CARRITO DE COMPRAS */

/* ESTILOS DE DIRECCION DE ENVIO */

.section-1-de{
  display: flex;
}

.section-1-de>img{
  width: 80px;
  padding: 15px 0px 0px 100px;
  height: auto;
  display: block;
  object-fit: contain;
}

.section-1-de>h2{
  font-family: 'IvyStyleSans-Bold';
  color: rgb(255, 87, 34);
  font-size: 40px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}

#ide-1 {
    width: 57%;
}

#ide-2 {
    width: 49%;
}

#ide-3 {
    width: 49%;
}

#ide-4 {
    width: 44%;
}

#ide-5 {
    width: 57%;
}

#ide-6 {
    width: 39%;
}

#ide-7 {
    width: 48%;
}

#ide-8 {
    width: 48%;
}

#ide-9 {
    width: 48%;
}

#ide-10 {
    width: 48%;
}

#ide-11 {
    width: 48%;
}

#ide-12 {
    width: 100%;
}

.flex-de-items-button{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: end;
}

.finaliza-direccion-envio{
  background: rgb(255, 87, 34);
  color: white;
  font-family: 'IvyStyleSans-Bold';
  padding: 15px 25px;
  font-size: 20px;
  border: 0;
  cursor: pointer;
}

/* ESTILOS DE DIRECCION DE ENVIO */

/* ESTILOS DE FINALIZAR COMPRA */

.section-1-fc{
  display: flex;
}

.section-1-fc>img{
  width: 80px;
  padding: 15px 0px 0px 100px;
  height: auto;
  display: block;
  object-fit: contain;
}

.section-1-fc>h2{
  font-family: 'IvyStyleSans-Bold';
  color: rgb(255, 87, 34);
  font-size: 40px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.item-total-fc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px;
}

.item-total-fc>h2{
    font-family: 'IvyStyleSans-Bold';
    font-size: 25px;
    margin: 0;
}

.item-total-fc>h3{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    margin: 0px;
}

.item-total-2-fc{
    display: flex;
    align-items: flex-end;
    margin-top: -15px;
}

.item-total-2-fc>h2{
    font-family: 'IvyStyleSans-Regular';
    font-size: 19px;
    margin: 0px;
}

.item-total-2-fc>h3{
    font-family: 'IvyStyleSans-Regular';
    font-size: 17px;
    margin: 0px;
}

.section-2-fc{
    display: flex;
    padding: 0px 100px;
    justify-content: space-between;
}

.item-carrito-fc{
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

.item-carrito-fc>h2{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    margin: 0px;
    max-width: 70%;
}

.item-carrito-fc>h3{
    font-family: 'IvyStyleSans-Regular';
    font-size: 20px;
    margin: 0px;
}

.item-carrito-fc>h5{
    text-align: center;
    font-family: 'IvyStyleSans-Regular';
    font-size: 22px;
    margin: 30px auto 0px auto;
    cursor: pointer;
}

.section-3-fc{
  padding: 0px 100px;
}

.forma-pago-fc>h2{
  font-size: 25px;
  font-family: 'IvyStyleSans-SemiBold';
}

.opciones-pago-fc{
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    margin-bottom: 30px;
}

.opciones-pago-fc img{
    width: 100px;
}

.forma-pago-check-fc>a{
    font-family: 'IvyStyleSans-Regular';
    color: black;
    text-decoration: underline;
    font-size: 18px;
}

.container-flex-ssl{
    display: flex;
    align-items: center;
    margin: 55px 0px;
}

.container-flex-ssl>img{
    width: 40px;
    margin-right: 10px;
}

.container-flex-ssl>h3{
    font-family: 'IvyStyleSans-SemiBold';
    font-size: 23px;
    margin: 0px;
}

.forma-pago-check-fc{
    margin: 10px 0px;
}

.bt-finaliza-compra-fc{
    background: rgb(255, 87, 34);
    color: white;
    font-family: 'IvyStyleSans-Bold';
    padding: 15px 25px;
    font-size: 20px;
    border: 0;
    margin-bottom: 50px;
    cursor: pointer;
}

.opciones-pago-fc span {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  transition: border 0.3s ease;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
}

.opciones-pago-fc span.selected {
  border: 2px solid #2196F3;
  background-color: #e3f2fd;
}

/* ESTILOS DE FINALIZAR COMPRA */

/* RESPONSIVO */ 

/* Estilos por defecto */
.menu-toggle {
  background-color: white;
  color: black;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 30px;
  border-radius: 5px;
  margin: 10px;
  border: 2px solid black;
  display: none;
}


/* Responsive (hasta 768px) */
@media (max-width: 950px) {
  body{
    padding-top: 170px;
  }

  .input-search{
    display: none;
  }

  .menu-toggle {
    display: block;
    font-size: 20px;
  }

  .envio-gratis>img{
    width: 20px;
  }

  .main-menu {
    display: none;
    flex-direction: column;
    background-color: #f2f2f2;
    padding: 10px;
    margin: 0;
    gap: 10px;
    top: 300px;
    position: relative;
    left: -80px;
  }

  .flex-cpf>img {
      width: 20px;
      object-fit: contain;
  }

  .main-menu.show {
    display: flex;
    overflow-y: scroll;
    min-height: 380px;
    top: 180px;
  }

  .main-menu li {
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .topbar-rhinos{
    height: 50px;
    justify-content: center;
    width: calc(100% - 20px);
    padding: 0px 10px;
    z-index: 1033;
  }

  .envio-gratis {
      width: 50%;
  }

  .swiper{
    z-index: -1 !important;
  }

  .submenu-top{
    height: 120px;
    top: 50px;
    padding: 0px 10px;
    flex-wrap: wrap;
    z-index: 1;
  }

  .input-search-2{
    display: flex;
    height: 20px;
    padding: 5px 5px;
    display: flex;
  }

  .input-search-2>input{
    font-size: 18px;
  }

  .input-search-2>img {
      width: 20px;
  }

  .input-search-2>input::placeholder{
      font-size: 18px;
      font-family: 'IvyStyleSans-Regular';
      color: rgb(211, 210, 210);
  }

  .menu-tabs.move-up{
    display: none;
  }

  .content-account{
    padding: 4px 10px;
  }

  .menu-tabs{
    top: -50px;
    box-shadow: 0px 4px 6px #4e4a4a;
    height: 60px;
    z-index: 1032 !important;
    box-shadow: initial;
  }

  .envio-gratis>h2{
    font-size: 9px;
  }

  .flex-cpf>h2{
    font-size: 9px;
  }

  .navbar-brand, .navbar-brand img {
    width: 100px;
  }

  .input-search>input{
    font-size: 20px;
  }

  .contacto-pf {
    width: 50%;
  }

  .input-search>img{
    width: 20px;
  }

  .content-account>img{
    width: 15px;
  }

  .content-account>h3{
    font-size: 18px;
    display: none;
  }

  .content-cart>img{
    width: 20px;
  }

  .section-1-footer{
    flex-wrap: wrap;
    padding: 20px 30px;;
  }

  .informacion-footer {
      display: flex;
      flex-direction: column;
      width: 47%;
  }

  .mi-cuenta-footer{
      width: 47%;
  }

  .informacion-footer>h2{
    font-size: 18px;
  }

  .informacion-footer>a{
    font-size: 18px;
  }

  .mi-cuenta-footer h2{
    font-size: 18px;
  }

  .mi-cuenta-footer>h3{
    font-size: 18px;
  }

  .mi-cuenta-footer p{
    font-size: 18px;
  }

  .input-newsletter{
    width: 100%;
    align-items: center;
  }

  .input-newsletter img{
    width: 30px;
  }

  .text-aviso{
    font-size: 16px;
    padding: 0px 50px;
  }

  /* HOME */ 
  .section-2-home{
    flex-direction: column;
    padding: 20px 30px;
  }

  .item-s2-home{
    width: auto;
    margin: 7px 0px;
  }

  .item-s2-home>img{
    width: 80px;
  }

  .item-s2-home>h3{
    font-size: 19px;
  }

  .section-3-home{
    display: flex;
    flex-direction: column;
  }

  .title-carrousel-home{
    width: auto;
    margin: 30px 30px auto;
  }

  .title-carrousel-home>h2{
    font-size: 22px;
  }

  .carrousel-pd-home{
    margin-top: 30px;
    padding: 0px 30px;
  }

  .item-carrousel-home>img{
    width: 150px;
  }

  .section-4-home>h2{
    font-size: 25px;
  }

  .line-orange-s4-home{
    height: 20px;
  }

  .section-5-home{
    flex-direction: column;
    padding: 20px 30px;
  }

  .item-s5-home{
    width: 100%;
    margin-bottom: 30px;
  }

  .item-s5-home>img{
    width: 100px;
    height: 100px;
  }

  #durabilidad-home{
    width: 150px;
  }

  .section-6-home{
    /* padding: 0px 20px;
    flex-direction: column; */
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 1rem 0;
  }

  .image-s6-home{
    /* width: 100%; */
    min-width: 60%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  /* HOME */ 

  /* AVISO DE PRIVACIDAD */ 

  .section-1-aviso>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-aviso>h2{
    font-size: 22px;
  }

  .section-2-aviso{
    padding: 50px 30px;
  }

  .section-2-aviso>h2{
    font-size: 22px;
  }

  /* AVISO DE PRIVACIDAD */ 

  /* CONTACTO */ 

  .section-1-contacto>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-contacto>h2{
    font-size: 22px;
  }

  .section-2-contacto{
    padding: 50px 30px 30px 30px;
    margin: 0px;
  }

  .section-2-contacto>p{
    font-size: 20px;
  }

  .section-3-contacto{
    margin-top: 0px;
    padding: 0px 30px;
    flex-direction: column;
  }

  .info-s3-contacto{
    width: 100%;
  }

  .mapa-s3-contacto{
    width: 100%;
  }

  .header-info-s3-contacto>img{
    width: 40px;
  }

  .header-info-s3-contacto>h3{
    font-size: 20px;
  }

  .subheader-info-s3-contacto>h3{
    font-size: 16px;
  }

  .mapa-s3-contacto iframe{
    width: 100% !important;
    height: 300px;
  }

  .section-4-contacto{
    flex-direction: column;
  }

  .item-carusel-contacto{
    width: 100%;
    height: 205px;
  }

  /* CONTACTO */ 

  /* DETALLE DE PRODUCTO */ 

  .section-1-detalle-prod{
    padding: 20px;
    flex-direction: column;
  }

  .section-img-detalle-prod{
    width: 100%;
  }

  .section-img-detalle-prod>img{
    width: 100%;
  }

  .galeria-detalle-prod{
    margin-top: 10px;
  }

  .section-info-detalle-prod{
    width: 100%;
    padding: 0px 20px;
  }

  .section-info-detalle-prod>img{
    width: 140px;
  }

  .section-info-detalle-prod>h1{
    font-size: 22px;
  }

  .precio-detalle-prod{
    font-size: 20px;
    width: 75%;
  }

  .content-precio-detalle-prod>small{
    font-size: 18px;
  }

  .flex-info-detalle-prod>h4{
    font-size: 18px;
  }

  .flex-info-detalle-prod>h5{
    font-size: 18px;
  }

  .item-color-dp{
    width: 15px;
    height: 15px;
  }

  .container-talla-dp>h2{
    font-size: 20px;
  }

  .item-talla-dp{
    width: 25px;
    height: 25px;
  }

  .container-cantidad-dp>h2{
    font-size: 20px;
  }

  .container-cantidad-dp>input{
    height: 35px;
    width: 80px;
  }

  .container-cantidad-dp>button{
    width: 180px;
    font-size: 15px;
  }

  .section-2-detalle-prod{
    padding: 20px 30px;
  }

  .section-2-detalle-prod>p{
    font-size: 20px;
  }

  .tabs-dp{
    flex-direction: column;
  }
  .tab-dp{
    width: 100%;
    font-size: 20px;
  }

  /* DETALLE DE PRODUCTO */ 

  /* FACTURACIÓN */ 

  .section-1-facturacion>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-facturacion>h2{
    font-size: 22px;
  }

  .section-2-facturacion{
    padding: 50px 30px;
  }

  .flex-facturacion-items{
    flex-direction: column;
    margin-bottom: 0px;
  }

  #if-1, #if-2, #if-3, #if-4, #if-5, #if-6, #if-7, #if-8, #if-9, #if-10, #if-11, #if-12, #if-13, #if-14, #if-15{
    width: 100%;
    margin-bottom: 10px;
  }

  .upload-container{
    padding: 40px 0px;
    width: 100%;
  }

  .parrafo-fact-1{
    padding: 0px 30px;
    font-size: 18px;
  }

  .btn-submit-fact{
    margin: 50px auto 80px auto;
  }

  .parrafo-fact-2, .parrafo-fact-3{
    padding: 0px 30px;
    font-size: 18px;
  }

  .item-facturacion>h4{
    font-size: 18px;
  }

  .item-facturacion>input{
    height: 20px;
    font-size: 18px;
  }


  /* FACTURACIÓN */ 

  /* INGRESAR */ 

  .section-1-ingresar>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-ingresar>h2{
    font-size: 22px;
  }

  .section-2-ingresar{
    padding: 20px 30px;
    flex-direction: column;
  }

  .ingresa-content-ingresar{
    width: 100%;
    margin-bottom: 50px;
  }

  .item-ingresar>input{
    width: 100%;
    font-size: 22px;
  }

  .container-btn-ingresar{
    flex-direction: column;
  }

  .nueva-cuenta-ingresar{
    width: 100%;
  }

    .item-ingresar {
        margin: 5px 0px;
    }

    .item-ingresar>h3 {
        font-family: 'IvyStyleSans-Semibold';
        margin: 10px 0px 10px 0px;
        font-size: 18px;
    }

  /* INGRESAR */

  /* REGISTRO */

  .section-1-registro>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-registro>h2{
    font-size: 22px;
  }

  .section-2-registro{
    padding: 50px 30px;
    flex-direction: column;
  }

  .ingresa-content-registro{
    width: 100%;
    margin-bottom: 50px;
  }

  .item-registro>input{
    width: 100%;
  }

  .container-btn-registro{
    flex-direction: column;
  }

  .nueva-cuenta-registro{
    width: 100%;
  }

  /* REGISTRO */
  
  /* NOSOTROS */

  .section-1-nosotros{
    width: 100%;
    height: 200px;
  }

  .section-2-nosotros{
    padding: 50px 30px 30px 30px;
  }

  .section-2-nosotros>h2{
    font-size: 20px;
  }

  .section-3-nosotros{
    padding: 0px 30px;
  }

  .item-nosotros>h2{
    font-size: 20px;
  }

  /* NOSOTROS */

  /* PREGUNTAS FRECUENTES */

  .section-1-pf>img{
    width: 50px;
    padding: 20px 20px;
  }

  .section-1-pf>h2{
    font-size: 22px;
  }

  .section-2-pf{
    padding: 70px 30px 50px 30px;
  }

  .info-pregunta>h2{
    font-size: 22px;
  }

  .info-pregunta>h3{
    font-size: 18px;
  }

  /* PREGUNTAS FRECUENTES */


  /* PRODUCTOS */

  .section-1-products{
    padding: 0px 30px;
  }

  .section-1-products>h2{
    font-size: 22px;
  }

  .section-1-products>img{
    width: 70px;
  }

  .section-2-products{
    flex-direction: column;
    padding: 10px 30px;
  }

  .filtro-dropdown{
    width: 100%;
  }

  .section-grid-products{
    width: 100%;
    margin-left: 0px;
    padding-top: 50px;
  }

  .item-carrousel-product{
    max-width: 100%;
    padding: 5px 30px;
    margin: 0px 0px 10px 0px;
  }

  /* PRODUCTOS */

  .footer-part-3{
    width: 90%;
  }

  .tab-content {
      width: 300px;
      top: 200px;
      position: relative;
  }

  .flex-cpf-footer{
    margin: 10px 0px 10px 0px;
  }

  .redes-sociales-footer img{
    width: 40px;
  }

  /*MI CUENTA*/
  .container-mi-cuenta {
      flex-direction: column;
      padding: 20px 20px;
      align-items: center;
  }
  /*MI CUENTA*/

}

/* RESPONSIVO */ 

