/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/*menu*/
nav {
  width: 100%;
  position: sticky !important;
  background: #EEF3FB;
  box-shadow: 0 0 5px #EEF3FB;
  top: 0;
  left: 0;
  padding: 10px 0 !important;
  z-index: 777777;
  margin: 0 0 30px 0;
}
nav .nav-imc {
  width: 100%;
}
@media (max-width: 576px) {
  nav .nav-imc {
    padding: 0;
  }
}
@media (max-width: 576px) {
  nav .brand img {
    width: 100px;
  }
}
nav .nav-imc-cont {
  background: #FFFFFF;
  display: inline-flex;
  border-radius: 20px;
  padding: 10px 20px;
}
@media (max-width: 576px) {
  nav .nav-imc-cont {
    padding: 5px 10px;
  }
}
nav .nav-imc-cont button {
  border: 0;
  padding: 2px;
}
nav .nav-imc-fix .fix-ul {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav .nav-imc-fix .fix-ul li {
  margin: 0 5px;
  /*language*/
}
nav .nav-imc-fix .fix-ul li img {
  width: 20px;
}
nav .nav-imc-fix .fix-ul li a {
  border-radius: 100px;
  display: inline-block;
  padding: 4px;
}
nav .nav-imc-fix .fix-ul li a:hover {
  background: #cee7f3;
  color: #01224e;
}
nav .nav-imc-fix .fix-ul li .logi {
  padding: 4px 15px;
  border-radius: 100px;
  background: #01224e;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 576px) {
  nav .nav-imc-fix .fix-ul li .logi {
    padding: 4px 10px;
    font-size: 12px;
  }
}
nav .nav-imc-fix .fix-ul li .logi:hover {
  background: #cee7f3;
  color: #01224e;
}
nav .nav-imc-fix .fix-ul li .logi-drop {
  min-width: 200px;
  padding: 20px;
  border: 1px solid #cee7f3;
  border-radius: 20px;
}
nav .nav-imc-fix .fix-ul li .logi-drop label {
  font-size: 14px;
}
nav .nav-imc-fix .fix-ul li .logi-drop input {
  font-size: 14px;
}
nav .nav-imc-fix .fix-ul li .language {
  padding: 4px 10px;
  border-radius: 100px;
  background: none;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 576px) {
  nav .nav-imc-fix .fix-ul li .language {
    padding: 4px 10px;
    font-size: 12px;
  }
}
nav .nav-imc-fix .fix-ul li .language:hover {
  background: #cee7f3;
  color: #01224e;
}
nav .nav-imc-fix .fix-ul li .language-drop {
  min-width: 60px;
  padding: 10px;
  border: 1px solid #cee7f3;
  border-radius: 20px;
}
nav .nav-imc-fix .fix-ul li .language-drop label {
  font-size: 14px;
}
nav .nav-imc-fix .fix-ul li .language-drop input {
  font-size: 14px;
}
nav .nav-imc-collapse {
  justify-content: right;
  margin: 0 40px 0 0;
}
@media (max-width: 992px) {
  nav .nav-imc-collapse {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-flex;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
nav .nav-imc-collapse .navbar-toggler {
  width: 40px;
  top: 20px;
  right: 20px;
  position: absolute;
  background: #FFFFFF;
}
nav .nav-imc-collapse .nav-item .nav-link {
  color: #01224e;
  font-weight: 300;
}
@media (max-width: 992px) {
  nav .nav-imc-collapse .nav-item .nav-link {
    font-size: 24px;
  }
}
nav .nav-imc-collapse .nav-item .nav-link.active {
  font-weight: 600;
}
nav .nav-imc-collapse .nav-item .nav-link:hover {
  color: #a14598;
}

footer {
  width: 100%;
  background: #01224e;
  padding: 30px 40px;
  border-radius: 50px;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 20px;
  }
}
footer .foot-menu {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-menu {
    display: inline-grid;
    justify-content: center;
  }
}
footer .foot-menu ul {
  order: 1;
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
@media (max-width: 768px) {
  footer .foot-menu ul {
    order: 2;
    width: 100%;
  }
}
footer .foot-menu ul li {
  margin: 0 20px 0 0;
}
footer .foot-menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .foot-menu ul li a {
    font-size: 14px;
  }
}
footer .foot-menu ul li a:hover {
  text-decoration: underline;
}
footer .foot-menu .foot-logo {
  order: 2;
}
@media (max-width: 768px) {
  footer .foot-menu .foot-logo {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .foot-menu .foot-logo img {
    width: 100px;
  }
}
footer hr {
  color: #a14598;
  opacity: 1;
}
footer .foot-general {
  width: 100%;
  margin: 0 0 20px 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-general {
    display: inline-block;
    text-align: center;
  }
}
footer .foot-general .foot-contact {
  width: 70%;
  display: inline-flex;
}
@media (max-width: 768px) {
  footer .foot-general .foot-contact {
    width: auto;
    margin: 0 0 20px 0;
  }
}
footer .foot-general .foot-contact .foot-contact-img {
  margin: 0 10px 0 0;
}
footer .foot-general .foot-contact .foot-contact-img img {
  width: 30px;
}
footer .foot-general .foot-contact .foot-contact-txt {
  color: #FFFFFF;
  text-align: left;
}
footer .foot-general .foot-contact .foot-contact-txt .foot-contact-num {
  width: 100%;
  display: inline-flex;
}
footer .foot-general .foot-contact .foot-contact-txt .foot-contact-num p {
  margin: 0 10px 0 0;
}
footer .foot-general .foot-media {
  width: 30%;
  text-align: right;
}
@media (max-width: 768px) {
  footer .foot-general .foot-media {
    width: 100%;
    text-align: center;
  }
}
footer .foot-general .foot-media p {
  margin: 0 0 10px 0;
  color: #FFFFFF;
}
footer .foot-general .foot-media .foot-media-cont {
  margin: 5px 0 0 0;
}
footer .foot-general .foot-media .foot-media-cont a {
  display: inline-block;
  margin: 0 0 0 10px;
  transition: 0.5s ease-in;
  transform: scale(0.9);
}
footer .foot-general .foot-media .foot-media-cont a:hover {
  transform: scale(1.1);
}
footer .foot-general .foot-media .foot-media-cont a img {
  width: 30px;
}
footer .foot-info {
  text-align: center;
}
footer .foot-info a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  footer .foot-info a {
    font-size: 12px;
    margin: 0 10px;
  }
}
footer .foot-info a:hover {
  text-decoration: underline;
}
footer .foot-info a:before {
  width: 1px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 5px;
  content: "";
  background: #a14598;
}
@media (max-width: 768px) {
  footer .foot-info a:before {
    right: -10px;
  }
}
footer .foot-info a:last-child:before {
  display: none;
}

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

main {
  width: 100%;
}

.topbar {
  background: #e2f1f5;
  padding: 3px 10px;
}

.promo {
  width: 100%;
  margin: 20px 0 60px 0;
}
@media (max-width: 768px) {
  .promo {
    margin: 20px 0 30px 0;
  }
}
.promo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
}
.promo a:hover {
  box-shadow: 0 0 0 10px #e2f1f5;
  scale: 0.98;
}
.promo img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

/*banner*/
.banner {
  width: 100%;
}
.banner .bannerHome {
  height: 80%;
  width: 100%;
}
.banner .bann-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .banner .bann-cont {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .banner .bann-cont {
    display: inline-block;
  }
}
.banner .bann-cont .bann-l {
  width: 50%;
  padding: 0 10% 0 0;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-l {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.banner .bann-cont .bann-l .bann-badge {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-l .bann-badge {
    font-size: 16px;
  }
}
.banner .bann-cont .bann-l .bann-badge:before {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #a14598;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-l .bann-badge:before {
    height: 10px;
  }
}
.banner .bann-cont .bann-l .bann-tit {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-l .bann-tit {
    font-size: 37px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .banner .bann-cont .bann-l .bann-tit {
    font-size: 27px;
    line-height: 30px;
  }
}
.banner .bann-cont .bann-l .bann-description {
  font-size: 18px;
  margin: 10px 0 20px 0;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-l .bann-description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .banner .bann-cont .bann-l .bann-description {
    font-size: 14px;
  }
}
.banner .bann-cont .bann-r {
  width: 50%;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-r {
    width: 100%;
  }
}
.banner .bann-cont .bann-r .bann-img {
  min-height: 600px;
  border-radius: 50px;
  overflow: hidden;
  background: url("../images/banner/banner-home-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 10% 30px 20% 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-r .bann-img {
    min-height: 400px;
    border-radius: 30px;
    padding: 10% 30px;
  }
}
.banner .bann-cont .bann-r .bann-img img {
  max-height: 400px;
}

.bannerHome-thumb {
  width: 45%;
  box-sizing: border-box;
  margin: 0 17% -70px auto;
  top: -150px;
  z-index: 3333;
}
@media (max-width: 992px) {
  .bannerHome-thumb {
    width: 60%;
    margin: 0 7% -70px auto;
  }
}
@media (max-width: 768px) {
  .bannerHome-thumb {
    width: 90%;
    margin: 0 auto;
    top: -90px;
    margin: 0 7% -50px auto;
  }
}
.bannerHome-thumb .swiper-slide {
  width: 25%;
  height: 100%;
}
.bannerHome-thumb .swiper-slide-thumb-active .thum-btn {
  background: #01224e;
  color: #FFFFFF;
}
.bannerHome-thumb .thum-btn {
  width: 100%;
  height: 100px;
  background: #cee7f3;
  color: #01224e;
  position: relative;
  border-radius: 25px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bannerHome-thumb .thum-btn {
    height: 70px;
  }
}
.bannerHome-thumb .thum-btn:before {
  width: 13px;
  height: 13px;
  top: 17px;
  right: 17px;
  content: "";
  position: absolute;
  background: url("../images/card-arrow.svg") center center no-repeat;
}

/*.swiper-slide {
background-size: cover;
background-position: center;
 }

 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
 }*/
/*featured*/
.featured {
  width: 100%;
  margin: 20px 0 60px 0;
  display: flex;
}
@media (max-width: 768px) {
  .featured {
    display: inline-block;
  }
}
.featured .featured-l {
  width: 30%;
  margin: 0 30px 0 0;
}
@media (max-width: 992px) {
  .featured .featured-l {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  .featured .featured-l {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.featured .featured-r {
  width: 70%;
}
@media (max-width: 768px) {
  .featured .featured-r {
    width: 100%;
  }
}
.featured .card-one {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .featured .card-one {
    padding: 15px;
    border-radius: 30px;
  }
}
.featured .card-one .card-one-tit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.featured .card-one .card-one-tit h2 {
  max-width: 200px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
}
.featured .card-one .card-one-tit h2:before {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: #a14598;
}
.featured .card-two {
  background: #FFFFFF;
  padding: 35px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
@media (max-width: 992px) {
  .featured .card-two {
    padding: 20px;
    border-radius: 30px;
    margin: 0 0 20px 0;
  }
}
.featured .card-two .card-two-tit {
  margin: 0 35px 0 0;
}
.featured .card-two .card-two-tit h2 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  .featured .card-two .card-two-tit h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
}
.featured .card-two .card-two-tit h2:before {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: #a14598;
}
.featured .card-two .card-two-tit p {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.featured .card-two .card-two-img {
  max-height: 200px;
}
.featured .highlight-cont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 992px) {
  .featured .highlight-cont {
    grid-gap: 20px;
  }
}
.featured .highlight-cont .highlight {
  width: 100%;
  display: flex;
  align-items: center;
}
.featured .highlight-cont .highlight .highlight-img {
  width: 50%;
  background: #FFFFFF;
  padding: 15px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 30px 0 0;
}
@media (max-width: 992px) {
  .featured .highlight-cont .highlight .highlight-img {
    padding: 10px;
    margin: 0 15px 0 0;
  }
}
.featured .highlight-cont .highlight .highlight-img img {
  width: 100%;
  max-height: 80px;
  object-fit: cover;
  border-radius: 30px;
}
.featured .highlight-cont .highlight .highlight-tit {
  width: 50%;
}
.featured .highlight-cont .highlight .highlight-tit h3 {
  font-size: 24px;
}
@media (max-width: 992px) {
  .featured .highlight-cont .highlight .highlight-tit h3 {
    font-size: 20px;
  }
}
/*Product*/
.product {
  margin: 20px 0 60px 0;
}
.product .product-tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
.product .product-tit h4 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .product .product-tit h4 {
    font-size: 24px;
  }
}
.product .product-cont .swiper-slide:nth-child(1n) .product-card .pro-card-label {
  background: #cee7f3;
}
.product .product-cont .swiper-slide:nth-child(2n+1) .product-card .pro-card-label {
  background: #e2f1f5;
}
.product .product-cont .swiper-slide:nth-child(3n+1) .product-card .pro-card-label {
  background: #c1e1ef;
}

/*Product slider*/
.productHome {
  width: 100%;
  height: 100%;
  display: grid;
  padding: 0 0 20px 0;
}
.productHome .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productHome .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*videos*/
.video {
  width: 100%;
  margin: 0 0 60px 0;
}
.video h4 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.video .video-cont {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .video .video-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video .video-box {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 40px;
}
.video iframe {
  width: 100%;
  border-radius: 20px;
  margin: 10px 0 0 0;
}
.video .video-tit {
  font-size: 18px;
}
.video .video-description {
  font-size: 16px;
  font-weight: 300;
}

/*banner detail*/
.detail-banner {
  width: 100%;
  margin: 0 0 60px 0;
}
.detail-banner .detail-bann-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont {
    display: inline-block;
  }
}
.detail-banner .detail-bann-cont .bann-r {
  width: 50%;
  padding: 0 0 0 5%;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-r {
    width: 100%;
    padding: 0;
  }
}
.detail-banner .detail-bann-cont .bann-r .bann-badge {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-r .bann-badge {
    font-size: 16px;
  }
}
.detail-banner .detail-bann-cont .bann-r .bann-badge:before {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #a14598;
}
.detail-banner .detail-bann-cont .bann-r .bann-tit {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .detail-banner .detail-bann-cont .bann-r .bann-tit {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-r .bann-tit {
    font-size: 30px;
    line-height: 40px;
  }
}
.detail-banner .detail-bann-cont .bann-r .bann-description {
  font-size: 20px;
  margin: 10px 0;
}
.detail-banner .detail-bann-cont .bann-r .bann-price {
  font-size: 30px;
  color: #a14598;
}
.detail-banner .detail-bann-cont .bann-r .bann-amount {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.detail-banner .detail-bann-cont .bann-r .bann-amount label {
  font-size: 14px;
}
.detail-banner .detail-bann-cont .bann-r .bann-amount .bann-amount-cont {
  width: 130px;
}
.detail-banner .detail-bann-cont .bann-r .bann-amount .bann-amount-cont input {
  text-align: center;
}
.detail-banner .detail-bann-cont .bann-r .bann-btn {
  display: grid;
  gap: 20px;
  margin: 0 0 40px 0;
}
.detail-banner .detail-bann-cont .bann-r .bann-help p {
  font-size: 14px;
  margin: 2px 0;
}
.detail-banner .detail-bann-cont .bann-l {
  width: 50%;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-l {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.detail-banner .detail-bann-cont .bann-l .bann-img {
  min-height: 600px;
  border-radius: 50px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-l .bann-img {
    min-height: 500px;
  }
}
.detail-banner .detail-bann-cont .bann-l .bann-img img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .detail-banner .detail-bann-cont .bann-l .bann-img img {
    width: 400px;
  }
}

.bannerDetail-thumb {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  z-index: 3333;
}
.bannerDetail-thumb .swiper-slide {
  width: 25%;
  height: 100%;
}
.bannerDetail-thumb .swiper-slide-thumb-active .thum-btn {
  background: #01224e;
  color: #FFFFFF;
}
.bannerDetail-thumb .thum-btn {
  width: 100%;
  background: #cee7f3;
  color: #01224e;
  position: relative;
  border-radius: 25px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
.bannerDetail-thumb .thum-btn img {
  width: 100%;
}

/*description*/
.description {
  width: 100%;
  background: #FFFFFF;
  border-radius: 25px;
  margin: 20px 0 60px 0;
}
.description .description-description {
  width: 100%;
  padding: 40px;
}
@media (max-width: 768px) {
  .description .description-description {
    padding: 20px;
  }
}
.description .description-comments {
  width: 100%;
  border-top: 1px solid #EEF3FB;
  margin: 30px 0 0 0;
  padding: 30px 40px 40px 40px;
}
@media (max-width: 768px) {
  .description .description-comments {
    padding: 20px;
  }
}
.description .description-comments label {
  font-size: 18px;
  color: #01224e;
  font-weight: 400;
}
@media (max-width: 768px) {
  .description .description-comments label {
    font-size: 14px;
  }
}
.description .description-tab {
  margin: 0 0 60px 0 !important;
}
.description .description-tab .nav-link {
  font-size: 20px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #cee7f3;
  color: #01224e;
}
@media (max-width: 768px) {
  .description .description-tab .nav-link {
    font-size: 14px;
  }
}
.description .description-tab .nav-link.active {
  border-bottom: 1px solid #a14598;
  font-weight: 600;
}
.description .description-cont {
  width: 100%;
  display: inline-flex;
}
.description .description-cont .description-l {
  width: 60%;
}
.description .description-cont .description-l .description-text {
  width: 100%;
}
.description .description-cont .description-r {
  width: 40%;
}
.description .description-img img {
  width: 100%;
  max-width: 400px;
}

/*Products all*/
.products-all-banner {
  width: 100%;
  margin: 0 0 60px 0;
}
@media (max-width: 576px) {
  .products-all-banner {
    margin: 0 0 30px 0;
  }
}
.products-all-banner .bann-badge {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 10px;
}
@media (max-width: 576px) {
  .products-all-banner .bann-badge {
    font-size: 18px;
  }
}
.products-all-banner .bann-badge:before {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #a14598;
}
.products-all-banner .bann-tit {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .products-all-banner .bann-tit {
    font-size: 35px;
    line-height: normal;
  }
}
.products-all-banner .bann-description {
  font-size: 20px;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .products-all-banner .bann-description {
    font-size: 18px;
  }
}

.products-all {
  width: 100%;
  margin: 0 0 60px 0;
}
.products-all .products-all-cont {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .products-all .products-all-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .products-all .products-all-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Search*/
.modal-search {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: 7777777;
}
.modal-search .equis-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e2f1f5;
  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%;
  background: blue;
  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 #c1e1ef;
  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: #e2f1f5;
}
.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:hover {
  transform: scale(0.95);
}
.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: #01224e;
  padding: 0 0 0 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: #01224e;
  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: #a14598;
}

/*carrito*/
.cart {
  width: 100%;
  margin: 0 0 60px 0;
  display: inline-flex;
  border-radius: 50px;
  background: #FFFFFF;
  padding: 40px;
}
@media (max-width: 992px) {
  .cart {
    display: inline-grid;
  }
}
@media (max-width: 576px) {
  .cart {
    padding: 10px;
    border-radius: 40px;
  }
}
.cart .cart-l {
  width: 50%;
  padding: 0 50px 0 0;
  order: 1;
}
@media (max-width: 992px) {
  .cart .cart-l {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.cart .cart-l label {
  font-size: 16px;
}
.cart .cart-l .cart-l-tit {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.cart .cart-l .cart-l-btn {
  width: 100%;
  display: grid;
  margin: 40px 0 20px 0;
}
.cart .cart-r {
  width: 50%;
  background: #e2f1f5;
  border-radius: 50px;
  padding: 30px;
  order: 2;
}
@media (max-width: 992px) {
  .cart .cart-r {
    width: 100%;
    order: 1;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .cart .cart-r {
    padding: 20px 15px;
    border-radius: 40px;
  }
}
.cart .cart-list {
  width: 100%;
  margin: 0 0 20px 0;
}
.cart .cart-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cart .cart-list ul li {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
}
.cart .cart-list ul li label {
  font-size: 14px;
}
.cart .cart-list ul li p {
  margin: 0;
}
.cart .cart-list .cart-list-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.cart .cart-list .cart-list-cont .cart-list-img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
}
.cart .cart-list .cart-list-cont .cart-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart .cart-list .cart-list-cont .cart-list-text {
  width: 100%;
  max-width: 210px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .cart .cart-list .cart-list-cont .cart-list-text {
    padding: 0 10px;
  }
}
.cart .cart-list .cart-list-cont .cart-list-text label {
  font-size: 14px;
}
.cart .cart-list .cart-list-cont .cart-list-text p {
  font-size: 12px;
}
.cart .cart-list .cart-list-quantity {
  width: 70px;
}
.cart .cart-list .cart-list-price {
  font-size: 20px;
  padding: 0 10px;
  text-align: right;
}
@media (max-width: 576px) {
  .cart .cart-list .cart-list-price {
    font-size: 16px;
  }
}
.cart .cart-list .cart-list-price b {
  font-size: 14px;
}
.cart .cart-list .cart-list-action {
  width: 30px;
}
.cart .cart-list .cart-list-action a {
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 3px;
  color: #a14598;
}
.cart .cart-list .cart-list-action a:hover {
  background: #01224e;
  color: #FFFFFF;
}
.cart .cart-price {
  width: 100%;
}
.cart .cart-price .cart-sub {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  font-size: 16px;
}
.cart .cart-price .cart-total {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  font-size: 24px;
}

/*carrito*/
.admin {
  width: 100%;
  margin: 0 0 60px 0;
  border-radius: 50px;
  background: #FFFFFF;
  padding: 40px;
}
@media (max-width: 576px) {
  .admin {
    padding: 10px;
    border-radius: 40px;
  }
}
.admin i {
  border-radius: 100px;
}
.admin i.red {
  width: 10px;
  height: 10px;
  background: red;
  display: inline-flex;
}
.admin i.green {
  width: 10px;
  height: 10px;
  background: greenyellow;
  display: inline-flex;
}
.admin i.yellow {
  width: 10px;
  height: 10px;
  background: yellow;
  display: inline-flex;
}
.admin i.blue {
  width: 10px;
  height: 10px;
  background: blue;
  display: inline-flex;
}
.admin .admin-list {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #c1e1ef;
  text-align: left;
}
.admin .admin-list:first-child {
  padding: 0 0 20px 0;
}
.admin .admin-list:last-child {
  border: 0;
  padding: 20px 0 0 0;
}
.admin .admin-list p {
  margin: 3px 0;
}
.admin .admin-list .admin-cont {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin: 5px 0;
}
.admin .admin-list .admin-order {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.admin .admin-list .admin-data {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  background: #EEF3FB;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.admin .admin-list .admin-img {
  width: 70px;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
}
.admin .admin-list .admin-img img {
  width: 100%;
}
.admin .admin-list .admin-name {
  font-size: 16px;
  font-weight: 700;
}
.admin .admin-list .admin-actions {
  display: inline-flex;
}
.admin .admin-list .admin-actions a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 5px;
  border-radius: 100px;
  display: inline-block;
}
.admin .admin-list .admin-actions a:hover {
  background: #cee7f3;
}
.admin .admin-list .admin-actions img {
  width: 90%;
}

/*paginas internas*/
.inside {
  width: 100%;
  margin: 0 0 60px 0;
  border-radius: 50px;
  background: #FFFFFF;
  padding: 40px;
}
@media (max-width: 992px) {
  .inside {
    display: inline-grid;
  }
}
@media (max-width: 576px) {
  .inside {
    padding: 10px;
    border-radius: 40px;
  }
}
.inside label {
  font-size: 16px;
}
.inside .inside-img {
  max-height: 300px;
  margin: 10px 0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.inside .inside-img img {
  width: 100%;
  object-fit: cover;
}
.inside .inside-tit {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.inside .inside-btn {
  width: 100%;
  display: grid;
  margin: 40px 0 20px 0;
}
.inside .accordion-flush .accordion-item {
  border-radius: 20px;
  margin: 20px 0;
  border: 0;
}
.inside .accordion-flush .accordion-item .accordion-button {
  border-radius: 20px;
}
.inside .inside-l {
  order: 1;
}
@media (max-width: 992px) {
  .inside .inside-l {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.inside .inside-r {
  background: #e2f1f5;
  border-radius: 50px;
  padding: 30px;
  order: 2;
}
@media (max-width: 992px) {
  .inside .inside-r {
    width: 100%;
    order: 1;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .inside .inside-r {
    padding: 20px 15px;
    border-radius: 40px;
  }
}

/*General*/
body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  margin: 0;
  color: #01224e;
  background: #EEF3FB;
}

.rounded-img {
  border-radius: 37px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rounded-img {
    border-radius: 20px;
  }
}
.rounded-img img {
  width: 100%;
}

.btn-dark {
  padding: 7px 15px !important;
  text-align: center;
  border-radius: 100px;
  background: #01224e;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark:hover {
  background: #cee7f3;
  color: #01224e;
}

.btn-line {
  padding: 7px 15px;
  text-align: center;
  border-radius: 100px;
  color: #01224e;
  font-size: 14px;
  border: 1px solid #cee7f3;
  text-decoration: none;
  display: inline-block;
}
.btn-line:hover {
  background: #cee7f3;
  color: #01224e;
}

.btn-back {
  font-size: 14px;
  margin: 10px 0;
}
.btn-back a {
  color: #01224e;
}
.btn-back a:hover {
  color: #a14598;
}

/*cards*/
.product-card {
  width: 100%;
  height: 100%;
}
.product-card a {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 20px;
  display: grid;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.product-card a:hover {
  transform: scale(1);
}
.product-card a:hover .pro-card-img {
  transform: scale(0.95);
}
.product-card a:hover .pro-card-label {
  transform: scale(0.95);
}
.product-card .pro-card-img {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.product-card .pro-card-img img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: contain;
}
.product-card .pro-card-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 25px;
  transition: 0.3s ease-in;
  background: #cee7f3;
}
.product-card .pro-card-label .pro-card-tit {
  width: 100%;
  position: relative;
  padding: 0 0 0 10px;
  color: #01224e;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 576px) {
  .product-card .pro-card-label .pro-card-tit {
    font-size: 16px;
  }
}
.product-card .pro-card-label .pro-card-tit:before {
  width: 1px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #a14598;
}
.product-card .pro-card-label .pro-card-icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-card .pro-card-label .pro-card-icon img {
  width: 15px;
  height: 15px;
}/*# sourceMappingURL=style.css.map */