@import url('https://fonts.googleapis.com/css2?family=Bentham&display=swap');

body.welcome-mobile{
    background-image: -moz-linear-gradient( 0deg, rgb(161,155,152) 0%, rgb(91,86,84) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(161,155,152) 0%, rgb(91,86,84) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(161,155,152) 0%, rgb(91,86,84) 100%);
}

body.welcome-mobile #qodef-page-mobile-header {
    background-color: transparent;
    height: 208px;
}


body.welcome-mobile #qodef-page-mobile-header-inner img#welcome-hna{
    height: 214px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    z-index: 2;
}

body.welcome-mobile #qodef-page-mobile-header #bigdot{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 60px;
}

body.welcome-mobile #qodef-page-mobile-header #bluedot{
    position: absolute;
    height: 144px;
    left: -29px;
    margin-top: 60px;
    z-index: 1;
}

body.welcome-mobile #qodef-page-mobile-header #whitedot{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 148px;
}

body.welcome-mobile #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo{
    font-family: 'Bentham', serif;
    font-size: 40px;
    float: left;
    left: -30px;
    top: -27px;
    color: #fff;
    letter-spacing: -1px;
    z-index: 3;
    text-shadow: 3.536px 3.536px 0px rgba(20, 20, 20, 0.16);
    -moz-transform: matrix( 0.82270505325555,0,0,0.82270505325555,0,0);
    -webkit-transform: matrix( 0.82270505325555,0,0,0.82270505325555,0,0);
    -ms-transform: matrix( 0.82270505325555,0,0,0.82270505325555,0,0);
}


body.welcome-mobile #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo .welcome-name{
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
}
.welcome-mobile .head_menu_login{
  background: rgba(0,0,0,0.3);
}
.welcome-mobile .head_menu_login a{
  color: #fff;
  font-weight: 300;
  padding: 0 15px;
  font-size: 12px;
}
.welcome-mobile .head_menu_login span{
  font-weight: 600;
  color: #fff;
}
.welcome-mobile .head_menu_login a:hover, .welcome-mobile .head_menu_login a:focus{
  font-weight: 700 !important;
}

/*==========GRID MENU============*/
.wrapper-welcome-mobile {
    display: grid;
    grid-template-columns: 50% 50%;	
  }
  
  .box-welcome-mobile {
          background-color: transparent;
          color: #fff;
          padding: 1em;
  }
  
  * {
      box-sizing: border-box;
  }

  .a {
      background-image: -moz-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(35,50,55,0.99608) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(35,50,55,0.99608) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(35,50,55,0.99608) 100%);
  }

  .b {
    background-image: -moz-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(43,41,40,0.99608) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(43,41,40,0.99608) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(115,109,107) 0%, rgba(43,41,40,0.99608) 100%);
  }

  .c {
    background-color: transparent;
  }

  .container-welcome-mobile {
      background-color: transparent;
  }

  body.welcome-mobile .container-welcome-mobile {
    background-color: transparent;
  }

  body.welcome-mobile .container-welcome-mobile .box-welcome-mobile {
    background-color: transparent;
    color: #fff;
    padding: 1.5em;
    box-shadow: -16px 1px 46px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: -16px 1px 46px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -16px 1px 46px -17px rgba(0,0,0,0.75);
  }

  body.welcome-mobile .box-welcome-mobile {
    background-color: transparent;
    color: #fff;
    padding: 1em;
  }

  body.welcome-mobile .box-welcome-mobile .menu-mobile{
    margin: 25px 0;
    display: block;
    line-height: 1.3;
    color: #fff;
  }

  body.welcome-mobile .box-welcome-mobile:nth-child(odd) .menu-mobile{
    padding-right: 60px;
    text-align: left;
  }

  body.welcome-mobile .box-welcome-mobile .menu-mobile span{
    font-size: 73%;
  }

  body.welcome-mobile .box-welcome-mobile .menu-mobile label{
    font-size: 125%;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  body.welcome-mobile .box-welcome-mobile:nth-child(even){
    text-align: right;
  }

  body.welcome-mobile .box-welcome-mobile:hover {
      background: rgba(255,255,255,0.4) !important;
      background-position: 100% 0;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  body.welcome-mobile .box-welcome-mobile:hover a {
      color:#000;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
 
  #vid a {
    background: right bottom/ 33% url(../img/welcome/youtube.png) no-repeat;
  }

  #toko a {
    background: 95% bottom/ 33% url(../img/welcome/toko_online.png) no-repeat;
    overflow: auto;
    padding-top: 5px;
  }

  #meme a {
    background: 93% center/ 40% url(../img/welcome/meme_islami.png) no-repeat;
    overflow: hidden;
    padding-top: 4px;
  }

  #meme label {
    padding-bottom: 0;
  }

  #artikel a {
    background: 87% top/ 27% url(../img/welcome/artikel.png) no-repeat;
    overflow: hidden;
    padding-top: 12px;
  }

  #artikel label{
    padding-bottom: 11px;
  }

  #zoom a {
    background: left bottom/ 33% url(../img/welcome/zoom.png) no-repeat;
    padding-left: 50px;
  }

  #donasi a {
    background: left center/ 40% url(../img/welcome/donasi.png) no-repeat;
    padding-left: 50px;
    padding-top: 12px;
  }

  #donasi label{
    padding-bottom: 12px;
  }
  
  #donasi:focus {
      outline: none;
  }

  #qna a {
    background: left bottom/ 34% url(../img/welcome/tanyajawab.png) no-repeat;
    padding-left: 50px;
    padding-top: 12px;
  }

  #qna label{
    padding-bottom: 18px;
  }

   /* effect-shine */
  a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }

  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

  @media screen and (min-width: 320px) and (max-width: 800px){
    .qodef-page-title {
      height: 130px;
    }
    .qodef-page-title .qodef-m-title {
      font-size: 40px;
    }
    body.noheader #qodef-page-wrapper{
      background: top center/cover url(../img/cinematerang.jpg) no-repeat !important;
    }
    body#reg.noheader #qodef-page-inner{
      width: 65%;
      padding-top: 55px;
    }
    body.noheader #qodef-page-inner{
      width: 80%;
      padding-top: 55px;
    }
    body.noheader .qodef-grid-inner{
      text-align: center;
    }
    body.noheader #qodef-page-footer .textwidget p{
      text-align: left !important;
    }
  }

  @media screen and (min-width: 400px) {
    #qna a {
      padding-top: 13px;
      background-size: 50px;  
    }
    #donasi a {
      background-size: 65px;
      padding-top: 15px;
    }
    #donasi label {
      padding-bottom: 14px;
    }
    #zoom a {
      background-position: left center;
      background-size: 55px;
      padding-top: 10px;
      padding-left: 60px;
    }
    
    #vid a {
      background-position: right center;
      background-size: 53px;
      padding-top: 1px;
      padding-right: 61px;
      padding-bottom: 1px;
    }
   
    #toko a {
      background-size: 57px;
      background-position: 97% center;
      padding-top: 10px;
    }
    #toko label {
      padding-bottom: 3px;
    }
    #meme a {
      background-position: 97%;
      background-size: 61px;
      padding-top: 10px;
      padding-right: 67px;
    }
    #meme label {
      padding-bottom: 7px;
    }
  }

  @media screen and (min-width: 480px) {
    #qna a {
      padding-top: 13px;
      background-size: 50px;  
    }
    #donasi a {
      background-size: 67px;
      padding-top: 16px;
    }
    #donasi label {
      padding-bottom: 15px;
    }
    #zoom a {
      background-position: left center;
      background-size: 55px;
      padding: 10px;
    }
    
    #vid a {
      background-position: right center;
      background-size: 53px;
      padding: 10px 0;
    }
   
    #toko a {
      background-size: 57px;
      background-position: 97% center;
      padding-top: 10px;
    }
    #toko label {
      padding-bottom: 3px;
    }
    #meme a {
      background-position: 97%;
      background-size: 61px;
      padding-top: 11px;
    }
    #meme label {
      padding-bottom: 7px;
    }
  }

  @media screen and (min-width: 600px) {
    #qna a {
      padding-top: 10px;
      background-size: 47px;
    }
    #donasi a {
      background-size: 67px;
      padding-top: 15px;
    }
    #donasi label {
      padding-bottom: 16px;
    }
    #zoom a {
      background-size: 60px;
      padding-top: 11px;
      background-position: left center;
    }
    #zoom label {
      padding-bottom: 14px;
    }
    #vid a {
      background-size: 58px;
      background-position: right center;
      padding-top: 9px;
    }
    #vid label {
      padding-bottom: 16px;
    }
    #toko a {
      background-size: 57px;
      background-position: 97% center;
      padding-top: 10px;
    }
    #toko label {
      padding-bottom: 3px;
    }
    #meme a {
      background-position: 97%;
      background-size: 61px;
      padding-top: 11px;
    }
    #meme label {
      padding-bottom: 7px;
    }
  }

  @media screen and (min-width: 768px) {
    body.welcome-mobile #qodef-page-mobile-header-inner img#welcome-hna {
      height: 282px;
      top: -72px;
      transform: scale(0.65) translate(34px, 4%);
      object-fit: none;
      object-position: -9% 11%;
      width: 473px;
      margin-top: 15px;
    }
    body.welcome-mobile #qodef-page-mobile-header #whitedot {
      height: 200px;
    }
    body.welcome-mobile #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo {
      font-size: 90px;
      padding-top: 40px;
    }
    body.welcome-mobile #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo .welcome-name {
      font-size: 20px;
      padding-top: 20px;
    }
    body.welcome-mobile #qodef-page-mobile-header #bigdot {
      height: 95px;
    }
    body.welcome-mobile #qodef-page-mobile-header #bluedot {
      height: 175px;
      left: -8px;
      margin-top: 66px;
      z-index: 0;
    }
  }

  @media screen and (min-width: 800px) {
    body.noheader #qodef-page-wrapper{
      background-size: 100% !important;
      background-repeat: repeat !important;
    }
    body #qodef-page-mobile-header{
      display: block !important;
    }
    #donasi a {
      background-size: 67px;
    }
    #zoom a {
      background-size: 60px;
      padding-top: 14px;
      background-position: left center;
    }
    #zoom label {
      padding-bottom: 11px;
    }
    #vid a {
      background-position: right 5px center;
      background-size: 60px;
      padding-top: 12px;
    }
    #vid label {
      padding-bottom: 13px;
    }
    #toko a {
      background-size: 57px;
      background-position: 97% center;
      padding-top: 5px;
    }
    #toko label {
      padding-bottom: 7px;
    }
    #meme a {
      background-size: 60px;
      padding-top: 10px;
      background-position: 97% center;
    }
    #meme label {
      padding-bottom: 6px;
    }
    .checkout .col2-set .col-2 {
      text-align: center;
    }
  }
/*============LOGIN===============*/
body.noheader #qodef-page-wrapper{
  background: top center/cover url(../img/cinematerang.jpg) no-repeat;
}
body.noheader #qodef-page-mobile-header{
  background: transparent;
}
#qodef-page-inner {
  width: 500px;
  margin: 0 auto;
  padding: 75px 0;
}
body.noheader input[type="text"], 
body.noheader input[type="email"], 
body.noheader input[type="url"], 
body.noheader input[type="password"], 
body.noheader input[type="number"], 
body.noheader input[type="tel"], 
body.noheader textarea {
  padding: 7px 15px;
  background-color: rgba(255,255,255,.7);
}
body.noheader .login label{
  color: #fff;
}
body.noheader input[type="text"]:focus,
body.noheader input[type="email"]:focus,
body.noheader input[type="url"]:focus,
body.noheader input[type="password"]:focus,
body.noheader input[type="number"]:focus,
body.noheader input[type="tel"]:focus,
body.noheader textarea:focus {
  color: #111;
  border-left-color: rgba(36, 97, 111, 0.7);
  background-color: rgba(201, 240, 251, 0.7);
}
body.noheader input[type="submit"], 
body.noheader button[type="submit"], 
body.noheader .qodef-theme-button {
  color: #fff;
  background-color: #02a2b3;
  border: 2px solid #70aec1;
  vertical-align: super;
}
body.noheader p a{
  float: right;
  color: #fff;
}
body.noheader .login a span{
  display: block;
  line-height: 1.4;
  margin: 0px 15px;
}
body.noheader .qodef-logo-text-inner{
  
}
.title_footer{
  font-family: 'Bentham', serif;
  color: #fff;
  font-size: 45px;
}

/*===============REG======================*/
body#reg form{
  color:#fff;
  text-align: left;
}
body#reg button{
  margin-top: 10px;
}
body#reg #qodef-page-inner {

  margin: 0 auto;
  padding: 58px 0;
}
body#reg h2{
  color: #fff;
  word-wrap: normal;
  font-size: 58px;
}
body#reg h2{
  color: #fff;
  word-wrap: normal;
  font-size: 58px;
  padding-top: 10px;
}

body#reg .qodef-grid-item h4{
  color:#fff;
}
body#reg .qodef-grid-item p{
  line-height: 1.3;
  background: #70aec1;
  padding: 6px 10px;
  border-radius: 15px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) {
  body#reg h2 {
    font-size: 2em;
    padding-top: 10px;
    line-height: 1;
  }
  .qodef-page-title .qodef-m-title {
    line-height: 1;
  }
  body.noheader p a[name="register"]{
    float: none;
    margin-top: 12px;
    display: inline-block;
  }
}
@media screen and (min-width: 800px) {
  body#reg #qodef-page-inner {
    width: 700px;
  }
  body.noheader p a[name="register"] {
    margin-top: 0;
  }
}
/*=====Waiting Payment======*/
#order_review_heading{
  color: #fff;
}
.shop_table{
  width: 100%;
  background: rgba(255,255,255,0.9);
  color: #000;
}
.shop_table thead{
  text-transform: uppercase;
}
.shop_table tbody .product-name{
  padding-left: 35px;
}
.product-total{
  width: 23%;
}
.order-total{
  background: #02A2B3;
  color: #fff;
}
.payment_methods h4{
  color: #fff;
  font-size: 47px;
}
.payment_methods h5{
  color: #fff;
}
#qodef-woo-page.qodef--checkout #order_review_heading{
  font-size: 40px;
}
#order_review a.button{
  line-height: 1.2;
  background: #b3b579;
}
#order_review a.button:hover, #order_review a.button:focus, #order_review a.button:active{
  color:#fff;
  border: solid 1px #fff;
}
.checkout{
  color: #fff;
}
.checkout .col2-set .col-2{
  border-top: 1px solid #fff;
  padding-top: 15px;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order{
  margin:0;
}
.ajax-file-upload-container .ajax-file-upload-statusbar{
  width: auto !important;
}

/*==================SHOP=====================*/
body#pglist_shop.noheader #qodef-page-wrapper{
  background: top center url(../img/pattgeometry.png) repeat #fff !important;
}
body#pglist_shop.noheader #qodef-page-inner{
  width: 80%;
}
#pglist_shop h4, .qodef-h4 {
  font-size: 30px;
  text-align: left;
  line-height: 1;
  text-shadow: 0px 0px 6px #fff;
}
#pglist_shop #qodef-woo-page .price, .qodef-woo-shortcode .price {
  margin:0;
}
#pglist_shop #qodef-woo-page .woocommerce-pagination .page-numbers {
  margin: 0 3%;
}

/*==================DETAIL PRODUK=====================*/


#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
  line-height: 1;
}
#pglist_shop .detil_produk #qodef-woo-page .price, .qodef-woo-shortcode .price {
  background: #000;
  color: #fff;
  padding: 6px 5px 3px 5px;
  display: inline-block;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
  text-align: justify;
}
#pglist_shop #qodef-woo-page.qodef--single form.cart {
  padding: 30px 0 50px 0;
  border-bottom: none;
}

@media only screen and (max-width: 680px){
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 50%;
  }
  #pglist_shop h4, .qodef-h4 {
    font-size: 23px;
  }
  .detil_produk #qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
    font-size: 45px;
  }
  #pglist_shop .detil_produk #qodef-woo-page .price, .qodef-woo-shortcode .price {
    margin: 0px 40px;
    text-align: center;
  }
  #pglist_shop .detil_produk #qodef-woo-page .button,#pglist_shop .detil_produk #qodef-woo-page .added_to_cart,#pglist_shop .detil_produk .qodef-woo-shortcode .button,#pglist_shop .detil_produk .qodef-woo-shortcode .added_to_cart{
    width: 100%;
  }
}

/*====================CART========================*/
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.product-details p{
  text-align: left;
}
.product-price {
  float: left;
  width: 12%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: 'Rp.';
}

/* Body/Header stuff */


label {
  color: #aaa;
}

.shopping-cart {
  margin-top: -45px;
}

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-title h5{
  font-size: 23px;
  margin: 3px 0 0;
  line-height: 1;
  text-align: left;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  text-align: left;
}
body.noheader input[type="number"]{
  padding: 0 5px;
}
.product .product-quantity input {
  width: 50px;
  font-size: 13px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #ff4242;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #e60023;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.main_cart .checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #5cb85c;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.main_cart .checkout:hover {
  background-color: #019701;
}

.alamat.qodef-grid{
  margin-top: 10px;
}

.de_cart select{
    height: 53px;
    padding: 0 11px;
}
#judul_cart{
  font-size: 35px;
  margin: 0;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 110px;
    text-align: left;
  }

  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 420px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
    font-weight: 800;
  }

  .product .product-line-price:before {
    content: 'Item Total: Rp.';
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}
.codes{
  bottom: 5%;
  left: 5%;
  position: fixed;
}
.codes div {
  border: 2px solid black;
  font-size: 20px;
  padding: 10px;
  background-color: red;
}
.codes div a{
  text-decoration: none;
  color: white;
  font-weight: 800;
}

/*==================DONASI=====================*/
#pgdonasi .wrapper-welcome-mobile{
  display: block;
  margin-top: -27px;
  background: rgba(255,255,255,0.5);
  padding: 0 45px;
}
#pgdonasi .wrapper-welcome-mobile .container_donasi h1{
  text-align: center;
  color: #000;
  padding-top: 50px;
}
#pgdonasi p{
  color: #000;
}
.griddonasi{
  display: grid;
  grid-template-columns: 30% 70%;
  padding-bottom: 50px;
}
.griddonasi #rek{
  padding-left: 15px;
  color: #000;
  font-size: 13px;
}
.griddonasi{
  padding-top: 0;
}