/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/



html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f9f9f9;
}





audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

:root {
  /* ===== ONIRIC COLORS ===== */
  --bs-oniric-yellow: #FDDA25;
  --bs-oniric-red: #E1523E;
  --bs-oniric-violet: #825DC7;
  --bs-oniric-blue: #002F6C;
  --bs-oniric-white: #F1F1EE;
  --bs-oniric-black: #2D2926;

  --bs-oniric-yellow-rgb: 253, 218, 37;
  --bs-oniric-red-rgb: 225, 82, 62;
  --bs-oniric-violet-rgb: 130, 93, 199;
  --bs-oniric-blue-rgb: 0, 47, 108;
  --bs-oniric-white-rgb: 241, 241, 238;
  --bs-oniric-black-rgb: 45, 41, 38;

  /* ===== BOOTSTRAP / THEME MAP ===== */
  --bs-primary: var(--bs-oniric-blue);
  --bs-primary-rgb: var(--bs-oniric-blue-rgb);
  --bs-secondary: var(--bs-oniric-red);
  --bs-secondary-rgb: var(--bs-oniric-red-rgb);

  --bs-dark: var(--bs-oniric-black);
  --bs-dark-rgb: var(--bs-oniric-black-rgb);
  --bs-light: var(--bs-oniric-white);
  --bs-light-rgb: var(--bs-oniric-white-rgb);

  --bs-black: var(--bs-oniric-black);
  --bs-black-rgb: var(--bs-oniric-black-rgb);
  --bs-white: var(--bs-oniric-white);
  --bs-white-rgb: var(--bs-oniric-white-rgb);

  /* ===== TYPOGRAPHY ===== */
  --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-vform-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-font-sans-serif: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* ===== BODY ===== */
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: var(--bs-oniric-black);
  --bs-body-bg: var(--bs-oniric-white);

  /* ===== LINKS ===== */
  --bs-link-color: var(--bs-oniric-blue);
  --bs-link-color-rgb: var(--bs-oniric-blue-rgb);
  --bs-link-hover-color: var(--bs-oniric-red);

  /* ===== LEGACY ALIASES PARA NO ROMPER EL CSS EXISTENTE ===== */
  --bs-azul-viscoform: var(--bs-oniric-blue);
  --bs-azul-viscoform-rgb: var(--bs-oniric-blue-rgb);
  --bs-azul-oscuro-viscoform: var(--bs-oniric-black);
  --bs-azul-claro-viscoform: var(--bs-oniric-violet);
  --bs-gris-viscoform: var(--bs-oniric-white);
  --bs-negro-viscoform: var(--bs-oniric-black);
  --bs-viscoform: var(--bs-oniric-white);
  --bs-viscoform-rgb: var(--bs-oniric-white-rgb);

  --bs_vfh: 52px;
}

.bottom-content {
	margin:2.5em;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.section {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 300px;
  position: relative;
  z-index: 5;
  position: relative;
}

.section-title h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  background-color: #0167F3;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  border-radius: 2px;
}

.section-title p {
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 30px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 25px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .section-title p {
    font-size: 14px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #0167F3;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #0167F3;
  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;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 4px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #0167F3;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}


.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.add-list-button {
  display: inline-block;
  margin-left: 10px;
}

.add-list-button .btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-color: #fff;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .md-custom-padding {
    padding-right: 0 !important;
  }
}

.hero-area .custom-padding-right {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .custom-padding-right {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}

@media (max-width: 767px) {
  .hero-area .custom-padding-right {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}

.hero-area .slider-head {
  position: relative;
  overflow: hidden;
}


.hero-area .hero-slider .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider {
    height: 400px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider {
    height: 350px;
    margin-bottom: 12px;
  }
}

.hero-area .hero-slider .single-slider .content {
  padding: 20px 365px 20px 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content {
    padding-right: 300px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content {
    padding-right: 30px;
    padding-left: 20px;
  }
}

.hero-area .hero-slider .single-slider .content h2 {
  font-size: 30px;
  font-weight: 800;
  color: #081828;
}

.hero-area .hero-slider .single-slider .content h2 span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: #8a8a8a;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content h2 span {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content h2 span {
    font-size: 14px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content h2 {
    font-size: 20px;
  }
}

.hero-area .hero-slider .single-slider .content p {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content p {
    margin-top: 10px;
  }
}

.hero-area .hero-slider .single-slider .content h3 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 800;
  color: #081828;
}

.hero-area .hero-slider .single-slider .content h3 span {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content h3 span {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content h3 span {
    margin-right: 8px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slider .single-slider .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-slider .single-slider .content h3 {
    font-size: 20px;
  }
}

.hero-area .hero-slider .single-slider .content .button {
  margin-top: 30px;
}

.hero-area .hero-small-banner {
  height: 244px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-small-banner {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-small-banner {
    height: 240px;
  }
}

.hero-area .hero-small-banner .content {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-area .hero-small-banner .content h2 {
  font-size: 20px;
  font-weight: 700;
}

.hero-area .hero-small-banner .content h2 span {
  font-size: 15px;
  font-weight: 500;
  color: #888;
  display: block;
  margin-bottom: 4px;
}

.hero-area .hero-small-banner .content h3 {
  color: #0167F3;
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-top: 7px;
}

.hero-area .hero-small-banner.style2 {
  margin-top: 12px;
  background-image: url("../images/hero/small-banner-bg.png");
  background-color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-small-banner.style2 {
    margin-top: 0;
  }
}

.hero-area .hero-small-banner.style2 .content h2 {
  color: #fff;
}

.hero-area .hero-small-banner.style2 .content h2 span {
  color: #fff;
}

.hero-area .hero-small-banner.style2 .content p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.hero-area .hero-small-banner.style2 .content .button {
  margin-top: 20px;
}

.hero-area .hero-small-banner.style2 .content .button .btn {
  background-color: #fff;
  color: #0167F3;
  padding: 10px 25px;
}

.hero-area .hero-small-banner.style2 .content .button .btn:hover {
  background-color: #0167F3;
  color: #fff;
}

/*======================================
    Shipping Info CSS
========================================*/
.shipping-info {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.shipping-info ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.shipping-info li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 30px 40px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-info li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shipping-info li {
    width: 100%;
  }
}

.shipping-info li:hover {
  background-color: #fff;
}

.shipping-info .media-icon {
  margin-bottom: 15px;
}

.shipping-info .media-icon i {
  color: #0167F3;
  font-size: 35px;
}

.shipping-info .media-body {
  padding-bottom: 0px;
}

.shipping-info .media-body h5 {
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  color: #081828;
}

.shipping-info .media-body span {
  font-size: 13px;
  margin-top: 2px;
  color: #777;
}

/*======================================
    Product CSS
========================================*/
/* Single Product*/
.single-product {
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 20px #00000012;
  box-shadow: 0px 0px 20px #00000012;
  padding: 8px;
  background: #fff;
}

.single-product .product-image {
  overflow: hidden;
  position: relative;
}

.single-product .product-image .sale-tag {
  background: #f73232;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 5px 10px;
  left: 0;
  z-index: 22;
}

.single-product .product-image .new-tag {
  background: #0167F3;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 5px 10px;
  left: 0;
  z-index: 22;
}

.single-product .product-image .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.single-product .product-image .button .btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  width: 140px;
}

.single-product .product-image .button .btn i {
  font-size: 18px;
    position: relative;
    top: 2px;
}

.single-product .product-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-product:hover .product-image .button {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.single-product:hover .product-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-product .product-info {
  padding: 20px;
  background-color: #fff;
}

.single-product .product-info .category {
  color: #888;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}

.single-product .product-info .title a {
  font-size: 16px;
  font-weight: 700;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .single-product .product-info .title a {
    font-size: 15px;
  }
}

.single-product .product-info .title a:hover {
  color: #0167F3;
}

.single-product .product-info .review {
  margin-top: 5px;
}

.single-product .product-info .review li {
  display: inline-block;
}

.single-product .product-info .review li i {
  color: #fecb00;
  font-size: 13px;
}

.single-product .product-info .review li span {
  display: inline-block;
  margin-left: 4px;
  color: #888;
  font-size: 13px;
}

.single-product .product-info .price {
  margin-top: 15px;
}

.single-product .product-info .price span {
  font-size: 17px;
  font-weight: 700;
  color: #0167F3;
  display: inline-block;
}

.single-product .product-info .price .discount-price {
  margin: 0;
  color: #aaaaaa;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
}

/* End Single Product */
.trending-product {
  background-color: #f9f9f9;
}

.trending-product .section-title {
  margin-bottom: 20px;
}

/*======================================
    Banner CSS
========================================*/
.single-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-banner.custom-responsive-margin {
    margin-top: 30px;
  }
}

.single-banner.right {
  text-align: right;
}

.single-banner.right .content {
  padding: 50px 40px;
}

.single-banner .content {
  padding: 70px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .content {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .single-banner .content {
    padding: 35px;
  }
}

.single-banner .content h2 {
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .content h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-banner .content h2 {
    font-size: 18px;
  }
}

.single-banner .content .price span {
  color: #081828;
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

.single-banner .content p {
  font-size: 14px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .content p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .single-banner .content p {
    margin-top: 8px;
  }
}

.single-banner .content .button {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .content .button {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .single-banner .content .button {
    margin-top: 15px;
  }
}

/*======================================
    Call Action CSS
========================================*/
.call-action {
  background-color: #0167F3;
}

.call-action .content {
  text-align: center;
}

.call-action .content h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .content h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .call-action .content h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .content p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.call-action .content .button {
  margin-top: 30px;
}

.call-action .content .button .btn {
  background-color: #fff;
  color: #081828;
}

.call-action .content .button .btn:hover {
  color: #fff;
  background: #081828;
}

/*======================================
    Item Details CSS
========================================*/
.item-details {
  background-color: #f9f9f9;
}

.item-details .top-area {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.item-details .product-images img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
}

.item-details .product-images .images {
  display: -ms-grid;
  display: grid;
  Grid-template-columns: repeat(3, 1fr);
  Grid-gap: 1em 1em;
  Margin-top: 1em;
}

@media (max-width: 767px) {
  .item-details .product-images .images {
    Grid-template-columns: repeat(3, 1fr);
  }
}

@-webkit-keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

.item-details .product-images .fade-in {
  -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

.item-details .product-info {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .item-details .product-info {
    padding: 0;
    margin-top: 30px;
  }
}

.item-details .product-info .title {
  font-size: 2.8em;
  font-weight: 600;
  margin-bottom: 10px;
  color: gray;
}

@media (max-width: 767px) {
  .item-details .product-info .title {
    font-size: 18px;
  }
}

.item-details .product-info .category {
  display: block;
  margin-bottom: 15px;
}

.item-details .product-info .category i {
  display: inline-block;
  margin-right: 5px;
  color: #888;
}

.item-details .product-info .category a {
  color: #888;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.item-details .product-info .category a:hover {
  color: #0167F3;
}

.item-details .product-info .price {
  color: #888;
  display: block;
  font-weight: 750;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .item-details .product-info .price {
    /* font-size: 20px; */
  }
}

.item-details .product-info .price span {
  display: inline-block;
  margin-left: 15px;
  color: #888;
  text-decoration: line-through;
  font-size: 23px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .item-details .product-info .price span {
    font-size: 20px;
  }
}

.item-details .product-info .info-text {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.item-details .product-info .form-group {
  margin-top: 20px;
}

.item-details .product-info .form-group.color-option .title-label {
  display: block !important;
}

.item-details .product-info .form-group.color-option .single-checkbox {
  margin-top: 8px;
  display: inline-block;
  margin-right: 5px;
}

.item-details .product-info .form-group.color-option .single-checkbox:last-child {
  margin-right: 0;
}

.item-details .product-info .form-group.color-option .single-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  bottom: -2px;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="checkbox"] {
  display: none;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="checkbox"]+label span {
  border-color: #0167F3;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -3px 0;
  border: 1px solid #d5d5d5;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="checkbox"]+label span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 10px;
  line-height: 1.2;
  background-color: #0167F3;
  font-family: "Lineicons";
  content: "\ea5b";
  padding-left: 0px;
  padding-top: 3px;
  border-radius: 50%;
  margin-top: -9px;
  margin-left: -9px;
  text-align: center;
}



.item-details .product-info .form-group.color-option .single-checkbox input[type="checkbox"]:checked+label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  color: #fff;
}

.item-details .product-info .form-group input:focus {
  outline: 0;
}

.item-details .product-info .form-group select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-details .product-info .form-group label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.item-details .product-info .form-group select.form-control {
  padding-right: 38px;
  padding-left: 15px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.item-details .product-info .form-group select.form-control:not([size]):not([multiple]) {
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
}

.item-details .product-info .quantity .inner-content {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-details .product-info .quantity .inner-content input.text {
  width: 60px;
  height: 46px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
  border-right: none;
  border-left: none;
}

.item-details .product-info .quantity .inner-content input.button {
  width: 35px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.item-details .product-info .quantity .inner-content input.button.first {
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}

.item-details .product-info .quantity .inner-content input.button.last {
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}

.item-details .product-info .quantity .inner-content input.button:hover {
  background-color: #eee;
  border-color: transparent;
  color: #fff;
}

.item-details .product-info .cart-button {
  width: 100%;
}

.item-details .product-info .cart-button .btn {
  width: 100%;
  height: 46px;
  padding: 0;
}

.item-details .product-info .wish-button {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .item-details .product-info .wish-button {
    margin-top: 12px;
  }
}

.item-details .product-info .wish-button .btn {
  display: inline-block;
  margin-right: 7px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #555;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 46px;
  width: 100%;
}

.item-details .product-info .wish-button .btn:hover {
  color: #fff;
  background-color: #0167F3;
  border-color: transparent;
}

.item-details .product-info .wish-button .btn:last-child {
  margin: 0;
}

.item-details .product-info .wish-button .btn i {
  font-size: 16px;
display: inline-block;
margin-right: 5px;
position: relative;
top: 2px;
}

.item-details .product-info .list-info {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.item-details .product-info .list-info h4 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.item-details .product-info .list-info ul li {
  display: block;
  margin-bottom: 6px;
}

.item-details .product-info .list-info ul li:last-child {
  margin: 0;
}

.item-details .product-info .list-info ul li span {
  display: inline-block;
  font-weight: 500;
  min-width: 100px;
}

.item-details .product-info .bottom-content {
  margin-top: 20px;
}

.item-details .product-info .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .item-details .product-info .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

.item-details .product-info .social-share h4 {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 11px;
}

.item-details .product-info .social-share ul {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .item-details .product-info .social-share ul {
    float: none;
  }
}

.item-details .product-info .social-share ul li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
}

.item-details .product-info .social-share ul li:last-child {
  margin-right: 0;
}

.item-details .product-info .social-share ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #0167F3;
  line-height: 30px;
  font-size: 12px;
}

.item-details .product-info .social-share ul li a.facebook {
  color: #3b5999;
}

.item-details .product-info .social-share ul li a.facebook:hover {
  border-color: transparent;
  background-color: #3b5999;
  color: #fff;
}

.item-details .product-info .social-share ul li a.twitter {
  color: #55acee;
}

.item-details .product-info .social-share ul li a.twitter:hover {
  border-color: transparent;
  background-color: #55acee;
  color: #fff;
}

.item-details .product-info .social-share ul li a.google {
  color: #dd4b39;
}

.item-details .product-info .social-share ul li a.google:hover {
  border-color: transparent;
  background-color: #dd4b39;
  color: #fff;
}

.item-details .product-info .social-share ul li a.linkedin {
  color: #0077B5;
}

.item-details .product-info .social-share ul li a.linkedin:hover {
  border-color: transparent;
  background-color: #0077B5;
  color: #fff;
}

.item-details .product-info .social-share ul li a.pinterest {
  color: #bd081c;
}

.item-details .product-info .social-share ul li a.pinterest:hover {
  border-color: transparent;
  background-color: #bd081c;
  color: #fff;
}

/* Product Details Info */
.product-details-info .single-block {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-details-info .info-body.custom-responsive-margin {
    margin-bottom: 30px;
  }
}

.product-details-info .info-body h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-details-info .info-body p {
  margin: 20px 0;
}

.product-details-info .info-body .features li {
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.product-details-info .info-body .features li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 6px;
  width: 6px;
  background-color: #0167F3;
  border-radius: 6px;
}

.product-details-info .info-body .features li:last-child {
  margin: 0;
}

.product-details-info .info-body .normal-list {
  margin-bottom: 30px;
}

.product-details-info .info-body .normal-list:last-child {
  margin-bottom: 0;
}

.product-details-info .info-body .normal-list li {
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.product-details-info .info-body .normal-list li span {
  font-weight: 500;
  color: #555;
}

.product-details-info .info-body .normal-list li:last-child {
  margin: 0;
}

.product-details-info .give-review h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-details-info .give-review ul li {
  display: block;
  margin-bottom: 12px;
}

.product-details-info .give-review ul li span {
  color: #666;
  display: inline-block;
  margin-right: 8px;
  min-width: 80px;
}

.product-details-info .give-review ul li i {
  display: inline-block;
  color: #ffa000;
  font-size: 12px;
}

.product-details-info .give-review .review-btn {
  margin-top: 30px;
  padding: 12px 30px;
  width: 100%;
  background-color: #ffa000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-details-info .give-review .review-btn:hover {
  color: #fff;
  background-color: #081828;
}

.product-details-info .reviews .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-details-info .reviews .single-review {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review {
    padding-left: 60px;
  }
}

.product-details-info .reviews .single-review:last-child {
  margin-bottom: 0;
}

.product-details-info .reviews .single-review img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review img {
    height: 40px;
    width: 40px;
  }
}

.product-details-info .reviews .single-review .review-info {
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 25px;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info {
    padding: 20px;
  }
}

.product-details-info .reviews .single-review .review-info::before {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
  margin-top: 9px;
  border-width: 10px;
  border-color: transparent;
  border-right-color: #e5e5e5;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info::before {
    top: 5px;
  }
}

.product-details-info .reviews .single-review .review-info::after {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
  margin-top: 10px;
  border-width: 9px;
  border-color: transparent;
  border-right-color: #fff;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info::after {
    top: 5px;
  }
}

.product-details-info .reviews .single-review .review-info h4 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info h4 {
    font-size: 14px;
  }
}

.product-details-info .reviews .single-review .review-info h4 span {
  font-size: 14px;
  display: block;
  color: #888;
  margin-top: 7px;
}

.product-details-info .reviews .single-review .review-info .stars {
  margin-top: 8px;
}

.product-details-info .reviews .single-review .review-info .stars li {
  display: inline-block;
  color: #ffa000;
  font-size: 12px;
}

.product-details-info .reviews .single-review .review-info p {
  margin-top: 15px;
}

.review-modal .modal-dialog {
  max-width: 600px;
}

.review-modal .modal-header {
  padding: 25px;
}

.review-modal .modal-header h5 {
  font-size: 20px;
  font-weight: 500;
}

.review-modal .modal-body {
  padding: 25px;
}

.review-modal .modal-body .form-group {
  margin-bottom: 15px;
}

.review-modal .modal-body .form-group label {
  color: #888;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.review-modal .modal-body .form-group input {
  height: 45px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0px 18px;
  font-size: 14px;
}

.review-modal .modal-body .form-group select {
  padding-right: 38px;
  padding-left: 15px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  font-size: 14px;
  font-weight: 500;
}

.review-modal .modal-body .form-group select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review-modal .modal-body .form-group select {
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
}

.review-modal .modal-body .form-group select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review-modal .modal-body .form-group textarea {
  padding: 18px;
  font-size: 14px;
}

.review-modal .modal-footer {
  padding: 25px;
}

	.whatsapp-float {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
}

/* Estilo del icono de WhatsApp */
.whatsapp-float img {
    width: 80px; /* Ajusta el tamaño del icono según tus preferencias */
    height: auto;
    border-radius: 15%; /* Para hacer el icono redondo, ajusta según sea necesario */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.rounded-md {
    border-radius: .375rem;
	border-color: #0080000f;
}

.ie-panel {
    display:none;
    background:#212121;
    padding:10px 0;
    box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);
    clear:both;
    text-align:center;
    position:relative;
    z-index:1;
}
html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel { display:block; }

html,
body{
    font-family:'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color:var(--bs-oniric-black);
    background:var(--bs-oniric-white);
}

.page{
    background:var(--bs-oniric-white);
    overflow:hidden;
}

/* NAVBAR ONIRIC PRODUCTOS */
.navbar.oniric-navbar{
    min-height:78px;
    padding:18px clamp(18px,4vw,56px);
    background:var(--bs-oniric-white);
    border-bottom:1px solid rgba(45,41,38,.07);
    box-shadow:none;
    transition:background .25s ease, box-shadow .25s ease, padding .25s ease;
    z-index:1040;
}

.navbar.oniric-navbar.scrolled{
    background:rgba(241,241,238,.94) !important;
    backdrop-filter:blur(16px);
    box-shadow:0 12px 30px rgba(45,41,38,.06);
    padding-top:12px;
    padding-bottom:12px;
}

.oniric-navbar .container-fluid{ padding:0; }
.oniric-navbar .navbar-brand{
    padding:0;
    margin-right:clamp(28px,5vw,72px);
    display:flex;
    align-items:center;
}
.oniric-navbar .navbar-brand img{
    width:auto;
    display:block;
}
.oniric-navbar .navbar-nav{
    align-items:center;
    gap:clamp(8px,1.6vw,24px);
}
.oniric-navbar .nav-link{
    position:relative;
    color:var(--bs-oniric-black) !important;
    font-size:.86rem;
    line-height:1;
    font-weight:500;
    letter-spacing:-.02em;
    padding:12px 0 !important;
    opacity:.82;
    transition:opacity .2s ease;
}
.oniric-navbar .nav-link:hover,
.oniric-navbar .nav-link.active{ opacity:1; }
.oniric-navbar .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:3px;
    height:1px;
    background:var(--bs-oniric-black);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .22s ease;
}
.oniric-navbar .nav-link:hover::after,
.oniric-navbar .nav-link.active::after{ transform:scaleX(1); }

.oniric-navbar .oniric-lang-switcher{
    gap:8px;
    margin-left:auto;
    margin-right:22px;
}
.oniric-navbar .oniric-lang-switcher .nav-link{
    font-size:.72rem;
    letter-spacing:.06em;
    padding:8px 0 !important;
    opacity:.45;
}
.oniric-navbar .oniric-lang-switcher .nav-link.active,
.oniric-navbar .oniric-lang-switcher .nav-link:hover{ opacity:1; }

.oniric-cart-link{
    display:inline-flex !important;
    align-items:center;
    gap:7px;
}
.oniric-cart-count{
    min-width:18px;
    height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--bs-oniric-black);
    color:var(--bs-oniric-white);
    font-size:.68rem;
    line-height:1;
    padding:0 5px;
}

.oniric-navbar .navbar-toggler{
    border:0;
    padding:8px;
    box-shadow:none !important;
}
.oniric-navbar .navbar-toggler-icon{
    width:28px;
    height:18px;
    background-image:none;
    position:relative;
    border-top:1.5px solid var(--bs-oniric-black);
    border-bottom:1.5px solid var(--bs-oniric-black);
}
.oniric-navbar .navbar-toggler-icon::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1.5px;
    background:var(--bs-oniric-black);
    transform:translateY(-50%);
}

/* PRELOADER */
.preloader{ background:var(--bs-oniric-white); }
.preloader p{
    color:var(--bs-oniric-black);
    font-family:'Plus Jakarta Sans', sans-serif;
    letter-spacing:-.02em;
}
.oniric-logo .segment{
    fill:var(--bs-oniric-black);
    opacity:.16;
    animation:oniricPulse 1.25s ease-in-out infinite;
    animation-delay:calc(var(--i) * .08s);
}
@keyframes oniricPulse{
    0%,100%{opacity:.16; transform:scale(.98); transform-origin:center;}
    50%{opacity:1; transform:scale(1); transform-origin:center;}
}

/* FOOTER ONIRIC */
.footer-classic{
    background:var(--bs-oniric-black) !important;
    color:var(--bs-oniric-white);
    padding-top:80px;
}
.footer-classic a,
.footer-classic .rights,
.footer-classic .small{
    color:rgba(241,241,238,.72) !important;
}
.footer-classic a:hover{ color:var(--bs-oniric-white) !important; }
.footer-classic h6{
    color:var(--bs-oniric-white);
    font-weight:500;
    letter-spacing:-.02em;
    margin-bottom:20px;
}
.footer-classic hr{ border-color:rgba(241,241,238,.14); }
.footer-inner-2{ padding:24px 0 34px; }
.ico-f-w{
    fill:var(--bs-oniric-white);
    opacity:.85;
    transition:opacity .2s ease, transform .2s ease;
}
.ico-f-w:hover{
    opacity:1;
    transform:translateY(-2px);
}
.text-blanco{ color:var(--bs-oniric-white) !important; }
.whatsapp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:1030;
}
.whatsapp-float img{
    width:58px;
    height:58px;
    border-radius:999px;
    box-shadow:0 14px 34px rgba(45,41,38,.18);
}

@media (max-width:991px){
    .navbar.oniric-navbar{ padding:14px 20px; }
    .oniric-navbar .navbar-collapse{
        margin-top:16px;
        padding:18px 0 10px;
        border-top:1px solid rgba(45,41,38,.1);
        background:var(--bs-oniric-white);
    }
    .oniric-navbar .navbar-nav{
        align-items:flex-start;
        gap:8px;
    }
    .oniric-navbar .oniric-lang-switcher{
        flex-direction:row;
        margin-left:0;
        margin-right:0;
        margin-bottom:8px;
    }
}


body.oniric-products-page,
.oniric-products-page{
  font-family:'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color:var(--bs-oniric-black);
  background:var(--bs-oniric-white);
}

.oniric-section{
  padding:clamp(64px,8vw,120px) 0;
}

.oniric-container{
  width:min(1180px, calc(100% - 48px));
}

.breadcrumb{
  font-size:.78rem;
  color:rgba(45,41,38,.55);
      background-color: var(--bs-oniric-white); !important;
    border-radius: .0rem;
    padding: .75rem 0rem !important;
	margin-top: 13em;
}

.oniric-hero{
  background: var(--bs-oniric-white);
  padding:50px 0 70px;
  height: 100% !important;
}

.oniric-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  gap:clamp(48px,8vw,110px);
  align-items:start;
}

.oniric-eyebrow{
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(45,41,38,.6);
  margin-bottom:18px;
}

.oniric-title{
  font-weight:400;
  letter-spacing:-.055em;
  line-height:.96;
  font-size:clamp(3.1rem,7.5vw,3rem);
  margin:0 0 34px;
}

.oniric-lead{
  max-width:520px;
  font-size:clamp(1rem,1.25vw,1.18rem);
  line-height:1.65;
  color:rgba(45,41,38,.78);
  margin:0;
}

.oniric-values{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:54px 70px;
  padding-top:8px;
}

.oniric-value-icon{
  width:54px;
  height:54px;
  margin-bottom:20px;
  color:var(--bs-oniric-black);
}

.oniric-value-icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.oniric-value h3{
  font-size:1.28rem;
  font-weight:500;
  letter-spacing:-.03em;
  margin:0 0 10px;
}

.oniric-value p{
  margin:0;
  font-size:.9rem;
  line-height:1.45;
  color:rgba(45,41,38,.62);
}

.oniric-categories{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
  padding:0;
  list-style:none;
}

.oniric-pill,
.oniric-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border:1px solid rgba(45,41,38,.22);
  border-radius:999px;
  padding:0 22px;
  color:var(--bs-oniric-black);
  background:transparent;
  font-size:.88rem;
  font-weight:500;
  text-decoration:none;
  transition:.2s ease;
}

.oniric-pill:hover,
.oniric-btn:hover{
  background:var(--bs-oniric-black);
  color:var(--bs-oniric-white);
  border-color:var(--bs-oniric-black);
  text-decoration:none;
}

.oniric-gallery{
  overflow:hidden;
  padding:30px 0 80px;
  background:var(--bs-oniric-white);
}

.oniric-gallery-track{
  display:grid;
  grid-template-columns:.8fr 2fr .8fr;
  gap:18px;
  align-items:stretch;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.oniric-gallery-img{
  height:512px;
  overflow:hidden;
  background:#fff;
}

.oniric-gallery-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
    object-position:left 72%;

}

.oniric-gallery-img:first-child img{
  object-position:left center;
}

.oniric-dots{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:34px;
}

.oniric-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(45,41,38,.14);
}

.oniric-dots span:nth-child(2){
  background:var(--bs-oniric-black);
}

.oniric-products{
  background:var(--bs-oniric-white);
  padding:96px 0 120px;
  border-top:1px solid rgba(45,41,38,.08);
}

.oniric-section-title{
  font-size:clamp(2rem,3.5vw,3.8rem);
  line-height:1;
  font-weight:400;
  letter-spacing:-.05em;
  margin:0 0 54px;
}

.oniric-product-type{
  grid-column:1 / -1;
  margin:28px 0 10px;
}

.oniric-product-type-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  padding:34px 0 20px;
  border-top:1px solid rgba(45,41,38,.1);
}

.oniric-product-type h2{
  font-size:clamp(1.7rem,2.8vw,3rem);
  font-weight:400;
  letter-spacing:-.045em;
  margin:0 0 10px;
}

.oniric-product-type p{
  margin:0;
  max-width:740px;
  color:rgba(45,41,38,.65);
  line-height:1.6;
}

.oniric-products-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px 22px;
}

.oniric-card{
  position:relative;
  border:0;
  border-radius:0;
  background:var(--bs-oniric-white);
  color:var(--bs-oniric-black);
  height:100%;
}

.oniric-card.is-match{
  background:linear-gradient(135deg, rgba(253,218,37,.25), rgba(225,82,62,.12));
  padding:14px;
  border-radius:var(--bs-oniric-radius);
}

.oniric-card-img{
  display:block;
  aspect-ratio:1.35/1;
  background:var(--bs-oniric-white);
  overflow:hidden;
  margin-bottom:24px;
}

.oniric-card-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition:transform .35s ease;
}

.oniric-card:hover .oniric-card-img img{
  transform:scale(1.035);
}

.oniric-card-body{
  padding:0 0 8px;
}

.oniric-card-kicker{
  display:block;
  font-size:.72rem;
  color:rgba(45,41,38,.52);
  margin-bottom:8px;
  text-transform:lowercase;
}

.oniric-card h3{
  font-size:1.28rem;
  line-height:1.1;
  font-weight:600;
  letter-spacing:-.035em;
  margin:0 0 8px;
}

.oniric-card-desc{
  font-size:.84rem;
  line-height:1.52;
  color:rgba(45,41,38,.62);
  min-height:66px;
  margin:0 0 18px;
}

.oniric-product-metrics{
  display:flex;
  gap:20px;
  margin:18px 0;
}

.oniric-metric{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.74rem;
  color:rgba(45,41,38,.65);
}

.oniric-metric-bar{
  width:58px;
  height:6px;
  border-radius:999px;
  background:rgba(45,41,38,.1);
  overflow:hidden;
}

.oniric-metric-bar span{
  display:block;
  height:100%;
  width:calc(var(--value) * 10%);
  border-radius:999px;
  background:var(--bs-oniric-black);
}

.oniric-price{
  font-size:1.45rem;
  line-height:1;
  font-weight:600;
  letter-spacing:-.04em;
  margin:0 0 24px;
}

.oniric-price small{
  font-size:.72rem;
  color:rgba(45,41,38,.55);
  font-weight:400;
}

.oniric-price del{
  font-size:.85rem;
  color:rgba(45,41,38,.45);
  margin-right:8px;
}

.oniric-card-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.oniric-card-actions .btn,
.oniric-card-actions button,
.oniric-card-actions a{
  border-radius:999px !important;
  border:1px solid rgba(45,41,38,.22) !important;
  background:transparent !important;
  color:var(--bs-oniric-black) !important;
  padding:10px 18px !important;
  font-size:.76rem !important;
  font-weight:600 !important;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:none !important;
}

.oniric-card-actions .btn:hover,
.oniric-card-actions button:hover,
.oniric-card-actions a:hover{
  background:var(--bs-oniric-black) !important;
  color:var(--bs-oniric-white) !important;
}

.oniric-badge{
  position:absolute;
  z-index:3;
  top:16px;
  left:16px;
  border-radius:999px;
  padding:8px 13px;
  background:var(--bs-oniric-yellow);
  color:var(--bs-oniric-black);
  font-weight:700;
  font-size:.76rem;
  box-shadow:0 12px 24px rgba(45,41,38,.12);
}

.oniric-sleep-cta h2{
  font-size:clamp(2.4rem,5vw,5rem);
  line-height:.98;
  font-weight:400;
  letter-spacing:-.055em;
  max-width:760px;
  margin:0 0 24px;
}

.oniric-sleep-cta p{
  font-size:1.1rem;
  line-height:1.6;
  color:rgba(241,241,238,.84);
  margin:0 0 32px;
}

.oniric-sleep-cta .oniric-btn{
  color:var(--bs-oniric-white);
  border-color:rgba(241,241,238,.45);
}

.oniric-sleep-cta .oniric-btn:hover{
  background:var(--bs-oniric-white);
  color:var(--bs-oniric-black);
}

@media (max-width:991px){
  .oniric-hero{padding-top:120px;}
  .oniric-hero-grid{grid-template-columns:1fr;}
  .oniric-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .oniric-gallery-track{grid-template-columns:1fr;}
  .oniric-gallery-img{height:280px;}
}

@media (max-width:640px){
  .oniric-container{width:min(100% - 28px,1180px);}
  .oniric-values{grid-template-columns:1fr;gap:34px;}
  .oniric-products-grid{grid-template-columns:1fr;}
  .oniric-product-type-inner{display:block;}
  .oniric-title{font-size:3.25rem;}
}

/** @section Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.loader {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100px;
	height: 100px;
}

.loader > div {
	position: relative;
	flex-basis: 33%;
	max-width: 33%;
	transform: scale(0);
	transform-origin: center center;
	animation: loader 2s infinite linear;
}

.loader > div:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background: var(--bs-azul-viscoform);
}

.loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
	animation-delay: 0.4s;
}

.loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
	animation-delay: 0.2s;
}

.loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
	animation-delay: 0.6s;
}

.loader > div:nth-of-type(3) {
	animation-delay: 0.8s;
}

@keyframes loader {
	0% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
	80% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

.oniric-gallery-full {
    width: 99vw;
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 50vw);
    position: relative;
}

.oniric-gallery .carousel {
  position: relative;
}

.oniric-gallery-indicators {
  position: static;
  margin: 34px 0 0;
  gap: 12px;
}

.oniric-gallery-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(45,41,38,.22);
  opacity: 1;
}

.oniric-gallery-indicators .active {
  background-color: #2D2926;
}

.oniric-gallery-control {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(45,41,38,.55);
  opacity: 1;
}

.oniric-gallery-control:hover {
  background: rgba(45,41,38,.85);
}

.carousel-control-prev {
  left: 24px;
}

.carousel-control-next {
  right: 24px;
}

@media (max-width: 768px) {
  .oniric-gallery-control {
    display: none;
  }
}

.oniric-sleep-cta{
    position: relative;

    /* rompe el container */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    /* fondo */
  background:
    linear-gradient(90deg, rgba(130,93,199,.86), rgba(225,82,62,.72), rgba(253,218,37,.5)),
    url('/images/oniric/recovery-night.jpg') center/cover no-repeat;

    padding: 120px 0;
    overflow: hidden;
}

/* overlay oscuro tipo Oniric */
.oniric-sleep-cta::before{
    content:'';
    position:absolute;
    inset:0;
    background: rgba(45,41,38,.45);
    z-index:1;
}

/* contenido */
.oniric-sleep-cta .oniric-container{
    position: relative;
    z-index:2;

    max-width: 920px;
    margin: 0 auto;
    padding: 0 32px;

    text-align:center;
    color:#F1F1EE;
}

/* ==========================================================
   ONIRIC PRODUCT DETAIL - prod.css
========================================================== */

/* HERO PRODUCTO */

.producto-wrapper{
  padding-top:70px;
  padding-bottom:90px;
}

.info-producto{
  padding-left:clamp(32px,5vw,90px) !important;
}

.producto-titulo{
  font-size:clamp(2rem,3.5vw,4.4rem);
  line-height:1;
  font-weight:400;
  letter-spacing:-.055em;
  color:var(--bs-oniric-black);
  margin-bottom:34px !important;
}

.producto-desc{
  font-size:.95rem;
  line-height:1.65;
  color:rgba(45,41,38,.76);
}

.info-producto .producto-desc{
  padding-bottom:28px;
  border-bottom:1px solid var(--bs-oniric-line);
}

/* GALERÍA */

.product-gallery{
  width:100%;
}

.main-img{
  background:var(--bs-oniric-soft) !important;
  border-radius:0;
  min-height:420px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.main-img img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:contain;
  display:block;
}

.animated-image{
  transition:opacity .2s ease, transform .25s ease;
}

.animated-image.fade-in{
  opacity:.45;
}

.gallery-thumbnails{
  margin-top:28px;
  gap:22px !important;
}

.gallery-thumb{
  width:31%;
  aspect-ratio:1.25/1;
  object-fit:cover;
  border:0 !important;
  border-radius:0 !important;
  background:var(--bs-oniric-soft);
  padding:0 !important;
  cursor:pointer;
  opacity:.72;
  transition:.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb.active{
  opacity:1;
  box-shadow:inset 0 -3px 0 var(--bs-oniric-black);
}

/* FICHA SUAVIDAD / ADAPTABILIDAD */

.ficha-producto{
  margin:28px 0 22px;
  gap:42px !important;
}

.ficha-label{
  font-size:.78rem;
  color:var(--bs-oniric-muted);
  margin-bottom:8px;
}

.porcentajes{
  position:relative;
}

.porcentajes svg{
  transform:rotate(-90deg);
}

.porcentajes circle{
  fill:none;
  stroke-width:8;
}

.porcentajes circle:first-child{
  stroke:rgba(45,41,38,.08);
}

.porcentajes circle:last-child{
  stroke:var(--bs-oniric-black);
  stroke-dasharray:var(--porcentaje) 100;
}

.porcentajes span{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.25rem;
  font-weight:500;
  color:var(--bs-oniric-black);
}

/* ==========================================================
   SELECTORES PRODUCTO ONIRIC
========================================================== */

.oniric-product-selectors{
    display:flex;
    flex-direction:column;
    gap:22px;
    margin:28px 0 34px;
}

.oniric-select-wrap{
    display:grid;
    grid-template-columns:90px 1fr;
    align-items:center;
    gap:22px;
    border-bottom:1px solid rgba(45,41,38,.12);
    padding-bottom:18px;
}

.oniric-select-wrap label{
    margin:0;
    font-size:.9rem;
    font-weight:600;
    color:#2D2926;
}

/* Oculta el select original cuando bootstrap-select lo ha envuelto */
.oniric-select-wrap .bootstrap-select > select,
.oniric-select-wrap .bootstrap-select select.selectpicker{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    opacity:0 !important;
    pointer-events:none !important;
}

/* Caja del selector generado */
.oniric-select-wrap .bootstrap-select{
    width:100% !important;
    display:block !important;
}

/* Botón visible */
.oniric-select-wrap .bootstrap-select > .dropdown-toggle{
    width:100%;
    height:44px;
    border:1px solid rgba(45,41,38,.32) !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#2D2926 !important;
    padding:0 20px !important;
    font-size:.92rem;
    font-weight:400;
    box-shadow:none !important;
    display:flex;
    align-items:center;
}

.oniric-select-wrap .bootstrap-select > .dropdown-toggle:focus,
.oniric-select-wrap .bootstrap-select > .dropdown-toggle.show{
    outline:none !important;
    border-color:#2D2926 !important;
    box-shadow:none !important;
}

.oniric-select-wrap .filter-option{
    display:flex;
    align-items:center;
    height:100%;
}

.oniric-select-wrap .filter-option-inner-inner{
    color:#2D2926;
}

/* Dropdown */
.oniric-select-wrap .dropdown-menu{
    border:1px solid rgba(45,41,38,.12);
    border-radius:22px;
    padding:8px;
    box-shadow:0 18px 45px rgba(45,41,38,.12);
}

.oniric-select-wrap .dropdown-item{
    border-radius:999px;
    padding:9px 14px;
    font-size:.9rem;
    color:#2D2926;
}

.oniric-select-wrap .dropdown-item:hover,
.oniric-select-wrap .dropdown-item.active,
.oniric-select-wrap .dropdown-item:active{
    background:#2D2926;
    color:#F1F1EE;
}

/* Quitar marco gris exterior del bootstrap-select */
.oniric-select-wrap .bootstrap-select.form-control,
.oniric-select-wrap .dropdown.bootstrap-select.form-control{
    border:0 !important;
    background:transparent !important;
    padding:0 !important;
    height:auto !important;
    min-height:0 !important;
    box-shadow:none !important;
}

/* Botón real del selector */
.oniric-select-wrap .bootstrap-select > .dropdown-toggle{
    height:52px !important;
    min-height:52px !important;
    border:1px solid #2D2926 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#2D2926 !important;
    padding:0 22px !important;
    box-shadow:none !important;
}

/* Permitir ver más opciones */
.oniric-select-wrap .bootstrap-select .dropdown-menu{
    max-height:320px !important;
    overflow:visible !important;
    border-radius:22px !important;
    padding:8px !important;
}

/* La lista interna es la que debe hacer scroll */
.oniric-select-wrap .bootstrap-select .inner{
    max-height:280px !important;
    overflow-y:auto !important;
}

/* Evita que el ul se quede vacío/colapsado visualmente */
.oniric-select-wrap .bootstrap-select .dropdown-menu.inner{
    max-height:none !important;
    overflow:visible !important;
    display:block !important;
}

/* Opciones */
.oniric-select-wrap .bootstrap-select .dropdown-item{
    padding:10px 14px !important;
    border-radius:999px !important;
    font-size:.9rem;
}

/* Separación vertical para que el desplegable no tape el siguiente selector */
.oniric-select-wrap{
    position:relative;
    z-index:1;
}

.oniric-select-wrap:has(.bootstrap-select.show),
.oniric-select-wrap:has(.dropdown-toggle.show){
    z-index:20;
}

/* Responsive */
@media (max-width:640px){
    .oniric-select-wrap{
        grid-template-columns:1fr;
        gap:8px;
    }
}

/* PRECIO Y BOTONES */

.precio{
  font-size:clamp(2rem,3vw,3rem);
  font-weight:600;
  letter-spacing:-.04em;
  color:var(--bs-oniric-black);
  margin:34px 0 28px !important;
}

.precio-ant{
  font-size:1rem;
  color:var(--bs-oniric-muted);
  text-decoration:line-through;
  font-weight:400;
}

.acciones-producto{
  align-items:center;
}

.button,
.btn{
  border-radius:999px !important;
  min-height:44px;
  font-weight:500;
  border:1px solid var(--bs-oniric-black) !important;
  box-shadow:none !important;
  text-transform:none;
}

.button-primary,
#carrito_qty{
  background:var(--bs-oniric-black) !important;
  color:var(--bs-oniric-white) !important;
}

.button-primary:hover,
#carrito_qty:hover{
  background:#000 !important;
  color:#fff !important;
}

.button-warning,
.min-wfa{
  background:#fff !important;
  color:var(--bs-oniric-black) !important;
}

.button-warning:hover,
.min-wfa:hover{
  background:var(--bs-oniric-black) !important;
  color:var(--bs-oniric-white) !important;
}

/* DATOS ANTROPOMÉTRICOS */

#datosantAccordion{
  margin-top:90px;
}

#datosantAccordion .accordion-item{
  border-radius:28px !important;
  overflow:hidden;
  background:var(--bs-oniric-white);
}

#datosantAccordion .accordion-button{
  background:var(--bs-oniric-yellow) !important;
  color:var(--bs-oniric-black);
  font-weight:600;
  box-shadow:none;
}

#datosantAccordion .accordion-body{
  background:#fff;
}

.list-group-item{
  border-color:var(--bs-oniric-line);
  color:rgba(45,41,38,.74);
}

/* NÚCLEO */

.bg-claro{
  background:#fff !important;
}

.section-sm.bg-claro{
  padding:110px 0 80px;
}

.mas4vw{
  font-size:clamp(2.2rem,4vw,4.6rem);
  font-weight:400;
  line-height:1;
  letter-spacing:-.055em;
  color:var(--bs-oniric-black);
}

.section-sm.bg-claro .my-4{
  max-width:680px;
  margin-inline:auto;
  color:rgba(45,41,38,.48);
  font-size:.95rem;
  line-height:1.6;
}

.zoom-image{
  margin-top:40px;
  max-height:420px;
  object-fit:contain;
}

/* Capas núcleo */

.section-sm.bg-claro .big{
  font-size:.86rem;
  color:var(--bs-oniric-muted);
}

.section-sm.bg-claro .col-2 img{
  width:88px;
  margin-bottom:12px;
  opacity:.9;
}

/* ZONAS ERGONÓMICAS */

.box-icon-1-wrap{
  margin-top:36px;
  background:var(--bs-oniric-white);
  box-shadow:0 12px 40px rgba(45,41,38,.06);
  padding:28px 16px;
}

.box-icon-1-wrap .title{
  font-size:1.15rem;
  font-weight:600;
  letter-spacing:-.03em;
  color:var(--bs-oniric-black);
  margin-top:14px;
}

.box-icon-1-wrap .producto-desc{
  font-size:.86rem;
  line-height:1.5;
}

.box-icon-1-wrap .icon img{
  max-height:44px;
  width:auto;
}

/* ACABADO */

.box-image-left{
  position:relative;
  background:var(--bs-oniric-blue) !important;
  color:var(--bs-oniric-white);
  overflow:hidden;
  min-height:620px;
}

.box-image-left .container{
  position:relative;
}

.box-image-left .section-md{
  padding:90px 0;
}

.box-image-left h2{
  font-size:clamp(2rem,3vw,3.8rem);
  font-weight:400;
  letter-spacing:-.055em;
  line-height:1;
  color:var(--bs-oniric-white);
  margin-bottom:42px;
}

.box-image-left h5{
  color:#fff;
  font-size:1.1rem;
  font-weight:600;
  letter-spacing:-.03em;
}

.box-image-left .big{
  color:rgba(241,241,238,.68) !important;
  font-size:.82rem;
  margin-bottom:8px;
}

.box-image-left .producto-desc{
  color:rgba(241,241,238,.78) !important;
  font-size:.86rem;
  line-height:1.55;
}

.box-image-left .material-symbols-outlined{
  color:#fff;
  font-size:2.1rem;
}

.box-image-item{
  position:absolute;
  top:0;
  right:0;
  width:50%;
  height:100%;
  background-size:cover;
  background-position:center;
}

#hoverImage{
  z-index:3;
}

#hoverImage img{
  background:rgba(255,255,255,.78);
  border-radius:999px;
  padding:10px;
  opacity:1 !important;
}

.btn-circle{
  width:28px;
  height:28px;
  border-radius:50% !important;
  padding:0 !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.28) !important;
  border:0 !important;
}

/* MÁS INFORMACIÓN */

#info{
  padding:110px 0 90px;
  background:var(--bs-oniric-white) !important;
}

#info .text-light,
.section .text-light{
  color:rgba(45,41,38,.42) !important;
}

.title-icon{
  display:flex;
  align-items:center;
  gap:14px;
}

#info .title-icon h5,
#info h5.title-icon,
.mas2{
  font-size:clamp(1.8rem,3vw,3.6rem);
  font-weight:400;
  letter-spacing:-.05em;
  line-height:1;
  color:var(--bs-oniric-black);
}

#info .title{
  font-size:1.15rem;
  font-weight:600;
  letter-spacing:-.03em;
  color:var(--bs-oniric-black);
  margin-top:28px;
  margin-bottom:12px;
}

.normal-list{
  padding-left:0;
  list-style:none;
  color:rgba(45,41,38,.65);
}

.normal-list li{
  padding:12px 0;
  border-bottom:1px solid var(--bs-oniric-line);
}

.normal-list span{
  font-weight:600;
  color:var(--bs-oniric-black);
}

/* PRODUCTOS COMPLEMENTARIOS */

.card-simple-wrap{
  row-gap:42px;
}

.card-simple-wrap .card-body{
  background:#fff;
  border:0;
  padding:0 !important;
}

.card-simple-wrap .card-image{
  background:var(--bs-oniric-soft);
  aspect-ratio:1.25/1;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  overflow:hidden;
}

.card-simple-wrap .card-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .25s ease;
}

.card-simple-wrap .card-body:hover .card-image img{
  transform:scale(1.035);
}

.card-simple-wrap h6{
  font-size:.72rem;
  color:rgba(45,41,38,.42) !important;
  text-transform:lowercase;
  margin-bottom:8px;
}

.card-simple-wrap .title{
  font-size:1.2rem;
  line-height:1.15;
  font-weight:600;
  letter-spacing:-.035em;
}

.card-simple-wrap .title a,
.card-action{
  color:var(--bs-oniric-black);
  text-decoration:none;
}

.card-simple-wrap .card-text{
  color:rgba(45,41,38,.62);
  line-height:1.55;
}

.pricing-card-title{
  color:var(--bs-oniric-black);
  font-weight:600;
  letter-spacing:-.04em;
}

.btn-outline-secondary{
  background:#fff !important;
  color:var(--bs-oniric-black) !important;
  border-color:rgba(45,41,38,.25) !important;
}

.btn-outline-secondary:hover{
  background:var(--bs-oniric-black) !important;
  color:#fff !important;
}

/* TOAST */

#toast-container{
  z-index:9999;
}

#cart-toast{
  background:var(--bs-oniric-black) !important;
  border-radius:18px;
  box-shadow:0 16px 40px rgba(45,41,38,.22);
}

/* BADGES */

.badge.bg-warning,
.badge.bg-info{
  background:var(--bs-oniric-yellow) !important;
  color:var(--bs-oniric-black) !important;
  border-radius:999px;
  padding:9px 14px;
  font-weight:700;
}

/* RESPONSIVE */

@media (max-width:991px){

  .producto-wrapper{
    padding-top:40px;
  }

  .info-producto{
    padding-left:12px !important;
  }

  .main-img{
    min-height:320px;
  }

  .gallery-thumbnails{
    gap:12px !important;
  }

  .ficha-producto{
    flex-wrap:wrap;
    gap:24px !important;
  }

  .form-wrap{
    display:block !important;
  }

  .form-wrap label{
    display:block;
    margin-bottom:10px;
  }

  .acciones-producto{
    flex-direction:column;
    align-items:stretch;
  }

  .acciones-producto .button,
  .acciones-producto a,
  .acciones-producto button{
    width:100%;
  }

  .box-image-left{
    min-height:auto;
  }

  .box-image-item{
    position:relative;
    width:100%;
    height:420px;
  }

  .box-image-left .section-md{
    padding:70px 0 50px;
  }

  .section-sm.bg-claro .col-2{
    width:100%;
    display:flex;
    justify-content:center;
    gap:14px;
    padding:20px !important;
  }

  .section-sm.bg-claro .col-2 .big{
    width:100%;
  }
}

@media (max-width:640px){

  .producto-titulo{
    font-size:2.35rem;
  }

  .precio{
    font-size:2rem;
  }

  .main-img{
    min-height:260px;
  }

  .gallery-thumb{
    width:32%;
  }

  .box-icon-1-wrap{
    box-shadow:none;
    padding:20px 0;
  }
}

/* ==========================================================
   SECCIÓN ACABADO ONIRIC
========================================================== */

.box-image-left{
    position:relative;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    min-height:720px;
    background:linear-gradient(
        90deg,
        #002F6C 0%,
        #002F6C 50%,
        transparent 50%,
        transparent 100%
    ) !important;

    color:#F1F1EE;
    overflow:hidden;
    padding:0;
}

.box-image-left > .container{
    min-height:720px;
    position:relative;
}

.box-image-left .row.minh-45{
    min-height:720px;
}

.box-image-left .col-md-6{
    min-height:720px;
    display:flex;
    align-items:center;
}

.box-image-left .section-md{
    width:100%;
    padding:90px 70px 90px 0;
}

.box-image-left h2.title-icon{
    display:block;
    font-size:clamp(2.4rem,3vw,4rem);
    line-height:.95;
    font-weight:400;
    letter-spacing:-.06em;
    color:#F1F1EE;
    margin-bottom:56px;
}

.box-image-left h2.title-icon .icon{
    display:none;
}

.box-image-left h2.title-icon .text-light{
    color:rgba(241,241,238,.48) !important;
}

.box-image-left .big{
    margin:0 0 8px;
    font-size:.78rem;
    font-weight:400;
    color:rgba(241,241,238,.55) !important;
}

.box-image-left .position-relative.z-1{
    margin-bottom:38px;
}

.box-image-left .d-flex.mb-5{
    margin-bottom:0 !important;
    align-items:flex-start;
}

.box-image-left .me-3{
    margin-right:22px !important;
    min-width:54px;
}

/* Fallback por si no cargan Google Material Symbols */
.box-image-left .material-symbols-outlined{
    font-family:'Material Symbols Outlined', 'Material Icons', sans-serif;
    font-size:0 !important;
    width:46px;
    height:46px;
    border:1px solid rgba(241,241,238,.65);
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#F1F1EE;
    line-height:1;
}

.box-image-left .material-symbols-outlined::before{
    content:"+";
    font-family:Arial, sans-serif;
    font-size:34px;
    line-height:1;
    font-weight:300;
    transform:translateY(-2px);
}

.box-image-left h5{
    font-size:1.08rem;
    line-height:1.25;
    font-weight:700;
    letter-spacing:-.03em;
    color:#F1F1EE;
    margin:0 0 8px;
}

.box-image-left .producto-desc{
    font-size:.86rem;
    line-height:1.45;
    color:rgba(241,241,238,.7) !important;
    max-width:420px;
}

/* Imagen derecha */
.box-image-item{
    position:absolute;
    top:0;
    right:0;
    width:50vw;
    height:100%;
    min-height:720px;
    background-size:cover !important;
    background-position:center center !important;
    z-index:1;
}

/* Logos sobre imagen */
/* Logos y botones popover sobre imagen de acabado */
#hoverImage{
    position:absolute !important;
    top:70px;
    left:70px;
    margin:0 !important;
    z-index:20;
    pointer-events:auto;
}

#hoverImage .m-5{
    margin:0 0 54px 0 !important;
    display:flex;
    align-items:center;
    gap:10px;
}

#hoverImage img{
    max-height:58px !important;
    max-width:130px;
    background:rgba(255,255,255,.78);
    border-radius:999px;
    padding:10px 14px;
    opacity:1 !important;
    object-fit:contain;
    cursor:pointer;
    pointer-events:auto;
}

#hoverImage .btn-circle{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    padding:0 !important;
    border-radius:50% !important;
    border:0 !important;
    background:rgba(255,255,255,.78) !important;
    color:#002F6C !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    pointer-events:auto;
    position:relative;
    z-index:30;
}

#hoverImage .btn-circle .material-symbols-outlined{
    font-size:18px !important;
    width:auto !important;
    height:auto !important;
    border:0 !important;
    line-height:1 !important;
    color:#002F6C !important;
}

#hoverImage .btn-circle .material-symbols-outlined::before{
    content:"i";
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:700;
    color:#002F6C;
}

/* Responsive */
@media (max-width:991px){

    .box-image-left{
        background:#002F6C !important;
        min-height:auto;
    }

    .box-image-left > .container,
    .box-image-left .row.minh-45,
    .box-image-left .col-md-6{
        min-height:auto;
    }

    .box-image-left .section-md{
        padding:70px 20px;
    }

    .box-image-item{
        position:relative;
        width:100vw;
        height:460px;
        min-height:460px;
        right:auto;
    }

    #hoverImage{
        top:40px;
        left:30px;
    }
}

.oniric-selector-frame{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:40px;
    padding:48px;
    background:#fff;
    border-radius:32px;
    box-shadow:0 24px 70px rgba(45,41,38,.08);
}

.oniric-selector-intro{
    position:sticky;
    top:120px;
    align-self:start;
}

/* Layout 1 + 2 */
.oniric-selector-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

/* STEP 01 ocupa ancho completo */
.oniric-step-01{
    grid-column:1 / -1;
}

.oniric-selector-step{
    padding:28px;
    border-radius:24px;
    background:#F8F8F6;
    border:1px solid rgba(45,41,38,.08);
}

.oniric-step-number{
    display:inline-block;
    margin-bottom:12px;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.14em;
    color:#E1523E;
}

.oniric-selector-step h4{
    margin-bottom:22px;
    font-weight:800;
    font-size:1.65rem;
}

.oniric-selector-step .form-check{
    margin-bottom:4px;
}

.oniric-selector-step .form-check-label{
    font-size:.95rem;
    line-height:1.35;
}

@media (max-width: 1200px){

    .oniric-selector-frame{
        grid-template-columns:1fr;
    }

    .oniric-selector-layout{
        grid-template-columns:1fr;
    }

    .oniric-step-01{
        grid-column:auto;
    }

}