/* ---------------- #GLOBAL ---------------- */
:root {
  --button-primary-color: #ca5b3d !important;
  --text-light-gray: #9A9A9A !important;
  --light-gray: #b3b3b3 !important;
  --text-dark-gray: #5C5C5C !important;
  --red: #ca5b3d !important;
  --green: #3d6038 !important;

  --yellow-bg: #f5df4c !important;
  --red-bg: var(--red) !important;
}

html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 1280px !important;
}

.headline {
  z-index: 2147483647;
  position: absolute !important;
}

.wow {
  visibility: hidden;
}

.link-default {
  color: var(--red) !important;
}

/* ----- #FONT ----- */
* {
  font-family: 'Open Sans', sans-serif;
}

.h7 {
  font-size: 0.9rem !important;
}

.font-sm {
  font-size: 14px;
}

/* ----- #BACKGROUND ----- */

.red-background {
  background-color: #ca5b3d;
  border-width: medium;
  border-style: solid;
  border-color: #ca5b3d;
}

.red-bg {
  background-color: #ca5b3d;
}

.red-bg-2 {
  background-color: #b45035;
}

.white-bg {
  background-color: #ffffff;
}

.yellow-bg {
  background-color: #f5df4c;
}

.lightgray-bg {
  background-color: #ececec;
}

/* ----- #COLOR ----- */

.white {
  color: #ffffff;
}

.red {
  color: #ca5b3d;
}

.black {
  color: #252525;
}

.gray {
  color: #9A9A9A !important;
  /* color: #5c5c5c !important; */
}

.gray-dark {
  /* color: #D9D9D9; */
  color: #5c5c5c !important;
}

.green {
  color: #3d6038 !important;
}

.txt-light {
  font-weight: lighter !important;
}

/* ----- #BUTTON ----- */

.red-btn {
  background-color: #ca5b3d;
  border-width: medium;
  border-style: solid;
  border-color: #ca5b3d;
}

.btn {
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out !important;
}


.btn-primary {
  background-color: var(--button-primary-color) !important;
  color: white !important;
  border: none !important;
}

.btn-secondary {
  background-color: #A5A5A5 !important;
  border: none !important;
}

.btn-secondary:hover {
  filter: brightness(90%);
}

.btn-secondary-light {
  background-color: #ECECEC !important;
  color: #A5A5A5 !important;
}

.btn-secondary-light:hover {
  filter: brightness(95%);
}

.btn-transparent {
  background-color: transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
  border: none !important;
}

.btn-hover-light:hover {
  filter: brightness(120%) !important;
}


.btn-group-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: inherit;
  /* bottom: 0; */
}

.btn-group-item button {
  width: 50%;
  font-weight: 600;
}

.btn-group-item>:nth-child(1):hover {
  filter: brightness(120%);
}

.btn-group-item>:nth-child(2):hover {
  color: var(--button-primary-color) !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

/* ----- #TEXT ----- */

.text-left {
  text-align: left;
}

.text-hover-light:hover {
  color: var(--red) !important;
}

.text-hover-dark:hover {
  color: #fff !important;
}

/* ----- #LAYOUT HELPER ----- */

.space-body {
  margin-top: 150px;
}

.hr-red {
  border: none;
  height: 2px;
  width: 100px;
  background-color: #ca5b3d;
  /* Modern Browsers */
  border-radius: 10px;
}

.hr-green {
  border: none;
  height: 2px;
  width: 100px;
  background-color: #3d6038;
  /* Modern Browsers */
  border-radius: 10px;
}

.no-border {
  border: 0;
}

.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  /* float: right; */
  z-index: 1;
}

.heart-wishlist-icon-kemasan,
.heart-wishlist-icon-portofolio {
  font-size: 1.4rem;
  border: none;
  background-color: rgba(0, 0, 0, 0%);
  cursor: pointer !important;
}

.heart-wishlist-icon-kemasan i,
.heart-wishlist-icon-portofolio i {
  transition: all 0.3s ease-in-out;
}

.heart-wishlist-icon-kemasan i:hover,
.heart-wishlist-icon-portofolio i:hover {
  color: var(--red);
  animation: heartBeat;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  /* don't forget to set a duration! */
}

/* MOBILE STYLE */
@media only screen and (max-width: 1080px) {
  .top-right {
    position: absolute;
    top: 4px !important;
    right: 15px;
  }

  .heart-wishlist-icon-kemasan,
  .heart-wishlist-icon-portofolio {
    font-size: 1.4rem;
    border: none;
    background-color: rgba(0, 0, 0, 0%);
    cursor: pointer !important;
  }

  .heart-wishlist-icon-kemasan i,
  .heart-wishlist-icon-portofolio i {
    transition: all 0.3s ease-in-out;
  }

  .heart-wishlist-icon-kemasan i:hover,
  .heart-wishlist-icon-portofolio i:hover {
    color: var(--red);
    animation: heartBeat;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
  }
}



.auto-wh {
  width: auto;
  height: auto;
}

/* ----- #LAYOUT HELPER ----- */

.col-3-4 {
  width: 310px;
}

.col-full {
  width: 100%;
  height: auto;
  padding: 50px;
  border-radius: 25px;
}

/* ---------------- #FOOTER ---------------- */



/* ---------------- #BOOTSTRAP ---------------- */
.font-weight-bold-custom {
  font-weight: 900 !important;
}

/* ---------------- #BODY 4 ---------------- */

.top-left {
  position: absolute;
  top: 130px;
  left: 200px;
}

.col-cetak {
  width: 500px;
}

/* ---------------- #BODY 5 ---------------- */

.col-social {
  width: 360px;
  height: 388px;
}



/* FLOATING WHATSAPP BUTTON */
.floating-whatsapp-button {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.floating-whatsapp-button a {
  transition: all 0.3s;
  background-color: #499B2F;
  width: 60px;
  height: 60px;
  color: #fff !important;
  border-radius: 90%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-variant: normal !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.floating-whatsapp-button a:hover {
  filter: brightness(130%);
  scale: 1.1;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.floating-whatsapp-button a i {
  font-size: 2.2rem;
}

/* MOBILE STYLE */
@media only screen and (max-width: 1080px) {

  /* FLOATING WHATSAPP BUTTON */
  .floating-whatsapp-button {
    position: fixed;
    bottom: 5%;
    right: 5%;
  }

  .floating-whatsapp-button a {
    transition: all 0.3s;
    background-color: #499B2F;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border-radius: 90%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-variant: normal !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .floating-whatsapp-button a:hover {
    filter: brightness(130%);
    scale: 1.1;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  }

  .floating-whatsapp-button a i {
    font-size: 2rem;
  }

}


/* EXPANDABLE COLLAPSE */
.list-group-item a {
  /* outline: none !important; */
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--green);
  font-weight: 600;
}

.list-group-item a:hover {
  color: var(--red);
}

.list-group-item span {
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.list-group-item div .card-body ul {
  /* border: 1px solid blue; */
  list-style-type: none;
  margin-left: -8px;
}

.list-group-item div .card-body li {
  /* border: 1px solid red; */
  margin-left: -40px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-light-gray);
  vertical-align: middle;
  display: flex;
}

.list-group-item div .card-body li:hover {
  color: var(--red);
}

.list-group-item div .card-body li input {
  cursor: pointer;
  border-radius: 0 !important;
  width: 1.2em;
  height: 1.2em;
  /* background-color: white; */
  /* border-radius: 50%; */
  vertical-align: middle;
  border: 1px solid var(--gray);
  /* appearance: none; */
  /* -webkit-appearance: none; */
  outline: none;
  /* margin-top: 2px; */
}

.list-group-item div .card-body li input {}

.list-group-item a.btn.collapsed span {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transition: .3s transform ease-in-out;
}

.list-group-item a.btn span {
  transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  transition: .3s transform ease-in-out;
}


/* CHECKBOX STYLE */
input[type='checkbox']:checked {
  background-color: var(--red);
}

input[type='checkbox']:checked:after {
  content: '\2714';
  color: white;
}

input[type='checkbox'] {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 1.1rem !important;
  height: 1.1rem !important;
  appearance: none;
  border-radius: 10%;
  border: 1px solid var(--gray) !important;
  box-shadow: none;
  font-size: 0.7rem;
}

/* PAGINATION */
.nav-pagination {
  /* border: 1px solid red; */
  margin-top: 100px;
}


.page-item.active .page-link {
  z-index: 3;
  color: var(--red) !important;
  background-color: rgba(0, 0, 0, 0%) !important;
  border: none !important;
  font-weight: bold !important;
  font-size: 1.2rem;
}

.pagination a {
  border-radius: 0px !important;
  font-size: 1.2rem;
  border: none !important;
  font-weight: bold !important;
  color: var(--gray);
  float: left;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.pagination a:hover {
  color: var(--red);
  transition: all 0.3s;
  /* background-color: rgba(0, 0, 0, 0%) !important; */
}

.page-link-arrow {
  background-color: var(--red) !important;
  color: #fff !important;
  transition: all 0.3s;
}

.page-link-arrow:hover {
  background-color: var(--red) !important;
  filter: brightness(120%);
}

.btn-xmark {
  border: none !important;
  border-radius: 90px;
  background-color: var(--light-gray);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.btn-xmark:hover {
  filter: brightness(110%);
}

.btn-xmark i {
  font-size: 1.6rem !important;
  color: #fff !important;
}


/* ======== MODAL DETAIL ======== */
.modal-content {
  border-radius: 0px !important;
}

/* MODAL COL LEFT */
.modal-col-left {
  /* border: 1px solid red; */
  padding: 20px !important;
}

.modal-col-left div {
  /* border: 1px solid blue; */
}

/* MODAL COL RIGHT */
.modal-col-right {
  /* border: 1px solid red; */
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-col-right div {
  /* border: 1px solid blue; */
}

.modal-col-left-big-image {
  /* border: 1px solid red; */
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal-col-left-big-image img {
  width: 100%;
}

.modal-col-left-mini-image {
  display: flex;
  justify-content: center;
}

.modal-col-left-mini-image div {
  /* border: 1px solid green; */
  display: flex;
  flex-direction: row;
  width: 100%;
  /* margin-left: -40px; */
  margin-top: 10px;
  justify-content: center;
}

.modal-col-left-mini-image div div {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  border-radius: 10px;
  /* padding: 2px; */
  margin: 5px;
  border: 2px solid rgba(0, 0, 0, 0%);
  transition: all 0.3s ease-in-out;
}

.modal-col-left-mini-image div div:hover {
  border: 2px solid var(--red);
}

.modal-col-left-mini-image div div img {
  width: 100%;
}


/* MOBILE STYLE */
@media only screen and (max-width: 1080px) {

  /* ======== MODAL DETAIL ======== */
  .modal-content {
    border-radius: 0px !important;
  }
  .modal-content .modal-body {
    margin: 0;
    padding: 0;
  }
  .modal-content .modal-body>div:nth-child(2) {
    /* border: 1px solid red; */
    width: 100% !important;
    display: flex;
    margin: 0;
    padding: 0;
  }

  /* MODAL COL LEFT */
  .modal-col-left {
    /* border: 1px solid blue; */
    max-width: 100% !important;
    width: 100%;
  }
  
  div.col-6.modal-col-left {
    /* border: 1px solid blue; */
    flex: none;
  }
  
  /* MODAL COL RIGHT */
  .modal-col-right {
    /* border: 1px solid green; */
    max-width: 100% !important;
    width: 100%;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.col-6.modal-col-right {
    /* border: 1px solid blue; */
    flex: none;
  }
  div.col-6.modal-col-right h2 {
    font-size: 1.3rem;
  }
  div.col-6.modal-col-right h5 {
    font-size: 1rem;
  }

  .modal-col-left-big-image {
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .modal-col-left-big-image img {
    width: 100%;
  }

  .modal-col-left-mini-image {
    display: flex;
    justify-content: center;
  }

  .modal-col-left-mini-image div {
    /* border: 1px solid green; */
    display: flex;
    flex-direction: row;
    width: 100%;
    /* margin-left: -40px; */
    margin: 0;
    margin-top: 10px;
    justify-content: center;
  }

  .modal-col-left-mini-image div div {
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    border-radius: 10px;
    /* padding: 2px; */
    margin: 5px;
    border: 2px solid rgba(0, 0, 0, 0%);
    transition: all 0.3s ease-in-out;
    /* border: 1px solid blue; */
  }

  .modal-col-left-mini-image div div:hover {
    border: 2px solid var(--red);
  }

  .modal-col-left-mini-image div div img {
    width: 100%;
  }
}


/* ================ */

/* SIIIMPLE TOAST */
.siiimpleToast {
  position: absolute;
  padding: 14px 18px;
  min-width: 250px;
  z-index: 999999;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  box-sizing: border-box;
  transform: scale(.5);
  transition: all .4s ease-out;
  text-align: center;
}

.siiimpleToast[data-state=default] {
  background-color: #323232;
}

.siiimpleToast[data-state=success] {
  background-color: var(--red) !important;
}

.siiimpleToast[data-state=alert] {
  background-color: var(--text-dark-gray) !important;
}

/* ============== */


.modal-whatsapp {}

.modal-whatsapp-body {
  height: 60vh !important;
  /* border: 1px solid red; */
  text-align: center;

  background-image: url(../image/bg-chat.png);
  background-size: 50%;
  background-position: bottom left;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal-whatsapp-icon {
  background-color: #59B24F;
  color: #fff;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.modal-whatsapp-icon i {
  font-size: 5.1rem;
}

.big-image-preview,
.big-image-preview-porto {
  cursor: zoom-in;
}

.modal-pop-zoom {
  width: 100vw !important;
  /* height: 100vh !important; */
}






/* ================= SOCIAL SHARE ================= */
.sharer {
  position: absolute;
}

.social .fbtn {
  width: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
  float: left;
}

.social .fa {
  padding: 15px 0px
}

.whatsapp {
  background-color: #5E9940;
}

.facebook {
  background-color: #3b5998;
}

.gplus {
  background-color: #dd4b39;
}

.twitter {
  background-color: #55acee;
}

.copylink {
  background-color: var(--red);
}

.stumbleupon {
  background-color: #eb4924;
}

.pinterest {
  background-color: #cc2127;
}

.linkedin {
  background-color: #0077b5;
}

.buffer {
  background-color: #323b43;
}

.share-button.sharer {
  height: 20px;
  /* padding-top: 100px; */
  margin-top: 50px;
  left: 100px;
  /* border: 1px solid red; */
}

.share-button.sharer .social.active.top {
  transform: scale(1) translateY(10px);
}

.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-button.sharer .social.networks-5 {}

.share-button.sharer .social.top {
  /* margin-top: 80px; */
  transform-origin: 0 0 0;
}

.share-button.sharer .social {
  margin-left: -65px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}