html, body {
  overflow-x: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: hidden;
  
}


nav.nav1 .list-group .dropdown-menu>a i {
  padding-left: 0;
  padding-right: 10px;
}


.mrc-shadow {
  pointer-events: none;
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;

/*  background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);*/
}

#set_language {
  padding: 0.1rem 0.5rem;
  height: 1.5rem;
}
/*#smooth-content {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}*/

.cart_box {
  position: relative;
  perspective: 600px;
}

.aspect-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 177%;
    overflow: hidden;
}

.aspect-box img,
.aspect-box video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#avatar {
  width: 72px;
  height: 72px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
}

#frieren_modal {
  overflow: hidden;
  z-index: -1;
}

.cart_shine {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  box-shadow: 0px 5px 30px 15px #fdf6f26b;
}

.pink_cart {
  width: 48px !important;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: hotpink;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
}

.add1_cart {
  transform-origin: 50% 100%;
}

#color_panel a.color_btn {
  position: absolute;
  right: 5px;
  top: 0;
  text-shadow: #7c7474 1px 1px 2px;
  color: #433e3c !important;
}

.nav-link>.lighter {
      width: 20px;
      height: 3px;
      border-radius: 1px;
      position: absolute;
      top: 0;
      background: #9c8b83;
      left: 0;
      right: 0;
      margin: 0 auto;
/*      box-shadow: 0px 4px 30px 15px #ffefe7;*/
}


/*nav.nav2 {
  box-shadow: 0px 60px 70px 15px #3e3d3b;
}*/


.nav1 a.nav-link.py-3:hover {
/*  text-shadow: 3px 3px 2px black, 0px 10px 5px black;*/
}

.nav1 a.nav-link.py-3:hover .lighter {
      box-shadow: 0px 4px 30px 15px #ffefe7;
      background: #f0e2c7;
}


nav .nav-link.py-3 {
  min-width: 120px;
  text-align: center;
}

#loginmodal .form-row {
  font-size: .9rem;
}

#loginmodal .form-row .custom-control-label {
  line-height:1.6rem;
}

.views {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background: white;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 6px;
        color: gray;
        font-size: .9rem;
    }


    .scrollbar-near-moon::-webkit-scrollbar-track {
       /* -webkit-box-shadow: inset 3px 0px 5px 1px rgb(51 50 50 / 40%); */
       /* background-color: #F5F5F5; */
       border-radius: 10px;
       border-top-left-radius: 0;
       border-top-right-radius: 0;
       background: linear-gradient(to top, #3a3a3a 0%, #d2d2d2 100%);
    }

    .scrollbar-near-moon::-webkit-scrollbar {
        width: 12px;
        background-color: black;
    }

    .scrollbar-near-moon::-webkit-scrollbar-thumb {
       border-radius: 10px;
       -webkit-box-shadow: inset -5px 0px 6px rgb(0 0 0 / 37%);
       background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
       background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
       background-image: linear-gradient(to top, #d3d3d3 0%, #d2d2d2 100%);
    }

/*    .scrollbar-near-moon {
        scrollbar-color: #b490ca #F5F5F5;
        background-image: linear-gradient(to top, #cfcfcf 0%, #5b5b5b 100%);
    }*/


    .scrollbar-lady-lips::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background: black;
        border-radius: 10px;
    }

    .scrollbar-lady-lips::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .scrollbar-lady-lips::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef),
                to(#fecfef));
        background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
        background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    }


    .thin::-webkit-scrollbar {
        width: 6px;
    }


#slimgpt_service {
  position: fixed;
  z-index: 10002;
  border: 1px solid #8e8e8e;
}

#ques_items, #gpt_process, #gpt_inputbox {
  max-width: 500px;
}

#gpt_container {
  max-width: 1140px;
}

#slimgpt_service>.gpt_header a.float-right {
  cursor: pointer;
}

#slimgpt_service>.gpt_header a.float-right:hover {
  color: orange !important;
}

#slimgpt_service.normal_panel {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 400px;
    height: 570px;
    background: white;
    border-top-left-radius: 14px; 
    border-top-right-radius: 14px;
}

#slimgpt_service.full_panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   /* width: 100%;
    height: 100%;*/
    background-color: white;
}

#slimgpt_service .gpt_body {
  overflow-y: auto;
  background-color: white;
  font-size: .9rem;
  font-weight: 400;
  overflow-y: hidden;
  overflow-x: hidden;
}

#frieren_modal .gpt_input {
  border-top: 3px solid #909090;
}

#frieren_modal .send_btn {
  cursor: pointer;
}

.rainbow {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

#frieren_modal .md-progress {
    padding-top: 3px;
    padding-bottom: 3px;
}

#frieren_modal .md-progress .indeterminate {
    background: #ffaa00;
  }

#frieren_modal.send_btn:hover {
  color: orange;
}

.ques_item, .answer_item {
    font-size: .9rem;
}

#frieren_modal .ques_item {
  font-weight: 500;
}

#ques_acc>p {
  font-size: 1rem;
  color: #227f83;
}

#gpt_input {
  border-left: none;
  border-right: none;
}

#gpt_body .msg_panel a.del_panel {
  line-height: .5rem;
}


#frieren_modal .gpt_header {
    border-top-left-radius: 12px; 
    border-top-right-radius: 12px;
    border-bottom: 3px solid #8d8d8d!important;
  }

/*.line_shadow_down {
  box-shadow: 0px 5px 10px -5px #504946;
}*/

#blog_parent {
  position:relative;
}



#blogbox:after {
    content: " "; 
    display: block;
    clear: both;
}

#blogbox .sub_title {
  font-size: .85rem;
}

a.nav-link.waves-effect.nav_text.d-none.d-xl-block.py-0:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 40%;
    border-right: 2px solid #cbbfa7;
    box-shadow: -30px 1px 80px 40px #ffefe7;
}


#frieren_modal .msg_panel {
    font-size: .9rem;
    line-height: 1.45rem;
    background-color: white;
}

#frieren_modal .msg_panel .lead-msg {
    color: #227f83;
    font-weight: 500;
}

.msg_panel .col-auto img {
  border-radius: 4px;
}

.prod_panel {
  background-color: white !important;
}

.prod_panel .price {
  font-family: 'Carattere', cursive;
  font-family: 'Reggae One', cursive;
  font-size: 1.1rem;
}

#slimgpt_service #svideo {
    width: 400%;
    height: 140%;
    margin-top: -70px;
    margin-left: -520px;
    max-width: none;
  }

#frieren_modal .gpt_header span {
  font-family: 'Carattere', cursive;
  font-family: 'Reggae One', cursive;
  vertical-align: middle;
}


#gpt_service_show {
       position: fixed;
       right: 10px;
       bottom: 80px;
       border: 2px solid #2f29298c;
       width: 65px;
       height: 65px;
       z-index: 2;
       border-radius: 50%;
       background-color: black;
       background-image: url(https://gods.tw/images/service.png);
       background-size: contain;
       background-repeat: no-repeat;
       background-blend-mode: difference;
       box-shadow: inset 0px 0px 0px 0px rgb(255 255 255), 0px 0px 8px 4px rgb(255 255 255 / 40%);
}

#gpt_service_show:hover {
   box-shadow: 0px 0px 5px 0px rgb(43 242 255), 0px 0px 15px 0 rgb(71 255 111);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#newsmodal .modal-content {
  background-color: transparent;
  box-shadow: none;
}

#news_modal {
  z-index: 1056;
}


.input-group-sm>.input-group-append>.btn, 
.input-group-sm>.input-group-append>.input-group-text, 
.input-group-sm>.input-group-prepend>.btn, 
.input-group-sm>.input-group-prepend>.input-group-text {
  line-height: .5rem;
  }


#newsmodal .close {
  color: white;
}

.navbar {
	background: #23838f;
}

.logo {
  height: 50px;
  max-width: 150px;
}

nav .nav-link, nav .btn.btn-link {
	font-size: 1rem;
  font-weight: 400;
}

.nav1 {
  z-index: 1049 !important;
  /*border-bottom: 1px solid #beb099;
  box-shadow: 0px 5px 10px -5px #504946 !important;*/
}

.blog_date {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: italic;
    text-decoration: none !important;
}

.month-card-header .btn.btn-link {
    font-size:  1.3rem;
}


#blog_nav i {
  font-size: 1.5rem;
}


#blog_nav_modal .month-body .media {
  font-size: 1rem;
  padding-top: 8px;
}

.month-body .media {
  font-size: .9rem;
  padding-top: 4px;
}

.month-body .media i {
  color: black;
}

.month-body .media:hover {
  font-weight: 500;
  cursor: pointer;
}

.year-card-header .btn.btn-link {
    font-size:  2.4rem;
}

.nav2 {
  z-index: 1048 !important;
}

.nav2 a.nav-link {
    font-weight: 700;
    text-shadow: 0.03em 0.08em 0.08em #cfbea2;
}

#pmodal {
  z-index: 1047;
}

#carousel-thumb1 .carousel-item img {
  max-width: 100%;
  max-height: 500px;
}

.mdb-lightbox figure.col-2 img {
  width: auto;
  max-height: 100px;
}

.navbar {
    opacity: 1;
    box-shadow: none;
    transition: opacity 0.5s ease;
}

.navbar-hide {
    pointer-events: none;
    opacity: 0;
}

#plinks {
	padding: 20px;
	display: none;
}

.links .nav-link {
	border-left: 1px solid white;
	font-weight: 400;
}

.navbar .navbtn {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: gray;
}

.navbar .dropdown-toggle::after {
	display: none;
}

#cart_count {
	margin-right: -5px;
}

.clabel {
	color: gray;
	font-size: 1.2rem;
	font-weight: 500;
}

.elabel {
/*	font-family: 'Josefin Slab', serif;*/
  font-size: .9rem;
  white-space: nowrap;
  overflow: hidden;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.in_stock {
  font-size: .8rem;
  border: 1px solid orange;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: orange;
  vertical-align: middle;
}

.input-group-text {
  background: #eee;
  color: #7b7b7b;
  border: 1px solid gainsboro;
}

.btn-light {
  background: #eee !important;
  border: 1px solid gainsboro;
}

#annmodal .modal-body {
  height: 400px;
  overflow-y: scroll;
}

/*.cartbox, .addbox {
  border: 1px solid gainsboro;
}*/

#free_ship {
  position: absolute;
  left: 0;
}

.title_col {
  border-left: solid 4px #23838f;
}

.groups {
  position: absolute;
  right: 15px;
  top: -12px;
}

/*.prodname {
  min-height: 42px;
}*/

/*.pagination .page-item.active .page-link {
    background-color: #607d8b;
}*/

.custom-select:focus {
    border-color: gainsboro;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: gainsboro;
    outline: 0;
    box-shadow: none;
}

#sm_list li {
  border-bottom: 1px solid gainsboro;
}

#sm_list .float-right {
  float: none !important;
}

#sm_list p {
  /*max-height: 42px;*/
}

#sm_list h5 {
  font-size: 1.2rem;
}

#infobox img {
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

#infobox p {
    width: auto !important;
    /*padding: 0 !important;*/
}

#infobox h1, #infobox h2, #infobox h3, #infobox h4, #infobox h5, #infobox h6 {
    width: auto !important;
}

#view_history_label {
  padding: 2px 18px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
}

#view_history img {
  max-height: 80px;
}

#acclist .list-group-item {
  background:  transparent;
}

.hot_pic {
  position: absolute;
  top: 0;
  left: -12px;
  width: 100px;
  z-index: 3;
}

.sale_pic {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100px;
  z-index: 3;
}

/*Product Modal*/

#pmodal {
  background: white;
}

#pmodal .container {
      /*background: url(../images/sun_gray.png) no-repeat right -90px top -100px, 
      url(../images/sun_gray.png) no-repeat right -90px bottom -90px, 
      url(../images/sun_gray.png) no-repeat left -130px top 590px;*/
}

#pmodal .carousel-item {
  border: 8px solid white;
  text-align: center;
}


#paperclip {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 5;
}

.save_badge {
  background: #eeeeee;
  color: #a2a2a2 !important;
  font-weight: 400;
  font-size: 90%;
}

/*#pmodal .btn-share {
  background-color: #eeeeee;
}*/

.orig_price {
  padding: 3px 5px;
  background-color: white;
  border: 1px solid orange;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: .8rem;
  font-weight: 600;
  color: orange;
}

.btn-share i {
  color: #a2a2a2;
}

footer .btn-share i {
  color: white;
}

.pmodal_fixed {
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  z-index: 3;
  right: 0;
}


#close {
  border-end-start-radius: 1.8rem;
  bottom: 50px;
}

#gotop {
  border-start-start-radius: 1.8rem;
  bottom: 140px;
}

#gocart {
  bottom: 95px;
}

.media img {
  max-height:  60px;
}

/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
            max-width: 100% !important;
            width: 100% !important;
 }

/**********
*/

.d-cart .media {
  border-bottom: 1px solid gainsboro;
}

#color_panel {
  position: fixed;
  right:  10px;
  top:  75px;
  width:  300px;
  max-height:  600px;
  background:  white;
  border-radius: 6px;
  z-index: 20000;
  overflow-y: scroll;
}

.custom_block {
  word-break: break-all;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom_block img {
  max-width: 100%;
  height: auto !important;
}

.side-nav a {
  height:  auto;
  padding-left:  0;
  line-height: 1rem;
}

.sub_nav {
  margin-top: 60px;
  z-index: 999;
  backdrop-filter: blur(5px);
}

.dis_date {
  position: absolute;
  bottom: 38px;
  z-index: 2;
}

#newsmodal a {
  position: absolute;
  top:  0;
  right: 0;
}

.carousel-caption {
  text-align: left;
  font-weight: 400;
  
}

.carousel-caption p, .carousel-caption h3 {
  text-shadow: 0.03em 0.03em 0.08em #bfbfbfe0;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  box-shadow:  none;
}

.x-cart .dropdown-menu {
  min-width: max-content;
}

#sm_list .card-body {
  padding:  .5rem;
}

#sm_list p {
  font-size: .9rem;
}


.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    color: white !important;
    background-color: gray !important;
    padding: 4px !important;
    display: none !important;
    opacity: .5;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    color: white !important;
    background-color: gray !important;
    padding: 4px !important;
    display: none !important;
    opacity: .5;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
    display: block !important;
}

.owl-dots {
    text-align: left !important;
}



.card-body .prodname {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
}


.nav_text, .footer-text {
  font-weight: 400;
}

s {
  font-size:  90%;
}


label.btn {
  text-transform:  none;
}


#slimgpt_service>.gpt_header>img {
  position: absolute;
  filter: drop-shadow(2px 2px 4px #545454);
  top: -30px;
  width: 80px;
}



.row.default_section {
  padding-top: 70px; 
  padding-bottom: 70px;
}


.blog_more_mask {
  mask-image: linear-gradient(black 0%, transparent 83%, black 0%);
  mask-mode: alpha;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  #view_history img {
    max-height: 120px;
  }

  #sm_list h5 {
    font-size: 1.5rem;
  }

  #slimgpt_service #svideo {
      width: 400%;
      height: 240%;
      margin-top: -120px;
      margin-left: -980px;
  }
}

/* Medium devices (md) */
@media (min-width: 768px) {

  .clabel {
  	font-size: 1.5rem;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  #view_history img {
    max-height: 160px;
  }

  .carousel-caption {
    width:  50%;
  }


 #gpt_service_title {
  position: absolute;
  top: 0;
 }

 .row.default_section {
   padding-top: 50px; 
   padding-bottom: 50px;
 }

 /*#slimgpt_service>.gpt_header>span {
   margin-left: 90px;
 }*/

 .owl-dots {
     text-align: center !important;
 }

 #sm_list h5 {
   font-size: 1.7rem;
 }


 #slimgpt_service #svideo {
     margin-left: -580px;
     height: 160%;
     width: 400%;
     margin-top: -100px;
   }

.custom_block {
      margin-top: 50px;
      margin-bottom: 50px;
   }

  body {
     /*background: url(../images/sun_gray.png) no-repeat right -10px top 90px, 
     url(../images/sun_gray.png) no-repeat left -130px top 30px, 
     url(../images/sun_gray.png) no-repeat right -90px bottom 290px;*/
  }

}

/* Large devices (lg) */
@media (min-width: 992px) {

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  #view_history img {
    max-height: 200px;
  }

  .h3-responsive {
      font-size: 140%;
  }


  .row.default_section {
    padding-top: 60px; 
    padding-bottom: 60px;
  }


  #slimgpt_service #svideo {
      width: 400%;
      margin-top: -110px;
      margin-left: -560px;
      height: 170%;
  }

}

/* Extra large devices (xl) */
@media (min-width: 1200px) {

  .container {
    max-width: 1280px;
  }

  .row.default_section {
    padding-top: 80px; 
    padding-bottom: 80px;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .custom_block {
     margin-top: 100px;
     margin-bottom: 100px;
  }

}
