@charset "utf-8";

:root{
  --xadrum_font: 'Playfair Display', serif;
  --xadrum_green: rgb(171, 244, 169);
}

body{
  font-family: 'Open Sans', sans-serif !important;
  background-color: #f6f6f6 !important;
}

#main_menu{
  position: relative;
  display: inline-block;
  z-index: 4;
  cursor: default;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 6px 1px #888;
  padding: 30px 60px;
  transition-duration: 0.1s;
}

.mobile_logo{
  display: none;
  width: 200px;
  margin: 80px 0 0 20px;
}

.menu_items{
  position: relative;
  float: right;
}

.menu_items a{
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.2s;
  margin: 0 5px 0 5px;
  padding: 4px 0 4px 0;
  color: inherit;
  position: relative;
}

.menu_items a:hover{
  text-decoration: none;
  color: inherit;
}

.openbtn{
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
  color: rgb(75, 84, 173);
  font-size: 60px;
  z-index: 3;
  cursor: pointer;
  padding: 0 20px 0 20px;
}

.closebtn{
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 40px;
  line-height: 30px;
  width: 60px;
  color: rgb(75, 84, 173);
  transition-duration: 0.2s;
}


.dropbtn {
  background-color: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 0;
  font-size: 18px;
}

.dropbtn:hover, .dropbtn:focus {
  outline: none;
  color: #fff663;
}

.dropdown {
  display: inline-block;
  margin: 0 5px 0 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  min-width: 180px;
  text-align: right;
  margin-top: 10px;
}

.dropdown-content a {
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  transform: translateY(0);
  color: #fff663;
}

.dropdown-show {
  display:block;
}

.center_me{
  text-align: center;
}

.page_welcome{
  display: inline-block;
  margin: 10vh auto 0 auto;
}

.page_welcome p{
  margin-top: 30px;
}

.page_title{
  font-size: 3rem;
  font-family: var(--xadrum_font);
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 6px rgb(113, 79, 177);
}

.page_subtitle{
  font-family: var(--xadrum_font);
  text-align: center;
  margin-bottom: 40px;
}

.general_title{
  font-size: 3rem;
  font-family: var(--xadrum_font);
}

.title_logo{
  height: 120px;
  float: left;
  margin:16px 30px 0 0;
}

.home_cover{
  position: relative;
  background-color: #ccc;
  width: 70%;
  margin: 10vh 0 0 15%;
}

.home_cover img{
  position: relative;
  width: 100%;
  box-shadow: 0 0 12px 1px #666;
  z-index: 1;
}

.book_cover{
  position: relative;
  background-color: #ccc;
  width: 90%;
  margin-top: 20px;
}

.book_cover img{
  position: relative;
  width: 100%;
  box-shadow: 0 0 12px 1px #666;
  z-index: 1;
}

.cover_shadow{
  position: absolute;
  bottom: -2%;
  right: -4%;
  width: 100%;
  height: 100%;
  background-color: rgb(171, 244, 169);
  z-index: 0;
}

.book_info{
  margin-top: 24px;
}

.book_info p{
  margin-top: 30px;
}

.xa_btn{
  display: inline-block;
  padding: 14px 20px;
  background-color: rgb(75, 84, 173);
  color: #ffff;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.xa_btn:hover{
  color: #fff;
  text-decoration: none;
}

.xa_btn:disabled{
  display: none;
}

.section_break{
  position: relative;
  width: 100%;
  margin: 160px 0 120px 0;
  text-align: center;
}

.break_line{
  width: 80%;
  margin-left: 10%;
  height: 1px;
  background-image: radial-gradient(rgb(139, 173, 75),rgb(255, 255, 255));
}

.break_icon{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-size: 2rem;
  color: #888;
  text-align: center;
  padding-left: 6px;
}

.book_link{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  color: inherit;
}

.book_link:hover{
  color: inherit;
  text-decoration: none;
}

.book_link img{
  width: 100%;
  box-shadow: 0 0 6px 1px #bebebe;
  transition-duration: 0.3s;
}

.book_link:hover img{
  transform: scale(1.02);
}

.book_link h5{
  font-family: 'Playfair Display', serif;
  margin: 20px 0 6px 0;
}

.book_link .author{
  margin-bottom: 10px;
}

.news_section{
  margin-top: 40px;
  margin-bottom: 40px;
}

.news_section .social_link{
  color: inherit;
  font-size: 26px;
  margin-right: 12px;
}

.news_section .social_link:hover{
  color: inherit;
}

.facebook_icon{
  color: #4267B2 !important;
}

.twitter_icon{
  color: #1DA1F2 !important;
}

.instagram_icon{
  color: #405de6 !important;
}

.youtube_icon{
  color: #ff0000 !important;
}

.icon{
  margin-right: 10px;
}

.footer_bg{
  margin-top: 500px;
  width: 100%;
  padding: 60px 0;/*
  background-color: rgb(52, 125, 157);*/
}

.footer{

}

.author_link{
  display: inline-block;
  color: inherit;
  margin-bottom: 60px;
}

.author_link:hover{
  color: inherit;
  text-decoration: none;
}

.author_image{
  width: 100%;
  transition-duration: 0.2s;
}

.author_name{
  font-family: var(--xadrum_font);
}

.author_links:hover img{
  opacity: 0.6;
}

.author_link:hover img{
  opacity: 1;
}

.title_area{
  margin: 60px 0;
}

.author_title{
  margin-top: 60px;
}

.author_main_image{
  width: 100%;
}

.bio_title{

}

.bio{
  margin-top: 40px;
  width: 96%;
  text-align: justify;
}

.text_link{
  border-bottom: solid 1px #ccc;
}

.text_link:hover{
  text-decoration: none;
}

.profile_gallery{
  margin-top: 30px;
}

.profile_gallery img{
  width: 100%;
}

.books{
  width: 100%;
  display: inline-flex;
}

.book_info h1{
  font-family: var(--xadrum_font);
}

.tag{
  font-style: italic;
  color: #888;
}

.variant_title{
  color: #888;
}

.variant_price{
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.variant_price::first-letter{
  margin-right: 8px;
}

.add{
  margin-top: 30px;
}

.add input{
  vertical-align: top;
  width: 60px;
  height: 42px;
  text-align: center;
  padding: 6px;
  border: solid 1px #28a745;
  outline: none;
  font-weight: 700;
}

.add .submitbtn{
  vertical-align: top;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 6px 0 6px;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  width: 200px;
  margin-left: -5px;
  border: none;
  cursor: pointer;
}

.add a:hover{
  color: #fff;
  text-decoration: none;
}

#formMessage{
  position: absolute;
  margin-top: 20px;
  border: solid 1px #ccc;
  width: 100%;
}

.variant_btn{
  min-width: 100px;
  border: solid 0.5px #ccc !important;
  margin-right: 10px;
}

.active_variant{
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#optionInfo{
  margin-top: 30px;
}

#feedback{
  margin-top: 10px;
}

.feedback_icon{
  margin-right: 10px;
  font-size: 1.2rem;
}

.feedback_bad{
  color: #7e0000;
}

#basketTotal{
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: var(--xadrum_green);
  border-radius: 100%;
  padding: 0 6px;
  font-size: 0.8rem;
}

.checkout_item{
  margin-bottom: 30px;
  color: rgb(61, 61, 61);
}

.checkout_item .row{
  min-height: 180px;
}

.checkout_image{
  width: 100%;
  box-shadow: 4px 4px 10px #444;
}

.checkout_item h5{
  font-family: 'Playfair Display', serif;
}

.checkout_item a{
  color: inherit;
}

.checkout_item a:hover{
  color: inherit;
  text-decoration: none;
}

#totals h3{
  text-align: center;
  margin-bottom: 20px;
}

.right_align{
  text-align: right;
}

.button_area{
  text-align: center;
}

.total_row{
  margin-top: 10px;
}

.qty input{
  border: none;
  border-radius: 30px;
  padding: 4px;
  text-align: center;
  border: solid 1px #28a745;
  outline: none;
  width: 40px;
  margin-left: 10px;
}

.qty{
  position: absolute;
  bottom: 0;
}

.remove{
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 6px;
  cursor: pointer;
  color: #aaa;
}

.remove .icon{
  color: #ff6600;
}

.button_radius{
  border-radius: 30px;
}

.checkout_feedback{
  display: inline-block;
  margin-left: 10px;
  color: #757575;
}

.instructions{
  margin-bottom: 40px;
}

.form input, .form textarea{
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  border: solid 1px #28a745;
  outline: none;
  width: 100%;
  margin-top: 10px;
  resize: none;
}

#payment{
  text-align: center;
}

#basketFeedback{
  margin: 20px 0 60px 0;
  text-align: left;
}

#payment-form {
  width: 500px;
  max-width: 100%;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  margin-top:30px;
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

.card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */
#payment-form button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#filterCard, #filterConfirmation{
  display: none;
}

.confirmation_id{
  margin-bottom: 20px;
}

.order_id{
  margin-bottom: 30px;
}

#bookInfo{
  margin: 60px 0;
}

.some_margin{
  margin-top: 60px;
}

.xa_100{
  width: 90%;
  margin-left: 5%;
}

.checkout_total{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 60px;
}

.first_published{
  color: #818181;
  margin-bottom: 10px;
}

.playlist{
  margin-bottom: 30px;
  height: 600px;
}

/*BREAKPOINT*/

/*  Extra large devices  */
@media (max-width: 1199px) {

  .playlist{
    height: 500px;
  }

}

/*  Large devices  */
@media (max-width: 991px) {

  #main_menu{
    width: 100%;
  }

  .dropdown-content{
    background-color: rgba(2, 52, 69, 1);
    z-index: 3;
  }

  .playlist{
    height: 400px;
  }

}

/*  Medium devices */
@media (max-width: 767px) {

  #main_menu{
    margin-top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    min-height: 100vh;
    z-index: 6;
    overflow: hidden;
    padding: 0;
  }

  .mobile_logo{
    display: block;
  }

  .menu_items{
    display: inline-block;
    margin-top: 100px;
    width: 100%;
  }

  .menu_items a{
    display: table;
    margin: 0 0 10px 10px;
    font-size: 22px;
  }

  #basketTotal{
    background-color: transparent;
  }

  .menu_items a:hover{
    transform: translateY(0);
  }

  .openbtn, .closebtn{
    display: inline-block;
  }

  .dropbtn{
    font-size: 22px;
    margin: 0 auto 10px auto;
  }

  .dropbtn:hover, .dropbtn:focus {
    transform: translateY(0);
  }

  .dropdown{
    width: 100%;
    margin: 0;
  }

  .dropdown-content{
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    transition-duration: 0.3s;
    padding: 20px 0 20px 0;
  }

  .dropdown-content a {
    color: inherit;;
  }

  .dropdown-content a:hover {
    color: inherit;;
  }

  .bio{
    margin-bottom: 60px;
  }

  .playlist{
    height: 300px;
  }

}

/*  Small devices  */
@media (max-width: 566px) {

}
