/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */



body {
  margin-top: 3.5rem;
  padding-bottom: 3rem;
 
}

main{
   background-image: url(/static/images/new_divine/background.gif);
  background-repeat: repeat;
}

.container-nav{
  max-width: 993px;
}

.nav-brand {
  background-color: #C3152A;
}

.nav-menu {
  color: #fff;
  background-color: #871F22;
}

.navbar-nav {
  margin-top: 10px;
}

.nav-item {
  border-bottom: 1px solid #CF4354;
}

.nav-item .nav-link {
  padding: 1em;
}

/* MIN-WIDTH 576 */
@media (min-width:768px) {
  .navbar-nav {
    margin-top: inherit;
  }

  .nav-item {
    border-bottom: none;
  }

  .nav-item .nav-link {
    padding: inherit;
  }

}

/* HEADER CONTENT
-------------------------------------------------- */
.jumbotron-header {
  background-image: url(/static/images/new_divine/header-background-200.gif);
  background-repeat: repeat-x;
  margin-top: 7px;
  min-height: 290px;
  padding: 15px 0 22px 0;
}

.jumbotron-header-love{ 
  background-image: url(/static/images/new_divine/header-background-love.gif);
  background-repeat: repeat;
  padding: 0;
   }

.header-container {
  min-height: 200px;
  background-image: url(/static/images/new_divine/header-image-420.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-container-love{
  height: 200px;
  background-image: url(/static/images/new_divine/header-love-420.png);
}

.header-title img {
  display: block;
  width: 95%;
  max-width: 585px;
  text-align: center;
  margin: 0 auto;
}

.title-love img{
    max-width: 474px;
}

.header-subtitle img {
  display: block;
  width: 70%;
  max-width: 235px;
  text-align: center;
  margin: 0 auto;
}

.subtitle-love img{
  max-width: 293px;
}

/* MIN-WIDTH 350 */
@media (min-width:350px) {
  .header-container {
    padding-top: 0.5em;
  }

}

/* MIN-WIDTH 420 */
@media (min-width:420px) {
  .header-container {
    background-image: url(/static/images/new_divine/header-image-500.png);
    padding-top: 0.3em;
  }

  .header-container-love{
    background-image: url(/static/images/new_divine/header-love-500.png);
  }

  .header-title img {
    width: 100%;
    max-width: 400px;
  }

  .header-subtitle img {
    width: 60%;
  }

}

/* MIN-WIDTH 576 */
@media (min-width:576px) {
  .jumbotron-header {
    background-image: url(/static/images/new_divine/header-background.gif);
    height: 268px;
    padding: 20px 0;
  }

  .jumbotron-header-love{ 
  background-image: url(/static/images/new_divine/header-background-love.gif);
  background-repeat: repeat;
  padding: 0;
   }

  .header-container {
    height: 228px;
    background-image: url(/static/images/new_divine/header-image-540.png);
    padding-top: 1.5em;
  }

    .header-container-love{
    background-image: url(/static/images/new_divine/header-love-540.png);
    height: 268px; 
  }

  .header-title img {
    width: 100%;
    max-width: 585px;
  }

  .title-love img{
    max-width: 474px;
}

  .header-subtitle img {
    width: 60%;
  }

}

/* MIN-WIDTH 768 */
@media (min-width:768px) {
  .header-container {
    background-image: url(/static/images/new_divine/header-image-720.png);
  }

   .header-container-love{
    background-image: url(/static/images/new_divine/header-love-720.png);
  }

}

/* MIN-WIDTH 992 */
@media (min-width:992px) {
  .header-container {
    background-image: url(/static/images/new_divine/header-image.png);
  }

  .header-container-love{
  background-image: url(/static/images/new_divine/header-love.png);
}

}

.container-fix {
  padding-bottom: 70px;
}

.btn-link {
  color: #fff;
}

.btn-link:hover {
  color: rgba(255, 255, 255, .5);
}

/* CALL TO ACTION CONTENT
-------------------------------------------------- */
.calltoaction {
  position: relative;
}

.wrap-back {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  background-image: url(/static/images/new_divine/calltoaction-background.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.back-love{
  background-image: url(/static/images/new_divine/calltoaction-background-love.gif);
}

.call-bk-end img {
  width: 100%;
  max-width: 1016px;
}

.call-bk-end-pc {
  display: none;
}

.call-bk-end-m {
  display: block;
}

.calltoaction-content {
  padding-top: 2em;
  width: 75%;
  margin: 0 auto;
}

.calltoaction-content h3 {
  text-align: center;
  color: #8D4A0F;
}

.calltoaction-content .calltoaction-title{
  color: #D0011B;
}

.calltoaction-content .text {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 16px;
  color: #37210E;
}

.calltoaction-content .text-sale {
  color: #C3152A;
  margin: 0 auto;
  margin-bottom: .5em;
}

.clearfix {
  clear: both;
}

.btn-action, .btn-action:hover, .btn-action:visited {
  background-image: url(/static/images/new_divine/btn-action.png);
  background-repeat: no-repeat;
}

.btn-action {
  width: 204px;
  height: 44px;
  color: #fff;
  text-align: center;
}

.btn-example, .btn-example:hover, .btn-example:visited {
  font-weight: bolder;
  color: #C3152A;
  text-decoration: underline;
}

/* MIN-WIDTH 576 */
@media (min-width:576px) {
  .calltoaction-content {
    padding-top: 3em;
    width: 60%;
  }

  .calltoaction-content h3 {
    font-size: 2em;
  }

  .calltoaction-content .text {
    margin-top: 1em;
    line-height: 1.6;
  }

  .call-bk-end-pc {
    display: block;
  }

  .call-bk-end-m {
    display: none;
  }

}

/* MIN-WIDTH 768 */
@media (min-width:768px) {

.calltoaction-content .text {
   font-size: 20px;
 }
}

/* SAMPLE CONTENT
-------------------------------------------------- */
.row-sample {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  margin-top: 2em;
}

.wrap-samle {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.wrap-samle img {
  width: 100%;
  max-width: 540px;
}

.wrap-samle .samle-img{
  max-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}

.wrap-sample-mobile {
  margin-top: 1em;
}

.sample-content {
  background-color: #FCF1DD;
  border: 6px solid #8B572A;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 20px;
}

.sample-content-love{
  background-color: #FFF6F6;
  border-color: #8B2A2A;
}

.sample-content-img {
  background-image: url(/static/images/new_divine/sample-love-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100px;
}

.work-img {
  background-image: url(/static/images/new_divine/sample-work-img.png);
}

.sample-content-img h2 {
  color: #fff;
  line-height: 100px;
  text-align: center;
}

.sample-content h6 {
  margin-top: 10px;
  color: #8B572A;
}

.sample-content-title{
  color: #D0011B;
}

.sample-content p{
  color: #37210E;
}

/* MIN-WIDTH 576 */
@media (min-width:576px) {
}

/* MIN-WIDTH 768 */
@media (min-width:768px) {
  .row-sample {
    margin-top: 4em;
  }

  .wrap-sample-mobile {
    margin-top: 0;
  }

}

/* ASK STEP CONTENT
-------------------------------------------------- */
.ask-step {
  margin-top: 2em;
}

.ask-step-list {
  margin-top: 2em;
}

.ask-step-list li {
  list-style: none;
  margin-bottom: 1em;
}

/* THEORY
-------------------------------------------------- */
.theory {
  margin-top: 2em;
}

.wish-img {
  background-image: url(/static/images/new_divine/sample-wish-img.png);
  height: 200px;
}

.card-qa {
  background-color: #FCF1DD;
  border-color: #C0A384;
}

.card-qa .card-header {
  background-color: #871F22;
  border-color: #C0A384;
  padding: 5px;
}

.accordion-love .card-qa{
  background-color:#FFF6F6;
  border-color: #CF555E; 
  margin-bottom: 4px;
}

.accordion-love .card-header {
  background-color: #CF555E; 
  border-color: #CF555E; 
}

.card-qa .btn-link {
  text-align: left;
  width: 100%;
  white-space: normal;
}

/* MIN-WIDTH 576 */
@media (min-width:576px) {
  .theory {
    margin-top: 3em;
  }

}

/* FACEBOOK
-------------------------------------------------- */
.facebook-plugin {
  width:100%;
  margin:0 auto;
  text-align: center;
}

.facebook-plugin-title{
 color: #8D4A0F;;
  text-align: center;
}

.plugin-title-love{
   color: #D0011B;
}

/* EMAIL AND TRY
-------------------------------------------------- */
.wrap-samle .btn-other,
.btn-center-wrapper .btn-other{
  width: 240px;
  display: block;
  margin: 0 auto;
  margin-bottom:1em;
}

/* MOBILE CALL TO ACTION (FOOTER)
-------------------------------------------------- */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border: 6px solid #871F22;
  border-left: none;
  border-right: none;
  background-image: url(/static/images/new_divine/mobil-actionbar-bg.png);
  background-repeat: repeat-x;

  padding-top: 2px;
}
.wrap-bar {
  padding-right: 0;
  text-align: center;
}

/* MIN-WIDTH 768 */
@media (min-width:768px) {
  .wrap-bar {
    padding-right: 20px;
    text-align: right;
  }

}

/* MODAL ASK
-------------------------------------------------- */
.modal {
 overflow: scroll !important;
-webkit-overflow-scrolling: touch;
}
.modal-ask {
  background-color: #FCF1DD;
  border: 6px solid #8B572A;
  scroll-behavior: smooth;
}

.modal-love{
   background-color: #FFF6F6;
  border-color: #CF555E;
}

.modal-ask .modal-content {
  background-color: transparent;
  border-color: transparent;
   scroll-behavior: smooth;
}

.modal-ask .modal-header {
  border-color: #8B572A;
}

.modal-ask .modal-footer {
  border:6px solid #8B572A;
  border-top-width: 1px;

  background-color: #FCF1DD;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 30px;
}

.modal-love .modal-footer{
  background-color: #FFF6F6;
  border-color: #CF555E;
}

.btn-enter {
  background-color: #C3152A;
  color: #fff;
}

.card-bottom{
  margin-bottom: 1em; 
}


th.title{ width: 7em; }

.table  p{ margin-bottom: 0; }

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
}

input.form-control::-webkit-input-placeholder,
option,
textarea.form-control::-webkit-input-placeholder { 
  /* Chrome/Opera/Safari */
  color: #c2c2c2;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}

.btn-light {
    color: #666;
    background-color:transparent;
    border-color: #666;
    }

.no-margin-bottom{
margin-bottom:0;
  }

.badge-fix{
 vertical-align: text-top;
  }  

.on-sale-tag{
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}

.text-origin{
   color: #37210E;
}
.media-onsale{
  display: none;
  width: 230px;
  margin:0 auto;
  margin-bottom: 1em;
  margin-top: 2em;

}

.media-onsale h6{
  color: #C3152A;
}

#onsale-price{
  margin-bottom: 0px;
}

.media-body{
  display: inline-block;
}

.modal-dialog-fix .modal-body{
  padding-bottom:100px;
}

/* add by Edward*/
#invoice_info_div,
.pro_info_div{
    display: none;
}

/* example start */

.container-fix-padding{
  padding-left: 5px;
  padding-right: 5px;
}

.wrap-divination{
  padding-top: 1em;

}

 .border-burgundy {
  border-color:#871F22;
 }

 .sample-divination{
  padding-left: 5px;
  padding-right: 5px;
 }

 .divination-column{
  width: 100%;
  max-width: 500px;
  margin:0 auto;
  border: 4px solid #4A4A4A; 
    margin-top: 1em;
  padding: 2px;
 }

  .divination-column-outline{
   width: 100%;
   margin:0 auto;
  border: 1px solid #4A4A4A; 

 } 

 .inside-border{
  border-color: #4A4A4A;
 }

 .inside-border-bottom{
  border-bottom-width: 1px;
  border-bottom-style: solid;
 }

 .inside-border-right{
  border-right-width: 1px;
  border-right-style: solid;
 }

 .inside-border-left{
  border-left-width: 1px;
  border-left-style: solid;
 }

 .wrap-divination .title-color{
  color: #4A4A4A;
 }

 .wrap-divination .text-color{
  color: #666666;
 }

 .column-inside h5{
  margin-top: 10px;
 }

 .title-space{
  letter-spacing:5px;
 }

 .col-height-120{
  height: 120px;
 }

 .col-height-70{
  height: 70px;
 }

.col-ask{
  line-height: 120px;
}

.col-star{
line-height: 70px;
color: #D0011B;
}

 .col-ask span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
 }

  .text-vertical{
  -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr ;
  } 

  .text-vertical-rl{
  -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl ;
  } 

  .span-title{
    font-weight:500;
    font-size: 1rem;
  }
  /* MIN-WIDTH 400 */
@media (min-width:400px) {
  .span-title{
    padding-left:5px; 
  }

}
 /* MIN-WIDTH 500 */
@media (min-width:500px) {
  .span-title{
    padding-left:7px; 
  }

}

  .row-fix{
    margin-right: 0;
    margin-left: 0;
  }

  .col-fix{
    padding-left: 0;
    padding-right: 0;
  }

  .mark-title{
    color: #D0011B;
    font-size: 4em;
    word-spacing:20px;
    line-height: 1.8; 
  }

  .column-content{
    padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  }

  .text-line-height{
    line-height: 1.6;
  }

  .wrap-divination .bright-lv{
    width: 30px;
  }

  .box-overflow{
    width: 100%;
     overflow: scroll;
     -webkit-overflow-scrolling: touch;



  }

  .box-overflow::-webkit-scrollbar { width: 0 !important }
  .box-overflow { overflow: -moz-scrollbars-none; }
  .box-overflow { -ms-overflow-style: none; }

  .vertical-box{
    height: 260px;
    margin:0;
    margin-bottom: 10px;
    line-height: 30px;
     letter-spacing: 5px;
  }

  .box-less{
    height: 180px;
    line-height: 40px
  }

  .overflow{
    width: 100%;
    height: 500px;
    overflow: scroll;
     -webkit-overflow-scrolling: touch;
     margin:0 auto; 
      margin-top: 1em;
  
  }

  .overflow::-webkit-scrollbar { width: 0 !important }
  .overflow { overflow: -moz-scrollbars-none; }
  .overflow { -ms-overflow-style: none; }


  .chart-column{
    width: 500px;
    height: 500px;
    border: 4px solid #4A4A4A; 
    margin:0 auto; 
  padding: 2px;
  }

  .chart-column-outline{
    width: 100%;
    height: 100%;
border: 1px solid #4A4A4A; 
overflow: hidden;
  }

.chart-box{
  width: 162px;
  height: 162px;
  padding: 0;
}

.star-list tr{
  border: 0;
}

.star-list td{
height: 81px;
    width: 32px;
    padding: 0;
    margin: 0;
    padding-left: 3px;
    vertical-align: middle;
     border: 0;
}

.star-list-sp td{
  height: 68px;
}

.star-list-sp td.sp-title{
  height: 26px;
}

td.sp-title p{
  text-align: center;
}

.chart-box .star-list-img{
  width: 25px;
  height: 25px;
  margin-top: 5px;
  vertical-align:top;
}

.chart-box .star-line-img{
  width: 161px;
  height: 161px;
}

.chart-box .star-name{
  margin:0;
  padding: 0;
   -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl ;
 color: #D0011B;
}

.btn-action-2, .btn-action-2:hover, .btn-action-2:visited {
  background-image: url(/static/images/new_divine/btn-action-2.png);
}

/* edward add*/

.question-div{
  text-align: center;

}

.nav-link:hover{

  cursor: pointer;

}

.question-string{
  width: 100%;
}

/* example end */





/* ── 2026 Warm Theme Additions ─────────────────────────── */
.nav-item.active .nav-link {
    color: var(--color-gold) !important;
}
.navbar-collapse {
    background: var(--color-nav-bg);
    padding: 1rem;
    border-radius: 0 0 12px 12px;
}
@media (min-width: 768px) {
    .navbar-collapse {
        background: transparent;
        padding: 0;
    }
}
