html {
  /*scroll-behavior: smooth;*/
}
body{
	background-color: #ccc;
	color:#343434;
	font-family: "Open Sans", sans-serif;	
}

@font-face    {
    font-family: 'Segoe_UI_Bold';
    src: url('../fonts/Segoe-UI-Bold.ttf');
}

p{
	font-family: "Open Sans", sans-serif;
}

ul{
	list-style: none;
}

a, a:hover, a:active, a:visited{
	text-decoration: none;
}



/* 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;
}

input, textarea, select{
    outline: none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}  



label.error{
	margin-top:6px;
	color:red;
	font-size: 14px;
}



.has-error{
	border-color:red!important;
}

.font_lobster {
    font-family: 'Lobster', cursive!important;
    font-weight: normal!important;
    text-transform: unset!important;
}

.font_racing_sans {
    font-family: 'Racing Sans One', cursive!important;
    font-weight: normal!important;
    /* text-transform: unset!important; */
}

.font_asap_condensed {
    font-family: 'Asap Condensed', sans-serif!important;
    font-weight: 700!important;
    /* text-transform: unset!important; */
}

.font_oswald {
    font-family: 'Oswald', sans-serif!important;
    /* text-transform: unset!important; */
}

.bg-black{
	background-color: #000;
}

.t-dark{
	color:#343434;
}

.w-90{
	width: 90%;
}

.btn-more{
  border-radius: 0.45rem;
  color: #343434;
  background-color: #e5e5e5;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.15)!important;  
}

.rotate{
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


.green-txt{
	color:#399d55;
}
.splitter{
	display: none;
}

.splitter hr{
	margin-top:10px;
	margin-bottom: 0px;
}

.btn-grey{
	background-color: #666667;
	color:#fff;
	font-size: 20px;
}

.card, .card-body{
	border-radius: 0.45rem;
}

.order-card{
	background-color: #f7f7f7;
}

.super-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-top:30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.super-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.super-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  border:1px solid #ced4da;
}

/* On mouse-over, add a grey background color */
.super-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.super-checkbox input:checked ~ .checkmark {
  background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.super-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.super-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.super-checkbox .checkmark:after {
  left: 9px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: solid white;
  border-radius: 50%;
  background-color: #fff;
}

.header-container{
	position: relative;
	width:94%;
	margin:0 auto;
	border-radius: 0.3rem;
}

.header{
	padding-top:80px;
	padding-bottom:140px;
}

.header2{
	padding-top:80px;
	padding-bottom:140px;
}

.header-bg{
	background-color: #3d2f2f;
	background-image: linear-gradient(to right, #a32123, #dd4246);
}

.header-panel{
	padding-top: 130px;
	padding-bottom: 130px;	
	border:none;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.5)!important;
	background-color: transparent;
}

.header-panel2{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;	
	border:none;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.5)!important;
	background-color: transparent;	
}

.header-container-bg{
	background-color: #871b28;
	background-image: url(/img/header_bg_desktop.png);
	background-repeat:no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.header-panel .drop-btn{
	position: absolute;
	padding:24px 40px;
	bottom: -100px;
  left: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  background-color: #ea494e;
  border-radius: 50%;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.5)!important;  
	animation: MoveUpDown 1s linear infinite;	
	z-index:1000;
	color:#fff;
}

.header-panel .drop-btn:hover{
  background-color: #c93f44;
}

.header-container .instaprofile{
	position: absolute;
	top:10px;
	bottom:10px;
	right:30px;
	width:280px;
	background-image: url(/img/letsreadabook.png);
	background-repeat:no-repeat;
  background-size: 100% auto;
  background-position: center center;	
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: -100px;
  }
  50% {
    bottom: -120px;
  }
}

.header .card .author, .header2 .card .author, .header .card .author:visited, .header2 .card .author:visited{
	margin-left: -220px;	
	font-size: 30px;
	color:#fff;
	margin-bottom:2px;
}

.header .card .title, .header2 .card .title, .header .card .title:visited, .header2 .card .title:visited{
	font-size: 60px;
	color:#fff;	
	letter-spacing: 2px;
}

.footer{
	padding-top:60px;
	padding-bottom:60px;	
}

.btn-order{
	width: auto!important;
	color:#fff;
	font-size:22px;
	border:none;
	border-radius:6px;
	padding:14px 18px;
	max-width: 400px;
	background-color: #3d2f2f;
	background-image: linear-gradient(to right, #ed01c5, #065eff);
}

.btn-order .buttontext{
	line-height: 22px;
}

.btn-order .info{
	font-size: 16px;
}

.btn-order-big{
	color:#fff;
	font-size:30px;
	border:none;
	border-radius:6px;
	padding:15px 18px;
	background-color: #3d2f2f;
	background-image: linear-gradient(to right, #ed01c5, #065eff);
}

.btn-order:hover, .btn-order-big:hover{
	background-image: linear-gradient(to right, #ff00d4, #0145c0);
}

.custom-control-label{
	font-size: 16px;
}

.info-section{
	margin-top:-50px;
}

.book-img-sm{
	width:60px;
}

.book-section{
	margin-top:-50px;
}

.book-panel{
	color:#343434;
	margin-bottom:70px;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.3)!important;
}

.book-panel .book{
	margin-top:-60px;
}

.book-panel .description .author{
	font-size:18px;
	font-style: italic;
	margin-bottom: 4px;
}

.book-panel .description .title{
	font-size: 30px;
}

.book-panel .description .text{
	padding-top:10px;
	font-weight: 300;
	font-size: 16px;
	margin-bottom:20px;
	/*text-overflow: ellipsis;
  max-height:5.8em;
  line-height: 1.6em;
  overflow:hidden;	*/	
}

.book-panel .info .price-container{
	position: relative;
	display: inline-block;
}

.book-panel .info .price-container .discount-label{
	position: absolute;
	width: 40px;
	height:40px;
	right: -10px;
	top: -10px;
	background-image: url(/img/discount_label.png);
	background-repeat:no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color:#fff;
  font-size:15px;
  text-align: center;
  padding-top:10px;
}

.book-panel .info .price{
	letter-spacing: 2px;
	color:#949494;
}

.book-panel .info .discount-price{
	line-height: 34px;	
	letter-spacing: 2px;	
	font-size:38px;	
}

.book-panel .info .shipping-details{
	/*padding-left:20px;*/
}

.book-panel .info .shipping-title{
	font-size: 14px;
	margin-bottom:5px;
}

.book-panel .info .shipping-info{
	font-style: italic;
	font-size: 12px;	
	margin-bottom:0.5rem;
}

.book-panel .info .shipping-cost{
	margin-bottom:5px;
	font-size: 18px;
}

.book-panel .info .txt-small{
	font-size: 14px;
}

.testimonal-section .comment{
	font-style: italic;
	font-size:14px;
	line-height: 24px;
	margin-bottom:20px;
}

.testimonal-section .comment_author{
	font-size:14px;
}


.testimonal-section .stars {
  color: #fdb400!important;
}

.testimonal-section .stars .fa-star{
	margin-right: 2px;
}

.about-section .profile-img {
  width:70%;
}

.about-section .signo-img {
  width: 200px;
}

.about-section .text {
  font-weight: 300;
	font-size: 16px;  
}

.support-section .support-img {
  width:70%;
}

.support-section .text {
  font-weight: 300;
	font-size: 16px;  
}

.support-section .support-input{
	/*width:200px;*/
	padding:14px 10px 13px 10px;
}


.order-section{
	margin-top:-50px;
}

.order-panel{
	color:#343434;
	margin-bottom:30px;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.3)!important;
}

.order-panel .order-header {
	font-family: 'Asap Condensed', sans-serif;
}

.order-panel .order-description {
  font-weight: 300;
	font-size: 16px;  
}

.order-section .support-img {
  width:80px;
}

.order-section .support-input{
	width:240px;
	padding:11px 10px 10px 10px;
}

.order-section .order-input{
	padding:11px 10px 10px 10px;
}

.item-panel{
	background-color: #e5e5e5;
	border:none;
	margin-bottom:30px;
	box-shadow: 0 .8rem 1rem rgba(0,0,0,.15)!important;	
}


.book-panel .item-panel .author{
	font-style: italic;
	margin-top:10px;
	margin-bottom:5px;	
}

.book-panel .item-panel .title{
	font-size: 20px;
}

.book-panel .item-panel .price-container{
	position: relative;
	display: inline-block;
	margin-top:16px;
}

.book-panel .item-panel .price-container .discount-label{
	position: absolute;
	width: 30px;
	height:30px;
	right: 10px;
	top: -6px;
	background-image: url(/img/discount_label_2.png);
	background-repeat:no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color:#fff;
  font-size:12px;
  text-align: center;
  padding-top:7px;
}

.book-panel .item-panel .price{
	letter-spacing: 2px;
	color:#949494;
}

.book-panel .item-panel .discount-price{
	line-height: 34px;	
	letter-spacing: 2px;	
	font-size:30px;	
}

.book-panel .item-panel .shipping-details{

}

.book-panel .item-panel .shipping-title{
	font-size: 12px;
	margin-top:8px;
}

.book-panel .item-panel .shipping-info{
	font-style: italic;
	font-size: 10px;	
}

.order-panel .item-panel .author{
	font-size: 18px;
	font-style: italic;
	margin-top:10px;
	margin-bottom:5px;	
}

.order-panel .item-panel .title{
	font-size:24px;
}

.order-panel .item-panel .format{
	white-space: nowrap;
}

.order-panel .item-panel .price-container{
	position: relative;
	margin-top:16px;
	text-align: right;
	padding-right:20px;
}

.order-panel .item-panel .price-container .discount-label{
	position: absolute;
	width: 30px;
	height:30px;
	right: -5px;
	top: -6px;
	background-image: url(/img/discount_label_2.png);
	background-repeat:no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color:#fff;
  font-size:12px;
  text-align: center;
  padding-top:7px;
}

.order-panel .item-panel .price{
	letter-spacing: 2px;
	color:#949494;
	padding-right:10px;		
}

.order-panel .item-panel .discount-price{
	line-height: 34px;	
	letter-spacing: 2px;	
	font-size:30px;
}

.order-panel .item-panel .shipping-cost{
	font-size:14px;
}

.order-panel .item-panel .shipping-title{
	font-size: 14px;
	margin-top:14px;
}

.order-panel .item-panel .shipping-info{
	font-style: italic;
	font-size: 12px;	
}

.input-panel{
	border: 2px dashed #aaa;
}

.footer p{
	margin-top:20px;
}


.btn-cod{
	line-height: 22px;
}


.btn-cod .cod-info{
	font-size: 16px;
}

@media only screen and (max-width: 1199px){

	.header2{
		padding-top:60px;
		padding-bottom:120px;
	}

	.header-panel{
		padding-top: 100px;
		padding-bottom: 110px;
	}

	.header .card .author{
		font-size: 1.8rem;
	}

	.header .card .title{
		font-size: 3.2em;
	}

	.book-panel .info .shipping-details{
		padding-left:0px;
		/*padding-top:20px;*/
	}

	.book-panel .info .btn-order{
		width: 100%;
	}

	.header-container .instaprofile{
		top:20px;
		bottom:20px;
		right:20px;
		width:240px;
	}

}

@media only screen and (max-width: 991px){

	.header{
		padding-top:60px;
		padding-bottom:140px;
	}

	.header2{
		padding-top:50px;
		padding-bottom:110px;
	}

	.header .card .author, .header2 .card .author{
		margin-left: -180px;	
		font-size: 24px;
	}

	.header .card .title, .header2 .card .title{
		font-size: 48px;
	}

	.header-panel{
		padding-top: 60px;
		padding-bottom: 320px;
	}

	.header-container-bg{
		background-image: url(/img/header_bg_mobil.png);		
	  background-size: cover;
	}

	.header-container .instaprofile{
		bottom:60px;
	  left: 50%;
	  transform: translate(-50%, 0%);
		width:240px;
		background-position: bottom center;
	}


	.header .card .author{
		font-size: 1.4rem;
	}

	.header .card .title{
		font-size: 2.4em;
	}


	.book-panel .book{
		text-align: center;
	}
	.splitter{
		display: block;
	}
}

@media only screen and (max-width: 767px){
	.header{
		padding-top:40px;
		padding-bottom:140px;
	}

	.header2{
		padding-top:40px;
		padding-bottom:100px;
	}

	.header-panel{
		padding-top: 35px;
		padding-bottom: 280px;
	}

	.header-container .instaprofile{
		width:200px;
	}


	.header .card .author, .header2 .card .author{
		margin-left: -180px;	
		font-size: 18px;
	}

	.header .card .title, .header2 .card .title{
		font-size: 42px;
	}

	.support-section .support-input{
		width:100%;
	}
	.support-section .btn-order{
		width: 100%;
	}

	.header-panel .drop-btn{
		padding:18px 30px;
		bottom: -85px;
	  font-size: 30px;
	}

	.order-panel .item-panel .author{
		font-size:14px;
	}

	.order-panel .item-panel .title{
		font-size:16px;
	}


	@keyframes MoveUpDown {
  0%, 100% {
    bottom: -80px;
  }
  50% {
    bottom: -100px;
  }

}

@media only screen and (max-width: 575px){
	.header{
		padding-top:20px;
		padding-bottom:140px;
	}

	.header2{
		padding-top:30px;
		padding-bottom:90px;
	}

	.header .card .author, .header2 .card .author{
		margin-left: -180px;	
		font-size: 18px;
	}

	.header .card .title, .header2 .card .title{
		font-size: 36px;
	}

	.support-section .support-input{
		width:100%;
	}
	.support-section .btn-order{
		width: 100%;
	}

	.order-panel .order-header{
		font-size: 30px;
	}

	.order-panel .item-panel .price{
		font-size:15px;
	}

	.order-panel .item-panel .price-container{
		padding-right:10px;
	}

	.order-panel .item-panel .discount-price{
		font-size:26px;
	}

	.order-panel .item-panel .price-container .discount-label{
		right: -15px;
	}

	.order-panel .item-panel .shipping-cost{
		font-size:12px;
		margin-bottom:0.5rem;
	}

	.order-panel .item-panel .shipping-cost .price{
		font-size:12px;
	}


	.order-panel .item-panel .shipping-title{
		font-size: 11px;
	}
}

@media only screen and (max-width: 480px){
	.header .card .author{
		font-size: 1.2rem;
	}

	.header .card .title{
		font-size: 1.8em;
	}

	.header .card .author, .header2 .card .author{
		margin-left: 0px;	
		font-size: 18px;
	}

	.header .card .title, .header2 .card .title{
		font-size: 36px;
	}

	.order-panel .item-panel .price-container .discount-label{
		right: -20px;
	}

	.order-panel .item-panel .price-container{
		padding-right:5px;
	}

	.order-panel .item-panel .discount-price{
		font-size:22px;
	}
	.btn-order-big{
		font-size: 28px;
	}

}


@media only screen and (max-width: 420px){
	.book-img{
		width:70%;
	}
}