/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;900&display=swap");
.nav-zhotico {
  background: #5B25E5;
  padding: 15px 20px 15px 20px;
}
.nav-zhotico .container-fluid {
  display: flex;
  justify-content: flex-end;
}
.nav-zhotico .navbar-brand {
  width: 300px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 777;
  margin: 0;
  background: url(../images/logo-bg.svg) 0 bottom no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 576px) {
  .nav-zhotico .navbar-brand {
    width: 200px;
    height: 100px;
  }
}
.nav-zhotico .navbar-brand img {
  width: 120px;
}
@media (max-width: 576px) {
  .nav-zhotico .navbar-brand img {
    width: 90px;
  }
}
.nav-zhotico .navbar-toggler {
  border: 0;
  padding: 2px;
}
@media (max-width: 992px) {
  .nav-zhotico .navbar-toggler {
    margin: 0 60px 0 0;
  }
}
.nav-zhotico .navbar-toggler:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nav-zhotico .navbar-toggler:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
}
.nav-zhotico .navbar-toggler .navbar-toggler-icon {
  background: url("../images/icon-menu-nav.svg") 0 0 no-repeat;
  background-position: center;
}
.nav-zhotico .navbar-nav {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .nav-zhotico .navbar-nav {
    margin: 70px 0 0 0;
  }
}
.nav-zhotico .navbar-nav .nav-link {
  color: #FFFFFF;
}
.nav-zhotico .navbar-nav .nav-link:hover {
  color: #71E645;
}
.nav-zhotico .nav-cont-acc {
  display: inline-flex;
}
@media (max-width: 992px) {
  .nav-zhotico .nav-cont-acc {
    position: absolute;
    top: 20px;
    right: 23px;
  }
}
.nav-zhotico .nav-cont-acc .nav-search a {
  padding: 5px;
  border-radius: 100px;
}
.nav-zhotico .nav-cont-acc .nav-search a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nav-zhotico .nav-cart a {
  padding: 5px;
  border-radius: 100px;
}
.nav-zhotico .nav-cart a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*footer*/
footer {
  width: 100%;
  background: #131821;
  position: relative;
  padding: 30px 0;
  margin: 70px 0 0 0;
}
footer:before {
  width: 100%;
  height: 60px;
  background: url(../images/footer-border.svg) center 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -60px;
  content: "";
  z-index: 2;
}
footer:after {
  width: 400px;
  height: 180px;
  background: url(../images/footer-line.svg) center 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
@media (max-width: 768px) {
  footer:after {
    width: 230px;
    height: 100px;
  }
}
footer .footer-tit {
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  footer .footer-tit {
    text-align: center;
  }
}
footer .footer-cont {
  width: 70%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  footer .footer-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-cont {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  footer .footer-cont .footer-brand {
    text-align: center;
  }
}
footer .footer-cont .footer-red ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-cont .footer-red ul {
    justify-content: center;
  }
}
footer .footer-cont .footer-red ul li {
  margin: 0 10px 0 0;
}
footer .footer-cont .footer-red ul li a {
  width: 20px;
  display: inline-block;
  transition: 0.5s ease;
}
footer .footer-cont .footer-red ul li a:hover {
  transform: scale(1.1);
}
footer .footer-cont .footer-address .footer-add-txt {
  font-size: 14px;
  color: #71E645;
}
@media (max-width: 768px) {
  footer .footer-cont .footer-address .footer-add-txt {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .footer-cont .footer-menu {
    display: none;
  }
}
footer .footer-cont .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-cont .footer-menu ul li {
  width: 100%;
}
footer .footer-cont .footer-menu ul li a {
  width: 100%;
  display: inline-block;
  color: #71E645;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footer-cont .footer-menu ul li a {
    text-align: center;
  }
}
footer .footer-cont .footer-menu ul li a:hover {
  color: #FFFFFF;
}

/*btn-what*/
.wa {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 777;
  text-align: center;
}
.wa a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
  transition: 0.5s;
  background: #5B25E5;
}
.wa a:hover {
  transform: scale(1.1);
}
.wa a img {
  width: 100%;
}

main {
  width: 100%;
}

/*banner*/
.banner {
  width: 100%;
  position: relative;
  /*--banner-cards*/
}
.banner:before {
  width: 100%;
  background: url(../images/banner-bottom.svg) center 0 no-repeat;
  background-size: cover;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: 2;
}
.banner .banner-slide {
  position: relative;
}
.banner .banner-slide .banner-slide-cont {
  width: 100%;
  height: 100%;
}
.banner .banner-slide .banner-slide-cont .banner-slide-box {
  width: 65%;
  height: 100%;
  position: relative;
  padding: 0 0 0 60px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .banner-slide .banner-slide-cont .banner-slide-box {
    width: 100%;
    height: auto;
    padding: 0 60px;
  }
}
@media (max-width: 576px) {
  .banner .banner-slide .banner-slide-cont .banner-slide-box {
    padding: 70px 40px 0 40px;
  }
}
.banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt {
  width: 50%;
}
.banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt .banner-slide-tit {
  font-size: 47px;
  line-height: 55px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt .banner-slide-tit {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  .banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt .banner-slide-tit {
    font-size: 37px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt .banner-slide-tit {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-txt .banner-slide-btn {
  width: 100%;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-img {
  width: 50%;
}
.banner .banner-slide .banner-slide-cont .banner-slide-box .banner-slide-img img {
  width: 100%;
}
.banner .banner-slide .banner-slide-cont .banner-slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: blueviolet;
}
.banner .banner-slide .banner-slide-cont .banner-slide-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.banner .banner-slide .banner-slide-cont .banner-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-cards {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .banner-cards {
    width: 90%;
    height: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: 98px;
  }
}
.banner .banner-cards .bann-card {
  width: 100%;
}
.banner .banner-cards .bann-card .bann-card-label {
  font-size: 16px;
  color: #FFFFFF;
}
.banner .banner-cards .bann-card .bann-card-box-cont {
  width: 100%;
}
@media (max-width: 768px) {
  .banner .banner-cards .bann-card .bann-card-box-cont {
    width: 100%;
    display: flex;
  }
}
.banner .banner-cards .bann-card .bann-card-box {
  width: 100%;
  margin: 10px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .banner .banner-cards .bann-card .bann-card-box {
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .banner .banner-cards .bann-card .bann-card-box {
    width: 46%;
    margin: 10px 2%;
  }
}
.banner .banner-cards .bann-card .bann-card-box a {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.5s ease;
}
.banner .banner-cards .bann-card .bann-card-box a:hover {
  transform: scale(1.03);
}
.banner .banner-cards .bann-card .bann-card-img {
  width: 70px;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-cards .bann-card .bann-card-img img {
  width: 100%;
}
.banner .banner-cards .bann-card .bann-card-cont {
  width: 100%;
}
.banner .banner-cards .bann-card .bann-card-cont .bann-card-brand {
  font-size: 11px;
  color: #747575;
}
@media (max-width: 576px) {
  .banner .banner-cards .bann-card .bann-card-cont .bann-card-brand {
    display: none;
  }
}
.banner .banner-cards .bann-card .bann-card-cont .bann-card-tit {
  font-size: 14px;
  color: #131821;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 576px) {
  .banner .banner-cards .bann-card .bann-card-cont .bann-card-tit {
    font-size: 12px;
    line-height: 14px;
  }
}
.banner .banner-cards .bann-card .bann-card-cont .bann-card-price {
  font-size: 14px;
  color: #5B25E5;
  font-weight: 900;
}
.banner .banner-cards .bann-card .bann-card-arrow {
  display: flex;
  align-items: end;
}
/*accesos*/
.bar {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  margin: 40px 0;
  align-items: center;
}
@media (max-width: 768px) {
  .bar {
    grid-template-columns: 2fr 2fr 2fr;
  }
}
@media (max-width: 576px) {
  .bar {
    display: inline-block;
    margin: 10px 0;
  }
}
.bar .bar-item a {
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.bar .bar-item a:hover {
  background: #f7f7f7;
}
.bar .bar-item a .bar-item-img {
  margin: 0 20px 0 0;
}
.bar .bar-item a .bar-item-img img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
@media (max-width: 992px) {
  .bar .bar-item a .bar-item-img img {
    width: 50px;
    height: 50px;
  }
}
.bar .bar-item a .bar-item-txt {
  font-size: 14px;
  color: #131821;
  line-height: 16px;
}
.bar .bar-item a .bar-item-txt span {
  width: 100%;
  font-size: 11px;
  display: inline-block;
}
.bar .bar-item a .bar-item-arrow {
  position: absolute;
  right: 13px;
  bottom: 8px;
}
@media (max-width: 576px) {
  .bar .bar-item a .bar-item-arrow {
    bottom: 0;
    top: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }
}
@media (max-width: 480px) {
  .bar .bar-item a .bar-item-arrow {
    position: relative;
  }
}
@media (max-width: 768px) {
  .bar .bar-wa {
    display: none;
  }
}
.bar .bar-wa a {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #71E645;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .bar .bar-wa a {
    display: inline-block;
  }
}
.bar .bar-wa a:hover {
  background: #5DC236;
}
.bar .bar-wa a .bar-wa-img {
  margin: 0 10px 0 0;
}
@media (max-width: 992px) {
  .bar .bar-wa a .bar-wa-img img {
    width: 25px;
  }
}
.bar .bar-wa a .bar-wa-txt {
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .bar .bar-wa a .bar-wa-txt {
    font-size: 12px;
  }
}

/*lo mas visto*/
.product-main {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.product-main .tit-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-main .tit-cont .title {
  max-width: 350px;
  font-size: 26px;
  color: #131821;
}
.product-main .tit-cont .link a {
  font-size: 14px;
  color: #5B25E5;
}
.product-main .cont-product {
  width: 100%;
  padding: 20px 0 0 0;
}
.product-main .cont-product .swiper-slide {
  margin: 0 0 40px 0;
}

/*destacados*/
.highlight {
  width: 100%;
  position: relative;
  padding: 30px 0;
  overflow-x: clip;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .highlight {
    margin: 0;
  }
}
.highlight:before {
  width: 110%;
  height: 100px;
  background: #71E645;
  position: absolute;
  left: -5%;
  top: 60px;
  content: "";
  transform: rotate(-10deg);
}
.highlight::after {
  width: 110%;
  height: 100px;
  background: #5B25E5;
  position: absolute;
  left: -5%;
  bottom: 100px;
  content: "";
  transform: rotate(12deg);
}
.highlight .highlight-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .highlight .highlight-cont {
    display: inline-block;
  }
}
.highlight .highlight-cont .highlight-l {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-l {
    width: 100%;
    margin: 20px 0;
  }
}
.highlight .highlight-cont .highlight-l .highlight-l-box {
  width: 100%;
  position: relative;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-l .highlight-l-box {
    padding: 20px 20px;
  }
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-title {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 3;
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-title .highlight-l-txt {
  font-size: 30px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-title .highlight-l-txt {
    font-size: 24px;
    line-height: 30px;
  }
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-title .highlight-l-txt span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #71E645;
  margin: 0 0 10px 0;
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.highlight .highlight-cont .highlight-l .highlight-l-box .highlight-l-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight .highlight-cont .highlight-r {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r {
    width: 100%;
  }
}
.highlight .highlight-cont .highlight-r a {
  width: 100%;
  height: 100%;
  display: inline-block;
  align-items: center;
  text-decoration: none;
  background: #000000;
  padding: 20px;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r a {
    display: inline-flex;
  }
}
.highlight .highlight-cont .highlight-r a:hover {
  background: #5B25E5;
}
.highlight .highlight-cont .highlight-r a .highlight-r-img {
  width: 100%;
  text-align: right;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r a .highlight-r-img {
    width: auto;
    margin: 0 20px 0 0;
  }
}
.highlight .highlight-cont .highlight-r a .highlight-r-img img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r a .highlight-r-img img {
    width: 100px;
  }
}
.highlight .highlight-cont .highlight-r a .highlight-r-box {
  max-width: 250px;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r a .highlight-r-box {
    width: auto;
  }
}
.highlight .highlight-cont .highlight-r a .highlight-r-box .highlight-r-tit {
  font-size: 27px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .highlight .highlight-cont .highlight-r a .highlight-r-box .highlight-r-tit {
    font-size: 20px;
  }
}
.highlight .highlight-cont .highlight-r a .highlight-r-box .highlight-r-txt {
  font-size: 12px;
  color: #FFFFFF;
}
.highlight .highlight-cont .highlight-r a .highlight-r-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/*productos*/
.product-all {
  width: 100%;
}
.product-all .title {
  font-size: 26px;
  color: #131821;
  margin: 0 0 20px 0;
}
.product-all .product-all-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .product-all .product-all-cont {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 576px) {
  .product-all .product-all-cont {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}
.product-all .product-all-btn {
  width: 100%;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
}
/*category*/
.category-banner {
  width: 100%;
  position: relative;
  padding: 30px 0;
  overflow-x: clip;
}
@media (max-width: 576px) {
  .category-banner {
    padding: 60px 20px 10px 20px;
  }
}
.category-banner:before {
  width: 110%;
  height: 100px;
  background: #71E645;
  position: absolute;
  left: -5%;
  top: 60px;
  content: "";
  transform: rotate(-10deg);
}
.category-banner::after {
  width: 110%;
  height: 100px;
  background: #5B25E5;
  position: absolute;
  left: -5%;
  bottom: 100px;
  content: "";
  transform: rotate(12deg);
}
.category-banner .category-banner-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.category-banner .category-banner-cont .category-banner-l {
  width: 40%;
  margin: 0 30px 0 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .category-banner .category-banner-cont .category-banner-l {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
}
.category-banner .category-banner-cont .category-banner-r {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .category-banner .category-banner-cont .category-banner-r {
    display: none;
  }
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box {
  width: 100%;
  position: relative;
  padding: 30px 30px;
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-title {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 3;
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-title .category-banner-txt {
  font-size: 30px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-title .category-banner-txt {
    font-size: 24px;
    line-height: 30px;
  }
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-title .category-banner-txt span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #71E645;
  margin: 0 0 10px 0;
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.category-banner .category-banner-cont .category-banner-r .category-banner-box .category-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter {
  width: 100%;
  margin: 30px 0;
  position: relative;
}
.filter .filter-cont {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .filter .filter-cont {
    display: inline-block;
  }
}
.filter .filter-cont .filter-title {
  width: 25%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .filter .filter-cont .filter-title {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.filter .filter-cont .filter-title .filter-icon {
  margin: 0 20px 0 0;
}
.filter .filter-cont .filter-title .filter-tit {
  font-size: 14px;
  color: #131821;
}
@media (max-width: 576px) {
  .filter .filter-cont .filter-title .filter-tit {
    font-size: 12px;
  }
}
.filter .filter-cont .filter-title .filter-tit span {
  width: 100%;
  display: inline-block;
  font-size: 11px;
}
@media (max-width: 992px) {
  .filter .filter-cont .filter-title .filter-tit span {
    display: none;
  }
}
.filter .filter-cont .filter-chip {
  width: 75%;
}
@media (max-width: 992px) {
  .filter .filter-cont .filter-chip {
    width: 100%;
  }
}
.filter .filter-cont .filter-chip ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .filter .filter-cont .filter-chip ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
    justify-content: inherit;
  }
}
@media (max-width: 576px) {
  .filter .filter-cont .filter-chip ul {
    grid-template-columns: repeat(3, auto);
  }
}
.filter .filter-cont .filter-chip ul li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #747575;
  border: 1px solid #D4D4D4;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .filter .filter-cont .filter-chip ul li a {
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .filter .filter-cont .filter-chip ul li a {
    font-size: 10px;
    padding: 3px;
  }
}
.filter .filter-cont .filter-chip ul li a:hover {
  background: #f7f7f7;
}
.filter .filter-cont .filter-chip ul li a.active {
  color: #5B25E5;
  border: 1px solid #5B25E5;
}

/*promociones*/
.category-product-main {
  width: 100%;
  margin: 20px 0;
}
.category-product-main .tit-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-product-main .tit-cont .title {
  max-width: 350px;
  font-size: 26px;
  color: #131821;
}
.category-product-main .category-product-cont {
  width: 100%;
  padding: 20px 0 0 0;
}
.category-product-main .category-product-cont .swiper-slide {
  margin: 0 0 40px 0;
}

/*todos los productos*/
.category-product-all {
  width: 100%;
}
.category-product-all .title {
  font-size: 26px;
  color: #131821;
  margin: 0 0 20px 0;
}
.category-product-all .category-product-all-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .category-product-all .category-product-all-cont {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 576px) {
  .category-product-all .category-product-all-cont {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}

/*detail*/
.bread {
  margin: 70px 0 20px 0;
  font-size: 14px;
}
@media (max-width: 576px) {
  .bread {
    font-size: 12px;
    margin: 40px 0 20px 0;
  }
}
.bread a {
  color: #747575;
}
.bread a:hover {
  color: #5B25E5;
}

/*detalle*/
.detail-cont {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .detail-cont {
    display: inline-block;
  }
}
.detail-cont .detail-l {
  width: 50%;
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .detail-cont .detail-l {
    width: 100%;
  }
}
.detail-cont .detail-r {
  width: 50%;
}
@media (max-width: 768px) {
  .detail-cont .detail-r {
    width: 100%;
  }
}
.detail-cont .detail-r .detail-brand {
  color: #747575;
  font-size: 16px;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-brand {
    font-size: 14px;
  }
}
.detail-cont .detail-r .detail-tit {
  width: 100%;
  max-width: 450px;
  color: #131821;
  font-size: 40px;
  margin: 0 0 20px 0;
  line-height: 50px;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-tit {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
}
.detail-cont .detail-r .detail-price {
  font-size: 30px;
  font-weight: 900;
  color: #5B25E5;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-price {
    font-size: 26px;
  }
}
.detail-cont .detail-r .detail-btn {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-btn {
    margin: 10px 0;
  }
}
.detail-cont .detail-r .detail-descrip {
  font-size: 16px;
  color: #131821;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-descrip {
    font-size: 14px;
  }
}
.detail-cont .detail-r .detail-caract {
  width: 100%;
  min-height: 130px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .detail-cont .detail-r .detail-caract {
    font-size: 12px;
  }
}

/*te puede interesar*/
.detail-product-main {
  width: 100%;
  margin: 20px 0;
}
.detail-product-main .tit-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-product-main .tit-cont .title {
  max-width: 350px;
  font-size: 26px;
  color: #131821;
}
.detail-product-main .detail-product-cont {
  width: 100%;
  padding: 20px 0 0 0;
}
@media (max-width: 768px) {
  .detail-product-main .detail-product-cont {
    padding: 0;
  }
}
.detail-product-main .detail-product-cont .swiper-slide {
  margin: 0 0 40px 0;
}

/*modal*/
.modal-title {
  width: 100%;
  font-size: 20px;
}

.modal-header {
  border: 0;
}

.modal-header .close {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  font-weight: 100;
  font-size: 16px;
}

.modal-backdrop {
  background: #474737;
}

.modal-content {
  border: 0;
  box-shadow: 1px 1px 10px #8e8e84;
}

.modal-footer {
  border: 0;
}

.cont-mod {
  width: 100%;
  background: #9AF1E6;
}

.cont-mod .mod-prod-cont {
  width: 100%;
  display: table;
  background: #f9f9f9;
  margin: 10px 0;
  padding: 10px;
}

.cont-mod .mod-prod-img {
  display: table-cell;
  vertical-align: middle;
}

.cont-mod .mod-prod-img img {
  width: 70px;
  height: auto;
}

.cont-mod .mod-prod-name {
  display: table-cell;
  padding: 0 20px;
  color: var(--green);
  vertical-align: middle;
}

.cont-mod .mod-prod-name span {
  width: 100%;
  display: inline-block;
}

.cont-mod .mod-prod-price {
  display: table-cell;
  vertical-align: middle;
}

.cont-mod .mod-prod-price span {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  color: #5B25E5;
  font-weight: 900;
}

.mod-btn-close {
  background: #FFFFFF;
  border-radius: 0;
  color: #5B25E5;
  padding: 10px 20px;
  font-size: 14px;
}
.mod-btn-close:hover {
  background: #D4D4D4;
  color: #5B25E5;
}

/*Modal buscar*/ /*Search*/
.modal-search {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: 7777777;
}
.modal-search .modal-content {
  border: 0;
  box-shadow: none;
}
.modal-search .equis-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #FFFFFF;
  border-radius: 100px;
  text-align: center;
}
.modal-search .cont-bg {
  background: none;
  display: inline-flex;
  align-items: center;
}
.modal-search .modal-search-box {
  width: 100%;
  max-width: 600px;
  margin: 40px 0 0 0;
  padding: 0 15px;
}
.modal-search .modal-search-box input {
  height: 50px;
  border-radius: 15px !important;
  font-size: 18px !important;
  position: sticky;
  top: 40px;
  z-index: 7777;
}
.modal-search .result {
  width: 100%;
  margin: 20px 0 0 0;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
}
.modal-search .result ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-search .result ul li {
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.modal-search .result ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.modal-search .result ul li .result-link {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  padding: 5px 10px;
}
.modal-search .result ul li .result-link:hover {
  background: #f7f7f7;
}
.modal-search .result .result-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.modal-search .result .result-cont .result-img {
  width: 160px;
  text-align: center;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.modal-search .result .result-cont .result-img img {
  max-height: 120px;
  object-fit: cover;
}
.modal-search .result .result-cont .result-txt {
  width: 100%;
  font-size: 16px;
  color: #131821;
  padding: 5px 5px 5px 20px;
}
.modal-search .result .result-cont .result-txt .result-line {
  font-size: 12px;
}
.modal-search .result .result-cont .result-txt .result-line button {
  background: none;
  color: #3E17A0;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.modal-search .result .result-cont .result-txt .result-name {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.modal-search .result .result-cont .result-txt .result-name:hover {
  text-decoration: underline;
}
.modal-search .result .result-cont .result-txt .result-description {
  font-size: 14px;
}
.modal-search .result .result-cont .result-txt .result-price {
  font-size: 18px;
  color: #5B25E5;
}

/*Cart*/
.cart {
  width: 100%;
  margin: 70px 0 30px 0;
}
@media (max-width: 576px) {
  .cart {
    margin: 40px 0 30px 0;
  }
}
.cart .cart-tit {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.cart .cart-tit .cart-back a {
  color: #5B25E5;
  background: #f7f7f7;
  padding: 10px 15px;
  text-decoration: none;
}
.cart .cart-tit .cart-back a:hover {
  color: #FFFFFF;
  background: #5B25E5;
}
.cart .cart-box {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .cart .cart-box {
    display: grid;
  }
}
.cart .cart-box .cart-l {
  width: 55%;
  margin: 0 20px 0 0;
  order: 1;
}
@media (max-width: 992px) {
  .cart .cart-box .cart-l {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .cart-l {
    width: 100%;
    order: 2;
  }
}
.cart .cart-box .cart-l form {
  width: 100%;
}
.cart .cart-box .cart-l form h2 {
  margin: 10px 0;
  font-size: 20px;
}
.cart .cart-box .cart-l form .form-btn {
  width: 100%;
  text-align: center;
  margin: 20px;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-l form .form-btn {
    margin: 20px 0;
  }
}
.cart .cart-box .cart-r {
  width: 45%;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  order: 2;
}
@media (max-width: 992px) {
  .cart .cart-box .cart-r {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r {
    width: 100%;
    order: 1;
    margin: 0 0 20px 0;
  }
}
.cart .cart-box .cart-r .cart-r-tit {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.cart .cart-box .cart-r .cart-r-trash a {
  font-size: 14px;
  color: #5B25E5;
}
.cart .cart-box .cart-r .cart-prod {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-prod {
    margin: 10px 0;
  }
}
.cart .cart-box .cart-r .cart-prod .cart-img {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-prod .cart-img {
    margin: 0 10px 0 0;
  }
}
.cart .cart-box .cart-r .cart-prod .cart-img img {
  max-width: 60px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-prod .cart-img img {
    max-width: 60px;
  }
}
.cart .cart-box .cart-r .cart-prod .cart-name {
  font-size: 14px;
  color: #131821;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-prod .cart-name {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
}
.cart .cart-box .cart-r .cart-prod .cart-name span {
  width: 100%;
  font-size: 12px;
  display: inline-block;
}
.cart .cart-box .cart-r .cart-prod .cart-price {
  min-width: 140px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-prod .cart-price {
    font-size: 14px;
  }
}
.cart .cart-box .cart-r .cart-prod .cart-price small {
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
.cart .cart-box .cart-r .cart-prod .cart-btn {
  border-radius: 100px;
  padding: 2px;
}
.cart .cart-box .cart-r .cart-prod .cart-btn:hover {
  background: #D4D4D4;
}
.cart .cart-box .cart-r .cart-prod .cart-btn img {
  max-width: 20px;
}
.cart .cart-box .cart-r .cart-result {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-result {
    margin: 10px 0 0 0;
  }
}
.cart .cart-box .cart-r .cart-result .cart-total-tit {
  font-size: 20px;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-result .cart-total-tit {
    font-size: 16px;
  }
}
.cart .cart-box .cart-r .cart-result .cart-total-price {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .cart .cart-box .cart-r .cart-result .cart-total-price {
    font-size: 16px;
  }
}

/*admin*/
.alert {
  position: fixed;
  bottom: 30px;
  min-width: 300px;
  left: 60px;
  z-index: 7777;
  box-shadow: 0 4px 10px 2px #d1dde8;
  border: 0;
}

@media (max-width: 768px) {
  .alert {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.alert.alert-success {
  background: #cbf4e2;
  color: #3f7b5f;
}

.modal-blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.modal-blur .modal-content {
  box-shadow: none;
}
.modal-blur .modal-title img {
  width: 100px;
}

.admin-cont {
  width: 100%;
  display: inline-flex;
}
@media (max-width: 768px) {
  .admin-cont {
    display: inline-block;
  }
}

.sidenav {
  width: 140px;
  height: 100vh;
  margin: 0 20px 0 0;
  background: #f7f7f7;
  padding: 70px 10px 0 10px;
  position: sticky;
  top: 60px;
}
@media (max-width: 768px) {
  .sidenav {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 10px 0 10px;
  }
}
.sidenav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .sidenav ul {
    display: inline-flex;
  }
}
.sidenav ul li {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
}
.sidenav ul li.active a {
  width: 100%;
  background: #5B25E5;
  color: #FFFFFF;
}
.sidenav ul li a {
  width: 100%;
  color: #131821;
  text-decoration: none;
  padding: 7px 13px;
  display: inline-block;
}
@media (max-width: 768px) {
  .sidenav ul li a {
    font-size: 12px;
  }
}
.sidenav ul li a:hover {
  background: #D4D4D4;
}

.admin {
  width: 100%;
  margin: 70px 30px 0 30px;
}
@media (max-width: 768px) {
  .admin {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 576px) {
  .admin {
    padding: 0 15px;
  }
}
.admin .btn-new {
  width: 100%;
  text-align: right;
}
.admin .admin-list-prod {
  width: 100%;
  margin: 20px 0;
}
.admin .admin-list-prod .admin-list-cont {
  width: 100%;
}
.admin .admin-list-prod .admin-list-cont ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin .admin-list-prod .admin-list-cont ul li {
  width: 100%;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 3px 0;
  margin: 3px 0;
}
.admin .admin-list-prod .admin-list-cont ul li .img img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 0 4px 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  object-fit: contain;
}
.admin .admin-list-prod .admin-list-cont ul li .cont-middle {
  display: inline-flex;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .admin .admin-list-prod .admin-list-cont ul li .cont-middle {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .admin .admin-list-prod .admin-list-cont ul li .cont-middle {
    padding: 0 10px;
  }
}
.admin .admin-list-prod .admin-list-cont ul li .name {
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
}
@media (max-width: 576px) {
  .admin .admin-list-prod .admin-list-cont ul li .name {
    padding: 0 10px;
  }
}
.admin .admin-list-prod .admin-list-cont ul li .name p {
  margin: 0;
}
.admin .admin-list-prod .admin-list-cont ul li .name small {
  color: var(--green);
}
.admin .admin-list-prod .admin-list-cont ul li .active {
  padding: 0 20px;
  font-size: 12px;
}
@media (max-width: 576px) {
  .admin .admin-list-prod .admin-list-cont ul li .active {
    padding: 0 10px;
    font-size: 10px;
  }
}
.admin .admin-list-prod .admin-list-cont ul li .active p {
  margin: 0;
}
.admin .admin-list-prod .admin-list-cont ul li .active small {
  color: var(--green);
}
.admin .admin-list-prod .admin-list-cont ul li .acc {
  width: 200px;
  display: inline-flex;
  justify-content: flex-end;
}
.admin .admin-list-prod .admin-list-cont ul li .acc a {
  width: 26px;
  height: 26px;
  background: #f2f2f2;
  margin: 0 3px;
  border-radius: 100px;
  text-align: center;
}
.admin .admin-list-prod .admin-list-cont ul li .acc a:hover {
  background: #d6d6d6;
}
.admin .admin-list-prod .admin-list-cont ul li .acc a img {
  width: 80%;
}
.admin .admin-new {
  width: 100%;
  margin: 20px 0;
}
.admin .admin-new h3 {
  font-size: 18px;
}
.admin .admin-new .admin-new-create {
  width: 100%;
  margin: 30px 0;
}
.admin .admin-new .admin-new-img {
  max-width: 100px;
  border: 1px solid #747575;
  padding: 3px;
  margin: 0 0 10px 0;
}
.admin .admin-new .admin-new-img img {
  width: 100%;
}

/*Paginador*/
.pa-gi {
  width: 100%;
  margin: 10px 0 20px 0;
  /*background: $gray-extralight;*/
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pa-gi ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.pa-gi ul li {
  margin: 2px 5px;
}
.pa-gi ul li a {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 100px;
  background: #E8E8E8;
  color: #708c99;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pa-gi ul li a:hover {
  transform: scale(1.2);
}
.pa-gi ul li.active a {
  background: #3ce59c;
  color: #FFFFFF;
}
.pa-gi ul li.arrow a {
  background: #F0F0F0;
}
.pa-gi select {
  background: none;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  color: #708c99;
}

/*boton borrar foto*/
.btn-trash {
  padding: 5px 10px;
  color: #5B25E5;
  font-size: 12px;
  background: #D4D4D4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 0;
}
.btn-trash:hover {
  background: #3E17A0;
  color: #FFFFFF;
}

/*General*/
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

h2 {
  font-weight: 300;
  font-size: 26px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

.btn-violet {
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 14px;
  background: #5B25E5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 0;
}
@media (max-width: 768px) {
  .btn-violet {
    padding: 7px 15px;
    font-size: 12px;
  }
}
.btn-violet::after {
  display: flex;
  justify-content: center;
  content: url("../images/arrow-white.svg");
  margin: 0 0 0 10px;
}
.btn-violet:hover {
  background: #3E17A0;
  color: #FFFFFF;
}
.btn-violet img {
  width: 10px;
  margin: 0 0 0 5px;
}

.btn-back {
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 14px;
  background: #5B25E5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 0;
}
@media (max-width: 768px) {
  .btn-back {
    padding: 7px 15px;
    font-size: 12px;
  }
}
.btn-back::before {
  display: flex;
  justify-content: center;
  content: url("../images/arrow-white-left.svg");
  margin: 0 10px 0 0;
}
.btn-back:hover {
  background: #3E17A0;
  color: #FFFFFF;
}
.btn-back img {
  width: 10px;
  margin: 0 0 0 5px;
}

.card-prod {
  width: 99%;
  margin: 10px 0;
}
.card-prod a {
  width: 100%;
  display: inline-block;
  padding: 20px;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  transition: 0.5s ease;
}
.card-prod a:hover {
  border: 1px solid #5B25E5;
}
.card-prod a .card-img {
  margin: 0 0 10px 0;
}
.card-prod a .card-img img {
  width: 100%;
}
.card-prod a .card-brand {
  font-size: 12px;
  color: #747575;
}
.card-prod a .card-tit {
  font-size: 16px;
  color: #131821;
}
.card-prod a .card-price {
  font-size: 18px;
  color: #5B25E5;
}
.card-prod a .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 20px;
  bottom: 20px;
}

/*inputs*/
.form-control,
.form-select {
  border-radius: 0;
}

/*Slider*/
.mySwiper-home {
  width: 100%;
  height: 500px;
}

.mySwiper-high {
  width: 100%;
}

.pag-zhotico {
  bottom: 70px !important;
}

.pag-zhotico-two {
  bottom: 10px !important;
}

.mySwiper-detail-3-1 .swiper-slide {
  text-align: center;
}
.mySwiper-detail-3-1 .swiper-slide img {
  width: 100%;
  max-width: 400px;
  transition: 0.5s ease-in-out;
}
.mySwiper-detail-3-1 .swiper-slide img:hover {
  transform: scale(20deg);
}

.mySwiper-detail-3-2 {
  margin: 20px 0;
}
.mySwiper-detail-3-2 .swiper-slide {
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
}
.mySwiper-detail-3-2 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #5B25E5;
}
.mySwiper-detail-3-2 .swiper-slide img {
  width: 100%;
  max-width: 100px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #5B25E5;
}

.invalid {
  color: #f66666;
}/*# sourceMappingURL=style.css.map */