html {
  scroll-behavior: smooth;
}

body {
  color: #161616;
}

a,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fontawesome/webfonts/fa-solid-900.ttf");
  src: url("../fontawesome/webfonts/fa-solid-900.woff");
  src: url("../fontawesome/webfonts/fa-solid-900.woff2");
}

/* 
  CSS utk button, dll
*/
.btn {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-shop-now {
  background-color: #ffffff;
  color: #161616;
  font-size: 17px;
  font-weight: 500;
}

.btn-shop-now:hover {
  background-color: #00A4E4;
  color: #ffffff;
}

.btn.btn-banner {
  -webkit-box-shadow: 0 0 5px 0 #dddddd;
          box-shadow: 0 0 5px 0 #dddddd;
}

.btn.btn-more {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 50px;
}

.btn.btn-apply {
  font-size: 14px !important;
  margin: 20px 0;
}

.btn-outline-primary {
  border-color: #00A4E4;
  color: #00A4E4;
}

.btn-outline-primary:hover {
  background-color: #00A4E4;
  color: #ffffff;
}

.btn-outline-dark:hover {
  background-color: #161616;
}

.btn[class*=btn-].focus, .btn[class*=btn-]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn[class*=btn-]:active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.agak-bawah {
  margin-top: 100px;
}

.agak-bawah-2 {
  margin-top: 200px;
}

.agak-bawah-3 {
  margin-top: 250px;
}

.border-y-1 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.spacer-150 {
  margin: 75px 0;
}

.spacer-130 {
  margin: 65px 0;
}

.spacer-100 {
  margin: 50px 0;
}

.spacer-70 {
  margin: 35px 0;
}

.spacer-50 {
  margin: 25px 0;
}

.spacer-40 {
  margin: 20px 0;
}

.spacer-30 {
  margin: 15px 0;
}

.spacer-20 {
  margin: 10px 0;
}

.spacer-10 {
  margin: 5px 0;
}

/*
    SECTION GENERAL
*/
.section-header {
  margin-bottom: 50px;
}

.section-body {
  position: relative;
  margin-bottom: 50px;
}

/* 
    CSS untuk topnav
*/
#topnav {
  background-color: #014E80;
  height: 46px;
  line-height: 46px;
}

#topnav .topnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topnav .topnav-list li {
  font-size: 12px;
}

#topnav .topnav-list li a {
  color: #ffffff;
}

#topnav .topnav-list li a:hover {
  color: #ff6633;
}

#topnav .topnav-list li:not(:last-child) {
  padding-right: 20px;
}

#topnav .topnav-list li:not(:first-child) {
  padding-left: 40px;
}

#topnav .topnav-list li:not(:first-child):before {
  content: "";
  position: relative;
  width: 1px;
  height: 25px;
  border-right: 1px solid #ffffff;
  left: -40px;
}

/*
    CSS untuk Header
*/
.navbar-header {
  height: 90px;
}

.navbar-header-search form .input-group {
  width: 300px;
}

.navbar-header-search form input {
  font-size: 12px;
}

.navbar-header-search form input,
.navbar-header-search form .input-group-text {
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.navbar-header-search form .input-group-text {
  color: #666666;
}

.navbar-header-search form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A4E4;
}

.navbar-header-search form input:focus + .input-group-append > .input-group-text {
  border: 1px solid #00A4E4;
}

.navbar-header-promo a {
  margin-right: 20px;
}

.navbar-header-promo .btn.btn-promo {
  background-color: #1640A0;
  font-size: 13px;
  padding: 10px 15px !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-header-promo .btn.btn-promo strong {
  color: #9EFA42;
  font-weight: 700;
  font-size: 17px;
}

.menu-utama.navbar {
  height: 45px;
}

.menu-utama.navbar .dropdown-menu {
  font-size: 14px;
  border: none;
  border-radius: 0;
  top: 43px;
}

.menu-utama.navbar .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #161616;
}

.menu-utama .nav-item > .nav-link,
#mobile-menu .nav-item > .nav-link {
  padding: 0 24px;
  line-height: 1.3;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #161616;
  text-transform: uppercase;
  font-weight: 400;
}

#account {
  font-size: 14px;
}

#account .navbar-cart .dropdown-menu {
  left: unset;
  right: 0;
  font-size: 12px;
  border: none;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

#account .navbar-cart .dropdown-menu small.badge {
  float: right;
}

#account .navbar-cart .dropdown-menu small.badge:after {
  clear: right;
}

#account .navbar-cart .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #161616;
}

#account .navbar-cart-more:active {
  background-color: #00A4E4;
}

#account ul li:not(.dropdown-item) {
  position: relative;
}

#account ul li:not(.dropdown-item) a.nav-link:not(.dropdown-toggle) {
  color: #161616;
}

#account ul li:not(.dropdown-item) a.nav-link:not(.dropdown-toggle):hover {
  color: #00A4E4;
}

#account ul li:not(.dropdown-item) .no-arrow.dropdown-toggle::after {
  display: none !important;
}

#account ul li:not(.dropdown-item):first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  border-right: 1px solid #ddd;
  margin-top: 2px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#account ul li:not(.dropdown-item):not(:last-child) {
  padding: 0 10px;
}

/*
    CSS untuk HERO AREA
*/
.hero {
  position: relative;
}

.hero-bg {
  width: 100%;
  height: calc(100vh - 180px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#hero-slider-nav .owl-prev,
#hero-slider-nav .owl-next,
#product-slider-nav .owl-prev,
#product-slider-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  background-color: #ffffff;
  color: #1640A0;
  padding: 5px 15px;
  border: none;
  font-size: 20px;
  outline: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#hero-slider-nav .owl-prev:hover,
#hero-slider-nav .owl-next:hover,
#product-slider-nav .owl-prev:hover,
#product-slider-nav .owl-next:hover {
  cursor: pointer;
  background-color: #ddd;
  color: #161616;
}

#hero-slider-nav .owl-prev,
#product-slider-nav .owl-prev {
  left: 25px;
}

#hero-slider-nav .owl-next,
#product-slider-nav .owl-next {
  right: 25px;
}

#product-slider-nav .owl-prev,
#product-slider-nav .owl-next {
  background-color: #00A4E4;
  color: #ffffff;
  top: 30%;
  font-size: 14px;
}

#product-slider-nav .owl-prev {
  left: -20px;
}

#product-slider-nav .owl-next {
  right: -20px;
}

/* CSS untuk section category */
.category-col {
  height: 400px;
  margin-bottom: 25px;
}

.category-col:first-child {
  margin-left: auto;
}

.category-col:nth-child(2) {
  margin-right: auto;
}

.category .category-subtitle, .category .category-title, .category .category-button {
  z-index: 15;
  position: relative;
}

.category .category-title {
  margin-bottom: 20px;
  font-size: 35px;
}

.category .figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.category .figure-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category .figure-caption {
  position: absolute;
  bottom: 40px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 80%;
  margin: auto;
  text-align: center;
  z-index: 10;
}

.category .figure-overlay {
  position: absolute;
  background-color: rgba(22, 22, 22, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.category .figure-overlay:hover + .figure-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* CSS untuk section produk best seller */
.product.product-catalogue .row [class*=col-] {
  margin-bottom: 30px;
}

.product.product-catalogue .fig-overlay {
  min-height: 100px;
  height: unset;
}

.product.product-catalogue .product-btn-detail {
  padding: 5px 15px;
  font-size: 14px;
}

.product.product-catalogue .section-title {
  font-size: 18px;
}

.product.product-catalogue .section-body {
  margin-bottom: 0;
}

.product.product .pagination-wrapper {
  border-top: 1px solid #ddd;
}

.product.product .pagination-wrapper .page-item {
  color: #161616;
}

.product.product .pagination-wrapper .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product .fig-overlay {
  width: 100%;
  min-height: 300px;
  height: 350px;
  display: block;
  overflow: hidden;
}

.product .figure {
  width: 100%;
}

.product .figure-img {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product .figure-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-title {
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}

.product-title a {
  font-size: 14px;
  color: #161616;
}

.product-title a:hover {
  color: #00A4E4;
}

.product-label {
  position: absolute;
  background-color: #00A4E4;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  z-index: 20;
  text-transform: uppercase;
}

.product-label-danger {
  background-color: #FF0000;
}

.product-label-warning {
  background-color: orange;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
  color: #00A4E4;
  margin-bottom: 20px;
}

.product-price-lined {
  color: #161616;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-btn-detail {
  width: 100%;
}

.breadcrumb {
  background-color: #E8F5FF;
}

#main-menu:not(.show) {
  display: none;
}

/* CSS untuk brand list home */
.brand-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
  margin: 10px;
  height: 100px;
  background-color: #E8F5FF;
  text-align: center;
  position: relative;
}

.brand-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand-item:hover {
  cursor: pointer;
  background-color: rgba(241, 241, 241, 0.521);
}

.brand-item:active {
  background-color: #E8F5FF;
}

/* CSS utk section blog */
.blog {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F4F4F4;
}

.blog-col {
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  background-color: #ffffff;
}

.blog-col .figure {
  margin-bottom: 0;
  width: 100%;
}

.blog-col .figure-img {
  margin-bottom: 0;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-col .figure-caption {
  padding: 20px;
}

.blog-date {
  font-size: 14px;
  font-weight: 500;
  color: #00A4E4;
}

.blog-title {
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.blog-title:hover {
  color: #00A4E4;
}

/* CSS utk section advantage */
.advantage {
  background-color: #014E80;
}

.advantage-list {
  position: relative;
  padding: 10px 20px;
  height: 100px;
}

.advantage-list ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.advantage-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  margin: 10px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.advantage-item small {
  display: block;
}

/* CSS untuk footer */
.footer {
  padding: 50px 0;
}

.footer-brand img {
  margin-bottom: 20px;
}

.footer-brand ul li {
  font-size: 14px;
  padding: 5px 0;
}

.footer-brand ul li a {
  color: #161616;
}

.footer-brand ul li a i.fas {
  margin-right: 5px;
}

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

.footer-contact a {
  -webkit-transition: border-left 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  transition: border-left 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.footer-contact a:hover {
  border-left: 2px solid #00A4E4;
  padding-left: 10px;
}

.footer-title {
  font-size: 23;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links ul li {
  font-size: 15px;
  line-height: 28px;
}

.footer-links ul li a {
  color: #161616;
}

.footer-links ul li a:hover {
  color: #00A4E4;
}

.footer-connect ul li {
  padding: 0 20px;
  font-size: 25px;
}

.footer-connect ul li:first-child {
  padding-left: 0;
}

.footer-connect ul li a {
  color: #161616;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer-connect ul li a:hover {
  color: #00A4E4;
}

.footer-copyright {
  font-size: 12px;
}

/* CSS utk halaman detail product */
.product-thumbnail {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.product-thumbnail .item {
  cursor: -webkit-grab;
  cursor: grab;
}

.product-thumbnail-small .owl-item {
  border: 1px solid transparent;
}

.product-thumbnail-small .owl-item.current {
  border: 1px solid #ddd;
}

.product-thumbnail-small .item {
  cursor: pointer;
}

.product-price-lined {
  color: #FF0000;
  font-size: 18px;
}

.product #quantity {
  width: 150px;
}

.product .btn {
  font-size: 18px;
}

.product .btn.btn-add-shop {
  padding-right: 30px;
  padding-left: 30px;
}

.product .btn.btn-add-whislist {
  background-color: transparent;
  color: #161616;
  border: 1px solid #ddd;
}

.product .btn.btn-add-whislist:hover {
  color: #00A4E4;
}

.product-detail label {
  font-size: 14px;
  color: #161616;
  font-weight: 500;
}

.product-detail .breadcrumb {
  font-size: 13px;
}

.product-detail .breadcrumb-item.active {
  color: #00A4E4;
}

.product-detail-info__title {
  color: #161616;
  font-size: 20px;
  font-weight: 400;
}

.product-detail-info__title-brand {
  color: #161616;
  font-weight: 500;
}

.product-detail-info__title-brand:hover {
  color: #00A4E4;
}

.product-detail-info__price {
  font-size: 28px;
  font-weight: 500;
  color: #00A4E4;
}

.product-detail-info__shipping {
  font-size: 14px;
  line-height: 21px;
  width: 400px;
}

.product-detail-info__description {
  font-size: 14px;
  line-height: 23px;
}

.product-detail-info__meta table {
  font-size: 13px;
}

.product-detail-info__meta table th {
  font-weight: 500;
}

.product-detail-info__meta table th, .product-detail-info__meta table td {
  padding: 10px 20px;
}

/* CSS untuk sidebar */
.sidebar .row [class*=col-] {
  margin-bottom: 0 !important;
}

.sidebar-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #161616;
}

.sidebar-header h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-category-content {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #161616;
}

.sidebar-category-content h5 {
  font-size: 15px;
  text-transform: uppercase;
}

.sidebar-category-content ul {
  padding-left: 10px;
}

.sidebar-category-content ul li {
  color: #161616;
  font-size: 14px;
}

.sidebar-category-content ul li a {
  color: #161616;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sidebar-category-content ul li a:hover {
  color: #00A4E4;
  border-left: 2px solid #00A4E4;
  padding-left: 10px;
}

.sidebar-category-content .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-category-content .form-control:focus {
  border: 1px solid #00A4E4;
}

/* CSS utk mobile under 991px */
@media screen and (max-width: 991px) {
  #topnav {
    height: unset;
    text-align: center;
  }
  #topnav .topnav-list {
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  #topnav .topnav-list li {
    line-height: 20px;
    padding: 0;
    display: block;
    width: 100%;
  }
  #topnav .topnav-list li:not(:first-child) {
    padding: 0;
  }
  #topnav .topnav-list li:not(:first-child):before {
    display: none;
  }
  #topnav .topnav-list li:not(:last-child) {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
  }
  #topnav .topnav-list li a {
    display: block;
  }
  header .navbar-header {
    height: unset;
  }
  header .menu-utama {
    border: none;
  }
  header .menu-utama.navbar {
    height: 0;
  }
  .hero .btn.btn-banner.agak-bawah-3 {
    margin-top: 0px;
    margin-left: 100px;
    font-size: 12px;
  }
  #mobile-menu {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
    text-align: left;
  }
  #mobile-menu .nav-item {
    display: inline-block;
  }
  #mobile-menu .nav-item .nav-link {
    color: #161616;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
  }
  #account ul {
    text-align: right;
  }
  #account ul li:not(.dropdown-item):not(:last-child) {
    padding: unset;
  }
  #account .navbar-cart .dropdown-menu {
    text-align: left;
    width: 200px;
    max-width: 100%;
    margin-left: auto;
  }
  #account .navbar-cart .dropdown-menu ul {
    text-align: left;
  }
  .navbar-header-search {
    padding-top: 20px;
  }
  .navbar-header-search form .input-group {
    width: 100%;
  }
  .brand-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
  .product-price {
    font-size: 16px;
  }
  .product-price-lined {
    font-size: 14px;
  }
}

/* CSS utk mobile under 768px */
@media screen and (max-width: 768px) {
  .hero-bg {
    background-size: cover;
    height: 200px;
  }
  .product-title {
    margin-top: 15px;
    line-height: 28px;
  }
  .product-title a {
    font-size: 23px;
  }
  .product .figure {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product .figure .fig-overlay {
    width: 100%;
    height: 100%;
    min-height: unset;
    max-height: unset;
  }
  .blog-col {
    margin-bottom: 40px;
  }
  .advantage-list {
    height: unset;
    min-height: 200px;
  }
  .product-price {
    font-size: 20px;
  }
  .product-price-lined {
    font-size: 17px;
  }
}
