.header_section {
  margin-bottom: 40px;
  background-color: #830000;
  text-align: center;
}

.content_section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../images/tarot_bg1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.footer_container {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  display: block;
  width: 300px;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
}

.footer_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.v2 {
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
    color: #f8c428;
}

.footer-link.v2:hover {
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.header_wrapper {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.header_logo {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.logo {
  margin-right: auto;
  margin-left: auto;
}

.content_container {
  width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  box-shadow: 0 0 20px 7px #e7e7e7;
}

.block {
  padding: 10px;
}

.block.bordered {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px dashed #e4b900;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 9px 25px -2px rgba(0, 0, 0, 0.12);
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.p-text {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
li{
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.p-text.p-alt {
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.heading {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}

.heading_h2 {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.heading_h2.h2_xl {
  font-size: 44px;
}

.p-list {
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/long-check-mark-red.svg');
  background-position: 0% 0%;
  background-size: 20px 25px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none;
}

.p-ul {
  padding-left: 0px;
  list-style-type: none;
}

.image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.product-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  border: 3px dashed #e4b900;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.text-span {
  color: #000;
  font-weight: 700;
}

.text-span-2 {
  text-decoration: underline;
}

.li-bold {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
  background-image: linear-gradient(180deg, #ffe100, #ffe100);
  color: #000;
}

.div-block-2 {
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  text-decoration: none;
}

.prodcut_h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
}

.div-block-3 {
  text-align: left;
}

.div-block-4 {
  text-align: left;
}

.title_price_1 {
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.title_price_1.xl {
  font-size: 36px;
}

.price_discount {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #c90000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: line-through;
}

.price_discount.xl {
  font-size: 20px;
}

.text_price {
  color: #00a04d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.text_price.xl {
  font-size: 28px;
}

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.text-block-6 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.price_text_list {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.text-block-8 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.text-block-9 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.text-block-10 {
  margin-bottom: 10px;
  color: #00a04d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.product-col {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-col.set2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  text-align: left;
}

.columns-2 {
  text-align: center;
}

.btn_cta1 {
  display: block;
  padding: 20px 20px 25px;
  border-radius: 100px;
  background-color: #ffd110;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb50b), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #ffb50b, hsla(0, 0%, 100%, 0));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.btn_cta1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb50b), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #ffb50b, hsla(0, 0%, 100%, 0));
}

.btn_cta1:active {
  background-color: #ffb50b;
  background-image: none;
}

.text-span-3 {
  font-size: 18px;
}

.text-span-4 {
  font-size: 18px;
}

.link {
  font-weight: 600;
  text-align: center;
}

.div-block-6 {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.div-block-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.italic-text {
  color: #830000;
  font-style: italic;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ffb50b;
  border-radius: 100px;
  background-color: #ffd110;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb50b), to(transparent));
  background-image: linear-gradient(0deg, #ffb50b, transparent);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb50b), to(transparent));
  background-image: linear-gradient(180deg, #ffb50b, transparent);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
}

.button:active {
  background-color: #ffb50b;
  background-image: none;
}

.text-span-5 {
  color: #fc2323;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
}

.text-span-6 {
  color: #830000;
}

.scroll {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header_section-2 {
  background-color: #000;
  background-image: url('../images/body-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header_wrapper-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-2 {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.card {
  max-width: 60%;
  margin-bottom: 20px;
}

.card_image {
  text-align: center;
}

.tarot_icon {
  text-align: center;
}

.icon_tar {
  max-width: 15%;
  margin-top: -57px;
  margin-bottom: 20px;
}

.heading_h3 {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #7e2626;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.heading_h3.h2_xl {
  font-size: 44px;
}

.hr_image {
  text-align: center;
}

.hr {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer_section-2 {
  background-color: #55160c;
}

.footer_container-2 {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo-2 {
  display: block;
  width: 300px;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
}

.footer-link-2 {
  margin-right: 10px;
  margin-left: 10px;
  color: #f8c428;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-text-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .footer_container {
    width: 95%;
  }

  .content_container {
    width: 100%;
  }

  .scroll {
    width: 750px;
  }

  .logo-2 {
    width: 45%;
  }

  .footer_container-2 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .footer_container {
    width: 100%;
  }

  .content_container {
    width: 100%;
  }

  .heading {
    font-size: 20px;
  }

  .heading_h2 {
    font-size: 28px;
  }

  .heading_h2.h2_xl {
    font-size: 36px;
  }

  .product-block {
    padding: 10px;
  }

  .prodcut_h2 {
    font-size: 26px;
  }

  .title_price_1 {
    font-size: 24px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .price_text_list {
    margin-bottom: 10px;
  }

  .btn_cta1 {
    font-size: 18px;
  }

  .text-span-3 {
    font-size: 14px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .scroll {
    width: 100%;
  }

  .heading_h3 {
    font-size: 28px;
  }

  .heading_h3.h2_xl {
    font-size: 36px;
  }

  .footer_container-2 {
    width: 100%;
  }

  .footer-text-2 {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    margin-bottom: 20px;
  }

  .footer_container {
    width: 90%;
  }

  .footer-logo {
    width: 60%;
  }

  .footer-link {
    display: block;
    line-height: 1.6;
  }

  .footer-text {
    font-size: 10px;
  }

  .header_logo {
    width: 60%;
  }

  .content_container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .block.bordered {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .heading_h2 {
    font-size: 26px;
  }

  .heading_h2.h2_xl {
    font-size: 26px;
  }

  .p-list {
    padding-left: 25px;
  }

  .image {
    width: 60%;
  }

  .product-block {
    padding: 20px 10px 10px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .prodcut_h2 {
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
  }

  .title_price_1 {
    font-size: 20px;
  }

  .title_price_1.xl {
    font-size: 34px;
  }

  .text_price {
    font-size: 18px;
  }

  .text_price.xl {
    font-size: 26px;
  }

  .product-col.set2 {
    display: block;
  }

  .btn_cta1 {
    font-size: 20px;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .text-span-4 {
    font-size: 18px;
  }

  .column {
    padding-bottom: 20px;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button {
    font-size: 18px;
  }

  .text-span-5 {
    font-size: 24px;
  }

  .logo-2 {
    width: 60%;
  }

  .card {
    max-width: 90%;
  }

  .heading_h3 {
    font-size: 22px;
  }

  .heading_h3.h2_xl {
    font-size: 26px;
  }

  .footer_container-2 {
    width: 90%;
    padding-top: 20px;
  }

  .footer-logo-2 {
    width: 50%;
  }

  .footer-link-2 {
    display: block;
    line-height: 1.6;
  }
}

.tab_button {
  background-color: #7E2626;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;

  /* Font */
  font-family: 'Open Sans', sans-serif;
}

.tab_button_jiggle {
  background-color: #7E2626;
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;

  /* Font */
  font-family: 'Open Sans', sans-serif;

  animation: tab_button_jiggle 0.50s ease-in-out infinite;
}

@keyframes tab_button_jiggle {
0% { transform: rotate(0deg); }
25% { transform: rotate(1deg); }
50% { transform: rotate(0eg); }
75% { transform: rotate(-1deg); }
100% { transform: rotate(0deg); }
}

.tab_button_jiggle:hover {
transform: rotate(0deg);
animation-play-state: paused;
}
