@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.navbar-ware {
  background-color: #F5F5F5;
  border-bottom: 2px solid #00B7CC;
  padding: .2rem 1rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
}

.navbar-ware .navbar-brand {
  padding: 0;
}

.navbar-ware .navbar-brand img {
  width: 122px;
  height: 68px;
}

@media (max-width: 480px) {
  .navbar-ware .navbar-brand {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }
  .navbar-ware .navbar-brand img {
    width: 105px;
    height: 59px;
  }
}

.navbar-ware #navbarNav .navbar-nav .nav-item .nav-link {
  margin-left: 1rem;
  font-weight: 500;
  color: #00B7CC;
}

.navbar-ware #navbarNav .navbar-nav .nav-item .nav-link:hover {
  color: #FF3E75;
}

.navbar-ware #navbarNav .navbar-nav .nav-item .nav-link.active {
  color: #FF3E75;
}

@media (max-width: 767px) {
  .navbar-ware #navbarNav .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: .3rem 0;
  }
}

.navbar-ware #navbarNav .navbar-nav .nav-item .btn-lovepack {
  background-color: #FF3E75;
  color: #FFFFFF;
  border-radius: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-ware #navbarNav .navbar-nav .nav-item .btn-lovepack:hover {
  background-color: #ff0048;
  color: #FFFFFF;
}

.section-carousel {
  padding-top: 4.8rem;
}

.section-carousel .carousel-fade img {
  width: 1262px;
  height: 483px;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .section-carousel .carousel-fade img {
    width: 992px;
    height: 380px;
  }
}

@media (min-width: 576px) and (max-width: 767.9px) {
  .section-carousel .carousel-fade img {
    width: 768px;
    height: 294px;
  }
}

@media (max-width: 575.9px) {
  .section-carousel .carousel-fade img {
    width: 575px;
    height: 220px;
  }
}

.section-carousel .carousel-fade .carousel-control-icon {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 567px) {
  .section-carousel .carousel-fade .carousel-control-icon {
    font-size: 1.2rem;
  }
  .section-carousel .carousel-fade .carousel-control-prev,
  .section-carousel .carousel-fade .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 568px) {
  .section-carousel .carousel-fade .carousel-control-icon {
    font-size: 1.5rem;
  }
  .section-carousel .carousel-fade .carousel-control-prev,
  .section-carousel .carousel-fade .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 768px) {
  .section-carousel .carousel-fade .carousel-control-icon {
    font-size: 1.8rem;
  }
  .section-carousel .carousel-fade .carousel-control-prev,
  .section-carousel .carousel-fade .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 992px) {
  .section-carousel .carousel-fade .carousel-control-icon {
    font-size: 2.5rem;
  }
  .section-carousel .carousel-fade .carousel-control-prev,
  .section-carousel .carousel-fade .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 480px) {
  .section-carousel {
    padding-top: 4.4rem;
  }
}

.section-exclusive-product {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-exclusive-product .row {
  margin-left: -5px;
  margin-right: -5px;
}

.section-exclusive-product .col-1, .section-exclusive-product .col-2, .section-exclusive-product .col-3, .section-exclusive-product .col-4, .section-exclusive-product .col-5, .section-exclusive-product .col-6, .section-exclusive-product .col-7, .section-exclusive-product .col-8,
.section-exclusive-product .col-lg-1, .section-exclusive-product .col-lg-2, .section-exclusive-product .col-lg-3, .section-exclusive-product .col-lg-4, .section-exclusive-product .col-lg-5, .section-exclusive-product .col-lg-6, .section-exclusive-product .col-lg-7, .section-exclusive-product .col-lg-8,
.section-exclusive-product .col-md-1, .section-exclusive-product .col-md-2, .section-exclusive-product .col-md-3, .section-exclusive-product .col-md-4, .section-exclusive-product .col-md-5, .section-exclusive-product .col-md-6, .section-exclusive-product .col-md-7, .section-exclusive-product .col-md-8,
.section-exclusive-product .col-sm-1, .section-exclusive-product .col-sm-2, .section-exclusive-product .col-sm-3, .section-exclusive-product .col-sm-4, .section-exclusive-product .col-sm-5, .section-exclusive-product .col-sm-6, .section-exclusive-product .col-sm-7, .section-exclusive-product .col-sm-8 {
  padding-right: 7px;
  padding-left: 7px;
}

.section-exclusive-product .carousel-slide .carousel-control-icon {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 567px) {
  .section-exclusive-product .carousel-slide .carousel-control-icon {
    font-size: 1.2rem;
  }
  .section-exclusive-product .carousel-slide .carousel-control-prev,
  .section-exclusive-product .carousel-slide .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 568px) {
  .section-exclusive-product .carousel-slide .carousel-control-icon {
    font-size: 1.5rem;
  }
  .section-exclusive-product .carousel-slide .carousel-control-prev,
  .section-exclusive-product .carousel-slide .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 768px) {
  .section-exclusive-product .carousel-slide .carousel-control-icon {
    font-size: 1.8rem;
  }
  .section-exclusive-product .carousel-slide .carousel-control-prev,
  .section-exclusive-product .carousel-slide .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 992px) {
  .section-exclusive-product .carousel-slide .carousel-control-icon {
    font-size: 2.5rem;
  }
  .section-exclusive-product .carousel-slide .carousel-control-prev,
  .section-exclusive-product .carousel-slide .carousel-control-next {
    width: 0%;
  }
}

.section-exclusive-product .content-header h2 {
  font-size: 2.2rem;
  font-family: 'Kaushan Script', cursive;
}

.section-exclusive-product .content-body {
  padding-left: .1rem;
  padding-right: .1rem;
}

.section-exclusive-product .content-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-exclusive-product .content-footer .btn-lovepack {
  background-color: #FF3E75;
  color: #FFFFFF;
  border-radius: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.section-exclusive-product .content-footer .btn-lovepack:hover {
  background-color: #ff0048;
  color: #FFFFFF;
}

@media (max-width: 567px) {
  .section-exclusive-product .content-header {
    text-align: center;
  }
  .section-exclusive-product .content-header h1 {
    font-size: 1.8rem;
  }
  .section-exclusive-product .content-footer {
    text-align: center;
  }
}

.section-exclusive-product .content-product {
  background: #F5F5F5;
  border-radius: 8px;
  border: 2px solid #F5F5F5;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
          box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
}

.section-exclusive-product .content-product .img-product {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}

.section-exclusive-product .content-product p {
  color: #1a1a1a;
  margin-bottom: .2rem;
}

@media (max-width: 496px) {
  .section-exclusive-product .content-product p {
    font-size: .75rem;
  }
}

@media (min-width: 497px) {
  .section-exclusive-product .content-product p {
    font-size: .68rem;
  }
}

@media (min-width: 576px) {
  .section-exclusive-product .content-product p {
    font-size: .8rem;
  }
}

@media (min-width: 769px) {
  .section-exclusive-product .content-product p {
    font-size: .48rem;
  }
}

@media (min-width: 992px) {
  .section-exclusive-product .content-product p {
    font-size: .65rem;
  }
}

@media (min-width: 1200px) {
  .section-exclusive-product .content-product p {
    font-size: .8rem;
  }
}

.section-exclusive-product .content-product a {
  text-decoration: none;
}

.section-exclusive-product .content-product:hover {
  border: 2px solid #00B7CC;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 183, 204, 0.7);
          box-shadow: 0 1px 5px 0 rgba(0, 183, 204, 0.7);
}

@media (max-width: 496px) {
  .section-exclusive-product .carousel-pe-mobile {
    visibility: visible;
  }
  .section-exclusive-product .carousel-pe-tablet {
    display: none;
  }
  .section-exclusive-product .carousel-pe-desktop {
    display: none;
  }
}

@media (min-width: 497px) and (max-width: 768px) {
  .section-exclusive-product .carousel-pe-mobile {
    display: none;
  }
  .section-exclusive-product .carousel-pe-tablet {
    visibility: visible;
  }
  .section-exclusive-product .carousel-pe-desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .section-exclusive-product .carousel-pe-mobile {
    display: none;
  }
  .section-exclusive-product .carousel-pe-tablet {
    display: none;
  }
  .section-exclusive-product .carousel-pe-desktop {
    visibility: visible;
  }
}

.section-content {
  padding-top: 3rem;
}

.section-content .content-header h1 {
  font-size: 2.2rem;
  font-family: 'Kaushan Script', cursive;
}

@media (max-width: 567px) {
  .section-content .content-header {
    text-align: center;
  }
  .section-content .content-header h1 {
    font-size: 1.8rem;
  }
}

.section-content .content-body {
  /*@media (min-width: 768px) {
            .img-figur {
                //width: 50%;
                width: 255px;
                height: 272.5px;
            }
        }
        @media (min-width: 992px) {
            .img-figur {
                //width: 100%;
                width: 255px;
                height: 279.5px;
            }
        }*/
}

.section-content .content-body .box {
  padding-top: 1rem;
  padding-left: .65rem;
  padding-right: .65rem;
  text-align: center !important;
}

.section-content .content-body .box a {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.section-content .content-body .box a:hover {
  color: #00B7CC;
  font-weight: 600;
}

.section-content .content-body .box .img-home {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: .3rem;
  width: 125px;
  height: 125px;
}

@media (max-width: 567px) {
  .section-content .content-body .box {
    /*.img-home {
                    width: 40%;
                }*/
  }
  .section-content .content-body .box p {
    font-size: 13px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 568px) {
  .section-content .content-body .box {
    /*.img-home {
                    width: 70%;
                }*/
  }
  .section-content .content-body .box p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .section-content .content-body .box {
    /*.img-home {
                    width: 65%;
                }*/
  }
  .section-content .content-body .box p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .section-content .content-body .box {
    /*.img-home {
                    width: 55%;
                }*/
  }
  .section-content .content-body .box p {
    font-size: 13px;
  }
}

.section-content .content-body .box p {
  color: #FF3E75;
  line-height: 1.25;
}

.section-content .content-body .img-figur {
  width: 255px;
  height: 272.5px;
}

.section-about-image {
  padding-top: 4.3rem;
}

.section-about-image img {
  width: 100%;
}

.section-about-text {
  padding-top: 2rem;
}

.section-about-text .body-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
          box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
}

.section-about-text .body-text p {
  font-size: 1rem;
  margin-bottom: 0rem;
}

@media (max-width: 480px) {
  .section-about-image {
    padding-top: 3.9rem;
  }
}

.section-testimonial {
  padding-top: 4.3rem;
}

.section-testimonial .box-desktop-screen img {
  width: 100%;
}

.section-testimonial .box-mobile-screen img {
  width: 100%;
}

@media (max-width: 568px) {
  .section-testimonial .box-mobile-screen {
    visibility: visible;
  }
  .section-testimonial .box-desktop-screen {
    display: none;
  }
}

@media (min-width: 569px) {
  .section-testimonial .box-mobile-screen {
    display: none;
  }
  .section-testimonial .box-desktop-screen {
    visibility: visible;
  }
}

@media (max-width: 480px) {
  .section-testimonial {
    padding-top: 3.9rem;
  }
}

.section-product-image {
  padding-top: 4.39rem;
  padding-bottom: 1rem;
}

.section-product-image img {
  margin-bottom: .5rem;
}

.section-product-search {
  padding-bottom: .5rem;
}

.section-product-search .row {
  margin-left: -5px;
  margin-right: -5px;
}

.section-product-search .col-lg-6, .section-product-search .col-md-4, .section-product-search .col-md-8, .section-product-search .col-sm-5, .section-product-search .col-sm-7, .section-product-search .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-product-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-product-content .content-header h2 {
  font-size: 2.2rem;
  font-family: 'Kaushan Script', cursive;
}

@media (max-width: 496px) {
  .section-product-content .content-header h2 {
    font-size: 1.6rem;
  }
}

.section-product-content .row {
  margin-left: -7px;
  margin-right: -7px;
}

.section-product-content .col-1, .section-product-content .col-2, .section-product-content .col-3, .section-product-content .col-4, .section-product-content .col-5, .section-product-content .col-6, .section-product-content .col-7, .section-product-content .col-8,
.section-product-content .col-lg-1, .section-product-content .col-lg-2, .section-product-content .col-lg-3, .section-product-content .col-lg-4, .section-product-content .col-lg-5, .section-product-content .col-lg-6, .section-product-content .col-lg-7, .section-product-content .col-lg-8,
.section-product-content .col-md-1, .section-product-content .col-md-2, .section-product-content .col-md-3, .section-product-content .col-md-4, .section-product-content .col-md-5, .section-product-content .col-md-6, .section-product-content .col-md-7, .section-product-content .col-md-8,
.section-product-content .col-sm-1, .section-product-content .col-sm-2, .section-product-content .col-sm-3, .section-product-content .col-sm-4, .section-product-content .col-sm-5, .section-product-content .col-sm-6, .section-product-content .col-sm-7, .section-product-content .col-sm-8 {
  padding-right: 7px;
  padding-left: 7px;
}

.section-product-content .content-product {
  background: #F5F5F5;
  border-radius: 8px;
  border: 2px solid #F5F5F5;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
          box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
}

.section-product-content .content-product .img-product {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 169px;
  height: 169px;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  .section-product-content .content-product .img-product {
    width: 138px;
    height: 138px;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .section-product-content .content-product .img-product {
    width: 157px;
    height: 157px;
  }
}

@media (min-width: 576px) and (max-width: 767.9px) {
  .section-product-content .content-product .img-product {
    width: 100%;
    height: 231px;
  }
}

@media (max-width: 575.9px) {
  .section-product-content .content-product .img-product {
    width: 100%;
    height: 260px;
  }
}

.section-product-content .content-product p {
  color: #1a1a1a;
  margin-bottom: .2rem;
}

@media (max-width: 496px) {
  .section-product-content .content-product p {
    font-size: .75rem;
  }
}

@media (min-width: 497px) {
  .section-product-content .content-product p {
    font-size: .68rem;
  }
}

@media (min-width: 576px) {
  .section-product-content .content-product p {
    font-size: .8rem;
  }
}

@media (min-width: 769px) {
  .section-product-content .content-product p {
    font-size: .48rem;
  }
}

@media (min-width: 992px) {
  .section-product-content .content-product p {
    font-size: .65rem;
  }
}

@media (min-width: 1200px) {
  .section-product-content .content-product p {
    font-size: .8rem;
  }
}

.section-product-content .content-product a {
  text-decoration: none;
}

.section-product-content .content-product:hover {
  border: 2px solid #00B7CC;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 183, 204, 0.7);
          box-shadow: 0 1px 5px 0 rgba(0, 183, 204, 0.7);
}

.section-product-content .page-controller {
  padding-top: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-product-content .page-controller .btn-left-control {
  margin-right: .5rem;
}

.section-product-content .page-controller .btn-right-control {
  margin-left: .5rem;
}

.section-product-content .page-controller .btn-number-control {
  margin-left: .5rem;
  margin-right: .5rem;
}

.section-product-content .body-product {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.section-product-content .body-product .loading-body {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.section-product-content .body-product .loading-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-product-content .btn-lovepack {
  background-color: #FF3E75;
  color: #FFFFFF;
  /*padding-right: 1.5rem;
        padding-left: 1.5rem;*/
}

.section-product-content .btn-lovepack:hover {
  background-color: #ff0048;
  color: #FFFFFF;
}

.section-header-fitur {
  padding-top: 5.5rem;
  padding-bottom: 1rem;
}

.section-header-fitur .row {
  margin-left: 0;
  margin-right: 0;
}

.section-header-fitur .row .col-lg-6 .col-md-6 .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.section-header-fitur .carousel-control-next,
.section-header-fitur .carousel-control-prev {
  width: 5%;
}

.section-header-fitur .carousel-control-icon {
  font-size: 2rem;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.section-header-fitur img {
  border-radius: 2rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
          box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
}

.section-header-fitur .embed-responsive-25by21 {
  padding-bottom: 84%;
}

.section-header-fitur .embed-responsive-25by21 .vid-responsive {
  border-radius: 2rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
          box-shadow: 0 1px 5px 0 rgba(121, 121, 121, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}

@media (max-width: 480px) {
  .section-header-fitur {
    padding-top: 5.1rem;
  }
}

.section-detail-product {
  padding-top: 5.5rem;
}

.section-detail-product .product-galery {
  padding-bottom: .5rem;
}

.section-detail-product .product-galery .primary {
  width: 100%;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-detail-product .product-thumbnail {
  padding-top: .5rem;
  padding-bottom: 1rem;
  width: 100%;
  height: auto;
}

.section-detail-product .product-thumbnail .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.section-detail-product .product-thumbnail .thumbnail-video {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.section-detail-product .product-thumbnail .thumbnail-image {
  width: 62px;
  height: 62px;
  margin: 5px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}

.section-detail-product .product-thumbnail .row {
  margin-left: 0;
  margin-right: 0;
}

.section-detail-product .product-thumbnail .row .col-lg-2, .section-detail-product .product-thumbnail .row .col-md-3, .section-detail-product .product-thumbnail .row .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 480px) {
  .section-detail-product .product-thumbnail .thumbnail-image {
    width: 55px;
    height: 55px;
  }
}

.section-detail-product .product-description {
  padding-top: 1rem;
}

.section-detail-product .product-description .product-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.section-detail-product .product-description .product-testimoni {
  padding-bottom: .5rem;
}

.section-detail-product .product-description .product-price {
  padding-bottom: .5rem;
}

.section-detail-product .product-description .product-price .price {
  color: #FF3E75;
  font-weight: bold;
  font-size: 1.5rem;
}

.section-detail-product .product-description .product-order {
  padding-bottom: .5rem;
}

.section-detail-product .product-description .product-order .box-label {
  width: 60px;
  display: inline-block;
}

.section-detail-product .product-description .product-order .box-input {
  width: 150px;
  display: inline-block;
}

.section-detail-product .product-description .product-order .box-input .btn-light {
  border-color: #ced4da;
}

.section-detail-product .product-description .product-order .box-btn {
  width: 100px;
  display: inline-block;
}

.section-detail-product .product-description .product-order .box-btn .btn-ongkir {
  background-color: #FFFFFF;
  color: #FF3E75;
  border-color: #FF3E75;
}

.section-detail-product .product-description .product-order .box-btn .btn-order {
  background-color: #FF3E75;
  color: #FFFFFF;
}

@media (max-width: 400px) {
  .section-detail-product .product-description .product-order .box-label {
    display: none;
  }
  .section-detail-product .product-description .product-order .box-input {
    width: 100%;
    margin-bottom: .5rem;
  }
  .section-detail-product .product-description .product-order .box-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem;
  }
  .section-detail-product .product-description .product-order .box-btn .btn-ongkir, .section-detail-product .product-description .product-order .box-btn .btn-order {
    width: 100%;
  }
}

.section-detail-product .product-description .product-services {
  padding-bottom: .5rem;
}

.section-detail-product .product-description .product-services .fitur-services .header-fitur-services {
  font-size: 1rem;
}

.section-detail-product .product-description .product-services .fitur-services .body-fitur-services {
  margin-bottom: 1rem;
}

.section-detail-product .product-description .product-services .fitur-services .body-fitur-services .icon-services {
  text-align: center;
  padding-right: .4rem;
}

.section-detail-product .product-description .product-services .fitur-services .body-fitur-services .icon-services img {
  width: 100%;
}

.section-detail-product .product-description .product-services .fitur-services .body-fitur-services .text-services {
  font-size: .8rem;
  text-align: center;
  line-height: 1;
}

.section-detail-product .product-description .product-services .fitur-delivery .header-fitur-delivery {
  line-height: .3;
}

.section-detail-product .product-description .product-services .fitur-delivery .body-fitur-delivery .icon-delivery img {
  width: 70px;
}

@media (max-width: 480px) {
  .section-detail-product .product-description .product-services .fitur-delivery .body-fitur-delivery .icon-delivery img {
    width: 54px;
  }
}

@media (min-width: 1021px) {
  .section-detail-product .product-description .product-services .fitur-delivery .short-width-courier {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1020.99px) {
  .section-detail-product .product-description .product-services .fitur-delivery .long-width-courier {
    display: none;
  }
  .section-detail-product .product-description .product-services .fitur-delivery .short-width-courier {
    visibility: visible;
  }
}

@media (min-width: 600px) and (max-width: 767.99px) {
  .section-detail-product .product-description .product-services .fitur-delivery .long-width-courier {
    visibility: visible;
  }
  .section-detail-product .product-description .product-services .fitur-delivery .short-width-courier {
    display: none;
  }
}

@media (max-width: 599.99px) {
  .section-detail-product .product-description .product-services .fitur-delivery .long-width-courier {
    display: none;
  }
  .section-detail-product .product-description .product-services .fitur-delivery .short-width-courier {
    visibility: visible;
  }
}

.section-description-product {
  padding-bottom: 3rem;
}

.section-description-product .nav-tabs {
  border-top: 1px solid #dee2e6;
}

.section-description-product .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
}

.section-description-product .nav-tabs .nav-link:hover {
  border: none;
  color: #FF3E75;
}

.section-description-product .nav-tabs .active {
  color: #FF3E75;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}

.section-description-product .body-fitur-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-description-product .body-fitur-product .table td, .section-description-product .body-fitur-product .table th {
  padding: .3rem;
}

@media (max-width: 480px) {
  .section-product-image {
    padding-top: 3.9rem;
  }
}

.section-content-blog {
  padding-top: 4.3rem;
}

.section-content-blog .box-header {
  padding-bottom: 1rem;
}

.section-content-blog .box-text {
  padding-top: 1rem;
  text-align: center !important;
  color: #00707d;
}

.section-content-blog .box-body {
  padding-bottom: 2rem;
}

.section-content-blog .box-body .box-blog {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  border-radius: 8px;
  /*.paragraph-blog {

            }*/
}

.section-content-blog .box-body .box-blog .carousel-control-next, .section-content-blog .box-body .box-blog .carousel-control-prev {
  width: 10%;
}

.section-content-blog .box-body .box-blog .carousel-control-icon {
  font-size: 1.2rem;
}

.section-content-blog .box-body .box-blog img {
  border-radius: 10px;
  margin-bottom: .5rem;
}

.section-content-blog .box-body .box-blog .widget-blog {
  padding-bottom: .5rem;
  font-size: 1.2rem;
}

.section-content-blog .box-body .box-blog .title-blog {
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.section-content-blog .box-body .box-blog .btn-blog .btn-outline-lovepack {
  border: 1px solid #00B7CC;
  background-color: #FFFFFF;
  color: #00B7CC;
}

.section-content-blog .box-body .box-blog .btn-blog .btn-outline-lovepack:hover {
  background-color: #00B7CC;
  color: #FFFFFF;
}

.section-content-cs {
  padding-top: 4.3rem;
}

.section-content-cs .box-header {
  padding-bottom: 1rem;
}

.section-content-cs .box-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-content-cs .box-body .row {
  margin-right: 0;
  margin-left: 0;
}

.section-content-cs .box-body .box-cs {
  padding-bottom: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20%;
}

.section-content-cs .box-body .box-cs img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70%;
}

.section-content-cs .box-body .box-cs img:hover {
  border-radius: 75px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(97, 97, 97, 0.7);
          box-shadow: 0 1px 10px 0 rgba(97, 97, 97, 0.7);
}

@media (max-width: 450px) {
  .section-content-cs .box-body .box-cs img {
    width: 50%;
  }
  .section-content-cs .box-body .box-cs img:hover {
    border-radius: 105px;
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  .section-content-cs .box-body .box-cs {
    width: 33.3334%;
  }
}

@media (max-width: 450px) {
  .section-content-cs .box-body .box-cs {
    padding-bottom: 1.5rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-content-blog,
  .section-content-cs {
    padding-top: 3.9rem;
  }
}

.section-footer {
  background-color: #5dabb1;
}

.section-footer .btn-outline-light:hover {
  color: #00707d;
}

.section-footer .footer-copyright {
  background-color: #00707d;
}

.section-footer .btn-swipe-up {
  display: inline-block;
  padding-top: .3rem;
  padding-left: .86rem;
  padding-right: .86rem;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  position: fixed;
  right: 40px;
  background-color: #FF3E75;
  color: #FFFFFF;
  cursor: pointer;
  bottom: 30px;
  font-weight: bold;
  font-size: 1.7em;
  -webkit-box-shadow: 0px 2px 20px 0px black;
  box-shadow: 0px 2px 20px 0px black;
}

@media (max-width: 575.9px) {
  .section-footer .btn-swipe-up {
    font-size: 1.3rem;
    padding-top: .3rem;
    padding-left: .75rem;
    padding-right: .75rem;
    bottom: 20px;
    right: 25px;
  }
}

#popup {
  position: fixed;
  display: none;
  bottom: 30px;
  left: 2%;
  z-index: 1060;
}

#popup .card {
  font-size: .85rem;
}

#popup .card .card-title {
  margin-bottom: .5rem;
  font-weight: bold;
  color: #ff0048;
}

#popup .card .card-body {
  padding: .5rem;
}

#popup .card .card-body .card-transaction span, #popup .card .card-body .card-product span, #popup .card .card-body .card-address span {
  font-weight: 300;
}

/*#popup {
    position:absolute;
    display:none;
    top:200px;
    left:50%;
    width:500px; 
    margin-left:-250px;
    border:1px solid blue; 
    padding:20px;
    background-color:white;
}*/
/*# sourceMappingURL=myware.css.map */