/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 квіт 2017, 10:14:35
    Author     : user
*/

html {
    height: auto !important;
}

.fa{
    color: #4267b2;
}

.reviews-slider__subtitle a{
    display: none;
}

.reviews-slider__subtitle p {
    margin-right: 0px !important;
}

.main-quote{
    background-color: black;
}

.announcement__slider .slider__description {
    text-align: justify;
}

.filters-book__book-type {
    font-size: 12px;
}

.filters-book__description {
    font-size: 12px;
    text-align: justify;
}

.reviews-slider__body p{
    text-align: justify;
}

.popup__book-dexscription p{
    text-align: justify;
}

.form-group select {
    width: 100%;
    height: 42px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    color: #455a64;
    font-size: 14px;
    outline: none;
    background-color: white;
}

.popup-format__btn__underline_container{
    text-align: center;
    padding-top: 20px;
}

.slider__photo{
    cursor: pointer;
}

.btn__preorder-feedbacks{
    margin-top: 10px;
}

.filters-book__photo {
    transform: none;
    box-shadow: none;
    padding: 0px;
    overflow: visible;
}

.announcement__slider .slider__photo {
    box-shadow: 5px 10px 40px rgba(0,0,0,0.25);
}

.popup.is-show {
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
}

.popup__photos-read{
    height: 32px;
    width: 32px;
    margin-top: 10px;
    margin-left: 15px;
    position: absolute;
    cursor: pointer;
}

.popup__photos-read>img{
    height: 100%;
    width: 100%;
}


/******************Cover Animations******************/

.bk-list *,
.bk-list *:after,
.bk-list *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.bk-list .clearfix:before,
.bk-list .clearfix:after {
    content: " ";
    display: table;
}

.bk-list .clearfix:after {
    clear: both;
}

.bk-list .clearfix {
    *zoom: 1;
}

.bk-list {
    list-style: none;
    position: relative;
    margin: 30px;
}

.bk-list li {
    position: relative;
    width: 267px;
    float: left;
    z-index: 1;
    margin: 0px 50px 40px 0;
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

.bk-list li:last-child {
    margin-right: 0;
}

.bk-info {
    position: relative;
    margin-top: 400px;
}

.bk-list li .bk-book {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.bk-list li .bk-book.bk-bookdefault:hover {
    -webkit-transform: rotate3d(0,1,0,35deg);
    transform: rotate3d(0,1,0,35deg);
}

.bk-list li .bk-book.bk-bookdefault.hover {
    -webkit-transform: rotate3d(0,1,0,35deg);
    transform: rotate3d(0,1,0,35deg);
}



.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
    display: block;
    position: absolute;
}

.bk-list li .bk-front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0,0,20px);
    transform: translate3d(0,0,20px);
    z-index: 10;
}

.bk-list li .bk-front > div {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bk-list li .bk-page {
    -webkit-transform: translate3d(0,0,19px);
    transform: translate3d(0,0,19px);
    display: none;
    width: 263px;
    height: 390px;
    top: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
    width: 267px;
    height: 400px;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
    width: 40px;
    left: -20px;
}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
    width: 263px;
    height: 40px;
    top: -15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bk-list li .bk-back {
    -webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
    transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
    box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
    border-radius: 3px 0 0 3px;
}

.bk-list li .bk-cover-back {
    background-color: #000;
    -webkit-transform: rotate3d(0,1,0,-179deg);
    transform: rotate3d(0,1,0,-179deg);
}

.bk-list li .bk-right {
    height: 390px;
    top: 5px;
    -webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,263px);
    -moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,263px);
    transform: rotate3d(0,1,0,90deg) translate3d(0,0,263px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bk-list li .bk-left {
    height: 400px;
    -webkit-transform: rotate3d(0,1,0,-90deg);
    transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
    -webkit-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
    -webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
    transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

.bk-list li .bk-viewinside .bk-front {
    -webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
    transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
}

.bk-list li .bk-book.bk-viewinside {
    -webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
    transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-list li .bk-book.bk-viewback {
    -webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
    transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
    background-color: #fff;
}

.bk-list li .bk-front > div {
    border-radius: 0 3px 3px 0;
    box-shadow: 
        inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-list li .bk-front:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    width: 1px;
}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    width: 3px;
    background: rgba(0,0,0,0.06);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bk-list li .bk-back:after {
    left: auto;
    right: 10px;
}

.bk-left h2 {
    width: 400px;
    height: 40px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-40px);
    transform: rotate(90deg) translateY(-40px);
}

.bk-content {
    position: absolute;
    top: 30px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: default;
}

.bk-content-current {
    opacity: 1;
    pointer-events: auto;
}

.bk-content p {
    padding: 0 0 10px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bk-page nav {
    display: block;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.bk-page nav span {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #aaa;
    background: #f0f0f0;
    border-radius: 50%;
}

/* Individual style & artwork */

/* Book 1 */
.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-front:after {
    /*background-color: #585c8c;*/
}

.book-1 .bk-cover {
    /*background-image: url(../../covers/test.jpg);*/	
    background-repeat: no-repeat;
    background-size: cover;
}

.book-1 .bk-cover h2 {
    height: 400px;   
    background: linear-gradient(to bottom right, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
}

.book-1 .bk-cover h2 span {
    display: none !important;
}

.book-1 .bk-cover h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-1 .bk-cover h2 span:first-child,
.book-1 .bk-left h2 span:first-child {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding-right: 20px;
}

.book-1 .bk-cover h2 span:first-child {
    display: block;
}

.book-1 .bk-cover h2 span:last-child,
.book-1 .bk-left h2 span:last-child {
    font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
} 

.book-1 .bk-content p {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.book-1 .bk-left h2 {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
}

.book-1 .bk-back p {
    color: #fff;
    font-size: 13px;
    padding: 40px;
    text-align: justify;
    font-weight: 700;
}

.popup-delivery-pay .popup__book-price{
    margin: auto;
}

.popup-delivery-pay .popup-format__pay{
    text-align: center;
}


/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
    display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
    display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
    display: none;
}


.bk-list-size0.bk-list li{
    transform: scale(0.63);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.bk-list-size0.bk-list{
    margin: 0px;
    height: 0px;
}


.bk-list-full .bk-back,.bk-list-full  .bk-left h2,.bk-list-full .bk-front .bk-cover{
    background-image: url(/covers/kotirovka_strasti2.jpg) !important;
}

.bk-list-full .bk-back{    
    background-position-x: left  !important;
    background-size: auto 100%  !important;
}

.bk-list-full .bk-back p{
    display: none;
}

.bk-list-full  .bk-left h2{    
    background-position: center;
    background-size: auto 100%;
    height: 400px;
    width: 40px;
    transform: none;
}

.bk-list-full  .bk-left h2 span{
    display: none;
}

.bk-list-full .bk-front .bk-cover{
    background-position-x: right;
}


.book-item-cover-full .bk-back,.book-item-cover-full .bk-left h2,.book-item-cover-full .bk-front .bk-cover{

}

.book-item-cover-full .bk-back{    
    background-position-x: left  !important;
    background-size: auto 100%  !important;
}

.book-item-cover-full .bk-back p{
    display: none;
}

.book-item-cover-full .bk-left h2{    
    background-position: center;
    background-size: auto 100%;
    height: 400px;
    width: 40px;
    transform: none;
}

.book-item-cover-full .bk-left h2 span{
    display: none;
}

.book-item-cover-full .bk-front .bk-cover{
    background-position-x: right;
}

/*book-item-id-3*/

.book-item-id-3 .bk-back,.book-item-id-3 .bk-left h2,.book-item-id-3 .bk-front .bk-cover{
    background-image: url(/covers/kotirovka_strasti2.jpg) !important;
}

.book-item-id-3 .bk-back{    
    background-position-x: left  !important;
    background-size: auto 100%  !important;
}

.book-item-id-3 .bk-back p{
    display: none;
}

.book-item-id-3 .bk-left h2{    
    background-position: center;
    background-size: auto 100%;
    height: 400px;
    width: 40px;
    transform: none;
}

.book-item-id-3 .bk-left h2 span{
    display: none;
}

.book-item-id-3 .bk-front .bk-cover{
    background-position-x: right;
}

/*book-item-id-22*/

.book-item-id-22 .bk-back,.book-item-id-22 .bk-left h2,.book-item-id-22 .bk-front .bk-cover{
    background-image: url(/covers/tetrada_velychko1.jpg) !important;
}

.book-item-id-22 .bk-back{    
    background-position-x: left  !important;
    background-size: auto 100%  !important;
}

.book-item-id-22 .bk-back p{
    display: none;
}

.book-item-id-22 .bk-left h2{    
    background-position: center;
    background-size: auto 100%;
    height: 400px;
    width: 40px;
    transform: none;
}

.book-item-id-22 .bk-left h2 span{
    display: none;
}

.book-item-id-22 .bk-front .bk-cover{
    background-position-x: right;
}

.book-oldprice{
    text-decoration: line-through;
    color:gray;
}

.popup__info{
    display: none;
    text-align: center;
}

.popup__action-info{
    text-align: center;
}

.popup__info b,.popup__action-info b{
    color: #ffb2b2;
    cursor:pointer;
}

#popup-buy .popup__block-title{
    text-align: center;
}

.subscribe-icon{
    width: 24px;
    cursor: pointer;
    opacity: 0.6;
}

.subscribe-icon:hover{
    opacity: 1;
}

.feedback-container{
    margin-top: 4px;
    margin-bottom: 4px;
}

.stars{
    visibility: hidden;
}

.br-wrapper{
    display: inline-block;
    margin-left: 5px;
}

.filters-book__item .feedback-container{
    margin-top: 0px;
    margin-bottom: 0px;
}

.filters-book__item .br-wrapper{
    margin-left: 0px;
}

.filters-menu__item {
    margin-bottom: 20px;
    margin-right: 10px;
}

.br-widget a.customer{
    text-shadow: 2px 2px 2px grey;
}

.popup-buy .popup-format__btn__underline_container{
    padding-top: 10px;
    margin-bottom: -10px;
}