@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px !important;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px !important;
  }
}

* {
  color: #32353c;
  outline: none !important;
  /* font-family: 'Ubuntu', sans-serif !important; */
  /* font-family: "Exo", sans-serif; */
  font-family: "Poppins", sans-serif;
}

.bg-none {
  background: none !important;
}

.opacity-50 {
  opacity: 0.5;
}

.form-control {
  border-radius: 0px;
}

.btn-red {
  background-color: #d65862;
  color: white;
}

.btn-red:hover {
  color: white;
}

.btn-red:focus {
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-bold {
  font-weight: bold;
}

.text-semibold {
  font-weight: 600;
}

.text-info {
  color: #f9975d !important;
}

.banner-promo {
  height: 80px;
  background-color: #f9975d;
  text-align: center;
}

.contact-navbar {
  background-color: #47bda9;
  padding-top: 12px;
}

.contact-navbar a.regis-link {
  color: #e9ec73;
  font-weight: 600;
}

.contact-navbar {
  display: block;
  list-style: none;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .contact-navbar {
    display: none;
  }
}

.contact-navbar p {
  color: #ffffff !important;
}

.contact-navbar .help-col li {
  border-right: 1px solid #ffffff;
  color: #ffffff !important;
}

.contact-navbar .help-col li:last-child {
  border-right: none;
}

.contact-navbar .help-col li .dropdown .btn-dropdown-custom {
  color: #ffffff !important;
  text-decoration: none;
}

.contact-navbar .help-col li .dropdown .dropdown-menu {
  border-radius: 8px;
  margin-top: 10px;
}

.contact-navbar ul {
  padding-left: 0px;
}

.contact-navbar ul li {
  display: inline-block;
  margin-left: 16px;
}

/* @media screen and (max-width: 1024px) {
  #banner-promo-header {
    position: fixed !important;
  }
} */
.search-wrapper {
  font-size: 14px;
  padding: 10px;
}

.search-box {
  border: 1px solid #f9975d;
  border-radius: 50px;
  height: 39px !important;
  overflow: hidden;
}

.search-box select {
  background: none;
  border: none;
  color: #7e7e7e;
  height: 100%;
  font-weight: bold;
  padding-left: 25px;
}

.border-vertical {
  border-right: 1px solid #ccc;
  margin-left: 20px;
}

.search-box input {
  border: none;
  color: #7e7e7e;
  font-weight: bold;
  padding-left: 30px;
}

.btn-search-top-bar:hover {
  background: #c52b30;
}

@media screen and (max-width: 1200px) {
  .logo-on-search {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .search-box select {
    padding-left: 10px;
    width: 100px;
  }
  .border-vertical {
    margin-left: 10px;
  }
  .search-box input {
    padding-left: 10px;
  }
  .search-box span {
    display: none;
  }
  .btn-search-top-bar {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .logo-small-screen {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 341px) {
  .search-wrapper {
    display: block !important;
  }
  .logo-on-search {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row-navbar-toggle .col:first-child {
    display: none;
  }
  .breadcrumb-nav {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-menu-parent {
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
  }
  .show-holder {
    display: none !important;
  }
}

.btn-show-hide-category {
  margin-top: 120px !important;
}

.sidebar-menu ul {
  padding-left: 0px !important;
}

.sidebar-menu-parent {
  background: none;
  border: none;
  padding-left: 0px !important;
}

.sidebar-menu-parent img {
  margin-left: -2px;
  width: 30px;
}

.sidebar-menu-parent:hover {
  color: #f9975d !important;
}

.sidebar-submenu {
  margin-top: 0px !important;
  padding-left: 0px !important;
}

.sidebar-submenu li {
  color: #444444;
  font-size: 15px;
  cursor: pointer;
  margin: 5px 0px 5px 15px !important;
  padding: 5px 5px 5px 25px;
}

.sidebar-submenu li:hover {
  color: #f9975d;
}

.sidebar-submenu li:active {
  background: #f9975d;
  color: #ffffff !important;
}

.sidebar-submenu li:active .sub-sub-menu {
  color: #ffffff !important;
}

.show-more-product {
  color: #f9975d;
}

.show-more-product:hover {
  color: #f9975d;
}

@media screen and (max-width: 576px) {
  .col-card {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sidebar-row {
    padding: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-menu-parent .d-flex {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

.sidebar-menu-parent {
  display: block;
}

.sidebar-submenu .sub-sub-menu {
  margin-left: 0px;
  padding-left: 10px;
}

.card-product-home {
  border: 1px solid #e1e1e1 !important;
  border-radius: 10px !important;
  margin-top: 30px;
  text-overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.btn-accordion {
  cursor: pointer;
}

.btn-accordion .fa {
  font-size: 18px !important;
}

.accordion-list {
  max-height: 1000px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.accordion-list.hide {
  max-height: 10px;
}

.card .discount-badge h5 {
  color: #ffb077 !important;
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.card-product-home:hover {
  -webkit-box-shadow: 0px 6px 10px rgba(221, 221, 221, 0.568) !important;
          box-shadow: 0px 6px 10px rgba(221, 221, 221, 0.568) !important;
}

.card-product-home .card-body {
  background: #f7f5f5;
  border-top: 1px solid #e1e1e1 !important;
}

a.card-product-home .product-title {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
}

a.card-product-home .product-harga {
  color: #f9975d;
  font-weight: 700;
  text-decoration: none !important;
}

a.card-product-home:hover {
  -webkit-box-shadow: 0px 5px 5px 5px #eeeeee4b;
          box-shadow: 0px 5px 5px 5px #eeeeee4b;
  text-decoration: none !important;
}

a.card-product-home img {
  -webkit-transition: 300ms;
  transition: 300ms;
}

a.card-product-home:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#NavbarSticky {
  background: #47bda9;
}

@media screen and (max-width: 576px) {
  #NavbarSticky {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  #NavbarSticky .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.navbar {
  font-size: 14px;
}

.navbar .dropdown {
  border-left: 1px solid #ffffff;
}

.navbar .row-navbar-toggle {
  width: 100%;
  padding: 0;
  margin: 0;
}

.navbar .row-navbar-toggle .navbar-toggler {
  border: transparent;
}

.navbar .row-navbar-toggle .col {
  max-width: 20% !important;
}

.navbar .row-navbar-toggle .col .logo-small-screen {
  position: absolute;
  left: 0;
  margin-right: 15px;
  height: 100%;
}

.navbar ul {
  margin: auto;
}

.navbar ul li {
  /* margin: 10px 4px; */
}

.navbar ul .nav-item.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 170ms;
  animation-delay: 170ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar ul .nav-item.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar ul .dropdown button {
  border: none;
  outline: none;
  background-color: inherit;
}

.navbar ul .dropdown .dropdown-menu {
  font-size: 14px !important;
  border-radius: 8px;
}

.navbar ul .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0px !important;
}

.navbar ul .dropdown .dropdown-menu a {
  color: black;
  text-decoration: none;
}

.navbar ul .dropdown .dropdown-menu a:hover {
  color: #f9975d;
}

.navbar ul .dropdown .dropdown-menu a:active {
  background-color: #f9975d;
  color: white;
  outline: none;
}

.navbar ul .dropdown .dropdown-menu .dropdown-submenu {
  position: relative;
}

.navbar ul .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  /* margin-left: 5px; */
  margin-top: -9px;
}

.dropdown-submenu:not(:first-child) .sub-dropdown {
  margin-top: 9px !important;
}

.toggle-language {
  background: #fafafa !important;
}

.navbar ul .logo-middle {
  margin: -12px -10px 0 15px !important;
  max-width: 150px;
}

.navbar ul .form-search {
  border: transparent;
  width: 50px;
  height: 30px;
  margin-top: -10px;
}

.navbar ul .form-search:focus {
  width: 75px;
  border: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar ul .btn-search {
  border: transparent;
  background-color: transparent;
}

.navbar ul .btn-search .fa-search {
  margin-top: 12px;
}

.navbar .search-text {
  display: none;
}

.navbar {
  border-top: 1px solid #ffffff77;
}

.navbar .search-bar {
  position: relative;
  width: 100%;
}

.navbar .search-bar .dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 50px 0px 0px 50px;
  color: #2e465b;
  font-size: 14px;
}

.navbar .search-bar .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .search-bar .form-control {
  border: 1px solid #ffffff;
  border-radius: 0px 50px 50px 0px;
  font-size: 14px;
  padding: 20px 14px;
}

.navbar .search-bar .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.navbar .search-bar .form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.navbar .search-bar .form-control::-ms-input-placeholder {
  opacity: 0.5;
}

.navbar .search-bar .form-control::placeholder {
  opacity: 0.5;
}

.navbar .search-bar .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .search-bar .form-control::before {
  border-left: 1px solid #eeeeee;
  content: "";
}

.navbar .search-bar .btn-search-top-bar {
  border: none;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  padding: 5px 18px;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #2e465b;
  position: absolute;
  right: 7px;
  top: 5px;
  z-index: 5;
}

#mobileSearchModal .modal-content {
  background: rgba(255, 255, 255, 0);
  border: none;
}

#mobileSearchModal .modal-content .form-control {
  border-radius: 6px;
}

#mobileSearchModal .modal-content img {
  position: absolute;
  right: 10px;
  top: 7px;
}

.navbar-mobile {
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: none;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2040;
}

@media screen and (max-width: 576px) {
  .navbar-mobile {
    display: block;
  }
}

.navbar-mobile .btn-toggle-popup {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 5px;
}

.navbar-mobile .btn-toggle-popup:hover {
  background: #e9f0f8c0;
}

.navbar-mobile-above-first-section {
  display: none;
  height: 64px;
}

@media screen and (max-width: 576px) {
  .navbar-mobile-above-first-section {
    display: block;
  }
}

#navbarMobileModal .modal-content {
  border-radius: 10px;
  margin-top: 50px;
}

#navbarMobileModal .modal-content .modal-body {
  padding: 24px 24px 0px 24px;
}

#navbarMobileModal .modal-content .modal-body .user-section {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#navbarMobileModal .modal-content .modal-body .user-section span {
  font-weight: 600;
}

#navbarMobileModal .modal-content .modal-body ul {
  list-style: none;
  padding-left: 0px;
}

#navbarMobileModal .modal-content .modal-body ul .nav-link {
  color: #32353c;
  font-weight: 600;
  padding: 15px 0px !important;
}

#navbarMobileModal .modal-content .modal-body ul .nav-link img {
  margin-right: 12px;
}

#navbarMobileModal .modal-content .modal-body ul .nav-link .badge-nav {
  right: auto;
  top: auto;
}

#navbarMobileModal .modal-content .modal-body .contact-list {
  border-top: 1px solid #d8d8d8;
  margin-top: 16px;
  padding-top: 24px;
}

#navbarMobileModal .modal-content .modal-body .contact-list p {
  font-size: 16px;
}

#navbarMobileModal .modal-content .modal-body .contact-list .help-col li {
  padding: 10px 0px;
}

#navbarMobileModal .modal-content .modal-body .contact-list .help-col li a {
  color: #32353c;
}

.navbar .menu-search-container {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 56.66667%;
  z-index: 3;
}

.navbar .menu-search-container .menu-search-input {
  -webkit-animation-name: specialFadeInRight;
  animation-name: specialFadeInRight;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

.navbar .menu-search-container input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f9975d;
  width: 80%;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
  color: #f9975d;
}

.navbar .menu-search-container a {
  color: #f9975d;
}

.navbar .menu-search-container a:first-child {
  display: block;
  float: left;
  padding-right: 10px;
}

.navbar .menu-search-container.active {
  display: block;
}

.navbar .menu-search-container .menu-search-close {
  position: absolute;
  right: 0;
  top: 0;
}

.nav-badge {
  position: relative;
}

.dropdown .dropdown-menu {
  border-radius: 8px;
}

.nav-badge .badge-nav {
  position: absolute;
  top: 0px;
  right: -8px;
  font-size: 10px !important;
  border-radius: 50%;
  background-color: #fd5055 !important;
  border: 2px solid #ffffff;
  width: 20px;
  padding: 3px;
}

.nav-badge .badge-nav-mobile {
  position: absolute;
  top: 0;
  left: 33px;
  font-size: 10px !important;
  border-radius: 50%;
  background-color: #f9975d !important;
}

.fade-screen {
  background: white;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@-webkit-keyframes specialFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}

@keyframes specialFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}

.specialFadeIn {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
}

@-webkit-keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.specialFadeOut {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
}

@-webkit-keyframes specialFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes specialFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spceialFadeInRight {
  -webkit-animation-name: specialFadeInRight;
  animation-name: specialFadeInRight;
}

.container-breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid .row .col-md-12.text-center {
  padding-left: 0;
  padding-right: 0;
}

ul.breadcrumb-nav {
  padding: 4% 0;
  list-style: none;
  height: 100%;
  background-color: #fafafa;
  text-align: center;
}

ul.breadcrumb-nav li {
  display: inline;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.breadcrumb-nav li a {
  color: black;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
}

ul.breadcrumb-nav li:last-child a {
  color: #f9975d;
}

ul.breadcrumb-nav li a:hover {
  color: #f9975d;
  text-decoration: underline;
}

ul.breadcrumb-nav li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 3% 20px 3%;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

#msform input,
#msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #f9975d;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f023";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #f9975d;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.option-input-payment {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  border: 2px solid #f9975d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input-payment:hover {
  background: #412728;
  opacity: 0.4;
}

.option-input-payment:checked {
  background: #f9975d;
}

.option-input-payment:checked::before {
  height: 30px;
  width: 25px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-top: -7px;
}

.option-input-payment:checked::after {
  background: #f9975d;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input-payment.radio {
  border-radius: 50%;
}

.option-input-payment.radio::after {
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .navbar-collapse {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sidebar-submenu li {
    margin-left: 40px !important;
    text-align: left;
  }
}

.navbar-collapse .nav-link {
  font-weight: 600;
  margin: 0px 15px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.navbar-collapse .nav-link.account-dropdown {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.card-header {
  width: 100%;
  background-color: transparent;
}

.col-billing-payment .row-billing-payment {
  border: 1px solid #d7d8da;
}

.row-billing-checkout {
  border: 1px solid #cecece;
  padding: 15px;
}

.col-billing-payment .btn-payment {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.col-billing-payment .btn-secondary {
  border: 1px solid #f9975d;
  background: transparent;
  color: #f9975d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

/* Checkout CSS */
.alert-alamat a {
  text-decoration: underline;
  color: #f9975d;
}

.checkout-section .div-alert-alamat {
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.checkout-section .div-alert-alamat a {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
  padding: 10px 10px !important;
  text-transform: none !important;
}

.checkout-section .btn-address {
  border: 1px solid #f9975d;
  background: white;
  color: #f9975d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  width: 250px;
  height: 50px;
}

.checkout-section .btn-payment,
.checkout-section .btn-payment--spinner {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  float: right;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  width: 250px;
  height: 50px;
}

.checkout-section .btn-see-acc {
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  height: 70px;
  width: 100%;
  background: #32353c;
  margin-left: 30px;
  border: 1px transparent;
}

.checkout-section .btn-jasakurir {
  background: transparent;
  border: 1px solid #c9c0c0;
  width: 100%;
}

.checkout-section .btn-jasakurir p {
  margin-top: 15px;
  text-align: left;
}

.modal-header {
  padding: 30px 60px;
}

.modal-header h5 {
  opacity: 0.7;
  text-align: center;
  width: 100%;
}

.checkout-section #kurirModal .modal-body .row {
  margin-top: 20px;
}

.checkout-section #addressModal .modal-body .container .row .col {
  margin-bottom: 20px;
}

.checkout-section #btn-cari-alamat {
  width: 100px;
  background: #f9975d;
}

.checkout-section .btn-tambah-alamat {
  border: 1px dashed #aca7a7;
  background: transparent;
}

.checkout-section .btn-tambah-alamat a {
  width: 100%;
}

.checkout-section .btn-tambah-alamat p {
  margin-top: 20px;
}

.checkout-section .col-alamat-checkout {
  border: 1px solid #aca7a7;
}

.checkout-section #div-btn-pay a {
  margin-top: 15px;
}

.checkout-section .row-tarif {
  border: 1px solid #aca7a7;
  width: 80%;
  float: right;
  font-size: 12px;
}

.checkout-section .row-tarif .cek-ongkir {
  border: transparent;
  background-color: transparent;
}

.container-invoice {
  max-width: 70%;
}

.row-rekening .col-lg {
  border: 1px solid #f9975d;
}

.label-alamat {
  cursor: pointer;
  padding-right: 35px;
  font-size: 18px;
  padding: 15px 0;
}

.radio-alamat-checkout {
  position: absolute;
  visibility: hidden !important;
}

.radio-alamat-checkout + label:before,
.radio-alamat-checkout + label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.radio-alamat-checkout + label:before {
  width: 30px;
  height: 15px;
  right: 0px;
  background: #fff;
  border: 1px solid #e4e3e1;
  border-radius: 15px;
}

.radio-alamat-checkout + label:after {
  width: 15px;
  height: 15px;
  right: 15px;
  background: #bdbdbd;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.radio-alamat-checkout:checked + label:after {
  right: 0px;
  background: #f9975d;
}

.produk-detail-section .container-like {
  border: 1px solid #d7d8da;
  height: auto;
  position: relative;
}

.produk-detail-section .container-like .btn-wish {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  opacity: 0.7;
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: 2;
}

.produk-detail-section .container-like .btn-wish:hover {
  opacity: 0.9;
}

.produk-detail-section .container-like .btn-wish img {
  margin-left: 7px;
  margin-top: 9px;
  width: 35px;
}

.produk-detail-section .container-img-produk {
  position: relative;
  /* Number text (1/3 etc) */
}

.produk-detail-section .container-img-produk .mySlides {
  display: none;
}

.produk-star .fa-star {
  color: #ff6f00;
  margin-right: 5px;
}

.btn-cek-ongkir {
  background: #ffffff;
  border: 1px solid #b4b4b4;
  font-weight: 500;
  padding: 0px 18px;
}

@media screen and (max-width: 576px) {
  .btn-cek-ongkir {
    font-size: 16px;
  }
  .btn-cek-ongkir img {
    display: none;
  }
}

.other-product-title {
  border-top: 1px solid #d4d9df;
}

.other-product-title h4 {
  border-top: 2px solid #f9975d;
  color: #f9975d;
  font-size: 20px;
  font-weight: 600;
  margin-top: -1px;
  padding-top: 18px;
  text-transform: uppercase;
}

.share-product {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 18px 0px;
}

.share-product h5 {
  font-size: 18px;
  margin-right: 16px;
  padding-top: 12px;
}

.share-product a {
  background: #929292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
  width: 46px;
  text-decoration: none;
}

.share-product a i {
  color: #ffffff !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 1000px) {
  .mySlides {
    min-width: 422px;
    min-height: 422px;
  }
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-size: cover !important;
  cursor: pointer;
  /* min-height: 500px !important; */
  /* width: 81% !important; */
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination {
  bottom: 9px !important;
  border-radius: 0px 0px 16px 16px;
  position: static;
  /* text-align: right !important; */
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50px !important;
  padding: 3px 16px 3px 16px;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
  border-radius: 50px !important;
  height: 12px !important;
  width: 12px !important;
}

@media screen and (min-width: 1201px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 35px !important;
    left: -55px !important;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-slide {
    min-height: 300px !important;
  }
}

@media screen and (max-width: 1000px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 35px !important;
    left: -120px !important;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    min-height: 200px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px !important;
    left: -20px !important;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom-slider .col-md {
    margin-top: 15px;
    /* display: none !important; */
  }
  /* .header-banner .col-xl-12 {
    padding: 0px !important;
  } */
}

@media screen and (max-width: 576px) {
  .swiper-slide {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 496px) {
  .swiper-slide {
    min-height: 200px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px !important;
    left: -20px !important;
    width: 100%;
  }
}

.produk-detail-section .container-img-produk .cursor {
  cursor: pointer;
}

.produk-detail-section .container-img-produk .prev,
.produk-detail-section .container-img-produk .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  padding: 5px;
  color: white;
  background-color: #f9975d;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.produk-detail-section .container-img-produk .next {
  right: 0px;
}

.produk-detail-section .container-img-produk .prev:hover,
.produk-detail-section .container-img-produk .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.produk-detail-section .container-img-produk .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.produk-detail-section .container-img-produk .row:after {
  content: "";
  display: table;
  clear: both;
}

.produk-detail-section .container-img-produk .col {
  float: left;
}

.produk-detail-section .container-img-produk .demo {
  opacity: 0.6;
}

.produk-detail-section .container-img-produk .active,
.produk-detail-section .container-img-produk .demo:hover {
  opacity: 1;
}

.produk-detail-section .product-image-small {
  overflow-x: auto;
}

.produk-detail-section .product-image-small .col,
.produk-detail-section .product-image-small .default-variant {
  border: 1px solid #d7d8da;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.produk-detail-section .product-image-small .col.video-thumbnail,
.produk-detail-section .product-image-small .default-variant.video-thumbnail {
  cursor: pointer;
}

.produk-detail-section .product-image-small .col.video-thumbnail img,
.produk-detail-section .product-image-small .default-variant.video-thumbnail img {
  opacity: 1 !important;
}

.produk-detail-section .product-image-small .col.video-thumbnail:hover .video-thumbnail-slider,
.produk-detail-section .product-image-small .default-variant.video-thumbnail:hover .video-thumbnail-slider {
  background-color: rgba(0, 0, 0, 0.5);
}

.produk-detail-section .product-image-small .col .video-thumbnail-slider,
.produk-detail-section .product-image-small .default-variant .video-thumbnail-slider {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
}

.produk-detail-section .product-image-small .col .video-thumbnail-slider .fa,
.produk-detail-section .product-image-small .default-variant .video-thumbnail-slider .fa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
  font-size: 28px;
}

.produk-detail-section .produk-price {
  color: #f9975d;
  font-size: 25px;
  font-weight: bold;
}

.produk-detail-section .produk-detail {
  font-size: 20px;
}

.produk-detail-section .col-option .btn-jmlh {
  border: 1px solid #b4b4b4;
  width: 120px;
}

.produk-detail-section .col-option .btn-jmlh a,
.produk-detail-section .col-option .btn-jmlh input {
  border: 1px solid transparent;
}

.produk-detail-section .col-option .btn-jmlh button {
  border: 1px solid transparent;
  border-radius: 0px;
}

.produk-detail-section .col-option .btn-ongkir {
  border: 1px solid black;
  background: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 280px;
}

.produk-detail-section .btn-cart {
  border: none;
  background: #f9975d;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 0px !important;
  height: 55px;
}

.btn-decrement,
.inputQty {
  height: 54px !important;
}

.produk-detail-section .row-socialmedia ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.produk-detail-section .row-socialmedia ul li {
  float: left;
  margin: 0 5px;
}

.produk-detail-section .row-attribut .select-attribut {
  font-size: 14px;
  padding: 7px 20px;
  background-color: none;
  border-radius: 0;
  border-color: #bdbdbd;
}

.produk-detail-section .row-attribut .select-attribut:focus {
  border-color: none !important;
  outline: none !important;
}

.produk-detail-section .row-attribut .select-attribut option {
  background-color: none;
  border-color: none;
}

.produk-detail-section .row-attribut .select-attribut option:focus {
  outline: 0 !important;
}

.checked {
  color: orange;
}

.produk-review-section .nav-tabs .nav-link {
  color: #a1a1a1;
  font-size: 16px;
}

.produk-review-section nav img {
  width: 30px;
  height: 20px;
  padding: 0 14px 5px 0;
}

.produk-review-section .btn-filter-all {
  border: 1px solid black;
  background: #f9975d;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  height: 30px;
  border-radius: 0px;
}

.produk-review-section .btn-filter-review-white {
  border: 1px solid black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 0px;
  color: black;
}

.produk-review-section .btn-send {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  width: 150px;
  height: 50px;
}

.produk-review-section #nav-review .review-filter-row {
  width: 100%;
}

.produk-review-section #nav-review .review-filter-row .list-filter {
  padding: 0 !important;
  margin: 0 !important;
  overflow: auto;
}

.produk-review-section #nav-review .review-filter-row .list-filter a {
  border: 1px solid #bbbbbb;
  background: transparent;
  color: #bbbbbb;
  border-radius: 0px;
  margin: 0 5px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.produk-review-section #nav-review .review-filter-row .list-filter a:active {
  background: #ffa640;
  color: white;
}

.produk-review-section #nav-review .review-filter-row .list-photo-review {
  overflow-x: auto;
}

.produk-review-section #nav-review .review-filter-row .list-photo-review img {
  display: inline-block;
  margin: 0 2%;
}

.produk-review-section #nav-review .review-filter-row .user-review-column {
  overflow: auto;
}

.produk-review-section #nav-review .review-filter-row .user-review-column p,
.produk-review-section
#nav-review
.review-filter-row
.user-review-column
small {
  margin: 0;
}

.produk-review-section
#nav-review
.review-filter-row
.user-review-column
.user-review-text {
  font-size: 14px;
}

.produk-review-section #nav-review .review-filter-row #moreList {
  display: none;
}

.produk-review-section #nav-review .review-stat-row {
  width: 60%;
}

.produk-review-section #nav-review .review-stat-row .review-stat {
  width: 100%;
}

.produk-review-section #nav-review .review-stat-row .review-stat p {
  font-size: 12px;
}

.produk-review-section
#nav-review
.review-stat-row
.review-stat
.progress-bar-section {
  width: 70%;
}

@media screen and (max-width: 425px) {
  .produk-review-section
#nav-review
.review-stat-row
.review-stat
.progress-bar-section {
    width: 60%;
  }
}

.produk-review-section
#nav-review
.review-stat-row
.review-stat
.progress-bar-section
.progress {
  margin-top: 10px;
  height: 7px;
}

.produk-review-section #nav-description {
  padding: 0 !important;
  margin: 0 !important;
}

#tabs-reviews .nav-tabs .nav-item,
#tabs-reviews .nav-tabs .nav-item.active {
  color: #999;
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-color: transparent transparent transparent transparent;
  padding-top: 15px;
}

#tabs-reviews .nav-tabs .nav-item.active {
  color: #ffb831;
  font-weight: 400;
  border-top: 1px solid #ffb831;
}

.description-tab .icon-description-active {
  display: none;
}

.description-tab .icon-description-inactive {
  display: inline;
}

.review-tab .icon-review-active {
  display: none;
}

.review-tab .icon-review-inactive {
  display: inline;
}

.discuss-tab .icon-discuss-active {
  display: none;
}

.discuss-tab .icon-discuss-inactive {
  display: inline;
}

.description-tab.active .icon-description-active {
  display: inline;
}

.description-tab.active .icon-description-inactive {
  display: none;
}

.review-tab.active .icon-review-active {
  display: inline;
}

.review-tab.active .icon-review-inactive {
  display: none;
}

.discuss-tab.active .icon-discuss-active {
  display: inline;
}

.discuss-tab.active .icon-discuss-inactive {
  display: none;
}

.container-galery {
  max-width: 800px;
}

.banner-side {
  display: none;
}

.carousel-indicators li {
  border-radius: 100%;
  height: 13px;
  width: 13px;
}

.carousel-indicators {
  left: unset !important;
  margin-right: 5%;
}

@media screen and (min-width: 1200px) {
  .banner-side {
    height: 400px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-banner img {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1450px) {
  .row-root {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 1200px) {
  .row-root {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  .header-left-banner {
    display: none;
  }
  .btn-red {
    display: block !important;
  }
  .sidebar-row {
    margin-top: -10px !important;
    padding-top: 0px !important;
  }
  .sidebar-row .accordion {
    margin: 0 !important;
  }
  .sidebar-category {
    display: none;
    padding-top: 10px;
    text-align: center;
  }
  .sidebar-category h5 {
    display: none;
  }
  .banner-sidebar-category {
    display: none;
  }
}

.sidebar-menu {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.sidebar-category .sidebar-menu-ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
}

.sidebar-category li {
  list-style: none;
  margin-top: 25px;
}

.sidebar-category a {
  color: #000000 !important;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.sidebar-category a:hover {
  text-decoration: none;
  padding-left: 5px;
}

.container-galery .col-gallery {
  text-transform: uppercase;
  color: white;
  margin: 4% 0%;
  max-height: 200px;
}

.container-galery .col-gallery img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-galery .col-gallery .col-category {
  width: 200px;
  height: 100%;
  margin: auto;
  padding: 45% 0;
}

.container-galery .col-gallery .col-category p {
  text-align: center;
}

.container-galery .col-gallery .col-gallery-1 {
  background-color: #f9975d;
}

.container-galery .col-gallery .col-gallery-3 {
  background-color: #f7e8d1;
}

.container-galery .col-gallery .col-gallery-5 {
  background-color: #b2e7ef;
}

.container-galery .col-gallery .col-gallery-8 {
  background-color: #eecef3;
}

.container-galery .btn-view-more {
  color: #f9975d;
}

.hotspotImage {
  position: relative;
}

.hotspotImage a {
  position: relative;
}

.container-produk-list .sidenav-list a {
  padding: 1rem 1rem 1rem 1rem;
  letter-spacing: 2px;
  color: black;
}

.container-produk-list .cd-container {
  max-width: 1170px;
  list-style: none;
  position: relative;
  padding: 0 0 0 2rem;
}

.container-produk-list .cd-container .cd-item {
  margin: 1rem 4% 1rem 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-produk-list .cd-container .cd-item p,
.container-produk-list .cd-container .cd-item small,
.container-produk-list .cd-container .cd-item img {
  padding: 0 8px;
}

.container-produk-list .cd-container .cd-item del {
  color: grey;
}

.container-produk-list .cd-container .cd-item .price {
  color: #b47500;
  font-weight: 700;
}

.container-produk-list .cd-container .cd-item .img-produk {
  display: block;
  width: 100%;
  max-width: 100%;
}

.container-produk-list .cd-container .cd-item .btn-to-cart {
  background-color: #f9975d;
  color: white;
  border-radius: 0px;
  bottom: 0;
  left: 0;
}

.container-produk-list .cd-container .cd-item .btn-to-cart:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.container-produk-list .cd-container .cd-item:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(46, 46, 46, 0.548), 0 6px 20px 0 rgba(100, 94, 94, 0.397);
  box-shadow: 0 4px 8px 0 rgba(46, 46, 46, 0.548), 0 6px 20px 0 rgba(100, 94, 94, 0.397);
}

.container-produk-list .cd-container::after {
  content: "";
  display: table;
  clear: both;
}

.container-katalog {
  max-width: 800px;
}

.container-katalog .row .galeri-katalog {
  margin: 3% 0%;
  max-height: 200px;
  overflow: hidden;
}

.container-katalog .row .galeri-katalog img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fade-in {
  -webkit-animation: fade 2s;
  animation: fade 2s;
}

.optionPerPage {
  border: none;
  border-bottom: 1px solid blue;
  max-width: 150px;
}

.optionPerPage:focus {
  outline: 0;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-item {
    width: 28%;
    float: left;
    margin: 1rem 4% 0 0;
    height: 450px !important;
    position: relative !important;
  }
  .produk-detail-section .mySlides {
    height: 570px !important;
    width: 570px !important;
  }
  .cd-item .btn-to-cart {
    position: absolute;
    bottom: 5px;
  }
}

.img-catalog {
  background-size: cover !important;
  background-position: center;
  height: 250px;
  width: 100%;
}

/* Profile page CSS */
/* Content */
#profileNav {
  font-size: 12px;
  background-color: #fafafa;
}

#profileNav .profile-nav a {
  border-radius: 0px;
  text-decoration: none;
  color: black;
  margin: 5px 0 5px 0;
}

#profileNav .profile-nav img {
  width: 20px;
  height: 18px;
  margin-right: 10px;
}

#profileNav .profile-nav .active {
  background: #ffb831;
  color: white;
}

#profileNav .profile-nav .active .icon-sidebar-black {
  display: none;
}

#profileNav .profile-nav .icon-sidebar-white {
  display: none;
}

#profileNav .profile-nav .active .icon-sidebar-white {
  display: inline;
}

#profileNav .profile-nav .nav-link {
  padding: 15px 15px;
}

#profileNav .profile-nav .nav-link:hover {
  font-weight: 500 !important;
  background: #ffb7312a;
  color: #19181894;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#profileNav .account-nav-toggle {
  display: none;
}

#profileNav .account-nav-toggle .btn {
  background-color: none;
}

#profileNav .account-nav-toggle .btn:focus {
  outline: none;
}

#profileNav .sidepanel-account {
  display: none;
}

.tablinks {
  color: #bdbec0;
}

.tablinks.active {
  color: #f9975d;
}

.tablinks .icon-tablink-active {
  display: none;
}

.tablinks.active .icon-tablink-active {
  display: inline;
}

.tablinks.active .icon-tablink-inactive {
  display: none;
}

/* Right side profile */
.img-upload {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.custom-input-prophic {
  padding: 5px 5px 5px 5px;
  margin-left: 5%;
  border: 1px solid silver;
}

.col-edit input {
  border: 1px solid #ceced0;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.btn-saveedit {
  float: right;
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  width: 150px;
  height: 50px;
  border-radius: 0px;
}

.btn-saveedit:hover {
  color: white;
}

.btn-tambah-alamat {
  border: 1px dotted #aca7a7;
  background: transparent;
}

.btn-tambah-alamat a {
  width: 100%;
}

.btn-tambah-alamat p {
  margin: 25px 0px;
}

.btn-tambah-alamat:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-edit-address {
  color: #f9975d;
  border-bottom: 1px dashed #f9975d;
  font-weight: 600 !important;
}

.col-alamat-checkout {
  border: 1px solid #aca7a7;
}

.badge-primary-address {
  background: #ffb73131;
  color: #ffb831;
  font-weight: 500 !important;
  padding: 4px 12px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.col-password input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.btn-add-alamat {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin-top: 3px;
  height: 50px;
  border-radius: 0px;
  float: right;
  padding: 0px 15px;
}

.btn-save-resi {
  float: right;
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 0px;
}

.btn-save-resi:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.visibility-hidden {
  visibility: hidden;
}

.text-blue-dark {
  color: #1d1f53;
}

#tabs-history-order .tab {
  overflow: auto;
  white-space: nowrap;
  border-top: 1px solid #cecece;
}

#tabs-history-order .tab button {
  background-color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}

#tabs-history-order .tab button img {
  width: 30px;
  height: 20px;
  padding: 0 14px 5px 0;
}

#tabs-history-order .tab button:hover {
  background-color: #ddd;
}

#tabs-history-order .tab button.active {
  border-top: 1px solid #f9975d;
}

#tabs-history-order .tabcontent {
  display: none;
  padding: 6px 12px;
}

#tabs-history-order .btn-addreview {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-decoration: none;
  font-size: 11px;
  margin-top: 3px;
  border-radius: 0px;
}

#tabs-history-order .btn-addreview:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 425px) {
  #tabs-history-order .btn-addreview:hover {
    letter-spacing: 1px;
  }
}

#tabs-history-order .btn-buy-again {
  border: 1px solid #f9975d;
  background: transparent;
  color: #f9975d;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  margin-top: 3px;
  border-radius: 0px;
}

#tabs-history-order .btn-buy-again:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 425px) {
  #tabs-history-order .btn-buy-again:hover {
    letter-spacing: 1px;
  }
}

#tabs-history-order .order-status {
  margin: 5px 0;
  padding: 3px 4px;
  border-radius: 5px;
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 425px) {
  #nav-tab1 .form-confirm .btn-addreview,
  #nav-tab1 .form-confirm .btn-buy-again {
    font-size: 10px;
  }
}

#nav-tab5 p {
  margin: 0;
}

#nav-tab5 .row {
  background-color: #e2e0e0;
}

#nav-tab6 .form-track-resi {
  position: relative;
  width: 40%;
}

#nav-tab6 .form-track-resi select {
  border-radius: 0 !important;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 5px rgba(104, 102, 102, 0.2);
  box-shadow: 0 5px 5px rgba(104, 102, 102, 0.2);
}

#nav-tab6 .form-track-resi select::before {
  content: "\f13a";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

#nav-tab6 .form-track-resi select:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

#nav-tab6 .form-track-resi select option {
  padding: 30px;
}

#nav-tab6 .form-track-resi input {
  padding: 8px 6px;
  font-size: 14px !important;
  width: 100%;
  border: 0;
  -webkit-box-shadow: 0 5px 5px rgba(104, 102, 102, 0.2);
  box-shadow: 0 5px 5px rgba(104, 102, 102, 0.2);
  outline: 0;
  font-size: 1.3rem;
  color: black;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

#nav-tab6 .form-track-resi input:focus::-webkit-input-placeholder {
  color: transparent;
}

#nav-tab6 .form-track-resi input:focus:-ms-input-placeholder {
  color: transparent;
}

#nav-tab6 .form-track-resi input:focus::-ms-input-placeholder {
  color: transparent;
}

#nav-tab6 .form-track-resi input:focus::placeholder {
  color: transparent;
}

#nav-tab6 .form-track-resi .btn-lacak-resi {
  border: none;
  background: #f9975d;
  color: #ffffff !important;
  font-weight: 100;
  padding: 5px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#nav-tab6 .form-track-resi .btn-lacak-resi:hover {
  color: #f9975d !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: none;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#nav-tab6 .form-track-resi .resi-summary {
  padding: 5px 7px;
  font-size: 14px;
  display: none;
}

#nav-tab6 .timeline-resi {
  width: 60%;
}

#nav-tab6 .timeline-resi .timeline {
  list-style-type: none;
  position: relative;
}

#nav-tab6 .timeline-resi .timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

#nav-tab6 .timeline-resi .timeline li {
  margin: 20px 0;
  padding-left: 20px;
}

#nav-tab6 .timeline-resi .timeline li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #f9975d;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.container-add-alamat h3 {
  font-size: 26px;
  color: #f9975d;
}

.container-add-alamat input[type="text"],
.container-add-alamat textarea {
  border-radius: 0;
  border: 1px solid black;
  padding: 4px 2px 4px 2px;
  font-size: 12px;
}

.container-add-alamat #formTambahAlamat {
  position: relative;
}

.container-add-alamat #formTambahAlamat select {
  border-radius: 0;
  border: 1px solid #ceced0;
  font-size: 14px;
  height: 50px;
}

.container-add-alamat #formTambahAlamat select::before {
  content: "\f13a";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.container-add-alamat #formTambahAlamat select:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.container-add-alamat #formTambahAlamat select option {
  padding: 30px;
}

.container-add-alamat #formTambahAlamat input,
.container-add-alamat #formTambahAlamat textarea {
  padding: 8px 12px;
  font-size: 14px !important;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ceced0;
  outline: 0;
  font-size: 12px;
  color: black;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.container-add-alamat #formTambahAlamat input:focus::-webkit-input-placeholder,
.container-add-alamat
#formTambahAlamat
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.container-add-alamat #formTambahAlamat input:focus:-ms-input-placeholder,
.container-add-alamat #formTambahAlamat textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.container-add-alamat #formTambahAlamat input:focus::-ms-input-placeholder,
.container-add-alamat #formTambahAlamat textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.container-add-alamat #formTambahAlamat input:focus::-webkit-input-placeholder,
.container-add-alamat #formTambahAlamat textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.container-add-alamat #formTambahAlamat input:focus::placeholder,
.container-add-alamat #formTambahAlamat textarea:focus::placeholder {
  color: transparent;
}

.container-ubah-alamat h3 {
  font-size: 26px;
  color: #f9975d;
}

.container-ubah-alamat input[type="text"],
.container-ubah-alamat textarea {
  border-radius: 0;
  border: 1px solid black;
  padding: 4px 2px 4px 2px;
  font-size: 12px;
}

.container-ubah-alamat #formUbahAlamat {
  position: relative;
}

.container-ubah-alamat #formUbahAlamat select {
  border-radius: 0;
  border: 1px solid #ceced0;
  font-size: 14px;
  height: 50px;
}

.container-ubah-alamat #formUbahAlamat select::before {
  content: "\f13a";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.container-ubah-alamat #formUbahAlamat select:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.container-ubah-alamat #formUbahAlamat select option {
  padding: 30px;
}

.container-ubah-alamat #formUbahAlamat input,
.container-ubah-alamat #formUbahAlamat textarea {
  padding: 8px 12px;
  font-size: 14px !important;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ceced0;
  outline: 0;
  font-size: 12px;
  color: black;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.container-ubah-alamat #formUbahAlamat input:focus::-webkit-input-placeholder,
.container-ubah-alamat
#formUbahAlamat
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.container-ubah-alamat #formUbahAlamat input:focus:-ms-input-placeholder,
.container-ubah-alamat #formUbahAlamat textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.container-ubah-alamat #formUbahAlamat input:focus::-ms-input-placeholder,
.container-ubah-alamat #formUbahAlamat textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.container-ubah-alamat #formUbahAlamat input:focus::-webkit-input-placeholder,
.container-ubah-alamat #formUbahAlamat textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.container-ubah-alamat #formUbahAlamat input:focus::placeholder,
.container-ubah-alamat #formUbahAlamat textarea:focus::placeholder {
  color: transparent;
}

.label-upload-complaint {
  border: 1px solid grey;
  width: 120px;
  height: 120px;
  position: relative;
}

.label-upload-complaint img {
  position: absolute;
  top: 34px;
  left: 34px;
}

@media screen and (max-width: 576px) {
  .navbar .row-navbar-toggle .col .logo-small-screen {
    width: 130%;
    height: unset;
  }
}

@media screen and (max-width: 425px) {
  .wishlist-section {
    width: 100%;
  }
}

.wishlist-section p,
.wishlist-section a {
  margin: 15px 0;
}

.wishlist-section .btn-add-cart {
  border: 1px solid #f9975d;
  background: transparent;
  color: #f9975d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 12px;
  padding: 15px 20px;
  border-radius: 0px;
  padding: 8px 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  position: relative;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

@media screen and (max-width: 425px) {
  .wishlist-section .btn-add-cart {
    font-size: 10px !important;
    padding: 2px 6px;
  }
}

@media screen and (max-width: 320px) {
  .wishlist-section .btn-add-cart {
    font-size: 8px !important;
    padding: 0;
  }
}

.wishlist-section .btn-add-cart:hover {
  color: white;
}

.wishlist-section .btn-add-cart::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f9975d;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  z-index: -1;
}

.wishlist-section .btn-add-cart:hover::after {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .wishlist-section .wishlist-detail {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .section-review .btn-star-rating {
    width: 40px;
    height: 40px;
  }
}

.livechat-section .col-livechat {
  overflow-x: auto;
  margin: 6% 10%;
}

@media screen and (max-width: 425px) {
  .livechat-section .col-livechat {
    margin: 5% 0;
  }
}

#v-pills-testi #pesanTesti {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

#v-pills-testi .list-testi .card-testi {
  width: 200px;
  padding: 7px 0;
  border-radius: 5px 20px 5px;
}

#v-pills-testi .list-testi .card-testi .img-testi {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

#v-pills-testi .list-testi .card-testi small {
  color: #979797;
}

#v-pills-testi .list-testi .card-testi .text-testi {
  font-size: 12px;
}

/* Cart CSS */
.container-cart {
  overflow-x: hidden;
}

.container-cart input::-webkit-outer-spin-button,
.container-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container-cart input[type="number"] {
  -moz-appearance: textfield;
}

.container-cart .row-item-control a {
  border: 1px solid #b4b4b4;
  border-radius: 0;
}

.container-cart .row-item-control .col-like-cart,
.container-cart .row-item-control .col-delete-cart {
  max-width: 90px;
}

.container-cart .row-item-control .col-like-cart a,
.container-cart .row-item-control .col-delete-cart a {
  padding: 10px 20px;
}

.container-cart .row-item-control .col-qty {
  padding: 0 !important;
  max-width: 150px;
  border: 1px solid #b4b4b4;
}

.container-cart .row-item-control .col-qty a,
.container-cart .row-item-control .col-qty input {
  border: 1px solid transparent;
}

.container-cart .row-item-control .col-qty button {
  border: 1px solid transparent;
  border-radius: 0px;
}

.container-cart .row-item-control .col-qty .produkQty {
  border: 1px solid transparent;
  width: 60px;
  padding-left: 20px;
}

.container-cart .col-summary {
  border: 1px solid #dee2e6;
}

.container-cart .col-summary .cart-summary-items {
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.container-cart .col-summary .cart-summary-items ::-webkit-scrollbar {
  width: 10px;
}

.container-cart .col-summary .cart-summary-items ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.container-cart .col-summary .cart-summary-items ::-webkit-scrollbar-thumb {
  background: #888;
}

.container-cart
.col-summary
.cart-summary-items
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container-cart .btn-checkout {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
  right: 1px;
  width: 100%;
}

.container-cart .btn-back-shop {
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #f9975d;
  border: 1px solid #f9975d;
  font-size: 14px;
  margin-top: 10px;
  right: 1px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container-cart .btn-back-shop {
    margin: 10px 0px !important;
  }
}

.container-cart .btn-address {
  border: 1px solid #f9975d;
  background: white;
  color: #f9975d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  width: 250px;
  height: 50px;
}

.container-cart .col-checkout {
  border: 1px solid #cfd4cf;
}

.container-cart .btn-payment {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  float: right;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  width: 250px;
  height: 50px;
}

.container-cart .col-cart-total .title-cart {
  text-align: left;
  font-size: 22px;
}

@media screen and (max-width: 425px) {
  .container-cart .modal--voucher-name h5 {
    font-size: 14px;
  }
}

.container-cart .modal--voucher-dur {
  font-size: 12px;
  background-color: #17a2b8;
  color: white;
  padding: 4px;
  border-radius: 5px;
}

@media screen and (max-width: 425px) {
  .container-cart .modal--voucher-dur {
    font-size: 10px;
  }
}

.blog-section .blog-body {
  overflow-x: hidden;
}

.blog-section .blog-body img {
  max-width: 100%;
}

.blog-section .blog-card {
  border: 1px solid black;
  border-radius: 0;
}

.blog-section .blog-card a {
  text-decoration: none;
}

.blog-section .blog-card a:hover .card-title {
  color: blue;
}

.blog-section .blog-card .card-title {
  color: black;
  font-weight: 500;
}

.blog-section .blog-card .card-text {
  font-size: 20px;
}

.blog-section .heading--title-post h2 {
  font-weight: 500;
}

.blog-section .card-kategori .card-body ul {
  font-size: 12px;
}

.blog-section .card-kategori .card-body ul a {
  color: black;
}

.contest--all .contest--all-title {
  height: 100px;
}

.contest--all .contest--card:hover {
  background-color: white;
  opacity: 0.6;
}

#sectionContest .contest-body {
  position: relative;
}

#sectionContest .contest-body .contest-banner {
  width: 1000px;
  max-height: 600px;
}

#sectionContest .contest-body .contest-title {
  color: white;
  padding: 15px 20px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

#sectionContest .contest-body .contest-title h3 {
  font-size: 34px;
  margin: 8px 0;
}

#sectionContest .contest-body .contest-title p {
  font-size: 14px;
  padding: 0 !important;
}

#sectionContest .contest-body .btn-contest {
  border-radius: 0;
  background-color: white;
  color: black;
  max-width: 180px;
  height: 60px;
  font-size: 14px;
}

#sectionContest .contest-body .btn-contest:hover {
  background-color: black;
  opacity: 0.4;
  color: white;
}

.contest-desc {
  height: 400px;
}

#submitSection .link-tab-kontest a {
  text-decoration: none;
  color: #f9975d;
}

#submitSection .preview-tab .contest-entries-card {
  position: relative;
}

#submitSection .preview-tab .contest-entries-card .entries-name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  visibility: hidden;
  background-color: #ffe3f6;
}

#submitSection .preview-tab .contest-entries-card .entries-name h5 {
  color: #f9975d;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

#submitSection .preview-tab .contest-entries-card .entries-name p {
  display: block;
  color: #464646;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 1px;
  max-height: 6.6em;
  line-height: 1.8em;
}

#submitSection .preview-tab .contest-entries-card:hover .entries-name {
  visibility: visible;
}

#submitSection .preview-tab img {
  display: block;
  margin: 7px auto;
}

@media only screen and (max-width: 550px) {
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  h3 {
    font-size: 16px;
  }
}

footer {
  width: 100%;
  top: 100px;
  position: relative;
  height: auto;
  background-color: #47bda9;
  border-top: 1px solid #47bda9;
  padding-bottom: 30px;
}

footer p,
footer .footer-text--small {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

footer .row {
  padding: 0 50px;
}

footer .col-md,
footer .col-md-12 {
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

footer .col-md h1,
footer .col-md-12 h1 {
  margin: 8px 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 17px;
  padding: 25px 0 15px 0;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
}

footer .col-md ul,
footer .col-md-12 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .col-md ul li,
footer .col-md-12 ul li {
  color: #ffffff;
  font-size: 16px;
  font-family: inherit;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .col-md ul li a,
footer .col-md-12 ul li a {
  color: #ffffff;
}

footer .footer-payment {
  color: #ffffff;
}

footer .footer-payment img {
  border-radius: 15px;
}

footer .footer-bottom {
  color: #ffffff;
  border-top: 1px solid #d4d9df;
  font-size: 14px;
  max-height: 70px;
  padding: 20px 20px;
}

footer .dropdown-item {
  color: #191818 !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

footer .layanan-pengaduan-konsumen h5 {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
}

footer .layanan-pengaduan-konsumen p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 18px;
}

footer .layanan-pengaduan-konsumen p a {
  color: #ffffff !important;
  text-decoration: none;
}

footer .layanan-pengaduan-konsumen p a .fa {
  color: #ffffff;
  font-size: 18px;
}

footer .social-media i {
  color: #ffffff;
  font-size: 28px;
  margin-right: 20px;
}

#mc_embed_signup .mc-field-group input:focus {
  outline: none;
}

footer #mc-embedded-subscribe {
  background: #fad80b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 10px #fad80b;
          box-shadow: 0 0 10px #fad80b;
}

footer #mce-EMAIL {
  color: #191818;
  font-size: 12px;
  text-transform: lowercase;
  padding: 0 5px !important;
  border-radius: 0 !important;
  letter-spacing: 0.5px;
}

footer #mce-EMAIL::-webkit-input-placeholder {
  color: black;
  opacity: 0.5;
  font-weight: bold;
}

footer #mce-EMAIL:-ms-input-placeholder {
  color: black;
  opacity: 0.5;
  font-weight: bold;
}

footer #mce-EMAIL::-ms-input-placeholder {
  color: black;
  opacity: 0.5;
  font-weight: bold;
}

footer #mce-EMAIL::placeholder {
  color: black;
  opacity: 0.5;
  font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 100%;
    margin: 0 auto;
  }
  .row-navbar-toggle {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .toggle-hide,
  .min-logo-jualankita {
    display: none;
  }
  .row-navbar-toggle {
    display: none;
  }
  .menu-search-container {
    margin-top: 100px !important;
  }
  #profileNav .account-nav-toggle {
    display: inline;
  }
  #profileNav .collapse-accountbar {
    display: none;
  }
}

@media only screen and (max-width: 950px) {
  .search-text {
    display: inline !important;
  }
  .gallery-tab nav a {
    font-size: 12px;
  }
  .gallery-tab .tab-content .col-cat {
    display: none;
  }
  .row-view-more {
    margin-top: 50px !important;
  }
  .logo-bottom {
    display: none;
  }
  .login-section .col-img-sign {
    display: none;
  }
  .login-section .btn-login-page {
    width: 100%;
  }
  #tab-galery-page .col-cat {
    display: none;
  }
  .col-produk-detail {
    margin-top: 50px;
  }
  .col-cart-total {
    margin-top: 50px;
  }
  .col-cart-total .title-cart {
    text-align: left;
  }
  .col-billing-checkout {
    margin-top: 30px;
  }
  .col-billing-checkout .billing-title {
    text-align: left !important;
  }
  #profileNav .livechat-section .col-livechat {
    margin: 0;
  }
  #nav-review .review-left-row {
    border: 1px solid blue;
    width: 100% !important;
  }
  #nav-review .review-left-row .list-filter a {
    margin: 0;
    padding: 4px 15px !important;
    font-size: 14px !important;
  }
  #nav-review .review-stat-row {
    width: 100% !important;
  }
  footer .col-md {
    width: 100%;
  }
  footer .col-md h1 {
    font-size: 14px;
  }
  footer .col-md ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .breadcrumb-nav a {
    font-size: 12px;
  }
  .hide-resp {
    display: none;
  }
  .carousel .carousel-caption h5 {
    font-size: 26px !important;
  }
  .carousel .carousel-caption p {
    font-size: 16px !important;
  }
  .side,
  .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
  .btn-see-acc {
    font-size: 18px;
  }
  .container-cart .btn-back-shop,
  .container-cart .btn-checkout {
    font-size: 10px;
  }
  #tabs-history-order .tab-pane {
    font-size: 10px !important;
  }
  #tabs-history-order .tab-pane .btn {
    font-size: 10px !important;
  }
  .form-track-resi,
  .timeline-resi {
    width: 100% !important;
  }
  .timeline-resi {
    margin: 15px 0;
  }
  #nav-review .review-left-row {
    width: 100% !important;
  }
  #nav-review .review-left-row .list-filter a {
    margin: 0 5px;
    padding: 2px 10px !important;
    font-size: 10px !important;
  }
  #nav-review .review-stat-row {
    width: 100% !important;
  }
  #relatedProduk .col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #relatedProduk .col-image div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-logo-bottom .col-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .section-logo-bottom .col-logo div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-resp {
    font-size: 14px;
  }
  .text--small {
    font-size: 10px;
  }
  footer .col-md {
    width: 100%;
  }
  footer .col-md h1 {
    font-size: 14px;
  }
  footer .col-md ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .breadcrumb-nav a {
    font-size: 12px;
  }
  .hide-resp {
    display: none;
  }
  #nav-review .review-left-row {
    border: 1px solid blue;
    width: 100% !important;
  }
  #nav-review .review-left-row .list-filter a {
    margin: 0;
    padding: 1px 6px !important;
    font-size: 8px !important;
  }
  #nav-review .review-left-row .list-photo-review li img {
    width: 85px !important;
    height: 85px !important;
  }
  #nav-review .review-stat-row {
    width: 100% !important;
  }
  #nav-review .review-stat-row .progress-bar-section {
    width: 50% !important;
  }
  #tabs-reviews .nav-tabs a {
    font-size: 12px;
  }
  .text-resp {
    font-size: 14px;
  }
  .text--small {
    font-size: 10px;
  }
  footer .col-md {
    width: 100%;
  }
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-width: none;
}

body {
  font-family: "Poppins";
}

.carousel {
  max-height: 90vh;
}

.carousel .carousel-header {
  border: 1px solid white;
  position: absolute;
  left: 5%;
  height: 85vh;
  width: 90%;
}

.carousel img {
  width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel .carousel-caption {
  text-align: left;
  text-transform: uppercase;
}

.carousel .carousel-caption h5,
.carousel .carousel-caption p,
.carousel .carousel-caption p {
  letter-spacing: 6px;
  margin: 0;
  padding: 0;
}

.btn-main {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.container-bottom-banner {
  text-align: center;
  color: white;
  letter-spacing: 4px;
  max-width: 1000px;
}

.container-bottom-banner .row-banner .medium-banner {
  overflow: hidden;
  height: 200px;
}

.container-bottom-banner .row-banner .medium-banner a {
  color: white;
  text-decoration: none;
}

.container-bottom-banner .row-banner .medium-banner .text-slider {
  width: 80%;
  height: 70%;
  color: white !important;
  position: absolute;
  top: 15%;
  left: 10%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px !important;
}

.container-bottom-banner .row-banner .medium-banner .medium-banner-img {
  width: 330px;
}

/* Gallery Tabs*/
section.gallery-tab {
  padding: 60px 0;
}

#tabs .row {
  margin: 0 !important;
}

#tabs .nav-tabs .nav-link {
  color: #a1a1a1;
  font-size: 14px;
  width: 15%;
}

#tabs .nav-tabs img {
  width: 20px;
  padding: 0 2px 5px 0;
}

#tabs .tab-content .tab-pane .col-gallery {
  text-transform: uppercase;
  color: white;
  margin: 3% 0%;
  max-height: 200px;
}

#tabs .tab-content .tab-pane .col-gallery img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#tabs .tab-content .tab-pane .col-gallery .col-category {
  width: 200px;
  height: 100%;
  margin: auto;
  padding: 45% 0;
}

#tabs .tab-content .tab-pane .col-gallery .col-category p {
  text-align: center;
}

#tabs .tab-content .tab-pane .col-gallery .col-gallery-1 {
  background-color: #f9975d;
}

#tabs .tab-content .tab-pane .col-gallery .col-gallery-3 {
  background-color: #f7e8d1;
}

#tabs .tab-content .tab-pane .col-gallery .col-gallery-5 {
  background-color: #b2e7ef;
}

#tabs .tab-content .tab-pane .col-gallery .col-gallery-8 {
  background-color: #eecef3;
}

#tabs .tab-content .tab-pane .col-katalog {
  margin: 3% 0%;
  max-height: 200px;
}

#tabs .tab-content .tab-pane .col-katalog img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#tabs .tab-content .tab-pane .btn-view-more {
  color: #f9975d;
}

.nav-tabs {
  border-bottom: 0px;
}

#tabs .nav-tabs .nav-link {
  border-top: 1px solid #cccccc;
  border-radius: 0px;
  padding-top: 30px;
}

#tabs .nav-tabs .nav-link:hover {
  border-left: 0px;
  border-right: 0px;
}

#tabs .nav-tabs .nav-item.show .nav-link,
#tabs .nav-tabs .nav-link.active {
  color: #f9975d;
  background-color: transparent;
  border: none;
  border-top: 1px solid #f9975d;
  border-radius: 0px;
  padding-top: 30px;
}

.section-logo-bottom img {
  width: 200px;
}

/* Login & Register CSS */
.login-section {
  margin-top: 20px;
  margin-bottom: 50px;
}

.login-section .row .col-lg {
  max-height: 700px;
}

.login-section img {
  height: 100%;
}

.login-section .form-group input {
  padding: 10px;
  height: 50px;
  border-radius: 0px;
}

.login-section .btn-login-page {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.section-forgot .btn-forgot-page {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.section-forgot .img-icon-forgot {
  max-height: 60px;
}

.section-forgot .title-form-forgot {
  color: #f9975d;
}

.section-forgot .input-form-forgot {
  padding: 30px 5px;
  font-size: 14px;
  border-radius: 0px;
}

.activation-section .img-icon-activation {
  max-height: 80px;
}

.activation-section .btn-main {
  border: 1px solid transparent;
  background: #f9975d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.activation-section .btn-secondary {
  border: 1px solid #f9975d;
  background: transparent;
  color: #f9975d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 0px;
}

.header-modal-alert {
  background-color: #f9975d !important;
  color: white !important;
}

.tnc-section .tnc-detail {
  letter-spacing: 1px;
}

.tnc-section .tnc-detail ul {
  padding: 0;
  list-style-type: none;
}

.tnc-section .tnc-detail li,
.tnc-section .tnc-detail p {
  font-size: 14px;
}

#relatedProduk h3 {
  color: #f9975d;
}

#relatedProduk .col-image div {
  margin: 0 4px;
}

.disable {
  background-color: grey !important;
  opacity: 0.8;
}

.faq-section .card {
  border-radius: 0px;
}

.faq-section .card .card-header {
  background-color: #32353c;
}

.faq-section .card .card-header .btn-link {
  color: white;
}

@media screen and (max-width: 1024px) {
  .row-view-more {
    margin-top: 30px !important;
  }
  footer .row {
    padding: 0 50px;
    margin-bottom: 30px !important;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* NEW NAVBAR DROPDOWN */
.account-dropdown {
  margin-right: 0px !important;
}

.dropdown-toggle::after {
  margin-top: 7px;
  width: 5px;
  visibility: hidden;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu > a:after {
  display: none !important;
}

/* CONTACT PAGE */
.ho-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px;
}

.ho-form-inner .single-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

.ho-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.ho-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
  color: #454545;
}

.ho-form-inner .single-input .nice-select,
.ho-form-inner .single-input input,
.ho-form-inner .single-input select,
.ho-form-inner .single-input textarea {
  border-radius: 0px;
  border: 1px solid #d8d8d8;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}

.ho-form-inner .single-input input + input {
  margin-top: 20px;
}

.ho-form-inner .single-input .checkbox-input,
.ho-form-inner .single-input .checkbox-input label {
  display: inline-block;
}

.ho-form-inner a {
  color: #7e7e7e;
  font-size: 13px;
}

.ho-form-inner a:hover {
  color: #ffa640;
}

.ho-button-red {
  background: #f9975d;
  border: 0 !important;
  color: #ffffff;
  padding: 10px 40px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.ho-button-red span {
  color: #ffffff;
}

.ho-button-red:hover {
  background: #f9975d;
}

.ho-button-red:focus {
  outline: none;
}

.contact-us-area a {
  color: #c52b30 !important;
  font-size: 15px;
}

.contact-us-area .single-content {
  border-bottom: 1px solid #dbdbdb4b;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contact-us-area .col-lg-7 {
    padding-right: 15px !important;
    margin-bottom: 40px;
  }
}

.hide {
  display: none !important;
}

.share-wa,
.copy-link {
  border-radius: 3px;
  font-size: 11px;
  min-width: 80px;
  padding: 3px 10px;
}

.not-twt {
  margin-top: -5px;
}

.share-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 35px !important;
  /* margin-top: -10px !important; */
}

.share-wrapper div {
  display: inline-block !important;
  padding: 3px;
  /* min-width: 80px; */
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .share-wrapper {
    display: inline-block !important;
  }
}

a.floating-wa-btn {
  background: #4fce5d;
  border-radius: 50px;
  color: #fff !important;
  cursor: pointer;
  font-size: 32px;
  padding-left: 17px;
  padding-top: 7px;
  position: fixed;
  height: 60px;
  width: 60px;
  z-index: 2005;
  bottom: 20px;
  right: 90px;
  left: auto;
}

a.floating-wa-btn .fa {
  color: #fff !important;
}

/* CUSTOM CHECKBOX */
.InputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
  * 1. Hides the input from view
  * 2. Ensures the element does not consume any space
  */
.InputGroup input[type="radio"] {
  visibility: hidden;
  /* 1 */
  height: 0;
  /* 2 */
  width: 0;
  /* 2 */
}

.InputGroup label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #a1a1a1;
  color: black;
  padding: 8px 10px;
  font-weight: 500;
  -webkit-transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 6px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.InputGroup label:last-of-type {
  margin-right: 0;
}

.InputGroup input[type="radio"]:checked + label {
  background: #ffffff;
  border: 1px solid #4d9654;
  color: #4d9654;
  font-weight: 600;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.InputGroup input[type="radio"]:hover:not(:checked) + label {
  background-color: #4d965411;
  color: #4d9654;
}

.mySlides {
  overflow: hidden;
}

.mySlides img {
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

/* .mySlides img:hover {
   transform: scale(1.5);
 }   */
/* CATEGOERY */
.swiper-container-category {
  height: 100%;
}

.swiper-container-category .swiper-slide {
  border-radius: 8px;
  height: unset;
  text-align: center;
}

.swiper-container-category .swiper-slide:hover {
  background: #f9975d0a;
}

.swiper-container-category .swiper-slide a {
  padding-bottom: 8px;
  padding-top: 26px;
  text-align: center;
  text-decoration: none;
}

.swiper-container-category .swiper-slide a img {
  height: 52px;
}

.swiper-container-category .swiper-slide a p {
  font-size: 14px;
  margin-top: 8px;
}

.swiper-container-category .swiper-button-next.category img {
  width: 44px;
}

.swiper-container-category .swiper-button-next.category:after {
  display: none;
}

.swiper-container-category .swiper-button-prev.category img {
  width: 44px;
}

.swiper-container-category .swiper-button-prev.category:after {
  display: none;
}

/* END OF CATEGOERY */
/* FLASH SALE */
.header-flash-sale {
  background: #fad80b;
  border-radius: 12px;
}

.swiper-container-flash-sale {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  margin: 16px 0px 16px -120px !important;
  padding: 15px 25px !important;
}

@media screen and (max-width: 1024px) {
  .swiper-container-flash-sale {
    border: none;
    margin: 0px !important;
    padding: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container-flash-sale .swiper-button-next.flash-sale {
    display: none;
  }
}

.swiper-container-flash-sale .swiper-button-next.flash-sale img {
  width: 44px;
}

.swiper-container-flash-sale .swiper-button-next.flash-sale:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .swiper-container-flash-sale .swiper-button-prev.flash-sale {
    display: none;
  }
}

.swiper-container-flash-sale .swiper-button-prev.flash-sale img {
  width: 44px;
}

.swiper-container-flash-sale .swiper-button-prev.flash-sale:after {
  display: none;
}

.swiper-container-flash-sale .card {
  border-radius: 14px;
  width: 100%;
}

.gallery-tab .row-cols-2 .col-card {
  border-radius: 10px;
}

.swiper-container-flash-sale .swiper-previous {
  background: #dc3545;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 30px;
  padding: 4px 8px;
  width: 30px;
  z-index: 200;
}

.swiper-container-flash-sale .swiper-previous i {
  color: white;
}

.swiper-container-flash-sale .swiper-next {
  background: #dc3545;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  padding: 4px 10px;
  width: 30px;
  z-index: 200;
}

.swiper-container-flash-sale .swiper-next i {
  color: white;
}

.flash-sale-title {
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.flash-sale-title h4 {
  font-weight: 700;
}

.flash-sale-title .timer {
  background: #dc3545;
  border-radius: 5px;
  color: #fff;
  margin: auto !important;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.review-list .img-review-wrapper {
  border: 1.5px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  padding: 0px !important;
  margin-top: 10px;
  overflow: hidden !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.review-list .img-review-wrapper:hover .img-review {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.review-list .img-review {
  background-size: cover !important;
  height: 80px;
  width: 80px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 768px) {
  ul.breadcrumb-nav {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 15px !important;
  }
  ul.breadcrumb-nav li a {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header-banner {
    padding-top: 15px !important;
  }
  .header-banner .row {
    margin: 0px !important;
  }
  .header-banner .row .col-lg-3,
  .header-banner .row .col-lg-9 {
    padding: 0px !important;
  }
}

.header-banner .category-jumbotron {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1024px) {
  .header-banner .category-jumbotron {
    margin-top: 20px;
  }
}

.header-banner .category-jumbotron .category-header {
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 22px;
  width: 100%;
}

.header-banner .category-jumbotron .category-header h5 {
  color: #f9975d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.header-banner .category-jumbotron .category-header h5 img {
  margin-right: 6px;
  width: 18px;
}

.header-banner .category-jumbotron .category-header a {
  color: #f9975d;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.header-banner .category-jumbotron .category-list {
  padding: 18px;
}

.header-banner .category-jumbotron .category-list ul {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}

.header-banner .category-jumbotron .category-list ul li {
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 4px;
  width: 100%;
}

.header-banner .category-jumbotron .category-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.header-banner .category-jumbotron .category-list ul li:hover {
  background: rgba(249, 151, 93, 0.1);
}

.header-banner .category-jumbotron .category-list ul li:last-child {
  margin-bottom: 0px;
}

.header-banner .category-jumbotron .category-list ul li img {
  margin-right: 10px;
  width: 28px;
}

.header-banner .category-jumbotron .category-list ul li p {
  color: #f9975d;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.header-banner .swiper-banner-jumbotron .swiper-button-next.banner img {
  width: 48px;
}

.header-banner .swiper-banner-jumbotron .swiper-button-next.banner:after {
  display: none;
}

.header-banner .swiper-banner-jumbotron .swiper-button-prev.banner img {
  width: 48px;
}

.header-banner .swiper-banner-jumbotron .swiper-button-prev.banner:after {
  display: none;
}

.category-section {
  padding: 80px 0px 8px 0px;
}

.category-section .category-wrapper-lg {
  background: #ffffff;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .category-section .category-wrapper-lg {
    display: none;
  }
}

.category-section .category-wrapper-lg .category-head h5 {
  font-size: 18px;
  font-weight: 700;
}

.category-section .category-wrapper-lg .category-head a {
  color: #f9975d;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-align: right;
}

.category-section .category-wrapper-lg .category-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-section .category-wrapper-lg .category-col ul li {
  padding: 8px;
  text-align: center;
  width: 14%;
}

.category-section .category-wrapper-lg .category-col ul li:hover {
  background: #f9975d0a;
}

.category-section .category-wrapper-lg .category-col ul li img {
  margin-top: 18px;
  width: 60px;
}

.category-section .category-wrapper-lg .category-col ul li p {
  color: #32353c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.category-section .category-wrapper-sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .category-section .category-wrapper-sm {
    display: block;
  }
}

.category-section .category-wrapper-sm-header h5 {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  text-align: left;
}

.category-section .category-wrapper-sm-header a {
  color: #f9975d;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-align: right;
}

.category-section .category-wrapper-sm-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #0000001a;
          box-shadow: 0px 0px 10px #0000001a;
  margin-top: 14px;
  padding: 20px 5px;
  width: 100%;
}

.category-section .category-wrapper-sm-box .col {
  padding: 6px;
  text-align: center;
}

@media screen and (max-width: 476p) {
  .category-section .category-wrapper-sm-box .col {
    padding: 0px;
  }
}

.category-section .category-wrapper-sm-box .col:hover {
  background: #f9975d0a;
}

.category-section .category-wrapper-sm-box .col img {
  height: 36px;
}

.category-section .category-wrapper-sm-box .col p {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 5px;
}

.category-section .btn-category {
  background: #fff;
  border: 1px solid #f9975d00;
  border-radius: 6px;
  color: #f9975d;
  font-weight: 600;
  padding: 10px 24px;
}

.category-section .btn-category:hover {
  border: 1px solid #f9975d34;
}

.category-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.category-section ul li:last-child {
  margin-left: 0px;
}

.category-section ul li.active-category {
  border-bottom: 3px solid #f9975d;
}

.category-section ul li a {
  text-decoration: none;
}

.flash-sale {
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .flash-sale {
    margin-top: 50px;
  }
}

.flash-sale .header-flash-sale {
  text-align: left;
  padding: 28px 34px;
}

.flash-sale .header-flash-sale h5 {
  color: #2e465b;
  font-size: 24px;
  font-weight: 700;
}

.flash-sale .header-flash-sale p {
  color: #2e465b;
  font-size: 18px;
}

.flash-sale .header-flash-sale a {
  background: #47bda9;
  border-radius: 8px;
  color: #ffffff;
  display: block;
  margin-top: 26px;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1024px) {
  .flash-sale .col-lg-8 {
    padding: 0px !important;
  }
}

.special-banner {
  margin-top: 100px;
}

@media screen and (max-width: 576px) {
  .special-banner {
    margin-top: 50px;
  }
}

.special-banner-header {
  margin-bottom: 10px;
}

.special-banner-header h5 {
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .special-banner-header h5 {
    font-size: 16px;
  }
}

.special-banner-header a {
  color: #f9975d;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .special-banner-header a {
    font-size: 12px;
  }
}

.special-banner img {
  border-radius: 12px;
}

/* LAST BOUGHT SECTION */
.best-product {
  margin-top: 100px;
}

@media screen and (max-width: 576px) {
  .best-product {
    margin-top: 50px;
  }
  .best-product .col:nth-child(odd) {
    padding-right: 6px;
  }
  .best-product .col:nth-child(even) {
    padding-left: 6px;
  }
}

.best-product-header {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .best-product-header {
    margin-bottom: 0px;
  }
}

.best-product-header h5 {
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .best-product-header h5 {
    font-size: 16px;
  }
}

.best-product-header a {
  color: #f9975d;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .best-product-header a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .best-product .row {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    margin: 0px !important;
    padding: 14px 18px;
  }
}

.best-product-show-more {
  margin-top: 50px;
  text-align: center;
}

.best-product-show-more .btn-show-more {
  background: #2e465b;
  border-radius: 10px;
  border: 1px solid #2e465b;
  color: #ffffff;
  font-weight: 600;
  margin: auto;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.best-product-show-more .btn-show-more:hover {
  background: #1d2c39;
  color: #ffffff;
}

/* MITRAPACK PRODUCT CARD */
@media (min-width: 1500px) {
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
}

.card-product {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.card-product:hover {
  -webkit-box-shadow: 0px 0px 15px #00000015;
          box-shadow: 0px 0px 15px #00000015;
}

.card-product a {
  text-decoration: none !important;
}

.card-product .img-card {
  border-radius: 14px 14px 0px 0px;
}

.card-product .img-card .wishlist {
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 14px;
  top: 6px;
}

.card-product .img-card .wishlist .fa {
  color: rgba(0, 0, 0, 0.15);
}

.card-product .img-card .wishlist.active .fa {
  color: #ec1f27;
}

.card-product .img-card .discount-badge {
  background: url("../image/discount-badge.svg");
  background-size: cover !important;
  background-position: center !important;
  height: 61px;
  margin-left: -9px;
  margin-top: 0px;
  padding: 9px 3px 22px 10px;
  width: 62px;
  position: absolute;
  top: 10px;
}

.card-product .img-card .discount-badge span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: -4px;
  text-align: left;
}

.card-product .img-card .discount-badge small {
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: -4px;
  text-align: left;
}

.card-product .card-title {
  display: -webkit-box;
  font-size: 16px;
  min-height: 57.56px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-product .card-body {
  padding: 12px;
}

.card-product .card-body .real-price {
  color: #2e465b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.card-product .card-body .discounted-price {
  height: 24px;
  margin-bottom: 0px;
  opacity: 0.5;
  text-decoration: line-through;
}

.card-product .product-empty {
  background: #e1e1e1;
  bottom: 10px;
  border-radius: 4px;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 6px;
  position: absolute;
  right: 10px;
}

.card-product .img-card {
  aspect-ratio: 1/1;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.card-product .rating-wrapper span {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
}

.card-product .rating-wrapper .fa-star {
  color: #ffb831;
  font-size: 12px;
  margin: 2px;
}

.card-product .rating-wrapper .fa-star-o {
  font-size: 12px;
  margin: 2px;
}

.card-product .bag-count-wrapper span {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
}

.card-product .bag-count-wrapper span .separator {
  margin: 0px 10px;
}

.card-product .btn-buy {
  background: #f9975d;
  color: #ffffff;
  font-weight: 500;
  padding: 12px;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 100%;
}

.card-product .btn-buy:hover {
  background: #1d1f53;
}

.card-product .btn-buy:focus {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

/* END OF MITRAPACK PRODUCT CARD */
/* BEST SELLER SECTION */
section.best-seller {
  margin-top: 100px;
}

section.best-seller .container {
  background: #f6faff;
  border-radius: 16px;
  padding: 38px 28px;
}

section.best-seller h3 {
  color: #f9975d;
  font-weight: 600;
}

section.best-seller .show-more a {
  color: #f9975d;
  font-weight: 500;
}

/* END OF BEST SELLER SECTION */
/* CONTAINER PRODUCT LIST */
.container-produk-list .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-produk-list .filter .form-group {
  border: 1px solid #dbdbdb;
  padding: 0px 10px;
}

.container-produk-list .filter .form-control {
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 500;
}

/* END OF CONTAINER PRODUCT LIST */
/* PROMO LIST */
.promo-view .img-fluid.mb-5 {
  cursor: pointer;
}

.promo-view .modal-dialog .modal-header {
  padding: 30px 60px;
}

.promo-view .modal-dialog .modal-header h5 {
  opacity: 0.7;
  text-align: center;
  width: 100%;
}

.promo-view .modal-dialog .modal-body {
  padding: 60px;
}

.promo-view .modal-dialog .modal-body .valid-until {
  color: #4d9654;
  font-weight: 600;
  text-transform: uppercase;
}

/* END OF PROMO LIST */
/*# sourceMappingURL=main.css.map */