@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600&family=Merriweather:wght@300;400;700&display=swap");
*{
  font-family: 'Fredoka', sans-serif;
}


.btn:focus{
  outline: none !important;
  box-shadow: none !important;
}
/* Copy */

.product-pic-zoom {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.product-pic-zoom img {
  min-width: 100%;
  height: 680px;
}

.product-pic-zoom .zoom-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-pic-zoom .zoom-icon i {
  color: #4c4c4c;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  line-height: 37px;
}

.product-thumbs .pt {
  cursor: pointer;
  position: relative;
}

.product-thumbs .pt.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #2FBF71;
  z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
  height: 30px;
  width: 30px;
  background: #ffffff;
  color: #a7a7a7;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 20px;
  -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
  box-shadow: 0px 6px 10px -1px #e9e9e9;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
  left: auto;
  right: -16px;
}

.list_button{
  margin-top: 20px;
}

/* End Copy */

.navbar .navbar-brand {
  margin-left: 35px;
}

.navbar .nav-item .nav-link {
  margin-left: 30px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 400;
}

.btn-primary {
  background-color: #2FBF71;
}

.btn-primary:hover {
  background-color: #00994F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-outline-primary {
  color: #2FBF71;
  background-color: transparent;
  background-image: none;
  border-color: #2FBF71;
}

.btn-outline-primary:hover {
  background-color: #2FBF71;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFF;
}

.jumbotron {
  background-color: #FFF;
}

.jumbotron h1 {
  font-size: 60px;
  color: #2FBF71;
}

.jumbotron .jumbotron-text h1 {
  margin-bottom: 20px;
}

.jumbotron .jumbotron-text p {
  margin-bottom: 20px;
}

.jumbotron .jumbotron-image img {
  float: right;
}

.statistics .statistics-item h5 {
  color: #2FBF71;
  font-size: 60px;
  margin-top: 20px;
}

.statistics .statistics-item p {
  font-size: 30px;
  margin-bottom: 20px;
}

.why-us {
  margin-top: 120px;
  padding: 20px;
  padding-bottom: 70px;
  background-color: #2FBF71;
}

.why-us h3 {
  color: #FFF;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-decoration: underline;
}

.why-us .row {
  margin-left: auto;
  margin-right: auto;
}

.why-us .why-us-icon {
  margin-top: auto;
  margin-bottom: auto;
}

.why-us .why-us-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.why-us .why-us-text {
  margin-top: 30px;
}

.why-us .why-us-text h5 {
  color: #FFF;
}

.why-us .why-us-text p {
  font-family: 'Merriweather', serif;
  line-height: 2;
  color: #FFF;
}

.products {
  padding: 20px;
  margin-left: 15px;
}

.products .product-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products a {
  text-decoration: none;
}

.products .card {
  border-radius: 10px;
  margin-top: 10px;
}

.products .card:hover{
  box-shadow: 4px 4px 6px rgba(0,0,0,0.1);
}

.products .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Unavailable Product */
.products .unavailable:hover{
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

/* .unavailable img{
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
} */

.unavailable .card-body .card-title{
  color: #777;
}

.unavailable .card-body .card-text{
  color: #777
}

.unavailable .sold-out-img{
  position: absolute;
  width: 40%;
  height: 25%;
  margin-left: 57%;
  -webkit-filter: none;
  filter: none;
}

/* End Unavailable Product */

.products .card-title {
  color: #777;
  font-size: 16px;
}

.products .card-text {
  color: #000;
  text-decoration: none;
  font-size: 25px;
}

.products .product-price {
  text-decoration: none;
  margin-top: -10px;
  color: #2FBF71;
  font-weight: 500;
}

.pagination{
  margin-top: 20px !important;
}

.pagination li a{
  color: #2FBF71;
}

.pagination .active .page-link{
  background-color: #2FBF71;
}

.partners .col-lg-3 {
  margin: auto;
}

.partners img {
  -webkit-filter: brightness(0) invert(0.7);
          filter: brightness(0) invert(0.7);
}

.partners img:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  margin-top: 70px;
}

.footer .container-fluid {
  padding: 20px;
}

.footer .footer-logo {
  margin-bottom: 20px;
}

.footer h5 {
  color: #2FBF71;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer .col-lg-12 a {
  color: #2FBF71;
  margin-right: 5px;
}

.footer .col-lg-12 a i {
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #2FBF71;
  padding: 10px;
}

.footer .col-lg-12 a i:hover {
  background-color: #2FBF71;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .col-lg-12 a:hover {
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .icons {
  margin-bottom: 10px;
}

.footer .icons .location-icon i{
  padding-left: 13px;
  padding-right: 13px;
}

.footer .copyright {
  border-top: 1px #B2B2B2 solid;
}

.footer .copyright .reserved {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: inline-block;
}

.footer .copyright .attribution {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.footer .copyright .attribution a {
  text-decoration: none;
  color: #000;
}

.filter {
  margin-top: 30px;
  margin-bottom: -40px;
}

.filter .search input, .filter .search button {
  font-size: 18px;
}

.filter .search .icon{
  position: absolute;
  top: 47%;
  left: 97%;
  transform: translateY(-50%);
  padding: 13px 15px 13px 11px;
  color: #777;
}

.filter .categories {
  padding: 20px 35px 0 35px;
}

.filter .categories .categories-item {
  margin-bottom: 20px;
}

.filter .categories .categories-item button {
  font-size: 18px;
}

.filter .categories .categories-item .active{
  background-color: #2FBF71;
  color: #fff;
}

.filter .search button:focus{
  background-color: #2FBF71;
  outline: none;
}

.breadcrumb {
  padding-left: 50px;
}

.breadcrumb a {
  text-decoration: none;
  color: #777;
}

.breadcrumb .active {
  color: #2FBF71;
}

.detail-product {
  margin-top: 30px;
}

.detail-product .sub-picture {
  margin-top: 10px;
  margin-right: 5px;
}

.detail-product .container-product-information .category {
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0;
  font-size: 15px;
}

.detail-product .product-name {
  font-size: 30px;
  color: #2FBF71;
}

.detail-product .description {
  font-size: 18px;
  line-height: 10px;
}

.detail-product .price {
  font-size: 30px;
  color: #2FBF71;
  font-weight: 500;
}

.detail-product .btn {
  display: block;
  margin-bottom: 20px;
}

.detail-product .btn img {
  height: 30px;
  width: 30px;
}

.detail-product .btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.detail-product .btn-admin {
  width: 200px;
}

.detail-product .btn-tokped {
  color: #03AC0E;
  border-color: #03AC0E;
}

.detail-product .btn-tokped img {
  width: 25px;
}

.detail-product .btn-tokped:hover {
  background-color: #03AC0E;
  color: #FFF;
}

.detail-product .btn-shopee {
  color: #FB5533;
  border-color: #FB5533;
}

.detail-product .btn-shopee:hover {
  background-color: #FB5533;
  color: #FFF;
}

.how-to-order {
  margin-left: 20px;
  margin-top: 30px;
}

.how-to-order h3 {
  margin-left: 35px;
}

.how-to-order .item {
  padding: 20px;
  margin-left: 15px;
}

.how-to-order .item-img {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.how-to-order .item-description {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 40px;
}

.about-us p{
  margin-left: 25px;
  width: 70%;
}

.about-us h3 {
  margin-left: 20px;
  margin-top: 30px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-slider .owl-nav button[type=button] {
  font-size: 30px;
  position: absolute;
  left: -62px;
  top: 25%;
  color: #171717;
  opacity: 0.3;
}

.product-slider .owl-nav button[type=button].owl-next {
  left: auto;
  right: -62px;
  color: #171717;
  opacity: 1;
}

.product-slider .owl-dots {
  text-align: center;
  margin-top: 27px;
}

.product-slider .owl-dots button {
  width: 6px;
  height: 6px;
  background: #D8D9DA;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
  margin-right: 0;
}

.product-slider .owl-dots button.active {
  width: 30px;
  background: #252525;
  border-radius: 50px;
}

.masonry-container{
  width: 90%;
  margin: 0px auto;
  columns: 4;
  column-gap: 10px;
}

.masonry-box{
  width: 250px;
  padding: 20px;
  break-inside: avoid;
  display: block;
}

.masonry-box img{
  width: 100%;
  object-fit: contain;
  border-radius: 2%;
}


/* Phone */
@media (max-width: 575.98px) {
  .navbar-brand img {
    margin-left: -25px;
    width: 200px;
  }
  .nav-item {
    margin-top: 10px;
    margin-left: -20px;
    font-size: 18px;
  }
  .nav-item button {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .nav-item .btn-outline-primary{
    margin-left: 25px;
    margin-top: 20px;
  }
  .navbar-toggler-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .jumbotron {
    padding-left: 10px;
  }
  .jumbotron .jumbotron-text h1 {
    font-size: 35px;
  }
  .jumbotron .jumbotron-text p {
    font-size: 14px;
  }
  .jumbotron .jumbotron-image {
    display: none;
  }
  .statistics {
    padding: 10px;
  }
  .statistics .statistics-item h5 {
    font-size: 30px;
  }
  .statistics .statistics-item p {
    font-size: 15px;
  }
  .why-us {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .why-us .why-us-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .why-us h3 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 25px;
  }
  .why-us .why-us-icon {
    padding: 0px;
  }
  .why-us .why-us-icon img {
    width: 50px;
    height: 50px;
  }
  .why-us .why-us-text {
    padding: 0px;
    padding-left: 20px;
  }
  .why-us .why-us-text h5 {
    font-size: 20px;
  }
  .why-us .why-us-text p {
    font-size: 15px;
  }
  .products {
    margin: 0;
    padding: 0px 10px !important;
  }
  .products .product-title {
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 5px;
    padding: 0;
  }
  .products .card {
    padding: 0;
  }
  .products .card .card-body {
    padding: 5px 5px;
  }
  .products .card .card-title {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .products .card .card-text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .products .card .product-price {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .products .btn {
    font-size: 15px;
  }

  .pagination li a{
    font-size: 12px;
  }

  .partners{
    display: none;
  }
  
  .partners .fujifilm-logo {
    width: 50px;
    height: 25px;
  }
  .partners .fuji-xerox-logo {
    width: 60px;
    height: 15px;
  }
  .partners .epson-logo {
    width: 60px;
    height: 30px;
  }
  .partners .mimaki-logo {
    width: 50px;
    height: 20px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .footer-logo {
    height: 20px;
    width: 200px;
  }

  .footer .profile p {
    font-size: 15px;
  }
  .footer .links {
    margin-bottom: 10px;
  }
  .footer .links h5 {
    font-size: 20px;
  }
  .footer .links a {
    font-size: 15px;
  }
  .footer .copyright p:first-child {
    font-size: 12px;
  }
  .footer .copyright .attribution {
    font-size: 12px;
    margin-top: 10px;
  }
  .breadcrumb {
    padding-left: 30px;
  }
  .breadcrumb a {
    font-size: 15px;
  }
  .filter .container-fluid {
    padding: 0px 30px;
  }
  .filter .search .form-control {
    font-size: 15px;
  }
  .filter .search .btn{
    width: 110%;
    margin-left: -15px;
    font-size: 10px;
  }
  .filter .search .icon{
    position: absolute;
    top: 47%;
    left: 84%;
    transform: translateY(-50%);
    padding: 13px 15px 13px 11px;
    color: #777;
  }
  .categories {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: -10px !important;
    margin-bottom: 80px !important;
  }
  .categories .row {
    padding: 0px !important;
    margin: 0px !important;
  }
  .categories .categories-item {
    padding: 5px !important;
    margin: 5px 0px !important;
  }
  .categories .categories-item button{
    width: 100%;
    font-size: 12px !important;
  }
  .pagination-container {
    display: none;
  }
  .how-to-order {
    padding: 0px !important;
    margin: 0px !important;
  }
  .how-to-order .title {
    font-size: 25px;
    padding-left: 0px !important;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .how-to-order .item {
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* align vertical */
  }
  .how-to-order .item .item-img {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-top: 10px;
  }
  .how-to-order .item .item-description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px !important;
    width: 100%;
    display: inline-block;
    padding-right: 15px !important;
  }
  .about-us {
    padding: 0px !important;
    margin: 0px !important;
  }
  .about-us h3 {
    font-size: 25px;
    margin-top: 20px !important;
    margin-left: 10px;
  }
  .about-us .about-us-text {
    width: 90%;
    font-size: 15px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
  }
  
  .detail-product .container-product-information {
    margin-top: 20px;
  }

  .detail-product .container-product-information .description{
    line-height: 20px;
    padding-right: 20px;
  }

  .product-pic-zoom{
    padding-right: 20px !important;
  }

  .product-pic-zoom img {
    width: 360px;
    height: 360px;
  }

  .btn-more{
    font-size: 15px;
  }

  .masonry-container{
    columns: 1;
    width: 100%;
  }
  .masonry-box{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
/* Landscape Phone */
@media (min-width: 576px) {
  .navbar-brand img {
    /* margin-left: -25px; */
    height: 20px;
    width: 200px;
  }

  .filter .search{
    padding-left: 30px;
    padding-right: 30px;
  }

  .filter .search .icon{
    position: absolute;
    top: 47%;
    left: 90%;
    transform: translateY(-50%);
    padding: 13px 15px 13px 11px;
    color: #777;
  }

  .footer .footer-logo{
    height: 20px;
    width: 200px;
  }

  .nav-item {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 20px !important;
  }
  .nav-item button {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 20px !important;
  }

  .nav-item .btn-outline-primary{
    margin-left: 25px;
    margin-top: 20px;
  }

  .jumbotron-text h3 {
    font-size: 25px;
  }

  .jumbotron-image img {
    /* padding: 20px; */
    display: none;
  }
  .statistics .statistics-item h5 {
    font-size: 30px;
  }
  .statistics .statistics-item p {
    font-size: 20px;
  }

  .partners .fujifilm-logo {
    width: 120px;
    height: 70px;
  }
  .partners .fuji-xerox-logo {
    width: 150px;
    height: 40px;
  }
  .partners .epson-logo {
    width: 120px;
    height: 70px;
  }
  .partners .mimaki-logo {
    width: 150px;
    height: 50px;
  }

  .detail-product .container-product-information {
    margin-top: 20px;
  }

  .masonry-container{
    columns: 3;
    width: 100%;
    margin-left: 1%;
  }
  .masonry-box{
    margin-left: auto;
    margin-right: auto;
    width: 225px;
  }
}

/* Tablets */
@media (min-width: 768px) {
  .navbar-brand img{
    height: 27px;
    width: 300px;
  }

  .navbar-toggler-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .footer .footer-logo{
    height: 27px;
    width: 300px;
  }
  .jumbotron-text h1 {
    font-size: 50px !important;
  }
  .jumbotron-text p {
    font-size: 20px !important;
  }
  .jumbotron-image img {
    display: block;
    height: 280px;
  }
  .why-us h3 {
    margin-left: 0px;
  }
  .products {
    margin-left: 0px;
  }
  .partners .fujifilm-logo {
    width: 120px;
    height: 70px;
  }
  .partners .fuji-xerox-logo {
    width: 150px;
    height: 40px;
  }
  .partners .epson-logo {
    width: 120px;
    height: 70px;
  }
  .partners .mimaki-logo {
    width: 150px;
    height: 50px;
  }
  .nav-item {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 25px;
  }
  .nav-item button {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 25px;
  }
  .footer .profile p {
    font-size: 20px;
  }
  .footer .links {
    margin-bottom: 20px;
  }
  .footer .links h5 {
    font-size: 25px;
  }
  .footer .links a {
    font-size: 20px;
  }
  .filter .form-group {
    padding: 0px;
    width: 95%;
  }
  .filter .form-group .form-control {
    margin-left: 35px;
    margin-right: 35px;
  }
  .filter .form-group button {
    margin-left: 20px;
    width: 90%;
  }
  .filter .search .icon{
    position: absolute;
    top: 47%;
    left: 95%;
    transform: translateY(-50%);
    padding: 13px 15px 13px 11px;
    color: #777;
  }

  .about-us{
    margin-left: 15px;
  }

  .detail-product .container-product-information .description{
    line-height: 20px;
    padding-right: 20px;
  }

  .product-pic-zoom img {
    width: 360px;
    height: 360px;
  }

  .masonry-container{
    columns: 3;
    width: 100%;
    margin-left: 2%;
    padding-right: 20px;
  }

  .masonry-box{
    margin-left: auto;
    margin-right: auto;
    width: 275px;
  }

  .masonry-box img{
    width: 100%;
    object-fit: contain;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    margin-left: 15px;
    width: 300px;
  }
  .nav-item .btn-outline-primary{
    margin-left: 0px;
    margin-top: 0px;
  }
  .footer .footer-logo{
    width: 300px;
    height: 27px;
  }
  .navbar .nav-item {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 25px;
  }
  .navbar .nav-item button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    font-size: 25px;
  }
  .jumbotron {
    background-color: #FFF;
  }
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron .jumbotron-text h1 {
    margin-bottom: 20px;
  }
  .jumbotron .jumbotron-text p {
    margin-bottom: 20px;
  }
  .jumbotron .jumbotron-image img {
    float: right;
    height: 400px;
  }
  .statistics .statistics-item h5 {
    color: #2FBF71;
    font-size: 60px;
    margin-top: 20px;
  }
  .statistics .statistics-item p {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .partners .fujifilm-logo {
    width: 250px;
    height: 120px;
  }
  .partners .fuji-xerox-logo {
    width: 250px;
    height: 50px;
  }
  .partners .epson-logo {
    width: 250px;
    height: 120px;
  }
  .partners .mimaki-logo {
    width: 250px;
    height: 80px;
  }

  .about-us h3{
    margin-left: 45px;
  }

  .about-us img{
    margin-left: 45px;
  }

  .about-us .about-us-text{
    margin-left: 45px;
  }

  .product-pic-zoom img {
    min-width: 100%;
    height: 680px;
  }

  .masonry-container{
    width: 90%;
    margin: 0px auto;
    columns: 4;
    column-gap: 10px;
    margin-left: -1%;
  }
  
  .masonry-box{
    width: 250px;
    padding: 20px;
    /* background-color: #f1f1f1; */
    /* border: 1px solid grey; */
    /* margin-bottom: 10px; */
    break-inside: avoid;
  }
  
  .masonry-box img{
    width: 100%;
    object-fit: contain;
  }
}

@media (min-width: 1200px) {
  .masonry-container{
    width: 90%;
    margin: 0px auto;
    columns: 4;
    column-gap: 10px;
    margin-left: -1%;
  }
  
  .masonry-box{
    width: 300px;
    padding: 20px;
    break-inside: avoid;
  }
  
  .masonry-box img{
    width: 100%;
    object-fit: contain;
  }
}
/*# sourceMappingURL=style.css.map */