* {
  font-family: "Urbanist" !important;
  color: gray;
  font-weight: 400;
} 
.dropdown-menu {
  display: none; 
}
.navbar {
  transition: background-color 0.3s ease;
}
.navbar .megamenu {
  padding: 2rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 768px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 767.98px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  } 
  .menulineeffect {
    margin: 0.75rem;
  }
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.textoopinion {
  font-family: "Dancing Script" !important;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
}
.perfumertitle {
  color: black;
  font-weight: 600;
}
.blogtitle {
  color: #ff8400 !important;
  font-weight: 500;
  font-size: 1em;
}

.blog_cat {
  font-size: 0.7em;
  font-weight: 500;
}
.blog_cat2 {
  color: black;
}

.blogtitle2 {
  position: relative;
  top: -30px;
}

.border-primary {
  border-color: #ff8400 !important;
}

.btnpintura2 {
  border-radius: 0px;
  position: absolute;
  bottom: 10%;
  left: 5%;
  cursor: pointer;
}

.pinturaname {
  color: white;
  font-weight: 550;
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 1.25rem;
}

.btnpintura {
  border-radius: 0px;
  position: absolute;
  top: 25%;
  left: 5%;
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 0;
}

.card {
  border-radius: 0;
}

.megamenu h6 a {
  color: black;
  text-decoration: none;
  font-weight: 750;
  font-size: 1.2em;
}
.megamenu h6 {
  padding-bottom: 6px;
  padding-top: 6px;
}

.megamenu h6 a:hover {
  color: black;
  text-decoration: underline;
}

.megamenu a,
.titlemegamenu a,
.megamenu ul li a {
  color: gray;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
}

.megamenu,
.titlemegamenu,
.megamenu ul li {
  padding-bottom: 6px;
  padding-top: 6px;
}

.megamenu a:hover,
.titlemegamenu a:hover,
.megamenu ul li a:hover {
  text-decoration: underline;
}

.productname {
  color: black;
  font-weight: 700;
}

.productdetail {
  font-weight: 400;
  color: black;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}

.productprice {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ff8400;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn {
  border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button#count,
input[type="number"]::-webkit-outer-spin-button#count {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]#count {
  -moz-appearance: textfield;
}

input.inputproductqty[type="number"] {
  width: 60px;
  flex: none;
  -moz-appearance: textfield;
}

input.inputproductqty[type="number"]::-webkit-inner-spin-button,
input.inputproductqty[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-btn {
  background-color: #f0f0f0;
  cursor: pointer;
  border: 0px solid #ccc;
  border-radius: 0px !important;
}

.qty-btn:hover {
  background-color: #e0e0e0;
}

.linearribaseparada {
  border-top: 1px solid #eee;
}

.encabezado {
  color: black !important;
  font-weight: 650 !important;
  text-align: center;
}

.productprecio {
  font-weight: 600;
  font-size: 1.1em;
  color: black;
}

.menulineeffect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0px !important;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem !important;
}

.menulineeffect::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.menulineeffect:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  transform: scaleX(1);
}
.nav-link:focus,
.nav-link.active {
  transform: scaleX(1);
}

.dropdown-item:active {
  background-color: #ff8400;
}

.icon-box-title {
  font-weight: 650;
  color: black;
  margin-top: 1.3em;
  font-size: 1.25rem !important;
}
.icon-box-desc {
  font-weight: 400;
  margin-top: 1em;
  font-size: 1.25rem !important;
}

.footer {
  background-color: #4c4b4b;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer h5 {
  color: white;
}

.footer p {
  line-height: 1.5em;
  color: white;
}

ul.list-unstyled li.nav-item,
.footer p {
  padding-top: 0.75em;
}
.footer-link {
  color: white;
  text-decoration: none;
}
.footer-link:hover {
  color: #ff8400;
  text-decoration: none;
}
.buttonrp {
  font-weight: 600 !important;
  border-radius: 0px !important;
  transition: all 0.7s ease;
}

.buttonrp2 {
  font-weight: 600 !important;
  border-radius: 0px;
  transition: all 0.7s ease;
}

.buttonrp3 {
  font-weight: 700 !important;
  padding: 0.75rem 3rem !important;
  border-radius: 0px;
  transition: all 0.7s ease;
}
.buttonrp3:hover {
  border-radius: 0px;
}

.buttonrp4 {
  font-weight: 600 !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  color: white;
  background-color: black;
  border: 1px solid white;
  border-radius: 0px;
}
.buttonrp4:hover {
  color: white;
  background-color: #ff8400;
  border: 1px solid #ff8400;
  border-radius: 0px;
}

.carttable th {
  color: black !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.namecartdetail {
  color: black;
  font-weight: 400 !important;
}
.pricecartdetail {
  color: black;
  font-weight: 800 !important;
}

.namecartlateral {
  color: black;
  font-size: 0.85rem;
  font-weight: 400 !important;
}
.pricecartlateral {
  color: black;
  font-size: 0.85rem;
  font-weight: 600 !important;
}
.lateralpricevalor {
  color: black;
  font-weight: 700;
  font-size: 2rem;
}

.lateraltotalprice {
  font-weight: 400;
  color: black;
}
.mx-10 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-9 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.shipinf {
  font-weight: 600 !important;
  color: black !important;
}
.shipinf h4 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
#grandtotal_value,
#shipping_value {
  font-weight: 600 !important;
  color: black !important;
}
.shopping-cart h2 {
  font-weight: 600 !important;
  color: black !important;
  font-size: 2.5rem !important;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  color: #7e7e7e;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  appearance: none;
  border-radius: 0.1875rem;
  box-shadow: 0 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid black;
  background-color: transparent !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table {
  --bs-table-color: #7e7e7e;
  --bs-table-bg: transparent;
  --bs-table-border-color: #eee;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #7e7e7e;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #7e7e7e;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #7e7e7e;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  color: var(--bs-table-color);
}

#id_privacidad {
  transform: scale(1.8); /* Ajusta el número para hacerlo más grande */
  margin-right: 10px; /* Espacio extra si se deforma la alineación */
}

.tagproduct {
  display: inline-block;
  font-size: 0.9rem !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
  color: #fff !important;
  font-family: DM Serif Text !important;
}

/* Estilos por estado */
.tagproduct.finished {
  background-color: #e74c3c !important;
}
.tagproduct.discontinued {
  background-color: #e74c3c !important;
}

.tagproduct.out-of-stock {
  background-color: #f39c12 !important; /* naranja */
}

.tagproduct.new {
  background-color: #27ae60 !important; /* verde */
}

.tagfloating {
  position: absolute;
  top: 10px;
  right: 10px;
}

#carouselExampleIndicators .carousel-indicators {
  position: static !important;
  margin-top: 1rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
  width: 40px; /* ajusta a gusto */
  height: auto;
  border: none;
  padding: 0;
}

#carouselExampleIndicators .carousel-indicators img {
  width: 40px;
  border-radius: 0.5rem;
}

.carousel-caption h5 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #ff8400;
}

.carousel-item {  
    height: 800px;
    position: relative;
}

.carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
