/* =========== for all dekstop version css ============*/
.Avenir {
  font-family: "Avenir", sans-serif;
}
::-webkit-scrollbar {
  display: scroll;
  width: 7px;
  /*background-color: #9FA3AC;*/
  border-radius: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}
::selection {
  color: #fff; 
  background: #e0a526;
}
body {
  /*font-family: 'Raleway', sans-serif;*/
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #565656;
  max-width: 100%;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a {
  color: #e0a526;
}

.fa {
  color: #e0a526;
}

a:hover {
  color: #a87c1c;
  outline: none;
  text-decoration: none;
  font-style: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
textarea:focus,
input:focus,
select:focus {
  /*border-color: #fec601;*/
  border: 1px solid #e0a526;
  box-shadow: 0 0 5px #719ece;
}

/*input:-moz-read-only { 
  background-color: #F2F3F7;
  cursor: not-allowed;
  border: 0;
}*/

/* input:read-only:not([type=button]):not([type=submit]) {
  background-color: #F2F3F7;
  cursor: not-allowed;
  border: 0;
} */

html input[disabled] {
  background-color: #f3f3f3;
  cursor: not-allowed;
  color: #666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pad-0 {
  padding: 0;
}
#container {
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
}
@media only screen and (min-width: 1440px) {
  #container {
    max-width: 100%;
  }
}
.hide {
  display: none;
}
.select2-container {
    width: 100% !important;
    z-index: 999999;
}
.d-flex {
  display: flex;
}
.jc-space-between {
  justify-content: space-between;
}
.ai-center {
  align-items: center;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.btn-blue-white {
  background-color: #e0a526;
  color: #ffffff !important;
  border: 2px solid #e0a526;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn-blue-white:hover,
.btn-blue-white:focus {
  background-color: #ffffff;
  color: #e0a526 !important;
  border: 2px solid #e0a526;
  outline: none;
}

/* =========== checkout voucher ============*/
#box-checkout-voucher > div + div {
  border: 1px solid rgb(219, 222, 226);
  padding: 3px 10px;
  border-radius: 5px;
  cursor: pointer;
}
#box-checkout-voucher .icon-arrow img {
  width: 13px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#box-checkout-voucher .f_chk_total {
  padding: 5px 15px;
}
#txtVoucher {
  line-height: 20px;
  padding: 5px 7px;
}
#txtVoucher span {
  font-size: 12px;
  color: #999;
  float: none;
}
.popup-ems {
  position: fixed;
  left: 0px;
  top: 0px;
  width: calc(100vw - 0px);
  height: 100vh;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #31313140 0% 0% no-repeat padding-box;
  z-index: 99999;
  padding: 4em 0px;
}
.popup-ems .col-md-5 {
  height: 80vh;
}
.popup-ems .box-content {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
  margin-bottom: 20px;
}
.popup-ems .closePopup {
  font-size: 18px;
  font-weight: normal;
  background-color: #ffffff;
  padding: 15px 25px 10px 20px;
  display: flex;
  width: 100%;
  text-align: left;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #434343;
  margin: 0px;
  cursor: auto;
  justify-content: space-between;
  font-weight: bold;
}
.popup-ems .closePopup i {
  cursor: pointer;
}
#popupVoucher .form-voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#popupVoucher input.txt_aform {
  line-height: 0px;
  padding: 12px;
  margin-right: 5px;
}
#popupVoucher button[class^="btn"] {
  border-radius: 6px;
}
#popupVoucher .list-voucher {
  margin-top: 20px;
}
#popupVoucher .list-voucher > div {
  margin-bottom: 16px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(181, 187, 197);
  border-image: initial;
  border-radius: 4px;
  padding: 12px 20px;
}
#popupVoucher .list-voucher > div .fas {
  display: none;
}
#popupVoucher .list-voucher > div.selected {
  border: 1px solid #e0a526;
  background-color: #ffe8b7;
  position: relative;
}
#popupVoucher .list-voucher > div.selected .fas {
  right: 0px;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  color: #e0a526;
  width: 60px;
}
#popupVoucher .list-voucher > div.inactive {
  opacity: 0.6;
  background-color: #efefef;
  cursor: not-allowed;
}
#popupVoucher .list-voucher > div h3 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Avenir", sans-serif;
}
#popupVoucher .list-voucher > div p {
  margin: 0px;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
}
#popupVoucher .alert-voucher {
  font-size: 13px;
  color: red;
  display: none;
}
#btnVoucherCode {
  cursor: pointer;
}
#btnVoucherCode.disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
#popupVoucherDetail .closePopup {
  padding: 0px;
  position: relative;
}
#popupVoucherDetail .closePopup i {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-radius: 50%;
}
#popupVoucherDetail .closePopup hr {
  margin: 0px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #dddddd;
}
#popupVoucherDetail .closePopup > div:first-child {
  padding: 15px 25px 10px 20px;
  position: absolute;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#popupVoucherDetail .closePopup > div:nth-child(2),
#popupVoucherDetail .closePopup > div:nth-child(2) > div:first-child,
#popupVoucherDetail .closePopup > div:nth-child(2) > div:first-child > img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#popupVoucherDetail .closePopup > div:nth-child(2) > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}
#popupVoucherDetail .closePopup > div:nth-child(2) > div:first-child > img {
  height: auto;
  max-width: 100%;
}
#popupVoucherDetail .voucher-detail-date-container {
  margin: 0;
  background-color: #fbfbfb;
  border-radius: 10px;
  color: #434343;
}
#popupVoucherDetail .voucher-detail-date-inner {
  display: flex;
  align-items: center;
}
#popupVoucherDetail .voucher-detail-date-inner .fas {
  font-size: 20px;
}
#popupVoucherDetail .voucher-detail-date-inner .fas.fa-money-bill-wave {
  color: #5cc450;
}
#popupVoucherDetail .voucher-detail-date-inner .fas.fa-clock {
  color: #f05435;
}
#popupVoucherDetail .voucher-detail-name {
  background: rgb(234, 198, 124);
  background: linear-gradient(
    219deg,
    rgba(234, 198, 124, 1) 0%,
    rgba(168, 124, 28, 1) 100%
  );
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0px;
  font-size: 13px;
  padding: 15px 0;
  margin: 10px 0;
}
#popupVoucherDetail .voucher-detail-date {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}
#popupVoucherDetail .voucher-detail-date .caption {
  font-size: 9px;
  font-weight: 100;
}
#popupVoucherDetail .voucher-detail-date .content {
  font-size: 13px;
  font-weight: 600;
}
#popupVoucherDetail.popup-ems .box-content {
  height: 30%;
  padding: 0px 20px 0px 20px;
}
#popupVoucherDetail.popup-ems .box-content h4 {
  margin-top: 20px;
}
.rv_totalpayment.line-through,
.rv_pricetotal.line-through,
.rv_shippingtotal.line-through {
  text-decoration: line-through;
  font-size: 15px;
  color: #999;
  font-weight: normal;
}
.f_total_pembayaran {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #434343;
  font-weight: 500;
  margin-bottom: 15px;
}
.f_total_pembayaran .f_totalpay {
  text-align: right;
}
.f_total_pembayaran span {
  float: none;
}
.f_total_pembayaran span.line-through {
  text-decoration: line-through;
  font-size: 11px;
  color: #999;
}

/* =============== FAQ Des 2020 ================ */
.row_qna_page {
  font-family: "Avenir", sans-serif;
}
.col_banner_qna {
  padding: 0;
}
.mg_banner_qna {
  position: relative;
  text-align: center;
  margin: auto;
}
.mg_banner_qna img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}
.ht_banner_qna {
  position: absolute;
  top: 30%;
  left: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.row_body_qna {
  padding-top: 40px;
  padding-bottom: 40px;
}
.col_tab_qna_l {
  padding-left: 50px;
  padding-right: 30px;
}
.col_tab_qna_r {
  height: auto;
  padding-left: 0;
  padding-right: 30px;
  border-left: 2px solid #dddddd;
  padding-bottom: 50px;
}
.ht_sub_qna {
  font-size: 16px;
  color: #434343;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.ht_sub_qna span {
  display: none;
}
.ul_qna_cat {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul_qna_cat li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ul_qna_cat li a {
  font-size: 13px;
  color: #a7a7a7;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li a span {
  position: absolute;
  top: 13px;
  font-size: 8px;
  margin-left: 15px;
  display: inline-block;
}
.ul_qna_cat li.act a {
  color: #e0a526;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li:hover > a {
  color: #e0a526;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li .child_qna_cat {
  display: none;
  padding-top: 5px;
  padding-left: 15px;
}
.ul_qna_cat li .child_qna_cat .a_child_qna_cat {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ul_qna_cat li .child_qna_cat .a_child_qna_cat a {
  color: #a7a7a7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li .child_qna_cat .a_child_qna_cat a.act {
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li .child_qna_cat .a_child_qna_cat a:hover {
  color: #e0a526;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ul_qna_cat li .child_qna_cat.act {
  display: block;
}

.bx_res_qna_mst {
}

#label_pointer {
  width: fit-content;
  height: auto;
  position: relative;
  background: #FFE8B7;
  color: #313131;
}
#label_pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0 solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#label_pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #FFE8B7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ht_tab_qna {
  font-size: 25px;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 60px;
}
.ico_tab_pointer {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #313131;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding-right: 15px;
  padding-left: 15px;
}
.bx_qna_mst {
  padding-left: 15px;
  padding-right: 35px;
  margin-top: 15px;
}
.pt_qna_mst {
  font-size: 14px;
  color: #434343;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pt_qna_mst:hover {
  color: #e0a526;
  border-bottom: 1px solid #e0a526;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.bx_det_qna {
  padding-right: 30px;
  padding-left: 30px;
}
.ht_det_qna {
  font-size: 22px;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.a_back_qna {
  font-size: 12px;
  color: #e0a526;
  font-weight: 500;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.a_back_qna span {
  margin-right: 10px;
}
.a_back_qna:hover {
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cont_det_qna,
.cont_det_qna p {
  font-size: 14px;
  color: #434343;
  font-weight: 500;
  line-height: 25px;
}

.bx_notfound_faq {
  margin-top: 50px;
}
.mg_notfound_faq {
  margin: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mg_notfound_faq img {
  height: 150px;
  width: auto;
  margin: auto;
  text-align: center;
}
.tx_notfound_faq {
  text-align: center;
  font-size: 13px;
  color: #313131;
  font-weight: 500;
  line-height: 22px;
}
.tx_notfound_faq b {
  font-size: 18px;
}
.tx_notfound_faq span {
}

.mg_dekstop {
}
.mg_mobile {
  display: none;
}
/* =========== for responsive mobile ============*/
@media only screen and (max-width: 769px) {
  .mg_dekstop {
    display: none;
  }
  .mg_mobile {
    display: block;
  }

  .col_tab_qna_l {
    padding: 0;
  }
  .col_tab_qna_r {
    border: 0;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bx_qna_cat {
    height: 300px;
    overflow: auto;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .ht_sub_qna {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .ht_sub_qna span {
    display: inline-block;
    font-size: 11px;
    color: #e0a526;
    float: right;
    text-transform: lowercase;
    letter-spacing: 0.5px;
  }
  .row_body_qna {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ht_banner_qna {
    top: 20%;
    left: 30px;
    right: 30px;
    text-align: center;
    font-size: 25px;
  }
  .ht_tab_qna {
    font-size: 22px;
  }
}

/* =============== FAQ Des 2020 ================ */
