/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea,
.swiper-pagination-bullet,
.swiper-slide,
.swiper-button-next,
.swiper-button-prev,
.product-button-next,
.product-button-prev,
.special-deals-button-next,
.special-deals-button-prev {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.special-deals-button-next:focus,
.special-deals-button-prev:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

i:focus {
  outline: none;
  border: 0;
}

.btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

img {
  max-width: 100%;
}

.img-full {
  max-width: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.img-full-2 {
  max-width: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 0px 0px 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.img-fulll {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
	 max-height: 300px;
}

::-moz-selection {
  color: #e5e5e8;
  background-color: #4b2057;
}

::selection {
  color: #e5e5e8;
  background-color: #4b2057;
}

.preview-img {
  /* height: 192px; */
  object-fit: cover;
  border-radius: 0.4375rem;
}

.textarea-world {
  width: 100%; /* 30 caracteres de ancho */
  height: 35.6lh; /* 80 líneas de altura (si el navegador lo soporta) */
  resize: vertical; /* Permitir redimensionar verticalmente */
  background-color: #fcfcfa !important;
  /* background-color: #f6f9c1 !important; */
  text-align: center;
  line-height: 1.25;
  font-size: 0.9400rem;
}

/* ---Custom Container--- */
@media (min-width: 1600px) {
  .container {
    max-width: 1310px;
  }
}

/* ---Section Space--- */
.section-space-top-100 {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .section-space-top-100 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-100 {
    padding-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-100 {
    padding-top: 50px;
  }
}

.section-space-top-95 {
  padding-top: 95px;
}

@media (max-width: 991.98px) {
  .section-space-top-95 {
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-95 {
    padding-top: 55px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-95 {
    padding-top: 45px;
  }
}

.section-space-top-90 {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .section-space-top-90 {
    padding-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-90 {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-90 {
    padding-top: 40px;
  }
}

.section-space-top-85 {
  padding-top: 85px;
}

@media (max-width: 991.98px) {
  .section-space-top-85 {
    padding-top: 65px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-85 {
    padding-top: 45px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-85 {
    padding-top: 35px;
  }
}

.section-space-top-80 {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .section-space-top-80 {
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-80 {
    padding-top: 35px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-80 {
    padding-top: 30px;
  }
}

.section-space-top-75 {
  padding-top: 25px;
}

.section-space-top-76 {
  padding-top: 65px;
}

@media (max-width: 991.98px) {
  .section-space-top-75 {
    padding-top: 55px;
  }
}

@media (max-width: 767.98px) {
  .section-space-top-75 {
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .section-space-top-75 {
    padding-top: 25px;
  }
}

.section-space-y-axis {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-space-y-axis-50 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section-space-y-axis-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-space-y-axis-120 {
  padding-top: 5px;
  padding-bottom: 100px;
}

.section-space-y-axis-150 {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .section-space-y-axis-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .section-space-y-axis-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .section-space-y-axis-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space-bottom-115 {
  padding-bottom: 115px;
}

@media (max-width: 991.98px) {
  .section-space-bottom-115 {
    padding-bottom: 95px;
  }
}

@media (max-width: 767.98px) {
  .section-space-bottom-115 {
    padding-bottom: 75px;
  }
}

@media (max-width: 575.98px) {
  .section-space-bottom-115 {
    padding-bottom: 55px;
  }
}

.section-space-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .section-space-bottom-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .section-space-bottom-100 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .section-space-bottom-100 {
    padding-bottom: 50px;
  }
}

.section-space-bottom-95 {
  padding-bottom: 95px;
}

@media (max-width: 991.98px) {
  .section-space-bottom-95 {
    padding-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .section-space-bottom-95 {
    padding-bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  .section-space-bottom-95 {
    padding-bottom: 45px;
  }
}

/* --End Here-- */


/* --------------------------------------
    Additional Space for specific section
----------------------------------------- */
.pt-55 {
  padding-top: 55px;
}

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

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

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

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

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

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

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

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

/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  background-repeat: repeat;
  background-position: center;
}

.bg-fondo {
  background-color: #897e8c;
}

.bg-final {
  background-color: #050A08;
}

/* ---Text Color--- */
.text-white * {
  color: #fff;
}

.text-primary * {
  color: #000;
}

.text-secondary * {
  color: #050a08;
}

.text-heading * {
  color: #fff;
}

.text-hawkes-blue * {
  color: #cfe1ff;
}

.text-manatee * {
  color: #8b8b99;
}

.text-matterhorn * {
  color: #fffefe;
}

.text-charcoal * {
  color: #0f0f0f;
}

.text-lavender * {
  color: #e5e5e8;
}

.text-ship-cove * {
  color: #8690a1;
}

.text-silver * {
  color: #fff;
}

.text-night-rider * {
  color: #000;
}

.text-paynes-grey * {
  color: #383b4b;
  font-weight: 400;
}

/* ---Background Color--- */
.bg-midnight-express {
  background-color: #050A08;
  background-image: url("../img/background-img/1-1-48x48.webp");
  background-position: center; /* Centra la imagen */
  background-repeat: repeat; /* Evita que la imagen se repita */
}

.bg-white-smoke {
  background-color: #f4f4f4;
}

/* --- Fondo Enmarcado --- */

.marco-irene {
  background-color: #050A08 !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-1 {
  background-color: #18212e !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-2 {
  background-color: #030f1a !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-3 {
  background-color: #17161e !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-4 {
  background-color: #291a15 !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-5 {
  background-color: #140f0a !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.marco-ilustraccion-6 {
  background-color: #1c230b !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.titulo {
  color: #000302;
  line-height: 1.0;
  font-weight: 600;
  display: block;
  font-size: clamp(42px, 7vw, 50px);
}

.titulo-2 {
  color: #000302;
  line-height: 1.0;
  font-weight: 600;
  display: block;
  font-size: clamp(32px, 3vw, 37px);
}

.titulo-mensaje {
  color: #461a54 !important;
  line-height: 1.0em !important;
  font-weight: 500 !important;
  display: block !important;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgb(0, 0, 0) !important;
  font-size: clamp(35px, 5vw, 64px) !important;
}

.audio-piano {
  color: #461a54 !important;
  line-height: 1.2em !important;
  font-weight: 350 !important;
  display: block !important;
  text-shadow: 0.0625rem 0rem 0.125rem rgb(0, 26, 49) !important;
  font-size: clamp(22px, 2vw, 26px) !important;
}

.subtitulo {
  color: #461a54 !important;
  line-height: 1.1em !important;
  font-weight: 400 !important;
  display: block !important;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgb(0, 0, 0) !important;
  font-size: clamp(29px, 3vw, 38px) !important;
}

.epilogo {
  color: #cc1f1f !important;
  line-height: 1.1em !important;
  font-weight: 400 !important;
  display: block !important;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgb(0, 0, 0) !important;
  font-size: clamp(29px, 3vw, 39px) !important;
}

.autor {
  color: #cc1f1f !important;
  line-height: 1.1em !important;
  font-weight: 400 !important;
  display: block !important;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgb(0, 0, 0) !important;
  font-size: clamp(29px, 3vw, 39px) !important;
}

/* ---Section Title--- */
.section-title .title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 479px) {
  .section-title .title {
    font-size: 30px;
  }
}

.section-title.style-2 .title {
  position: relative;
  padding-left: 50px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 479px) {
  .section-title.style-2 .title {
    font-size: 30px;
  }
}

.section-title.style-2 .title:before {
  background-color: #0a0a0a;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
}

.section-title-3 .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 479px) {
  .section-title-3 .title {
    font-size: 16px;
  }
}

/* ---Custom Font Size--- */
.font-size-60 {
  font-size: 60px;
}

@media (max-width: 575.98px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.font-size-50 {
  font-size: 50px;
}

@media (max-width: 575.98px) {
  .font-size-50 {
    font-size: 30px;
  }
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
  line-height: 25px;
}

.font-size-16 {
  font-size: 16px;
}

/* ---Preloader--- */
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}

.preloader-active .preloader-area-wrap {
  background-color: #050A08;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

.preloader-active .preloader-area-wrap .spinner div {
  background-color: #050A08;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.preloader-area-wrap {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.open_tm_preloader {
  position: fixed;
  background-color: #050A08;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.open_tm_preloader.loaded {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
}

.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
  width: 0%;
}

.open_tm_preloader:before, .open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #050A08;
  transition: opacity 0.3s ease-out;
}

.open_tm_preloader:before {
  top: 0;
  left: 0;
}

.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/**/

/* ---Background Image--- */
.background-img {
  position: relative;
}

.background-img-2 {
  position: relative;
  background-position: center; /* Centra la imagen */
  background-repeat: repeat; /* la imagen se repite */
}

.background-img-3 {
  position: relative;
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* evita que la imagen se repita */
}

.background-img .inner-bg {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: -1;
}

/* ---Countdown--- */
.countdown-wrap.with-dark-border .countdown__item {
  border-color: #787878;
}

.countdown-wrap.with-dark-border .countdown__item * {
  color: #464646;
}

.countdown-wrap.with-dark-border .countdown__time:before {
  content: url("../recursos/img/background-img/2.png");
}

.countdown-wrap.with-secondary-border .countdown__item {
  border-color: #000;
}

.countdown-wrap.with-secondary-border .countdown__item * {
  color: #000;
}

.countdown-wrap.with-secondary-border .countdown__time:before {
  content: url("../recursos/img/background-img/2.png");
}

.countdown__item {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  width: 65px;
}

@media (max-width: 575.98px) {
  .countdown__item {
    width: auto;
  }
}

.countdown__text {
  text-transform: capitalize;
  color: #404040;
  padding-top: 5px;
  margin-top: 10px;
  font-size: 13px;
  display: block;
}

.countdown__time {
  position: relative;
  color: #242424;
  font-size: 1.125rem;
  font-weight: 400;
}

.countdown__time:before {
  content: url("../recursos/img/background-img/1.png");
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ---Tab Content & Pane Fix--- */
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ---Social Link--- */
.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link .title {
  font-size: 16px;
  display: block;
}

.social-link ul li {
  display: inline-block;
}

.social-link ul li:not(:last-child) {
  padding-right: 25px;
}

.social-link ul li a {
  font-size: 16px;
  display: block;
}

.social-link.with-border ul li:not(:last-child) {
  padding-right: 15px;
}

.social-link.with-border ul li a {
  border: 1px solid #434343;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-link.with-border ul li a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

.social-link.with-border ul li a:hover i {
  color: #fff;
}


/* ---Custom Button--- */

/* ---Custom Button--- */
.btn-matterhorn-mensaje {
  background-color: #0a0dbf;
  font-size: 16px;
  color: #fff;
}

.btn-custom-size-mensaje {
  text-transform: capitalize;
  width: 74px;
  height: 40px;
  line-height: 22px;
  font-size: 16px;
  margin: 3px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.btn-custom-size-mensaje:before {
  width: 230px;
  height: 200px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
}

.btn-custom-size-mensaje:hover {
  border-color: #2b1f37;
  color: #fff;
}

.btn-custom-size-mensaje:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #461a54;
}



.btn-custom-size {
  padding: 0;
  width: 150px;
  height: 38px;
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 12px 0px 12px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.btn-custom-size:before {
  width: 230px;
  height: 200px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
}

.btn-custom-size:hover {
  border-color: #2b1f37;
  color: #fff;
}

.btn-custom-size:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #2426b5;
}

.btn-custom-size.lg-size {
  width: 180px;
  height: 40px;
  line-height: 18px;
  font-size: 1.0625rem;
  padding: 11px 12px 0px 12px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size.lg-size-2 {
  width: 200px;
  height: 40px;
  line-height: 18px;
  font-size: 1.0625rem;
  padding: 11px 12px 0px 12px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size.lg-size-3 {
  width: 220px;
  height: 40px;
  line-height: 18px;
  font-size: 1.0625rem;
  padding: 11px 12px 0px 12px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size.lg-size-4 {
  width: 155px;
  height: 35px;
  line-height: 18px;
  font-size: 13px;
  padding: 8px 2px 0px 0px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size.xl-size {
  width: 220px;
  height: 52px;
  line-height: 18px;
  font-size: 1.0625rem;
  padding: 7px 12px 7px 12px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size.xl-size-2 {
  width: 205px;
  height: 52px;
  line-height: 40px;
  font-size: 16px;
  padding: 7px 12px 7px 12px;
  border-radius: 4px;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size-login {
  padding: 0;
  width: 150px;
  height: 33px;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  background: #2426b5;
  border-color: #e2affd;
  color: #fff;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.btn-custom-size-login:before {
  width: 230px;
  height: 200px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
}

.btn-custom-size-login:hover {
  border-color: #2426b5;
  color: #090909;
  text-shadow: 0rem 0rem 0.125rem #2426b5;
}

.btn-custom-size-login:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #fff;
}

.btn-white {
  background-color: #0a0a0a;
  color: #fff;
}

.btn-white:hover {
  background-color: #aa00ff;
  border-color: #2426b5;
  color: #020202;
}

.btn-white:hover:before {
  background-color: #2426b5;
}

.btn-matterhorn {
  background-color: #0a0a0a;
  font-size: 16px;
  color: #fff;
}

.btn-matterhorn:hover {
  background-color: #aa00ff;
  border-color: #2b1f37;
  color: #fff;
}

.btn-matterhorn:hover:before {
  background-color: #2426b5;
}

.btn-primary-hover:hover {
  background-color: #2426b5;
  border-color: #000;
  color: #fff;
}

.btn-primary-hover:hover i {
  color: #fff;
}

.btn-secondary-hover:hover {
  background-color: #050a08;
  border-color: #000302;
  color: #020202;
}

.btn-link.with-underline {
  text-decoration: underline;
}

.btn-white-hover {
  color: #fff;
}

.btn-white-hover:hover {
  background-color: #fff;
  border-color: #fff;
  color: #020202;
}

.btn-pearl-hover {
  color: #fff;
}

.btn-pearl-hover:hover {
  background-color: #aa00ff;
  border-color: #aa00ff;
  color: #020202;
}

.btn-dark-hover:hover {
  background-color: #050a08;
  border-color: #000302;
  color: #020202;
}

/* ---Button Position--- */
.button-position-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---Section Border--- */
.section-border-top {
  border-top: 1px solid #e9e9e9;
}

.section-border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.section-border-y-axis {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

/* ---Pagination--- */
.pagination .page-item:not(:last-child) {
  padding-right: 10px;
}

.pagination .page-link {
  border: 1px solid #000;
  color: #000;
  text-align: center;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-link span {
  font-size: 0.75rem;
}

.pagination .page-link:hover {
  background-color: #461a54;
  border-color: #000;
  color: #fff;
}

/* ---Image Zoom Effect--- */
.img-gradient-effect:before {
  background: #0a0a0a;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), color-stop(80%, #feeff0), to(white));
  background: -webkit-linear-gradient(bottom, #0f0f0f 0%, #feeff0 80%, white 100%);
  background: -o-linear-gradient(bottom, #0f0f0f 0%, #feeff0 80%, white 100%);
  background: linear-gradient(0deg, #0f0f0f 0%, #feeff0 80%, white 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  z-index: 1;
}

.img-gradient-effect:hover:before {
  opacity: 0.7;
  visibility: visible;
}

.img-zoom-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.img-zoom-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.img-zoom-effect:hover img {
  -webkit-transform: scale(1.06) rotate(1deg);
      -ms-transform: scale(1.06) rotate(1deg);
          transform: scale(1.06) rotate(1deg);
}

.img-hover-effect {
  position: relative;
  border-radius: 5px;
}

.img-hover-effect:before {
  background: rgba(244, 128, 5);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
}

.img-hover-effect:after {
  background: rgba(244, 128, 5);
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
}

.img-hover-effect:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
  width: 100%;
  border-radius: 5px;
}

.img-hover-effect:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
  width: 100%;
  border-radius: 5px;
}

/* ---Blockquote--- */
blockquote {
  background-color: #ff8f004d;
  position: relative;
  overflow: hidden;
  padding: 15px;
}

blockquote p {
  color: #050a08;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 33px;
}

blockquote .user-name {
  color: #050a08;
  font-size: 20px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 600;
}

blockquote .user-name:before {
  background-color: #0a0a0a;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/* ---Range Slider--- */
.price-filter .irs-min, .price-filter .irs-max {
  display: none;
}

.price-filter .irs--flat .irs-bar,
.price-filter .irs--flat .irs-line {
  height: 4px;
}

.price-filter .irs--flat .irs-from,
.price-filter .irs--flat .irs-to {
  top: -5px;
}

.price-filter .irs--flat .irs-handle {
  background-color: #f9f9f9;
  border: 3px solid #0a0a0a;
  border-radius: 100%;
  cursor: pointer;
  top: 18px;
  width: 18px;
  height: 18px;
}

.price-filter .irs--flat .irs-handle i {
  display: none;
}

/* ---Swiper Slider Border Issues--- */
.swiper-container.border-issue {
  padding-bottom: 15px;
  margin-bottom: -15px;
}

/* ---Quantity--- */
.quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}

.quantity .cart-plus-minus .cart-plus-minus-box {
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
  text-align: center;
  width: 75px;
  height: 50px;
  border-radius: 25px;
}

.quantity .cart-plus-minus .qtybutton {
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 10px;
  color: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.quantity .cart-plus-minus .qtybutton.dec {
  left: 15px;
}

.quantity .cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 15px;
}

/* ---Price Box--- */
.price-box span {
  font-size: 20px;
}

.price-box span.old-price {
  margin-left: 5px;
  color: #8d8f92;
  text-decoration: line-through;
}

/* ---Rating Box--- */
.rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating-box ul li:not(:last-child) {
  padding-right: 15px;
}

.rating-box ul li i {
  color: #ffe500;
  font-size: 16px;
  cursor: pointer;
}

.rating-box ul li i:focus {
  outline: none;
}

.rating-box .title {
  margin-left: 15px;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #e5e5e8;
  color: #050a08 !important;
  border-radius: 7px;
  position: fixed;
  right: 15px;
  bottom: 14px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeOutRight 1s normal;
          animation: fadeOutRight 1s normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 0px 4px 4px #050A08;
  box-shadow: 0px 0px 4px 4px #0050A08;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.scroll-to-top:hover {
  background-color: #050a08;
  -webkit-box-shadow: 0px 0px 4px 4px #e5e5e8;
  box-shadow: 0px 0px 4px 4px #e5e5e8;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInRight 0.6s normal;
          animation: fadeInRight 0.6s normal;
}

.scroll-to-top i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  color: #fff;
  display: inline-block;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}

.scroll-to-top i:hover {
  color: #fff;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #313030;
}