/* PRE & DEP */
@import url("form.css");

/* OVERRIDE SLIDESHOW */
.flickity-page-dots .dot {
  float: none !important;
}
.flickity-page-dots {
  position: relative !important;
  top: 0;
  bottom: 0 !important;
  left: 0;
  margin: 15px auto 0 auto !important;
  list-style: outside !important;
}
/* COMMON */
.product-breadcrumb {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
}
.product-breadcrumb .breadcrumb-group {
  display: inline-block;
}
.breadcrumb-group .item,
.breadcrumb-group .holder {
  display: inline-block;
}
.breadcrumb-group .item {
  display: none;
}
.product-breadcrumb a {
  text-decoration: none;
  color: #333;
}
.product-breadcrumb a:hover {
  text-decoration: underline;
}
.product-breadcrumb i {
  color: #0077ac;
  display: inline-block;
  margin: 0 5px;
}
.product-breadcrumb mark {
  display: none;
  float: right;
  background: #0077ac;
  color: #fff;
  padding: 0 5px;
}
.product-detail-wrapper {
  padding: 20px 0;
}
.product-purchase-box {
  display: none;
}
/* PRODUCT DETAIL */
.product-detail {
  position: relative;
}
.product-detail .product-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
}
.product-detail .product-image {
  width: 100%;
  text-align: center;
}
.product-detail .product-image .main-image img {
  max-width: 100%;
}
.product-detail .product-image .thumb-image {
  margin: 20px 30px;
}
.product-detail .product-image .thumb-image .flickity-prev-next-button {
  width: 20px;
  height: 30px;
  border-radius: 5px;
  background: #333;
}
.product-detail .product-image .thumb-image .flickity-prev-next-button:hover {
  background: #f90;
}
/* arrow color */
.product-detail .product-image .thumb-image .flickity-prev-next-button .arrow {
  fill: white;
}
.product-detail .product-image .thumb-image .flickity-prev-next-button.no-svg {
  color: white;
}
.product-detail
  .product-image
  .thumb-image
  .flickity-prev-next-button.previous {
  left: -25px;
}
.product-detail .product-image .thumb-image .flickity-prev-next-button.next {
  right: -25px;
}
.product-detail .product-image .thumb-image li {
  display: inline-block;
  width: 20%;
}
.product-detail .product-image .thumb-image li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  border: 1px solid #eee;
}
.product-detail .product-image .thumb-image li a.active,
.product-detail .product-image .thumb-image li a:hover {
  border: 1px solid #0077ac;
}
.product-detail .product-image .thumb-image li a .image-container {
  margin-top: 100%;
}
.product-detail .product-image .thumb-image li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-nav-shortcut {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.product-nav-shortcut li {
  position: relative;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  padding: 0 5px;
}
.product-nav-shortcut li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.product-nav-shortcut li a {
  color: #0077ac;
  font-weight: 600;
  text-decoration: none;
}
.product-nav-shortcut li a:hover {
  text-decoration: underline;
}

.product-detail .product-desc > li {
  padding: 2px 0;
}
.product-detail .product-desc li ul {
  list-style: disc !important;
  margin-left: 10px;
}
.product-detail .product-desc .status strong {
  color: #999;
}
.product-detail .product-desc .price-list strong {
  font-size: 12px;
}
.product-detail .product-desc .price-origin strong {
  font-size: 14px;
}
.product-detail .product-desc .price-promo strong {
  font-size: 25px;
  display: block;
  color: #ff9f37;
  font-weight: 600;
}
.product-detail .product-desc .notes-desc {
  margin-top: 15px;
  border: 1px dashed #0077ac;
  padding: 10px;
  background: #f5f5f5;
  font-size: 11px;
}
.product-detail .product-desc .short-desc {
  margin-top: 15px;
}
.product-detail .product-desc .product-action {
  margin-top: 20px;
  text-align: right;
  color: #666;
}
.product-detail .product-desc .product-action a {
  color: #0077ac;
  text-decoration: none;
}
.product-detail .product-desc .product-action a:hover {
  color: #ff9f37;
}
/* PURCHASE BOX ON PRODUCT DETAIL */
.product-detail .product-desc .purchase-desc {
  margin-top: 15px;
  padding: 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* OTHER DESC */
.other-desc {
  display: none;
}
.product-sekilas ul li,
.product-sekilas ol li {
  margin-left: 15px;
}
.product-sekilas ul li {
  list-style: disc !important;
}
.product-sekilas ol li {
  list-style: decimal !important;
}
.product-sekilas p {
  word-wrap: break-word;
}
.product-sekilas .product-sekilas-title {
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 600;
}
.comment-author {
  font-weight: 600;
  margin: 0 0 6px;
}
.product-sekilas img {
  width: 100% !important;
  height: 100% !important;
}
#product-info,
#blog,
#product-specs {
  display: block;
}
.other-desc .box-title {
  display: none;
}
.other-desc .table tr th,
.other-desc .table tr td {
  background: #fafafa;
}
.other-desc .table tr th:first-child,
.other-desc .table tr td:first-child {
  width: 30%;
}
.other-desc iframe {
  max-width: 100% !important;
}
.comment-wrapper ul.comment-list li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.comment-wrapper ul.comment-list li:last-child {
  border-bottom: none;
}
.comment-wrapper ul.comment-list li h6 a {
  font-size: 12px;
  font-weight: normal;
}
.comment-wrapper ul.comment-list li .comment-foot {
  padding: 5px 5px 0 5px;
  color: #666;
  font-size: 11px;
}
.comment-wrapper ul.comment-list li p {
  word-wrap: break-word;
  margin-top: 5px;
  padding: 10px;
  background: #f5f5f5;
}
.comment-wrapper ul.comment-list li p.highlight {
  background: #ddf5ff;
}
.comment-wrapper ul.comment-list li ul {
  padding-left: 15px;
  font-size: 11px;
}
.comment-wrapper .form-main-comment {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.comment-wrapper .form-child-comment {
  display: none;
}
.comment-wrapper .form-main-comment textarea,
.comment-wrapper .form-child-comment textarea {
  width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
}
.comment-wrapper textarea:focus {
  border: 1px solid #0077ac;
}

/* OTHERS/RELATED PRODUCT */

.product-list {
  position: relative;
}
.product-list li {
  position: relative;
  float: left;
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.product-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  text-decoration: none;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
}
.product-list li a:hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  height: auto;
  min-height: 100%;
  box-shadow: 0 2px 2px #ccc;
}
.product-list li.load-more a {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 150px;
  height: 150px;
  line-height: 145px;
  border: 1px dotted #0077ac;
  color: #0077ac;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
}
.product-list li.load-more a:hover {
  position: relative;
  padding: 0;
  width: 150px;
  height: 150px;
  min-height: 150px;
  border: 1px solid #ff9f37;
  background: #ff9f37;
  box-shadow: none;
  color: #fff;
  letter-spacing: 0px;
}
.product-list li a .label {
  position: absolute;
  z-index: 1;
  border-left: 1px solid #ddd;
  top: 115px;
  left: 0;
  padding: 20px 0;
}
.product-list li a:hover .label {
  left: -1px;
}
.product-list li a .label span {
  float: left;
  display: block;
  margin-right: 2px;
  background: #666;
  color: #fff;
  padding: 0 5px;
  height: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 600;
  font-size: 10px;
}
.product-list li a .label span.new {
  background: #4caf50;
}
.product-list li a .label span.promo {
  background: #ff9f37;
}
.product-list li a .label span.installment {
  background: #0077ac;
}
.product-list li a .label span.hot {
  background: #d00;
}
.product-list li a .thumb {
  height: 130px;
  padding: 10px 0;
  text-align: center;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.product-list li a:hover .thumb {
  margin-top: -5px;
}
.product-list li a .thumb img {
  max-height: 130px;
}
.product-list li a .title {
  position: relative;
  font-weight: 600;
  height: 35px;
  max-height: 35px;
  overflow: hidden;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.product-list li a:hover .title {
  height: auto;
  min-height: 35px;
  max-height: 70px;
}
.product-list li a .title .masking {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 25px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
}
.product-list li a:hover .title .masking {
  display: none;
}
.product-list li a .price {
  margin-top: 10px;
}
.product-list li a .price span {
  display: block;
}
.product-list li a .price .price-origin {
  font-size: 10px;
  color: #666;
}
.product-list li a .price .price-promo {
  font-size: 14px;
  font-weight: 600;
  color: #ff9f37;
}
.load-more-product-list {
  display: none;
}
.marketplace-box li {
  list-style: none;
}
.marketplace-box a {
  text-decoration: none;
}
.marketplace-box a > img {
  padding: 3px 8px;
}
.product-replacement .product-list li {
  width: 100%;
}
ul.bestseller-list {
  padding: 10px 10px;
  list-style: none;
  background-color: #ff9f37;
}

.badge-wrapper {
  margin: 5px 0 10px;
}
.badge-wrapper a.badge-link {
  text-decoration: none;
}
.badge-wrapper a.badge-link:hover {
  text-decoration: none;
}
.badge-wrapper span.cat-name {
  color: #888;
  display: inline;
}
.badge-wrapper .cat-link {
  color: #0066c0;
  font-size: 12px;
}
.badge-wrapper a:hover .cat-link {
  color: #ff9f37;
  text-decoration: none;
}
.badge-wrapper .rank-number {
  font-weight: 700;
}

.p13n-best-seller-badge:before {
  border-bottom-color: #ff9f37 !important;
}
.p13n-best-seller-badge {
  margin-right: 4px;
  background-color: #ff9f37 !important;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.p13n-best-seller-badge:after {
  border-top-color: #ff9f37 !important;
}

.a-addon-badge:before,
.a-icon-addon:before {
  content: "";
  bottom: 0;
  border-style: dashed;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 0;
  border-bottom: 6px solid #3f6998;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom-width: 10px;
}

.a-addon-badge:after,
.a-addon-badge:before,
.a-icon-addon:after,
.a-icon-addon:before {
  content: "";
  position: absolute;
  right: -5px;
  border-left-width: 0;
}

.a-addon-badge:after,
.a-icon-addon:after {
  content: "";
  top: 0;
  border-style: dashed;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0);
  border-top: 6px solid #3f6998;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-top-width: 10px;
}

.a-addon-badge,
.a-icon-addon {
  background-image: none !important;
  border-radius: 3px 0 0 3px;
  background-color: #3f6998;
  font-size: 11px;
  line-height: 1.05;
  padding: 4px 5px 4px 6px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

/* Smartphones */
@media (min-width: 300px) {
  .product-detail .product-image .main-image {
    min-height: 350px;
  }
  .product-detail .product-desc .status,
  .product-detail .product-desc .price-list,
  .product-detail .product-desc .price-origin,
  .product-detail .product-desc .price-promo {
    text-align: center;
    margin-top: 5px;
  }
  .product-detail .product-desc .countdown {
    text-align: center;
  }
  .product-list li a .label {
    top: 50px;
  }
  .product-sekilas img {
    width: 100% !important;
    height: 100% !important;
  }
}
/* Landscape phones */
@media (min-width: 450px) {
  .product-breadcrumb mark {
    display: block;
  }
  .product-detail .product-image .thumb-image {
    max-width: 350px;
    margin: 20px auto;
  }
  .product-list li {
    width: 50%;
  }
  .product-list li.load-more a {
    margin-top: 35px;
  }
  .product-list li a .label {
    top: 50px;
  }
  .flickity-page-dots {
    display: none;
  }
}
/* Tablets */
@media (min-width: 600px) {
  .breadcrumb-group .holder {
    display: none;
  }
  .breadcrumb-group .item {
    display: inline-block;
  }
  .other-desc-wrapper #product-info,
  .other-desc-wrapper #product-specs {
    display: block;
  }
  .product-list li {
    width: 33.33%;
  }
  .product-list li.load-more {
    display: none;
  }
  .product-list li a .label {
    top: 115px;
  }
  .load-more-product-list {
    display: block;
  }
  .product-sekilas img {
    width: 100% !important;
    height: 100% !important;
  }
}
/* Bigger tablets */
@media (min-width: 750px) {
  .product-detail .product-image {
    float: left;
    width: 350px;
  }
  .product-detail .product-image .thumb-image {
    margin: 20px 30px;
  }
  .product-detail .product-desc {
    float: right;
    width: 350px;
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .product-detail .product-desc .status,
  .product-detail .product-desc .price-list,
  .product-detail .product-desc .price-origin,
  .product-detail .product-desc .price-promo,
  .product-detail .product-desc .countdown {
    text-align: left;
  }
  .other-desc-wrapper .toggle-product-info,
  .other-desc-wrapper .toggle-blog,
  .other-desc-wrapper .toggle-product-specs {
    display: none;
  }
  .other-desc-wrapper #product-info,
  .other-desc-wrapper #blog,
  .other-desc-wrapper #product-specs {
    margin-top: 30px;
  }
  .other-desc-wrapper #product-info .box-title,
  .other-desc-wrapper #blog .box-title,
  .other-desc-wrapper #product-specs .box-title {
    display: block;
    font-size: 16px;
  }
  .product-list li {
    width: 25%;
  }
  .comment-wrapper:before,
  .comment-wrapper:after {
    content: " ";
    display: table;
  }
  .comment-wrapper:after {
    clear: both;
  }
  .product-sekilas img {
    width: 100% !important;
    height: 100% !important;
  }
  /*	.comment-wrapper .form-main-comment {
		float: left;
		width: 280px;
	}
	.comment-wrapper .comment-list {
		float: right;
		width: 410px;
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);
		margin-top: -20px;
	}*/
}
/* Desktop screen or landscape tablet */
@media (min-width: 900px) {
  .product-main-box {
    float: left;
    width: 560px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
  .product-purchase-box {
    display: block;
    float: right;
    width: 300px;
  }
  .product-detail .product-desc .purchase-desc {
    display: none;
  }
  .product-sekilas img {
    width: 100% !important;
    height: 100% !important;
  }
}
/* Bigger desktop */
@media (min-width: 1100px) {
  .product-main-box {
    width: 760px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
  .product-purchase-box {
    width: 300px;
  }

  .other-desc-wrapper .toggle-blog,
  .other-desc-wrapper .toggle-product-review {
    display: none;
  }

  .other-desc-wrapper #blog,
  .other-desc-wrapper #product-review {
    display: block;
    margin-top: 30px;
  }
  .other-desc-wrapper #product-info .box-title,
  .other-desc-wrapper #product-specs .box-title,
  .other-desc-wrapper #blog .box-title,
  .other-desc-wrapper #product-review .box-title {
    display: block;
    font-size: 16px;
    font-family: "Exo2 Bold";
    font-weight: normal;
  }
  .other-desc-wrapper #product-info .box-title strong,
  .other-desc-wrapper #product-specs .box-title strong,
  .other-desc-wrapper #blog .box-title strong,
  .other-desc-wrapper #product-review .box-title strong {
    font-weight: normal;
  }
  /*	.comment-wrapper .form-main-comment {
		float: left;
		width: 300px;
	}
	.comment-wrapper .comment-list {
		float: right;
		width: 410px;
		width: -webkit-calc(100% - 320px);
		width: -moz-calc(100% - 320px);
		width: calc(100% - 320px);
		margin-top: -20px;
	}*/
}
/* Widescreens */
@media (min-width: 1500px) {
}
