* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: hidden; */
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
.index_bg {
  background-image: url(../img/index_bg.png);
  padding: 40px 0 80px;
}
.index_logo {
  width: 100%;
  padding: 125px 25px 0;
}
.index_logo img {
  width: 100%;
}
.index_kv {
  width: 100%;
  padding: 0 25px;
}
.index_kv img {
  width: 100%;
}
/* .index_sm_text {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  padding: 125px 25px 0;
} */
.btn_bg {
  padding: 15px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #d21477;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}
.btn_border {
  padding: 15px;
  display: block;
  width: 100%;
  color: #d21477;
  border: 1px solid #d21477;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}
.index_title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.index_nav {
  width: 100%;
  padding: 0 0 40px;
}
.index_nav ul {
  text-align: right;
}
.index_nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.index_nav ul li a {
  font-size: 21px;
  color: #756f77;
}
.index_nav ul li a:hover {
  color: #d21477;
}
/*  */
.header_title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3cac+0,562b7c+49,2b86c5+100 */
  background: rgb(255, 60, 172);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(255, 60, 172, 1) 0%,
    rgba(86, 43, 124, 1) 49%,
    rgba(43, 134, 197, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 60, 172, 1) 0%,
    rgba(86, 43, 124, 1) 49%,
    rgba(43, 134, 197, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 60, 172, 1) 0%,
    rgba(86, 43, 124, 1) 49%,
    rgba(43, 134, 197, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cac', endColorstr='#2b86c5', GradientType=1);
  /* IE6-9 */
  padding: 35px 0;
  /* margin-top: 67px; */
}

.header_title h2 {
  font-size: 37px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.bg_color {
  /* background-color: #F9F9F9; */
  background-color: #f0f2f7;
  min-height: 650px;
}
/*  */
/*  */
.member_left {
  background-color: #fff;
}

.member_img {
  max-width: 130px;
  margin: 0 auto 15px;
  padding: 30px 0 0;
}

.member_img img {
  width: 100%;
  border-radius: 100px;
}

.member_mail {
  color: #262626;
  padding: 5px 0 5px;
  font-weight: bold;
}

.member_mail h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.member_pt {
  color: #e3007f;
  padding: 5px 0 5px;
  font-size: 21px;
  font-weight: bold;
}

.member_id h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.member_pt h5 {
  color: #262626;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.member_id {
  color: #262626;
  padding: 5px 0 5px;
  font-weight: bold;
}

.member_date {
  padding: 10px 20px;
}

.member_list .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e3007f;
  border-color: #e3007f;
}

.member_list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.member_list .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}

.member_list .list-group-item:hover {
  background-color: #f3bddc;
  color: #fff;
}

.member_right {
  background-color: #fff;
  padding: 10px;
}

.member_table {
  width: 100%;
}

.member_table th {
  text-align: center;
  font-size: 15px;
  color: #e3007f;
  padding: 5px 2px;
  font-weight: bold;
}

.member_table td {
  text-align: center;
  font-size: 12px;
  color: #262626;
  padding: 5px 2px;
  max-width: 200px;
  word-break: break-all;
}

.member_bill {
  color: #007bff;
  text-decoration: underline;
}

.cancel {
  display: inline-block;
  background-color: #e3007f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
  max-width: 120px;
}

.member_list_m {
  position: relative;
  display: none;
}

.member_list_m .btn {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  color: #e3007f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top: 2px solid #f0f2f7;
  border-bottom: 2px solid #f0f2f7;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: bold;
  padding: 10px 0;
}

.member_list_m .btn-secondary {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.member_list_m .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /* display: none; */
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  width: 100%;

  -moz-box-shadow: 1px 1px 5px #d8d8d8;
  -webkit-box-shadow: 1px 1px 5px #d8d8d8;
  box-shadow: 1px 1px 5px #d8d8d8;
}

.member_list_m .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.member_table_m {
  width: 100%;
  margin: 0 0 15px;
  border-bottom: 2px solid #e3007f;
  display: none;
}

.member_table_m th {
  text-align: left;
  font-size: 13px;
  color: #e3007f;
  padding: 10px;
  font-weight: bold;
}

.member_table_m td {
  text-align: left;
  font-size: 13px;
  color: #262626;
  padding: 10px;
}

/*  */
.order_list {
}
.order_list li {
  margin: 0 0 25px;
}
.order_item {
  background-color: #fff;
  padding: 15px 25px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.order_state {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.order_data {
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0;
}
.order_data span {
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 15px;
  
}
.order_data_item{
  display: flex;
  width: 100%;
  padding: 5px 0;
}
.order_data_item_img{
  flex: 0 0;
    flex-basis: 75px;
}
.order_data_item_img img{
  width: 100%;
}
.order_title {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0px;
  flex-grow: 2;
  margin-bottom: 10px;
}
.order_title span {
  color: #000;
  display: block;
  font-size: 14px;
}
.order_footer {
}
.order_select {
  max-width: 250px;
  float: left;
}
.order_total{
  text-align: right;
  padding: 5px 0;
  color: #e3007f;
  font-size: 19px;
  font-weight: bold;
  /* border-bottom: 1px solid #e4e4e4; */
  border-top: 1px solid #e4e4e4;
  margin: 0 0 10px;
}
.order_details{
  display: inline-block;
  background-color: #fff;
 border: 1px solid #e3007f;
  color: #e3007f;
  text-align: center;
  float: right;

  border-radius: 0.25rem;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 10px 0;
}
.order_pay {
  display: inline-block;
  background-color: #e3007f;

  color: #fff;
  text-align: center;
  float: right;

  border-radius: 0.25rem;
  font-weight: bold;
  padding: 5px 10px;
}
.green_text {
  color: #00b51e;
  font-weight: bold;
}
.orange_text {
  color: #ffad0a;
  font-weight: bold;
}
.gray_text {
  color: #7e7e7e;
  font-weight: bold;
}
.order_green .order_state {
  color: #00b51e;
}
.order_green .order_item {
  border-left: 5px solid #00b51e;
}

.order_orange .order_state {
  color: #ffad0a;
}
.order_orange .order_item {
  border-left: 5px solid #ffad0a;
}
.order_gray .order_state {
  color: #7e7e7e;
}
.order_gray .order_item {
  border-left: 5px solid #7e7e7e;
}
.order_number {
  font-size: 14px;
}

.warranty_row {
  padding: 15px 0;
}
.warranty_row h3 {
  font-size: 16px;
  font-weight: bold;
}
.warranty_row_img {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  margin: 15px auto;
}
.warranty_row_img img {
  width: 100%;
}
.warranty_enable {
  display: block;
  background-color: #e3007f;

  color: #fff;
  text-align: center;

  border-radius: 0.25rem;
  font-weight: bold;
  padding: 10px 10px;
  width: 250px;
  margin: 20px auto;
}
.order_content {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0 30px;
}
.order_content_img {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.order_content_img img {
  width: 100%;
}
.order_content_text {
}
.order_content_text h3 {
  font-size: 16px;
  font-weight: bold;
}
.order_content_text p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.order_content_footer {
  padding: 30px 0;
}
/*  */
.footer_bg {
  background-color: #2e2c2e;
}

.footer_logo {
  padding: 30px 0;
}

.footer_logo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  text-align: center;
}

.footer_right {
  background-color: #171717;
  padding: 40px 0px 40px 40px;
  height: 100%;
}

.footer_top {
  border-bottom: 1px solid #3a3a3a;
}

.footer_right_logo {
  max-width: 200px;
  padding-bottom: 10px;
}

.footer_copyright {
  color: #756f77;
  font-size: 14px;
  padding: 30px 20px 0 0;
}

.footer_bottom {
  padding: 20px 0 0;
}

.footer_title {
  padding: 0 0 15px;
}

.footer_title h3 {
  color: #fff;
  font-size: 36px;
  margin: 0;
}

.footer_title small {
  color: #756f77;
  font-size: 15px;
}

.footer_bottom_text {
  color: #756f77;
  font-size: 14px;
  text-align: justify;
}

.footer_mail {
  color: #756f77;
  font-size: 14px;
}

.footer_icon {
  cursor: pointer;
}
.check {
  color: #007bff;
  text-decoration: underline;
  text-align: center;
}
.order_details_a{
  color: #007bff;
  text-decoration: underline;
}
.text-ibiza {
  color: #e3007f;
}
/*  */
.swiper {

  height: auto;
}
.header_product {
  background-color: #000000;
  padding: 15px 0;
  /* margin-top: 67px; */
  color: #fff;
}
.header_product h2 {
  font-size: 25px;
  font-weight: bold;
}
.discount {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.original {
  font-size: 15px;
  font-weight: bold;
  color: #d21477;
  text-align: right;
}
.original span {
  font-weight: bold;
  color: #fff;
  text-decoration: line-through;
  margin: 0 5px;
}
.pay-btn {
  padding: 15px 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #d21477;
  margin: 0 15px;
  font-weight: bold;
}
.product_tab {
  background-color: #2d2d2d;
  padding: 10px 0;
}
.product_tab ul {
  margin: 0;
  padding: 0;
}
.product_tab ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.product_tab ul li a {
  color: #fff;
  cursor: pointer;
}
.product_tab ul li a:hover {
  color: #d21477;
}
.flexslider_back img {
  width: 100%;
}
.flexslider_next img {
  width: 100%;
}
.product_data {
  padding: 0 0 0 25px;
}
.product_data h3 {
  font-weight: bold;
  font-size: 28px;
}
.product_sold {
  color: #d21477;
  font-weight: bold;
  font-size: 16px;
}
.product_data_actual {
  color: #d21477;
  padding: 15px 0;
}
.product_data_actual a {
  display: inline-block;
  text-decoration: underline;
  margin: 0 5px;
}
.product_data .product_data_title {
  font-weight: bold;
  font-size: 21px;
  padding: 0 0 10px;
}

.product_specification input[type="radio"] {
  display: none;
}
.product_specification input[type="radio"] + label {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: #ececec 1px solid;
}
.product_specification input[type="radio"]:checked + label {
  border: #d21477 1px solid;

  color: #d21477;
}
.product_specification input:disabled + label {
  background-color: #ececec;
  color: #a8a8a8;
  cursor: no-drop;
}

.product_supporting input[type="radio"] {
  display: none;
}
.product_supporting input[type="radio"] + label {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: #ececec 1px solid;
}
.product_supporting input[type="radio"]:checked + label {
  border: #d21477 1px solid;

  color: #d21477;
}
.product_supporting input:disabled + label {
  background-color: #ececec;
  color: #a8a8a8;
  cursor: no-drop;
}

.product_discount {
  font-size: 21px;
  font-weight: bold;
  color: #d21477;
}
.product_original {
  font-size: 15px;
  font-weight: bold;
  color: #d21477;
}
.product_original span {
  font-weight: bold;
  color: #000000;
  text-decoration: line-through;
}
.product_pay-btn {
  padding: 15px 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #d21477;
  margin: 0 15px;
  font-weight: bold;
  color: #fff;
}
.product_line {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
}
.product_edit {
  padding: 15px 15px;
  line-height: 1.5;
  color: #171717;
}
.product_edit img {
  display: block;
  max-width: 100%;
}
.product_sub_title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
}
.product_kol_row {
  padding: 25px 0;
}
.product_kol {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product_kol_avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.product_kol_mask {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product_kol_video {
  border-radius: 10px;
  overflow: hidden;
}
.product_kol_avatar_img {
  margin-right: 5px;
  width: 50px;
  padding: 3px;
  border-radius: 100%;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffc148+0,ff1a3d+32,d524ad+64,5840db+100 */
  background: linear-gradient(
    to right,
    rgba(255, 193, 72, 1) 0%,
    rgba(255, 26, 61, 1) 32%,
    rgba(213, 36, 173, 1) 64%,
    rgba(88, 64, 219, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product_kol_avatar_img img {
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}

.kol_carousel .owl-prev {
  position: absolute;
  top: 45%;
  left: -75px;
  border: 0;
  outline: none;
  -moz-box-shadow: 0px 0px 10px #d8d8d8;
  -webkit-box-shadow: 0px 0px 10px #d8d8d8;
  box-shadow: 0px 0px 10px #d8d8d8;
  border-radius: 100%;
}
.kol_carousel .owl-next {
  position: absolute;
  top: 45%;
  right: -75px;
  border: 0;
  outline: none;
  -moz-box-shadow: 0px 0px 10px #d8d8d8;
  -webkit-box-shadow: 0px 0px 10px #d8d8d8;
  box-shadow: 0px 0px 10px #d8d8d8;
  border-radius: 100%;
}
.product_actual_row {
  padding: 25px 0;
}
.product_actual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product_actual_avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.product_actual_mask {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*  */
.shopping_cart_bottom {
  padding: 50px 0;
  background-color: #f6f6f6;
}

.shopping_bottom {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.shopping_title {
  color: #d71e1b;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
}

.shopping_order {
  background-color: #fff;
  border: 1px solid #c8c8c8;
}

.shopping_order table {
  margin: 0;
}

.table-bordered th,
.table-bordered td {
  border: 0;
}

.shopping_order .table th {
  font-size: 16px;
  color: #000;
  text-align: center;
  border: 0;
}

.shopping_order td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
}

.shopping_order td h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.shopping_cart_bottom {
  padding: 50px 0;
  background-color: #f6f6f6;
}

.shopping_order_img {
  width: 100px;
  margin: 0 auto;
}

.shopping_order_img img {
  width: 100%;
}

.shopping_cart_price {
  color: #d71e1b;
}

.shopping_cart_del {
  cursor: pointer;
  color: #c8c8c8;
}

.shopping_cart_del:hover {
  color: #d71e1b;
}

.shopping_cart_freight {
  color: #d71e1b;
  font-weight: bold;
}

.amount_input {
  border: 1px solid #c8c8c8;
  overflow: hidden;
  border-radius: 3px;
  width: 200px;
  position: relative;
  margin: 0 auto;
}

.shopping_text_right {
  text-align: right;
}

.shopping_calculate {
  padding: 15px;
}

.shopping_cart_total {
  color: #d71e1b;
  font-weight: bold;
  font-size: 23px;
}

.table_dk {
  display: block;
}

.table_mo {
  display: none;
}
.continue_btn_row {
  padding: 15px 0;
}
.continue_btn {
  font-weight: bold;
  color: #d21477;
  cursor: pointer;
}
.continue_btn i {
  font-size: 28px;
  vertical-align: bottom;
  margin-right: 5px;
}
.return_btn {
  cursor: pointer;
  color: #d21477;
  font-size: 14px;
  text-decoration: underline;
}
.consumption_btn {
  text-align: center;
  display: block;
  width: 350px;
  margin: 40px auto 0;
  padding: 10px;
  color: #fff;
  background-color: #d21477;
  border-radius: 5px;
  font-size: 20px;
}

.shopping_order_form {
  padding: 30px;
}

.shopping_cart_after {
  padding: 30px 0;
}

.shopping_order_form_radio {
  padding: 0px 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.consumption {
  border: 1px #c8c8c8 solid;
  background-color: #fff;
}

.consumption_list {
  margin: 0;
}

.shopping_detail {
  border: 1px #c8c8c8 solid;
  background-color: #fff;
}

.shopping_detail_list {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
}

.shopping_detail_list .col-form-label {
  color: #000000;
}

.shopping_detail_list_red {
  color: #d71e1b;
}

.shopping_detail_text {
  padding: 25px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

.shopping_detail_text a {
  color: #d71e1b;
}

.shopping_detail_text a:hover {
  text-decoration: underline;
}
.title h2 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.amount_input {
  border: 1px solid #c8c8c8;
  overflow: hidden;
  border-radius: 3px;
  width: 200px;
  position: relative;
  margin: 0 auto;
}

.amount_input input {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 30px;
  padding: 0 50px;
  border: 0;
}

.amount_input_minus {
  position: absolute;
  width: 45px;
  text-align: center;
  top: 0;
  left: 0;
  border-right: 1px solid #c8c8c8;
  line-height: 30px;
  height: 30px;
  color: #333333;
}

.amount_input_plus {
  position: absolute;
  width: 45px;
  text-align: center;
  top: 0;
  right: 0;
  border-left: 1px solid #c8c8c8;
  line-height: 30px;
  height: 30px;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(246, 246, 246);
  background-clip: padding-box;
  border: 0px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  /* margin: 0px 0px 10px; */
}
.form_textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(246, 246, 246);
  background-clip: padding-box;
  border: 0px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin: 0px 0px 10px;
}
.menu-m {
  display: none;
}
.table_dk {
  display: block;
}
.table_mo {
  display: none;
}
.g_iframe {
  display: none;
}
.gslide-inline .ginlined-content {
  padding: 0;
  width: 100%;
}
.gslide-inline {
  background: transparent;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
  display: none;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
  display: none;
}
.warranty_btn {
  padding: 0 0 15px;
}
.warranty_btn .cancel {
  font-size: 21px;
  font-weight: bold;
  max-width: 150px;
}
.shopping_danger {
  padding: 5px;
  font-size: 15px;
  color: #d71e1b;
}
.shopping_primary {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
  display: inline-block;
  background-color: #cce5ff;
  color: #004085;
}
/*  */

/*  */
.cloudflarestream {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.unlink_state {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 0;
}
.unlink_state i {
  font-size: 90px;
  color: #c0c0c0;
  margin: 0 0 15px;
}
.unlink_state p {
  font-size: 25px;
  color: #c0c0c0;
  margin: 0 0 15px;
}
.fix_top {
  position: fixed;
  width: 100%;
  top: -1px;
  left: 0;
  z-index: 9;
}
.order_data_link {
  color: #008eff;
  text-decoration: underline;
}
.order_orang_btn {
  background-color: #ffad0a;
  cursor: pointer;
}
.order_orang_btn {
  background-color: #ffad0a;
  cursor: pointer;
}
.order_orang_btn_2 {
  border: 1px solid #ffad0a;
  background-color: #fff;
  color: #ffad0a;
  cursor: pointer;
}
/*  */
.cloudflarestream_row {
  width: 100%;
  margin: 0 0 15px;
}
.cloudflarestream_row .product_actual_video {
  width: 100%;
}
.cloudflarestream_row .product_actual_video img {
  width: 100%;
}
/*  */
.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, .8);
}
.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader p{
  padding: 15px 0 0;
}
/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill:#d21477;
}
.line_fix{
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 75px;
  z-index: 9999;
}
.line_fix img{
  width: 100%;
}
.shop_pay{
  text-align: center;
}
.shop_pay a{
  padding: 15px;
  display:inline-block;
  color: #d21477;
  border: 1px solid #d21477;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}
/*  */
/*  */
.pay_container {
	padding: 35px 25px;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}

.pay_date {
	padding: 20px 0;
	border-bottom: 1px solid #E4E4E4;
}

.pay_date h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 21px;
	color: #4E4E4E;
	font-weight: bold;

	min-width: 110px;

}

.pay_date_text {
	display: inline-block;
	padding-left: 40px;
}

.pay_date_text img {
	display: inline-block;
	padding-right: 10px;
}

.pay_date_p {
	font-size: 14px;
	color: #8F8F8F;
	padding: 10px 0;
}

.pay_container .form-check-label {
	color: #E3007F;
}

.pay_btn {
	background-color: #E3007F;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin: 20px auto;
	border-radius: 10px;
}

.pay_container h4 {
	font-size: 17px;
	font-weight: bold;
	color: #E3007F;
	padding: 10px 0 0;
}

.pay_container ul {
	color: #8F8F8F;
	line-height: 1.5;
}

.card_nb .form-control {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 300px;
}

.card_check .form-control {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 150px;
}

.card_maturity {
	display: inline-block;
}

.card_maturity select {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 150px;
}

/*  */
@media (max-width: 992px) {
  .pay_date_text {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
  .pay_container {
    padding: 35px 25px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
  .index_nav {
    width: 100%;
    padding: 0 0 0px;
  }
  .index_kv {
    width: 100%;
    padding: 35px 25px;
  }
  .index_logo {
    width: 100%;
    padding: 25px 25px 0;
  }
  .warranty_btn .cancel {
    width: 100%;
    max-width: inherit;
  }
  .warranty_btn {
    padding: 15px 0 15px;
  }
  .shopping_cart_bottom .title {
    padding: 30px 0 0;
  }
  .shopping_cart_freight {
    color: #d71e1b;
    font-weight: bold;
    text-align: right;
  }

  .shopping_cart_total {
    color: #d71e1b;
    font-weight: bold;
    font-size: 23px;
    text-align: right;
  }

  .shopping_calculate {
    padding: 15px 20px;
  }
  .table_dk {
    display: none;
  }
  .table_mo {
    display: block;
  }
  .table_mo {
    display: block;
  }

  .table_mo table {
    margin: 0 0 15px;
    border-top: 1px solid #eeeeee;
  }

  .shopping_order .table th {
    font-size: 16px;
    color: #000;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
  }

  .shopping_order td {
    vertical-align: middle;
    text-align: left;
    border-top: 0;
  }
  .product_line {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .product_data {
    padding: 0;
  }
  .menu-m {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .menu-m li {
    margin: 0 10px;
  }
  .menu-m li a {
    font-size: 19px;
    color: #756f77;
  }
  .header_product {
    background-color: #000000;
    padding: 15px 0;
    /* margin-top: 60px; */
    color: #fff;
  }
  nav .brand {
    display: block;
    position: relative;
    width: 170px;
    max-width: 100%;
    top: 10px;
  }
  nav .nav-header .brand {
    margin: 0 15px 5px;
    float: none;
  }
  nav .nav-header .toggle-bar {
    font-size: 24px;
    position: absolute;
    top: 12px;
    left: 15px;
    color: #d21577;
    display: none;
  }
  .product_tab ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .product_tab ul {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .member_table_m {
    width: 100%;
    margin: 0 0 15px;
    border-bottom: 2px solid #e3007f;
    display: block;
  }

  .member_table {
    display: none;
  }

  .member_list_m {
    position: relative;
    display: block;
    background-color: #fff;
  }

  .member_date {
    margin: 0 0 30px;
  }

  .member_right {
    /* margin-top: 30px; */
  }

  .member_list {
    display: none;
  }

  .tab-content {
    min-height: 500px;
  }
  .order_title span {
    color: #e3007f;
    float: none;
    display: block;
    text-align: right;
  }
  .order_select {
    max-width: 250px;
    float: none;
  }
  .order_list {
    padding: 25px 0;
  }
  .index_bg {
    background-image: url(../img/index_bg.png);
    padding: 20px 0 40px;
  }
  .index_sm_text {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    padding: 25px 25px 0;
  }
  .btn_bg {
    padding: 15px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #d21477;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 15px;
  }
}
