@charset "UTF-8";
body {
  color: #151F2D;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  background-color: #f7f7f7;
}

input,
input[type='text'],
input[type='number'],
input[type='password'],
input[type='search'],
select,
textarea,
.form-control,
.custom-select {
  height: calc(2em + 0.75rem + 2px) !important;
}

input:focus,
input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
select:focus,
textarea:focus,
.form-control:focus,
.custom-select:focus {
  border: 1px solid #ff5483;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group .form-label {
  position: absolute;
  left: 0.5rem;
  font-size: 1rem;
  color: #151F2D;
  top: 0.70rem;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 5px;
}

.form-group .form-label.active {
  top: -0.75rem;
  font-size: 14px;
  background: #fff;
  color: #ff5483;
}

.form-group .form-control.is-invalid ~ .form-label.active {
  color: #dc3545;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h6 {
  font-size: 100%;
}

h5 {
  font-size: 15%;
}

h4 {
  font-size: 110%;
}

h3 {
  font-size: 115%;
}

h2 {
  font-size: 120%;
}

h1 {
  font-size: 125%;
}

p {
  font-size: 14px;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  right: 0;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.section-title,
.section-title-lg {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.my-container {
  max-width: 768px;
  margin: auto;
}

.btn {
  font-size: 12px;
  padding: 0.62rem 1.2rem;
  line-height: 1.5rem;
  border-radius: .25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.btn-accent {
  background-color: #ff5483;
  border: 1px solid #ff5483;
  color: #ffffff;
}

.btn-accent:hover {
  background-color: #ff5483;
  border: 1px solid #ff5483;
  color: #ffffff;
}

.btn-primary {
  background-color: #1BA3A4;
  border: 1px solid #1BA3A4;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #1BA3A4;
  border: 1px solid #1BA3A4;
  color: #ffffff;
}

.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid #1BA3A4;
  color: #1BA3A4 !important;
}

.btn-outline-primary:hover {
  background-color: transparent !important;
  border: 1px solid #1BA3A4 !important;
  color: #1BA3A4;
}

a.link-unstyled {
  text-decoration: none;
  outline: none;
}

a.link-unstyled:hover, a.link-unstyled:focus {
  text-decoration: none;
  outline: none;
}

.custom-bg-primary {
  background-color: #1BA3A4;
  color: #ffffff;
}

.custom-bg-accent {
  background-color: #ff5483;
  color: #ffffff;
}

.custom-bg-orange {
  background-color: #FF7341;
  color: #ffffff;
}

.h-100 {
  min-height: 100vh;
}

.header {
  position: fixed;
  z-index: 1040;
  width: 100%;
  top: 0;
}

.drawers.show {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.705);
  height: 100vh;
}

.navigation {
  background-color: #1BA3A4;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navigation .container-fluid {
  margin: auto;
}

.navigation .logo,
.navigation .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .logo a,
.navigation .toggle a {
  margin-top: auto;
  margin-bottom: auto;
}

.navigation .logo img {
  height: 2rem;
}

.navigation .toggle {
  text-align: right;
  display: none;
}

.navigation .toggle-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: -11px;
  text-decoration: none;
}

.navigation .toggle-icon:hover {
  background-color: #151F2D;
}

.navigation .toggle .icon {
  margin: auto;
  font-size: large;
  color: #ffffff;
}

.navigation .hamburger {
  margin-left: auto;
}

.navigation .toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 286px;
  min-height: 100vh;
  max-height: 100%;
  top: 0;
  right: -286px;
  bottom: 0;
  z-index: 1051;
  padding: 0rem;
  overflow: hidden;
  -webkit-transition: right ease 300ms;
  transition: right ease 300ms;
}

.navigation .menu.show {
  right: 0;
}

.navigation .menu .sidebar-menu-header {
  display: block;
  background-color: #1BA3A4;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
}

.navigation .menu .sidebar-button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  border-bottom: 1px solid #dfdfdf;
}

.navigation .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}

.navigation .menu-item {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navigation .menu-item a {
  text-decoration: none;
  padding: 0.6rem 1rem;
  color: #151F2D;
}

.navigation .menu-item:hover a,
.navigation .menu-item.active a {
  color: #ff5483;
}

.navigation .menu .icon {
  font-size: large;
  margin-right: 10px;
}

.navigation .menu em {
  font-style: normal;
}

.top-bar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .icon-back {
  width: 40px;
}

.top-bar .icon-back a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: -11px;
  text-decoration: none;
}

.top-bar .icon-back a:hover {
  background-color: #151F2D;
}

.top-bar .icon-back .icon {
  margin: auto;
  font-size: large;
  color: #ffffff;
}

.top-bar .title {
  font-size: 12px;
  color: #ffffff;
  margin: auto;
  padding-right: 40px;
}

.top-bar .title-alternate {
  font-size: 12px;
  color: #ffffff;
  margin: auto;
  padding-right: 10px;
}

.slick-slider-custom {
  margin-bottom: 0 !important;
}

.slick-slider-custom .slick-prev,
.slick-slider-custom .slick-next {
  z-index: 2;
}

.slick-slider-custom .slick-next {
  right: 0.5rem;
}

.slick-slider-custom .slick-prev {
  left: 0.5rem;
}

.slick-slider-custom .slick-dots {
  position: absolute;
  bottom: 10px;
  margin: 0;
}

.slick-slider-custom .slick-dots li button:before {
  font-size: 10px;
  color: white;
  opacity: 0.25;
}

.slick-slider-custom .slick-dots li.slick-active button:before {
  color: white;
  opacity: 100;
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slideshow:focus {
  outline: none;
}

.slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slideshow .gradient:focus {
  outline: none;
}

.section-title {
  font-size: 24px;
}

.section-title-lg {
  font-size: 32px;
}

.section-subtitle {
  font-size: 16px;
  color: #7e7e7e;
}

@media (max-width: 425px) {
  .section-title {
    font-size: 16px;
  }
  .section-title-lg {
    font-size: 20px;
  }
  .section-subtitle {
    font-size: 14px;
  }
}

.main-category .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-category-card {
  color: white;
  border: none;
  min-height: 70px;
  border-radius: .25rem;
  -webkit-transition: -webkit-box-shadow ease 300ms;
  transition: -webkit-box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms, -webkit-box-shadow ease 300ms;
}

.main-category-card:hover {
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05) !important;
}

.main-category .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-category .icon img {
  height: 39px;
}
@media (max-width: 768px)  {
  .main-category .title {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .main-category .title {
    font-size: 7px;
  }
  .main-category .icon img {
    height: 25px;
  }
}

.category-slide {
  padding-left: 1rem;
}

.slide-item {
  position: relative;
  overflow: hidden;
  height: 260px;
  margin: 0.5rem;
  width: 260px;
  border-radius: .25rem;
}

.slide-item:focus {
  outline: none;
}

.slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.slide-item .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #142342d5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 16, 43, 0.804)), color-stop(70%, rgba(7, 28, 54, 0)), to(rgba(7, 28, 54, 0)));
  background: linear-gradient(0deg, rgba(4, 16, 43, 0.804) 0%, rgba(7, 28, 54, 0) 70%, rgba(7, 28, 54, 0) 100%);
  color: #fff;
}

.slide-item .gradient:focus {
  outline: none;
}

.slide-item-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.slide-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 425px) {
  .slide-item {
    height: 120px;
    width: 120px;
  }
  .slide-item-title {
    font-size: 12px;
  }
}

.video-story {
  background-color: #1BA3A4;
  color: #ffffff;
}

.video-story .section-subtitle {
  color: #dfdfdf;
}

.video-story .cta-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  width: 100%;
  border-radius: .25rem;
}

.video-story .cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.video-story .cta-image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #142342d5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 16, 43, 0.804)), color-stop(70%, rgba(7, 28, 54, 0)), to(rgba(7, 28, 54, 0)));
  background: linear-gradient(0deg, rgba(4, 16, 43, 0.804) 0%, rgba(7, 28, 54, 0) 70%, rgba(7, 28, 54, 0) 100%);
  color: #fff;
}

.video-story .cta-image-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.video-story .cta-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 425px) {
  .video-story .cta-image {
    height: 187px;
  }
  .video-story .cta-image-title {
    font-size: 20px;
  }
}

.product-grid {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.product-grid .card {
  border: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.04);
  height: 100%;
  overflow: hidden;
}

.product-grid .card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-grid-thumbnail {
  position: relative;
  overflow: hidden;
  height: 320px;
  /*height: 321px;*/
  width:auto;
}

.product-grid-thumbnai-sale {
  position: relative;
  overflow: hidden;
  height: 150px;
  /*height: 321px;*/
  width:auto;
}
.product-grid-thumbnail-sale img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.product-grid-thumbnail img {
  width: auto;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.product-grid-thumbnail .best-seller {
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 70px;
  width: 70px;
}

.product-grid-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
  color: #151F2D;
}

.product-grid-price {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #1BA3A4;
}

.product-grid-price.discount {
  color: #ff5483;
  font-size: 14px;
}

.product-grid-discount {
  font-family: 'Quicksand', sans-serif;
  color: #7e7e7e;
  font-size: 11px;
  font-weight: bold;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

/*@media (max-width: 780px) {*/
/*  .product-grid-discount.mobile {*/
/*    display: flex;*/
/*    justify-items: flex-start;*/
/*  }*/

/*  .product-grid-price.mobile {*/
/*    display: flex;*/
/*    justify-items: flex-start;*/
/*  }*/
  
/*  .product-grid-discount {*/
/*    margin-bottom: 8px;*/
/*  }*/
/*}*/

@media (max-width: 480px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  
  .product-grid-discount.mobile {
    display: flex;
    justify-items: flex-start;
  }

  .product-grid-price.mobile {
    display: flex;
    justify-items: flex-start;
  }
  
  .product-grid-discount {
    margin-bottom: 8px;
  }
}


@media (max-width: 480px) {
  .product-grid-thumbnail {
    overflow: hidden;
    height: auto;
    width: 100%;
  }

  .product-grid-thumbnail img{
    
    height: calc(100% - 0px);
    width: 100%;
  }
  
  .product-grid-title {
      padding-bottom: 8px;
  }

  .product-grid-title, .product-grid-price {
    font-size: 14px;
  }
  .product-grid-discount {
    font-size: 12px;
  }
}

.product-slide .card {
  border: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.04);
  height: 100%;
  overflow: hidden;
}

.product-slide .card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-slide .product-grid-thumbnail {
  height: 150px;
}

.product-slide .card {
  width: 150px;
}

.product-slide-item {
  outline: none;
}

.flash-deal {
  background-color: #ffd24a;
}

.flash-deal .timer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 10px;
}

.testimonial {
  background-color: #F8F8F8;
  text-align: center;
}

.testimonial-slide {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.testimonial .card {
  border-radius: .25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.testimonial .card:focus {
  outline: none;
}

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

.testimonial .item {
  font-size: 16px;
  color: #4b4b4b;
}

@media (max-width: 425px) {
  .testimonial .card {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .testimonial .name {
    font-size: 14px;
  }
  .testimonial .item {
    font-size: 14px;
  }
}

.article-list {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.article .card {
  overflow: hidden;
  border-radius: .25rem;
}

.article .card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.article-thumbnail {
  overflow: hidden;
  border-radius: .25rem;
  height: 200px;
  width: 100%;
}

.article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.article-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #151F2D;
}

@media (max-width: 425px) {
  .article-thumbnail {
    overflow: hidden;
    height: 156px;
    width: 100%;
  }
  .article-title {
    font-size: 14px;
  }
}

.footer {
  background-color: white;
  border-top: 1px solid #EDEDF1;
  color: #151F2D;
  font-weight: 700;
}

.footer .sosmed .icon {
  height: 32px;
  width: 32px;
  padding: 0.3rem;
  border-radius: 32px;
  background-color: #EDEDF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transition: background-color ease 500ms;
  transition: background-color ease 500ms;
}

.footer .sosmed .icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.footer .sosmed .icon:hover {
  background-color: #ff5483;
}

@media (max-width: 425px) {
  .footer {
    font-size: 12px;
  }
}

.header-category {
  position: relative;
  margin-top: 4rem;
  overflow: hidden;
  height: 250px;
}

.header-category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-category .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #142342d5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 16, 43, 0.804)), color-stop(70%, rgba(7, 28, 54, 0.178)), to(rgba(7, 28, 54, 0.178)));
  background: linear-gradient(0deg, rgba(4, 16, 43, 0.804) 0%, rgba(7, 28, 54, 0.178) 70%, rgba(7, 28, 54, 0.178) 100%);
}

.header-category .title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  max-width: 600px;
}

@media (max-width: 768px) {
  .header-category {
    height: 150px;
  }
  .header-category .title {
    font-size: 24px;
    max-width: 400px;
  }
}

@media (max-width: 425px) {
  .header-category {
    height: 127px;
  }
  .header-category .title {
    font-size: 16px;
    max-width: 300px;
  }
}

.sub-category .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.sub-category .card {
  border: none;
  border-radius: .25rem;
  background-color: #F8F8F8;
  padding: 0.8rem 0.8rem;
  -webkit-transition: background-color ease 500ms;
  transition: background-color ease 500ms;
}

.sub-category .card:hover {
  background-color: #d9dbe2;
}

.sub-category .title {
  font-size: 16px;
  margin: 0;
  color: #7E7E7E;
}

@media (max-width: 425px) {
  .sub-category .title {
    font-size: 12px;
  }
}

.detail-product-thumbnail {
  overflow: hidden;
  width: 360px;
  margin-top: 4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}

.detail-product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.detail-product .icon-play {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-product .icon-play img {
  margin: auto;
  height: 70px;
  width: 70px;
  -webkit-animation-name: iconplay;
          animation-name: iconplay;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes iconplay {
  0% {
    height: 65px;
    width: 65px;
  }
  100% {
    height: 75px;
    width: 75px;
  }
}

@keyframes iconplay {
  0% {
    height: 65px;
    width: 65px;
  }
  100% {
    height: 75px;
    width: 75px;
  }
}

.detail-product-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  color: #151F2D;
}

.detail-product-price {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #1BA3A4;
}

.detail-product-price.discount {
  color: #ff5483;
}

.detail-product-discount {
  font-family: 'Quicksand', sans-serif;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}

.detail-product .stars {
  font-size: 24px;
  color: #dfdfdf;
  margin-top: -10px;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-product .stars .star {
  margin-left: 2px;
}

.detail-product .stars .active {
  color: #FFCC00;
}

.detail-product .sales {
  color: #7e7e7e;
}

.detail-product ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

@media (max-width: 425px) {
  .detail-product-thumbnail {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .detail-product-title {
    font-size: 16px;
  }
  .detail-product-price {
    font-size: 16px;
  }
  .detail-product-discount {
    font-size: 14px;
  }
  .detail-product .stars {
    font-size: 20px;
  }
  .detail-product .sales {
    font-size: 10px;
    margin: 0;
  }
}

.why-choice-us .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.why-choice-us .card {
  border: none;
  border-radius: .25rem;
  background-color: #F8F8F8;
  padding: 0.8rem 0.8rem;
  -webkit-transition: background-color ease 500ms;
  transition: background-color ease 500ms;
}

.why-choice-us .card:hover {
  background-color: #d9dbe2;
}

.why-choice-us .title {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #151F2D;
}

@media (max-width: 425px) {
  .why-choice-us .title {
    font-size: 12px;
  }
}

.action-devider {
  height: 3.8rem;
}

.action-bar {
  z-index: 1051;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
  bottom: -4rem;
  -webkit-transition: bottom ease 500ms;
  transition: bottom ease 500ms;
}

.action-bar.show {
  bottom: 0;
}

.form-review .stars {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-review .stars input.star {
  display: none;
}

.form-review .stars input.star:checked ~ label.star::before {
  content: '★';
  color: #FFCC00;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.form-review .stars input.star-1:checked ~ label.star:before {
  color: #ff0000;
}

.form-review .stars input.star-2:checked ~ label.star:before {
  color: #ff7300;
}

.form-review .stars input.star-3:checked ~ label.star:before {
  color: #ffa600;
}

.form-review .stars input.star-5:checked ~ label.star:before {
  color: #FFCC00;
  text-shadow: 0 0 20px #FFCC00;
}

.form-review .stars label.star {
  float: right;
  padding: 0px 10px 0px 0px;
  font-size: 30px;
  color: #dfdfdf;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.form-review .stars label.star::before {
  content: '★';
}

.form-review .stars label.star:hover {
  -webkit-transform: rotate(-15deg) scale(1.3);
          transform: rotate(-15deg) scale(1.3);
}

.sm-gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 16px;
}

.statistic {
  border: 1px solid #EDEDF1;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.statistic .icon {
  max-height: 50px;
  max-width: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.statistic-item {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.statistic .count {
  font-size: 18px;
  margin-bottom: 0;
}

.card-list {
  border: 1px solid #EDEDF1;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-list .icon {
  max-height: 50px;
  max-width: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.card-list-item {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.card-list-item-2 {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}

.card-list .count {
  font-size: 14px;
  text-transform: uppercase;
  color: #151F2D;
}

.card-list .title {
  font-size: 14px;
  color: #151F2D;
}

.card-profile {
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EFE4CF;
}

.card-profile .avatar {
  max-height: 80px;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.card-profile-item {
  text-align: center;
}

.card-profile .name {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.card-profile .email {
  font-size: 18px;
}

.card-profile .join {
  font-size: 12px;
}

.sort-filter {
  width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.13);
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  margin-left: -88px;
  z-index: 1;
}

.sort-filter a {
  list-style: none;
  text-decoration: none;
  color: #151F2D;
}

.sort-filter .sort,
.sort-filter .filter {
  padding: 10px 20px;
}

.sort-filter .sort.active a,
.sort-filter .filter.active a {
  color: #ff5483;
}

.sort-filter .devider {
  background-color: #EDEDF1;
  width: 1px;
}

.sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sort-list a {
  list-style: none;
  text-decoration: none;
  color: #151F2D;
  padding: 10px 10px;
  margin-bottom: 10px;
  border: 1px #EDEDF1 solid;
  border-radius: .25rem;
  position: relative;
}

.sort-list a:hover {
  color: #ff5483;
}

.sort-list a.active {
  color: #ff5483;
  border: 1px #ff5483 solid;
}

.sort-list a.active::after {
  content: url("ic_check.svg");
  position: absolute;
  right: 10px;
}
/*# sourceMappingURL=main.css.map */