body {
  font-family: Arial,sans-serif;
}
.allKami{
  margin-left: 260px;
  margin-right: 260px;
}

@media screen and (max-width: 1024px) {
.allKami {
    margin-left: 125px;
    margin-right: 125px;
  }
}
@media screen and (max-width: 754px) {
.allKami {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* AVATAR */
.avatar-home {
  margin-left: 5px;
  /* border: 1px solid rgba(0, 0, 0, 0.062);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  bottom: 1px;
  right: 3px;
  position: absolute;
  padding: auto; */
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -10px;
}

.avatar-drop {
  border: 1px solid black;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin: 10px auto 10px auto;
}

.side-hide {
  display: none;
}

.sidebar-right {
  padding-right: 40px;
  position: fixed;
  right: 70px;
  top: 115px;
  color: #669835;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
  z-index: 3;
  background: white;
  border-radius: 15px;
}

.akun{
  color: #669835;
}

.item-nav {
  list-style: none;
}

.hrKami{
    width: 50%;
    height: 1px;
    background-color: #669835;
    margin-bottom: 40px;
}

html{
  scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #333;
}
.btn .bx {
  vertical-align: inherit;
  margin-top: -3px;
  font-size: 1.15rem;
}

button.hapuscar.btn.btn-danger.btn-sm {
  padding: 2px 6px; 
  border-radius: 15px;
}

.btn {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.bx.icon-single {
  font-size: 1.5rem;
}

.form-inline {
  width: 82%;
}

.form-inline .form-control {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 90%;
  border-right: 0;
}
.btn-search {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  border-left: 0!important;
  border: 1px #ced4da solid;
  color: #444;
}

.sub-menu.navbar-expand-md .navbar-nav .nav-link {
  padding: 1rem 1.5rem;
}

.sub-menu.navbar-light .navbar-nav .active > .nav-link,
.sub-menu.navbar-light .navbar-nav .nav-link.active,
.sub-menu.navbar-light .navbar-nav .nav-link.show,
.sub-menu.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 3px solid #fff;
  color: #007bff;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar {
  padding: 1rem;
}

.main-menu {
  position: relative;
  z-index: 3;
}

.sub-menu {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  background-color: #669835;
}
.sub-menu .nav-link {
  color: #fff !important;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sub-menu {
    padding: 0 1rem;
  }
}

.navbar {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.user-dropdown .nav-link {
  padding: 0.15rem 0;
}

#sidebar {
  background: #fff;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  position: fixed;
  transition: 0.4s ease-in-out;
  width: 84%;
  z-index: 5001;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 1.25rem 1rem 1rem;
}

#sidebar.active {
  left: 0;
}

#sidebar .sidebar-header {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.5rem;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 16px;
  font-size: 1.1em;
  display: block;
  color: #000;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: #007bff;
  background: #e6f2ff;
  border-radius: 6px;
}

a[data-toggle="collapse"] {
  position: relative;
}

#sidebar .links .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* 
section {
  padding: 6rem;
  background: #e4e4e4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
} */

.overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  width: 100%;
  opacity: 0;
}

.overlay.visible {
  opacity: 1;
  z-index: 5000;
}

/* .mobiHeader .menuActive~.overlay {
    opacity: 1;
    width: 100%;
} */

ul.social-icons {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0;
}

#sidebar ul.social-icons li a {
  font-size: 24px;
}

.utility-nav {
  background: #669835;
  color: #fff;
  padding: 0.5rem 1rem;
}

.utility-nav p {
  margin-bottom: 0;
}

.search-bar {
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
  width: calc(100% - 45px);
}

.avatar {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 8px;
}

.avatar.avatar-xs {
  width: 2.25rem;
  height: 2.25rem;
}

.user-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

.img-top {
  width: 76px;
}

/*navbar*/
.header {
  display: none;
}
.cartButton {
  font-size: 22px;
  color: #444;
  margin-left: 5px;
}
.cartButtonValue {
  margin-top: -8px;
  margin-left: -5px;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #669835;
  padding-top: 2px;
  padding-left: 2px;
  text-align: center;
}

#partOne {
  padding: 40px 0;
}
.subtitle {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
  margin-left: 15px;
}
.cardKategori {
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 20px;
}
.cardKategori a {
  color: #888;
}
.cardKategori .card-img-top {
  width: 100%;
  margin: auto;
  /* padding-top: 20px; */
}
.cardKategori .card-body {
  padding: 1rem 0.5rem;
  min-height: 80px;
  white-space: normal;
}

#partTwo {
  padding: 40px 0;
  background-color: #F2F7F3;
}
.subtitle2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
  /* text-align: center; */
  width: 100%;
}
.cardProduct {
  border: 0;
  margin-bottom: 20px;
}
.cardProduct .card-img-top {
  /* padding: 20px; */
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  width: 100%;
}
.cardProduct .card-body {
  padding: 1rem 0.5rem;
  text-align: center;
  white-space: normal;
}
.cardProduct h3 {
  font-size: 16px;
  color: #212529;
}
.cardProduct h4 {
  font-size: 14px;
  color: #888;
}
.cardProduct p {
  color: #669835;
}
.btnProduk {
  background-color: #669835;
  color: #fff; 
  padding: 8px 33px;
  border-radius: 6px;
}

.percentage {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 35px;
  height: 35px;
  color: #f8f9fa;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #007bff;
  padding-top: 8px;
  padding-left: 4px;
}
.cardPromo {
  background-color: white;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 0;
}
.cardPromo .card-img-top {
  /* padding: 20px; */
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.cardPromo .card-body {
  padding: 1rem 0.5rem;
  text-align: center;
  white-space: normal;
}
.cardPromo h3 {
  font-size: 16px;
   color: #212529;
}
.cardPromo h4 {
  font-size: 14px;
  color: #888;
}
.cardPromo p {
  color: #669835;
}
.cardPromo .diskon {
  color: #c4c4c4;
  text-decoration: line-through #c4c4c4;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-color: #c4c4c4;
  -webkit-text-decoration-color: #c4c4c4;
}

#partThree {
  height: 269px;
  color: #fff;
  padding-top: 40px;
  background: url(../media/bg-news.jpg);
  background-size: cover;
}

#partFour {
  margin-top: -160px;
  padding-bottom: 40px;
}
.cardNews {
  border-radius: 6px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
.cardNews img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin: 10px; */
}
.cardNews .media-body {
  padding: 6px;
}
.cardNews h5 {
  color: #000;
  font-size: 18px;

}
.cardNews p {
  color: #888;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.cardNews a {
  color: #669835;
  font-size: 14px;
}

.footerUl {
  
  margin: 0px;
  padding: 0px;
}
ol.footerUl {
  list-style-type: disc;
  color: white;
  margin-left: 20px;
}
.fotkat{
  color: #fff;
  font-size: 12px;
}
.footer-section {
  background: #444;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 12px;
  color: #fff;
  line-height: normal;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #669835;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.copyright-area{
  background: #333;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a{
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #669835;
}
.footer-menu li a {
  font-size: 14px;
  color: #fff;
}
.cardFooter {
  background-color: transparent;
  border: 0;
  margin-bottom: 10px;
}
.cardFooter img {
  border-radius: 6px;
  width: 55px;
  height: 55px;
  object-fit: cover;
  margin: 5px;
}
.cardFooter .media-body {
  padding: 3px;
}
.cardFooter h5 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.topHome {
  position: absolute;
  top: -74px;
  right: 40%;
  width: 75px;
  height: 48px;
  color: #ffffff;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
  padding-top: 2px;
  padding-left: 30px;
}
.topHome i {
  color: #669835;
}

#banner {
  padding: 50px 10px;
  background: url(../media/bg-top.jpg);
}
.title-banner {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
.title-detail {
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-size: 38px;
  border-bottom: 1px solid #669835;
}
.datetime {
  font-size: 14px;
  color: #888;
}
.custom-br {
  border-radius: 8px;
}
.img-scale {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.share {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.share-whatsapp {
  /*color: #4CAF50;*/
  color: #669835;
  font-size: 32px;
  margin: 0 5px;
}
.share-facebook {
  /*color: #3B5999;*/
  color: #669835;
  font-size: 32px;
  margin: 0 5px;
}
.share-twitter {
  /*color: #03A9F4;*/
  color: #669835;
  font-size: 32px;
  margin: 0 5px;
}
.share-linkedin {
  /*color: #0077B7;*/
  color: #669835;
  font-size: 32px;
  margin: 0 5px;
}
.subtitle1 {
  border-bottom: 1px solid #669835;
  margin-bottom: 20px;
}
.trending-title {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  font-weight: normal;
}
.part-title {
  font-size: 22px;
} 
/*login*/
.wrap-content {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 40px 80px 20px;
  box-shadow: 1px 3px 8px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.logoUser {
  width: 125px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  margin-bottom: 20px;
}
.title-login {
  font-size: 24px;
  text-align: center;
}

.btnCategory {
  display: inline-table;
  color: #669835;
  padding: 5px 10px;
  margin-top: -100px;
  font-size: 14px;
}
.titlePost {
  font-size: 18px;
  margin-top: -10px;
}
.datePost {
  font-size: 14px;
  color: #669835;
  margin-bottom: 20px;
}

/*faq*/
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #669835;
  /* border-radius: 8px; */
  /*padding: 15px 10px;*/
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #669835;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #669835;
  border: 1px solid #669835;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  padding-left: 10px !important;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #669835;
  /* background-color: #669835; */
  font-size: 18px;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin: 2em 0;
  padding: 0 10px;
  color: rgb(0, 0, 0);
}

/*contact*/
.cardContact {
  background-color: #669835;
  color: #fff;
  text-align: center;
  height: 210px;
  display: grid;
}
.cardContact i {
  font-size: 44px;
  margin-bottom: 10px;
}
.cardContact h3 {
  font-size: 24px;
}
.cardContact a {
  font-size: 18px;
  color: #fff;
}

/*contact*/
.maps1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.maps2 {
  background-color: #F4F4F4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.keluhan {
  padding: 30px;
}
.titleContact {
  text-align: center;
  color: #669835;
  font-size: 24px;
}
.imgBrandCategory {
  width: 68px;
  margin: 10px 0;
}
.breadcrumb {
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 32px;
}
.breadcrumb-item.active {
  color: #669835;
}

/*product*/
.productCategory {
  color: #669835;
  font-size: 18px;
}
.productTitle {
  color: rgb(0, 0, 0);
  font-size: 28px;
}
.productBrand {
  width: 80px;
  float: right;
}
.buttonPrice {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
}
input#counter {
  width: 60px;
  border-radius: 20px;
  border: none;
  background: #ddd;
  text-align: center;
  padding: 5px;
}
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  width: 100% !important;
  border: 1px solid#ddd;
  border-radius: 8px;
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  border: 1px solid#ddd;
  border-radius: 8px;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 8px;
  width: 20%;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../example/images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  box-shadow: 0px 0px 3px 0px rgb(102 152 53);
  border: 1px solid #669835;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.titleAbout {
  font-size: 28px;
  color: #669835;
}

.titleCompany {
  font-size: 28px;
}

/*cart*/
.cardCart {
  padding: 20px;
  border-radius: 8px;
}
.cardKeranjang {
  padding: 20px;
  border-radius: 8px;
}
.cardCart h3 {
  margin-top: -25px;
  font-size: 18px;
  margin-bottom: 0;
}
.cardKeranjang h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.img-cart {
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 110px;
  padding: 10px;
}
.mediaCart {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.mediaCart2 {
  padding: 20px;
}

/*user profil*/
.cardUserLeft {
  min-height: 720px;
  display: block;
  border-radius: 8px;
  padding: 30px 20px;
}
.cardUser {
  border-radius: 8px;
  padding: 30px 20px;
}
.title-dash {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.line-dash {
  margin-top: 0;
  margin-bottom: 20px;
  width: 40px;
  border-top: 3px solid #000;
  margin-right: auto !important;
  margin-left: auto !important;
}
.cardUserLeft .img-fluid.rounded-circle.dash {
  border: 3px solid #669835;
  width: 128px;
  height: 128px;
  margin: auto;
  margin-bottom: 15px;
  object-fit: cover;
  display: table;
}
.description-dash {
  text-align: center;
  color: #777777;
}

/*feed*/
#wrapFeed {
  width: 100vw;
  margin: auto;
  border: 1px solid #669835;
  min-height: 1000px;
}
.navTop {
  width: 100%;
  padding: 15px 20px;
  background-color: #669835;
  color: #fff;
}
.navTop a {
  color: #fff;
}
.mainFeed {
  width: 100%;
}
.feedBox {
  width: 100%;
  padding: 15px 20px;
}
.imgProfileFeed {
  background-color: #669835;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 8px;
}
.profileName {
  display: contents;
}
.imgFeed {
  width: 100%;
  /* height: 760px; */
  object-fit: cover;
}
.hrBottom {
  border-bottom: 1px solid #669835;
}
.modalFeed {
}
.modalFeed .close {
  position: absolute;
  right: -25px;
  top: -25px;
}
.modalImg {
  width: 100%;
  /* height: 460px; */
  object-fit: cover;
}
.modalHr {
  margin-top: 45px;
  margin-left: -30px;
}
.feedDescription {
  margin: 20px 20px 20px 0;
  text-align: justify;
  min-height: 272px;
}
.modalContentBox {

}
.share.feed a {
  margin: 0 2px;
  font-size: 22px;
}
.scroll-wrap{
  padding:0;
  white-space:nowrap;
  overflow-x:auto;
}

.box{
  width:150px;
  /* height:240px; */
  /* background-color: red; */
  margin:5px;
  display:inline-block
}
.box-brand{
  width:100px;
  /* height:240px; */
  /* background-color: red; */
  margin:10px;
  display:inline-block
}
/* Responsive Part */
@media screen and (max-width: 1300px) {
}
/*ipad*/
@media screen and (max-width: 1024px) {
  .sub-menu.navbar-expand-md .navbar-nav .nav-link {
    padding: 10px;
    font-size: 16px;
  }
  .form-inline {
    width: 80%;
  }

  .form-inline .form-control {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  button.hapuscar.btn.btn-danger.btn-sm {
    padding: 2px 6px; 
    font-size: 10px;
    border-radius: 15px;
  }

  .form-inline {
    width: 70%;
  }
  .sub-menu.navbar-expand-md .navbar-nav .nav-link {
    padding: 10px 5px;
    font-size: 14px;
  }
  .wrap-content {
    padding: 40px 20px 20px;
  }
  .cardContact i {
    font-size: 38px;
  }
  .cardContact h3 {
    font-size: 20px;
  }
  .cardContact a {
    font-size: 16px;
  }
  #partMaps {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .maps1 {
    -ms-flex: 0 0 90%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .maps2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .keluhan {
    padding: 30px 10px;
  }
  .productTitle {
    font-size: 22px;
  }
  .cardCart {
    padding: 12px;
  }
  .mediaCart {
    padding: 10px 0;
  }
  .buttonPrice {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  input#counter {
    width: 40px;
    font-size: 12px;
    padding: 0;
  }
  .cardCart h3 {
    font-size: 12px;
  }
  .cardUserLeft {
    min-height: 690px;
    padding: 20px 12px;
  }
  .cardUser {
    padding: 20px 12px;
  }
}
/*mobile*/
@media screen and (max-width: 575.98px) {
  .navbarTopMobile {
    background-color: #669835;
    padding: 0 10px;
  }
  .navbarTopMobile .nav-link{
    color: #fff !important;
  }
  .btn-search {
    background-color: #fff;
  }
  .cartButton {
    font-size: 22px;
    color: #fff;
  }
  .cartButtonValue {
    position: absolute;
    right: 50px;
    width: 15px;
    height: 15px;
    color: #669835;
    font-size: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    padding-top: 2px;
    padding-left: 2px;
    text-align: center;
  }
  .btnProduk {
    padding: 4px 26px;
  }
  .header {
    display: block;
  }
  .header .bottom-nav {
    /*box-shadow: 0px -4px 6px 0px #D1D0D040;*/
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem 0;
    background-color: #fff;
    z-index: 99;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .header .bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    color: #444;
  }
  .header .bottom-nav-link {
    display: flex;
    flex-direction: column;
  }
  .img-navbarBottom {
    width: 42px;
  }
  .header .bottom-nav-link i {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .header .bottom-nav .active {
    color: #669835;
  }

  .subtitle {
    font-size: 22px;
  }
  .subtitle2 {
    font-size: 22px;
  }
  .cardNews img {
    width: 100%;
    height: 130px;
  }
  .cardNews .media-body {
    padding: 6px 0;
  }
  .cardNews h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .cardNews p {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .cardNews a {
    font-size: 14px;
  }
  .topHome {
    /* width: 60px;
    height: 60px;
    padding-left: 0;
    font-size: 25px; */
  }
  .title-banner {
    font-size: 26px;
  }
  .title-detail {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-white {
    display: none;
  }
  .share {
    margin-bottom: 10px;
  }
  .share-whatsapp {
    font-size: 22px;
  }
  .share-facebook {
    font-size: 22px;
  }
  .share-twitter {
    font-size: 22px;
  }
  .share-linkedin {
    font-size: 22px;
  }
  .wrap-content {
    padding: 40px 10px 20px;
  }
  .img-scale {
    height: 200px;
  }
  .cardContact {
    margin-bottom: 20px;
  }
  .xzoom-thumbs {
    margin-bottom: 20px;
  }
  .productTitle {
    font-size: 16px;
  }
  .cardUserLeft {
    min-height: auto;
    padding: 20px 12px;
  }
  .cardUser {
    padding: 20px 12px;
  }

  #wrapFeed {
    border: 0;
  }
  .modalFeed {
    margin: 20px;
  }
  .navTop {
    font-size: 18px;
  }
  .navTop a {
    font-size: 18px;
  }
  .modalContentBox {
    padding: 20px;
  }
  .feedDescription {
    margin: 3px;
    min-height: auto;
    font-size: 18px;
  }
}
/*old mobile*/
@media screen and (max-width: 410px) {
  .form-inline .form-control {
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  .form-inline .form-control {
    width: 70%;
  }
  .cardCart h3 {
    font-size: 14px;
    position: absolute;
    margin-top: 60px;
  }
}