@font-face {
    font-family: 'BPGWEB001';
    src: url('../fonts/BPGWEB001.woff2') format('woff2'),
        url('../fonts/BPGWEB001.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGWEB001Caps';
    src: url('../fonts/BPGWEB001Caps.woff2') format('woff2'),
        url('../fonts/BPGWEB001Caps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGORegular';
    src: url('../fonts/FiraGO-Regular.woff2') format('woff2'),
        url('../fonts/FiraGO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FiraGOMedium';
    src: url('../fonts/FiraGO-Medium.woff2') format('woff2'),
        url('../fonts/FiraGO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}





a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus{
    outline: none !important;
    box-shadow: none !important;
}


@media (min-width: 1900px){
    .container {
        max-width: 1700px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1340px;
    }  
}
/*@media (min-width: 1580px){
    .container {
        max-width: 1500px;
    }
}*/



main{
    min-height: 100vh;
}


/* -------------------- */

 .empty-star{
    color: #000 !important;;
  }

.navbar-brand{
	width: 160px;
	margin-top: -5px;
}
.navbar-brand img{
	width: 100%;
}

.navbar-nav.mx-auto{
	margin-right: inherit !important;
}

.navbar-expand-md{
    height: 70px;
    background-color: #1d459d !important;
}
.navbar-nav .nav-link{
    font-family: 'BPGWEB001Caps';
    padding-right: 20px !important;
    padding-left: 20px !important;
    display: block;
    margin-right: 15px;
    font-size: 15px;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link:hover{
    border-width: 2px;
    /*border-color: rgb(255, 210, 0);*/
    border-style: solid;
    border-radius: 100px;
    color: white !important;
}

.autorization-btn{
	font-family: 'BPGWEB001Caps';
    background-color: rgb(255, 210, 0) !important;
    height: 40px;
    border-radius: 100px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 15px;
}
.autorization-btn:hover,
.autorization-btn:active,
.autorization-btn:focus{
    color: #fff;
    background-color: rgb(255, 210, 0);
    border-color: transparent;
}

.search_btn{
    padding-right: 30px;
    padding-top: 9px;
}
.search_btn a{
	display: block;
    width: 22px;
}
.search_btn a img{
	width: 100%;
}

.autorization_dropdown{
    margin-top: 10px;
    border-radius: 0px;
    padding: 0;
}



/* carusel */


.carousel{
    margin-bottom: 1rem !important;
}

.carousel-caption.text-right h1{
    font-size: 65px;
    font-family: "BPGWEB001Caps";
    /*color: rgb(29, 69, 157);*/
    line-height: 1.2;
    /*margin-right: -160px;*/
    text-align: left;
}
.carousel-caption.text-right{
    bottom: 9rem;
}
.carousel-caption.text-right p{
	text-align: left;
	padding-left: 8px;
	max-width: 55%;
	color: inherit;
    font-size: 17px;
}
.carousel-indicators li{
    width: 20px;
    height: 20px;
    border-radius: 100%;
}



/* Book Filter */

.book-filter-list{
    margin-bottom: 0px;
}

.history-containet .book-filter-list ul,
.book-filter-list ul {
    text-align: center;
    display: flow-root;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 40px;
}
.history-containet .book-filter-list ul li,
.book-filter-list ul li {
    display: inline-block;
    margin-right: 10px;
}
.history-containet .book-filter-list ul li:last-child,
.book-filter-list ul li:last-child{
	margin-right: 0px;
}
.history-containet .book-filter-list ul li a,
.book-filter-list ul li a {
    font-family: "BPGWEB001Caps";
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 10px 20px 8px 20px;
    border-radius: 100px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;

 	border-width: 1px;
    border-color: rgb(29, 69, 157);
    border-style: solid;
    color: #1d459d;
}
.history-containet .book-filter-list ul li.active a, 
.book-filter-list ul li.active a, 
.history-containet .book-filter-list ul li a:hover,
.book-filter-list ul li a:hover {
    border-width: 1px;
    border-color: rgb(29, 69, 157);
    border-style: solid;
    color: #1d459d;
}

.sort-nav-menu-list-prfile-nav li.active a,
.sort-nav-menu-list-prfile-nav li.active a:hover{

    color: white !important;
    background: rgb(29, 69, 157); 
}



.book-filter-list ul.sort-nav-menu-list{
    text-align: center;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0.5rem !important;
    width: 97%;
    margin: auto;
}
.book-filter-list ul.sort-nav-menu-list li{
    display: inline-block;
}

.book-filter-list ul.sort-nav-menu-list li a{
    font-family: "BPGWEB001Caps";
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    /*height: 35px;*/
    color: rgb(0, 0, 0);
    font-size: 13px;
    padding: 10px 20px 8px 20px;
    border-radius: 100px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
 	/**/
 	border-width: 1px;
    /*border-color: rgb(29, 69, 157);*/
    /*border-style: solid;*/
    /*color: #1d459d;*/
}
.book-filter-list ul.sort-nav-menu-list li.active a,
.book-filter-list ul.sort-nav-menu-list li a:hover{
    border-width: 1px;
    border-color: rgb(29, 69, 157);
    border-style: solid;
    color: #1d459d;
	color: white;
    background: rgb(29, 69, 157);

}
.book-filter-list.all ul.sort-nav-menu-list li a{
    padding: 10px 14px 8px 14px;
}



/* main books */


.main-one-book-block{
    width: 95%;
    padding: 17px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-one-book-block:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.main-book-image{
    width: 100%;
    /*height: 20vw;*/
    height: 380px;
    overflow: hidden;
    position: relative;
}
.main-book-image img{
    width: 100%;
    height: auto;
    min-height: 100%;
}

.main-book-image .book-add-buttons{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 140px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-one-book-block:hover .book-add-buttons{
    opacity: 1;
}

.main-book-image .book-add-buttons .add{
    font-family: "BPGWEB001Caps";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background: #1d459d;
    border: none;
    width: 80%;
    margin: auto;
    border-radius: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 23px;
}
.main-book-image .book-add-buttons .add.c{
    background: #ffd200;
    color: black;
}


.main-one-book-block .spons-logo{
    float: left;
    width: 110px;
    margin-right: 0px;
}
.main-one-book-block .spons-logo img{
    width: 100%;
}
.main-one-book-block .rating{
    float: right;
}
.main-one-book-block .rating i{
    color: #ffd200;
    margin-left: 0px;
    font-size: 18px;
    /*padding-top: 4px;*/
}

.all-books-list .main-one-book-block .rating{
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}
.vertical .all-books-list .main-one-book-block .rating{
    float: right;
    margin-left: 0px;
    margin-top: 0px;
}


.main-book-info h2{
    font-family: "BPGWEB001Caps";
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
    color: black;
    overflow: hidden;
    height: 40px;
}
.main-book-info h2 a{
    text-decoration: none;
    color: black;
}
.main-book-info p.author{
	font-family: 'BPGWEB001';
    margin-top: 15px;
    font-size: 15px;
    height: 22px;
    overflow: hidden;
    color: black;
}
.main-book-info p.author a{
    text-decoration: none;
    color: black;
}
.main-book-info p.price{
    font-family: 'BPGWEB001Caps';
    margin-top: 15px;
    font-size: 36px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 50px;
    color: black;
}
.main-book-info p.price span{
    display: block;
    float: left;
}
.main-book-info p.price span.old-price{
    font-size: 24px;
    color: #dedede;
    text-decoration: line-through;
    margin-top: 7px;
    margin-left: 12px;
    margin-right: 12px;
}
.main-book-info p.price span.sale{
    background: #ed1c24;
    font-size: 18px;
    font-family: 'BPGWEB001Caps';
    color: white;
    padding: 2px 10px;
    margin-top: 9px;
}

.main-book-info p.rating-detail{
    /*font-family: 'FiraGORegular';*/
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    color: black;
}


a.link-main-all-books{
    text-transform: uppercase;
    font-family: 'BPGWEB001Caps';
    display: block;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 185px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    border-width: 2px;
    /*border-color: rgb(29, 69, 157);*/
    border-style: solid;
    border-radius: 50px;
    height: 45px;
    padding-top: 12px;
    border: none;

/*	background-image: linear-gradient(to left, transparent, transparent 50%, rgb(29, 69, 157) 50%, rgb(29, 69, 157));
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all 0.25s ease-in;*/
}
a.link-main-all-books:hover{
	/*background-position: 0 0;*/
    background: rgb(29, 69, 157);
  	color: white;
}




.vertical .all-books-list .main-one-book-block{
    width: 87%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vertical .all-books-list .main-book-image{
    width: 100%;
}

.vertical .all-books-list .book-add-buttons{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 140px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vertical .main-book-image .book-add-buttons .add {
    font-family: "BPGWEB001Caps";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background: #1d459d;
    border: none;
    width: 80%;
    margin: auto;
    border-radius: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 23px;
    float: none;
}
.vertical .main-book-image .book-add-buttons .add.c {
    background: #ffd200;
    color: black;
    margin-left: 0px;
}
.vertical .main-one-book-block:hover .book-add-buttons {
    opacity: 1;
}

/* ------- */

.vertical .detail-book-right-block .main-book-info{
    margin-left: 0px;  
    width: 100%;
}
.vertical .detail-book-right-block .main-book-info p.price{
    overflow: inherit;
}

.vertical .detail-book-right-block .main-book-info p.price{
    width: 105%;
    position: relative;
}
.vertical .detail-book-right-block .main-book-info p.price span.sale{
    position: absolute;
    right: 13px;
    bottom: 40px;
    padding: 2px 8px;
    font-size: 14px;
}
.vertical .detail-book-right-block .main-book-info p.price span.old-price{
    font-size: 20px;
    color: #dedede;
    text-decoration: line-through;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 9px;
    float: right;
}

.vertical .detail-book-right-block .main-book-image img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.vertical .detail-book-right-block .main-book-info p.price span{
    font-size: 30px;
}
.vertical .detail-book-right-block .main-book-image{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

/* ------- */

.vertical .all-books-list .main-book-info{
    margin-left: 0px;  
    width: 100%;
}
.vertical .all-books-list .main-book-info p.price{
    overflow: inherit;
}

.vertical .all-books-list .main-book-info p.price{
    width: 105%;
    position: relative;
}
.vertical .all-books-list .main-book-info p.price span.sale{
    position: absolute;
    right: 13px;
    bottom: 40px;
    padding: 2px 8px;
    font-size: 14px;
}
.vertical .all-books-list .main-book-info p.price span.old-price{
    font-size: 20px;
    color: #dedede;
    text-decoration: line-through;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 9px;
    float: right;
}

.vertical .all-books-list .main-book-image img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.vertical .all-books-list .main-book-info p.price span{
    font-size: 30px;
}
.vertical .all-books-list .main-book-image{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

/* --------- */


.main-page-books .main-book-info{
    margin-left: 0px;  
    width: 100%;
}
.main-page-books .main-book-info p.price{
    overflow: inherit;
}

.main-page-books .main-book-info p.price{
    width: 105%;
    position: relative;
}
.main-page-books .main-book-info p.price span.sale{
    position: absolute;
    right: 13px;
    bottom: 40px;
    padding: 2px 8px;
    font-size: 14px;
}
.main-page-books .main-book-info p.price span.old-price{
    font-size: 20px;
    color: #dedede;
    text-decoration: line-through;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 9px;
    float: right;
}

.main-page-books .main-book-image img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.main-page-books .main-book-info p.price span{
    font-size: 30px;
}
.main-page-books .main-book-image{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

/* --------- */

a.link-main-all-books i{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.link-main-all-books:hover i{
	margin-left: 10px;
}


/* all-books-list */


.all-book-container .paddings-all-book,
.all-book-container .all-book-sort-col{
    padding-right: 9vw;
    padding-left: 70px;
}

.all-books-list .main-one-book-block{
	width: 100%;
}
.all-books-list .main-book-image{
    width: 240px;
    float: left;
    height: auto;
}
.all-books-list .main-book-image img{
	width: 100%;
	height: auto;
}


.all-books-list .main-book-info{
    float: left;
    margin-left: 25px;
    width: calc(100% - 265px);
}

.search-block .all-books-list .book-add-buttons{
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    margin-top: 35px;
}
.search-block .main-one-book-block:hover .book-add-buttons{
    opacity: 1;
    display: grid;
}

.book-detail .all-books-list .book-add-buttons,
.all-books-list .book-add-buttons{
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    opacity: 1;
    float: left;
    margin-top: 35px; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-books-list .book-add-buttons{
    width: 80%;
}


.all-books-list .book-add-buttons .add{
    font-family: "BPGWEB001Caps";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background: #1d459d;
    border: none;
    width: 48%;
    margin: auto;
    border-radius: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 23px;
    float: left;
}
.all-books-list .book-add-buttons .add.c{
    background: #ffd200;
    color: black;
    margin-left: 20px;
}

/* .search-block  */

.search-block .all-books-list .book-add-buttons .add{
    font-family: "BPGWEB001Caps";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background: #1d459d;
    border: none;
    width: 80%;
    margin: auto;
    border-radius: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 23px;
    float: left;
}
.search-block .all-books-list .book-add-buttons .add.c{
    background: #ffd200;
    color: black;
    margin-left: 20px;
}
.all-books-list .main-book-info h2{
    margin-top: 0px;
    height: 20px;
}
.all-books-list .read-one-block .main-book-info h2{
    height: auto;
}
.vertical .all-books-list .main-book-info h2{
    margin-top: 40px;
}




/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

.panel-group {
    padding-top: 10px;
}
.panel-default {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 2px;
}
.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0 0 0 32px;
}
.panel-default h5 {
    font-family: 'BPGWEB001Caps';
    padding: 0;
    margin: 0 0 5px;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #e54a1a url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.panel-default .collapsed:before {
    background: #000000 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}
.panel-default .panel-title:hover .collapsed:before{
    background-color: #1d459d;
}
.panel-default .accordion-toggle:before{
    background-color: #1d459d;
}


.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
    color: #1ea9e3;
    text-decoration: none;
}
.panel-default .collapsed,
.panel-default .accordion-toggle{
    color: #1d459d;
    font-family: 'BPGWEB001Caps';
    font-size: 13px;
}

.all-book-filter-list.all-book .panel-group{
    padding-left: 35px;
}
.all-book-filter-list.all-book .panel-group ul{
    padding: 0px;
    padding-top: 10px;
}
.all-book-filter-list.all-book .panel-group ul li{
    list-style-type: none;
}
.all-book-filter-list.all-book .panel-group ul li a{
    font-family: 'BPGWEB001';
    text-decoration: none;
    margin-top: 10px;
    display: block;
    border-left: solid 2px white;
    padding-left: 7px;
    color: #000000;
    font-size: 15px;
}
.all-book-filter-list.all-book .panel-group ul li a:hover{
    color: #1d459d;
}
.panel-default .accordion-toggle, .panel-default .accordion-toggle:focus{
    color: #1d459d;
}


/* range slider */
.activeItem{
    color: #1d459d !important;
}


form.range-slider-form{
    padding-left: 40px;
    margin-top: 35px;
}

form.range-slider-form p{
    text-align: center;
    font-size: 15px;
    font-family: 'BPGWEB001Caps';
    color: black;
}

.range-slider-form span{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.range-slider-form span b:nth-child(1){
    display: block;
    float: left;
    background: #dedede;
    width: 70px;
    text-align: center;
    border-radius: 100px;
    padding: 6px 0px 3px 0px;
    font-size: 15px;
    font-family: 'BPGWEB001';
}

.range-slider-form span b:nth-child(2){
    display: block;
    float: right;
    background: #dedede;
    width: 70px;
    text-align: center;
    border-radius: 100px;
    padding: 6px 0px 3px 0px;
    font-size: 15px;
    font-family: 'BPGWEB001';
}

section.range-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 21px;
    padding-top: 10px;
}
section.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: black;
  border: none;
  border-radius: 14px;
  background: #f1efef;
  left: 0;
  width: 100%;
  outline: none;
  height: 2px;
  margin: 0;
  padding: 0;
}
section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffd200));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #ffd200 0, #ffd200 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #ffd200 0, #ffd200 100%);
  /* W3C */
}
section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #ffd200 100%);
  /* W3C */
}
section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #ffd200 100%);
  /* W3C */
}
section.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}
section.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}



a.reaload-more-book{
    display: block;
    width: 145px;
    margin: auto;
    text-align: center;
    font-family: 'BPGWEB001Caps';
    font-size: 16px;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
a.reaload-more-book p{
    margin-top: 15px;
    color: #1d459d;
}
a.reaload-more-book i{
    width: 55px;
    height: 55px;
    border: solid 3px #1d459d;
    border-radius: 100px;
    font-size: 28px;
    padding-top: 12px;
    color: #1d459d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.reaload-more-book:hover i{
    color: #ffffff;
    background: #1d459d;
}






/* recovery-pwd */



form.recovery-pwd{
    width: 600px;
    margin: auto;
}
form.recovery-pwd{
    margin-top: 220px;
    margin-bottom: 140px;
}
form.recovery-pwd p{
    text-align: center;
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
}
form.recovery-pwd input[type="email"]{
    border-radius: 44px;
    background-color: rgb(233, 233, 233); 
    height: 70px;
    width: 500px;
    border: none;
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 40px;
}
form.recovery-pwd input[type="submit"],
form.recovery-pwd button[type="submit"]{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    margin: auto;
    width: 313px;
    height: 70px;
    border: none;
    display: block;
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
    color: black;
    margin-top: 40px;
}




/* registration */


.registration{
    margin-top: 115px;
    margin-bottom: 140px;
}

form.registration-form,
form.authorization-form,
.soc-network-auth{
    padding: 0 50px;
}
form.registration-form p,
form.authorization-form p{
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    color: black;
}

form.registration-form input[type="text"],
form.registration-form input[type="phone"],
form.registration-form input[type="password"],
form.registration-form input[type="email"],
form.registration-form input[type="date"]{
    border-radius: 44px;
    background-color: rgb(233, 233, 233);
    width: 80%;
    height: 58px;
    border: none;
    display: block;
    text-align: center;
    font-family: 'BPGWEB001Caps';
    font-size: 15px;
    margin: auto;
    margin-bottom: 10px;
}
form.registration-form .gj-unselectable{
    width: 80%;
    margin: auto;
}
form.registration-form .gj-unselectable input{
    border-radius: 44px !important;
}
form.registration-form .input-group-append{
    display: none;
}


form.registration-form input[type="date"]::-webkit-datetime-edit { padding: 1em; }
form.registration-form input[type="date"]::-webkit-datetime-edit-fields-wrapper { background: transparent; }
form.registration-form input[type="date"]::-webkit-datetime-edit-text { color: black; padding: 0 0.3em; }
form.registration-form input[type="date"]::-webkit-datetime-edit-month-field { color: black; }
form.registration-form input[type="date"]::-webkit-datetime-edit-day-field { color: black; }
form.registration-form input[type="date"]::-webkit-datetime-edit-year-field { color: black; }
form.registration-form input[type="date"]::-webkit-inner-spin-button { display: none; }
form.registration-form input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; margin-right: 20px;}


form.registration-form input[type="submit"]{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    width: 80%;
    height: 58px;
    border: none;
    font-family: 'BPGWEB001Caps';
    font-size: 15px;
    margin: auto;
    display: block;
    margin-top: 60px;
}


form.registration-form input::placeholder, 
form.authorization-form input::placeholder,
.search-input-form input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #868686;
  opacity: 1; /* Firefox */
}

form.registration-form input:-ms-input-placeholder, 
form.authorization-form input:-ms-input-placeholder,
.search-input-form input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #868686;
}

form.registration-form input::-ms-input-placeholder, 
form.authorization-form input::-ms-input-placeholder,
.search-input-form input::-ms-input-placeholder{ /* Microsoft Edge */
  color: #868686;
}
/* The container */
.registration-form .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'BPGWEB001';
    font-size: 18px;
    margin-top: 50px;
    max-width: 407px;
}

/* Hide the browser's default checkbox */
.registration-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.registration-form label.container span{
    color: #1d459d;
}


/* terms-and-conditions */


.terms-and-conditions h5.modal-title{
    font-family: 'BPGWEB001Caps';
}

.terms-and-conditions .modal-body,
.terms-and-conditions .modal-body h3,
.terms-and-conditions .modal-body p{
    text-align: left;
}
.terms-and-conditions .modal-body h3{
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.terms-and-conditions .modal-body p{
    font-family: 'BPGWEB001';
    margin-bottom: 13px;
    font-size: 14px;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    border: solid 2px #3054a5;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

/* On mouse-over, add a grey background color */
.registration-form :hover input[type="checkbox"] ~ .checkmark {
    background-color: #ffd200;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
/* When the checkbox is checked, add a blue background */
.registration-form  input[type="checkbox"]:checked ~ .checkmark {
    border-radius: 50%;
    background-color: rgb(29, 69, 157);
    width: 25px;
    height: 25px;
}



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

/* Show the checkmark when checked */
.registration-form  input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.registration-form  .checkmark:after {
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: solid 3px white;
    background: #ffd200;
    border-radius: 50%;
}

form.authorization-form input[type="text"],
form.authorization-form input[type="phone"],
form.authorization-form input[type="password"],
form.authorization-form input[type="email"]{
    border-radius: 44px;
    background-color: rgb(233, 233, 233);
    width: 80%;
    height: 58px;
    border: none;
    display: block;
    text-align: center;
    font-family: 'BPGWEB001Caps';
    font-size: 15px;
    margin: auto;
    margin-bottom: 10px;
}

form.authorization-form input[type="submit"]{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    width: 80%;
    height: 58px;
    border: none;
    font-family: 'BPGWEB001Caps';
    font-size: 15px;
    margin: auto;
    display: block;
}
form.authorization-form a{
    text-align: center;
    display: block;
    font-family: 'BPGWEB001';
    font-size: 16px;
    color: #1d459d;
    margin-top: 25px;
}


.soc-network-auth{
    margin-top: 80px;
}

a.fb-auth{
    /*url(../images/fb-auth.png)no-repeat center center*/
    background: #3a5897 ;
    background-size: 60%;
    width: 55%;
    height: 58px;
    display: block;
    border-radius: 44px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'BPGWEB001';
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    line-height: 59px;
}

a.g-auth{
    /* url(../images/g-auth.png)no-repeat center center*/
    background: rgb(233, 233, 233);
    background-size: 60%;
    width: 55%;
    height: 58px;
    display: block;
    margin: auto;
    border-radius: 44px;
    text-align: center;
    font-family: 'BPGWEB001';
    text-decoration: none;
    color: #ea5a4e;
    font-size: 24px;
    line-height: 59px;
}

a.g-auth i,
a.fb-auth i{
    margin-right: 25px;
}


/* search-block */



/* Search Block */

.search-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99999;
}
.search-container.hide{
    display: none;
}
.search-container.show{
    display: block;
}

.search-res-row{
    margin-top: 30px;
}

.search-container .row{
    width: 100%;
}

span.search-gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-image: linear-gradient(white, #ffffffe0);
}
span.search-gradient:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e9e9e9;
    width: 100%;
    height: 90px;
}

span.search-gradient.hide{display: none;}
span.search-gradient.show{display: block;}

.search-input-form{
    /*position: absolute;*/
    width: 100%;
    background: #e9e9e9;
    height: 100%;
    left: 0;
    z-index: 99;
    padding: 5px 10px 22px 10px;
}

.search-input-form form{
    /*padding: 0px 40px;*/
    background: #e9e9e9;
}


.search-input-form.show{
    display: block;
}
.search-input-form.hide{
    display: none;
}

.search-input-form input{
    float: left;
    border: none;
    width: calc(100% - 40px);
    height: 55px;
    margin-top: 16px;
    background: #e9e9e9;
    font-family: 'BPGWEB001Caps';
    font-size: 18px;
}

.search-input-form button{
    background: url('../images/close-search.png')no-repeat center center;
    border: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 28px;
}





/* book-detail */


.book-detail{
    margin-top: 110px;
}

.book-detail .read-one-block{
    padding: 0;
}

.book-detail .read-one-block .main-book-info{
    width: calc(100% - 395px);
}
.book-detail .read-one-block .main-book-info p.price{
    margin-bottom: 15px;
}

.book-detail .book-add-buttons.detail-book .add{
    font-family: "BPGWEB001Caps";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background: #1d459d;
    border: none;
    width: 80%;
    margin: initial;
    border-radius: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 23px;
    float: none; 
    max-width: 208px;
    display: list-item;
}
.book-detail .book-add-buttons.detail-book .add.c{
    margin-left: 0px;
    background: #ffd200;
    color: black;
}
.book-detail .main-book-image.big-img{
    width: 370px;
    height: auto;
    /*max-height: 30vw;;*/
}
.book-detail .main-book-info h2{
    margin-top: 0px;
}
.book-detail .main-one-book-block{
    position: relative;
}
.book-detail .main-one-book-block:hover{
    box-shadow: none;
}
p.hensel-gretel{
    font-family: 'BPGWEB001';
    font-size: 15px;
    margin-bottom: 25px;
    color: #929292;
}
p.hensel-gretel a{
    font-size: 16px;
    color: black;
    text-decoration: none;
}


.book-detail-list{
    margin-top: 35px;
    font-family: 'BPGWEB001';
    font-size: 18px;
    font-weight: normal;
    max-width: 730px;
}
.book-detail-list th,
.book-detail-list  td{
    font-weight: normal;
    border: none;
}
.book-detail-list .thead-light th{
    border: none;
    background: #e9e9e9;
    color: black;
}

.book-detail-list tr:nth-child(2n+0) {  
  background: #e9e9e9;
}

.read-book-tab-panel{
    margin-top: 100px;
}
.read-book-tab-panel .nav-tabs{
    border-bottom: 0px;
}
.read-book-tab-panel .tab-content>.tab-pane{
    background: #f7f7f7;
    padding: 40px;
    font-family: 'BPGWEB001';
    font-size: 18px;
}

.read-book-tab-panel .tab-content>.tab-pane p,
.read-book-tab-panel .tab-content>.tab-pane p span,
.read-book-tab-panel .tab-content>.tab-pane span{
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    background: none !important;
    background-color: none !important;
    font-family: 'BPGWEB001' !important;
    font-size: 14px !important;
}
.read-book-tab-panel .tab-content>.tab-pane a,
.read-book-tab-panel .tab-content>.tab-pane p a{
    color: #1d459d;
}

.read-book-tab-panel .nav-tabs .nav-link{
    padding: 15px 40px;
}
.read-book-tab-panel .nav-tabs .nav-link:hover,
.read-book-tab-panel .nav-tabs .nav-link{
    border: none;
}
.read-book-tab-panel .nav-tabs .nav-link.active{
    border: none;
    background: #f7f7f7;
}
.Rectangle_3_copy {
  background-color: rgb(247, 247, 247);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);
  position: absolute;
  left: 560px;
  top: 1199px;
  width: 194px;
  height: 49px;
  z-index: 101;
}



.special-container{
    padding-top: 140px;
    padding-bottom: 140px;
}

.special-one-block{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.special-image-block{
    width: 100%;
    overflow: hidden;
    /*height: 400px;*/
    height: auto;
}

.single-news .special-image-block{
	height: auto;
}
.single-news .speacial-big-text-block img{
	float: left;
    padding-right: 30px;
    padding-bottom: 22px;
    max-width: 400px;
    height: auto;
}

.special-image-block img{
    width: 100%;
}
.speacial-min-text-block{
    background: #1d459d;
    padding: 26px;
    height: 70px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.speacial-min-text-block h2{
    font-family: 'BPGWEB001Caps';
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}
.min-speacial-text{
    font-family: 'BPGWEB001';
    color: white;
    font-size: 18px;
    height: 80px;
    overflow: hidden;
}

.special-one-block:hover .speacial-min-text-block{
    height: 170px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.speacial-big-text-block h2{
    font-family: 'BPGWEB001Caps';
    color: black;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.speacial-text{
    font-family: 'BPGWEB001';
    color: black;
    font-size: 18px;
}





/* History */


.history-containet{
    margin-top: 140px;
}
.history-list-block{
    background: url('../images/history_bg.png')no-repeat center bottom;
    height: 250px;
}
.history-book-list-center{
    width: 85%;
    margin: auto;
    overflow: hidden;
}
.history-book-list-center ul li{
    list-style-type: none;
    float: left;
    width: 90px;
    height: 130px;
    background: url('../images/history_bg_list.png')no-repeat center center;
    margin-right: 15px;
    position: relative;
}
.history-book-list-center ul li:last-child{
    margin-right: 0px;
}

.history-book-list-center ul li img{
    min-height: 130px;
}


.history-book-info-block{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 90px;
    /*width: 420px;*/
    width: 0px;
    height: 130px;
    background: white;
    padding-left: 0px;
    padding-top: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 99999;
}

.history-book-list-center ul li:nth-child(7) .history-book-info-block,
.history-book-list-center ul li:nth-child(8) .history-book-info-block,
.history-book-list-center ul li:nth-child(9) .history-book-info-block,
.history-book-list-center ul li:nth-child(10) .history-book-info-block{
    width: 0px;
    padding-left: 0px;
    left: 0px;
}

.history-book-list-center ul li:hover .history-book-info-block{
    width: 500px;
    padding-left: 20px;
}

.history-book-list-center ul li:nth-child(7):hover .history-book-info-block,
.history-book-list-center ul li:nth-child(8):hover .history-book-info-block,
.history-book-list-center ul li:nth-child(9):hover .history-book-info-block,
.history-book-list-center ul li:nth-child(10):hover .history-book-info-block{
    left: -430px;
    width: 500px;
    padding-left: 10px;
}


.history-book-info-block h2{
    font-family: "BPGWEB001Caps";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
    /*width: 500px;*/
    /*width: 420px;*/
}
.history-book-info-block p.author{
    font-family: "BPGWEB001";
    margin: 0;
    padding: 0;
    padding-top: 4px;
    width: auto;
    /*width: 420px;*/
}
.history-book-info-block p.author b,
.history-book-info-block p.address b,
.history-book-info-block p.date b{
    font-weight: normal;
    color: #c7c7c7;
    margin: 0;
    padding: 0;
}
.history-book-info-block p.address b,
.history-book-info-block p.date b{
    font-weight: normal;
    color: #1d459d;
    margin: 0;
    padding: 0;
    width: 420px;
}
.history-book-info-block p.price_sale{
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    font-family: "BPGWEB001";
    margin-top: 5px;
    margin-bottom: 3px;
    width: 420px;
}
.history-book-info-block p.price_sale span{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 18px;
}
.history-book-info-block p.price_sale span:nth-child(2){
    text-decoration: line-through;
    color: #c7c7c7;
}
.history-book-info-block p.price_sale span:nth-child(3){
    background: #ed1c24;
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 25px;
}

.history-book-info-block p.address{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "BPGWEB001";
    font-size: 13px;
    width: 420px;
}
.history-book-info-block p.date{
    width: 100%;
    display: block;
    overflow: hidden;
    font-family: "BPGWEB001";
    font-size: 13px;
    width: 420px;
}
.history-book-info-block a.voite{
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 86px;
    height: 35px;
    background-color: rgb(255, 210, 0);
    border-radius: 50px;
    font-family: "BPGWEB001Caps";
    color: black;
    font-size: 9px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}


/* Map contct*/


.map-block{
    margin-top: 70px;
}
.contact-block form textarea{
    width: 100%;
    height: 270px;
    background: #e9e9e9;
    border: none;
    margin-bottom: 0px;
    border: solid 1px transparent;
}
.contact-block form textarea:active,
.contact-block form textarea:focus{
    border: solid 1px #1d459d;
    background: #e9e9e9;
}
.contact-block form{
    margin-bottom: 140px;
}
.contact-block form input[type="text"],
.contact-block form input[type="email"],
.contact-block form input[type="name_surename"]{
    width: 100%;
    border: none;
    height: 55px;
    border-radius: 50px;
    background: #e9e9e9;
    text-align: center;
    font-family: "BPGWEB001Caps";
}

.contact-block form input[type="text"]:active,
.contact-block form input[type="text"]:focus,
.contact-block form input[type="email"]:active,
.contact-block form input[type="email"]:focus,
.contact-block form input[type="name_surename"]:active,
.contact-block form input[type="name_surename"]:focus{
    border: solid 1px #1d459d;
    background: #e9e9e9;
}

.contact-block form input[type="submit"]{
    background: #ffd200;
    border: none;
    height: 55px;
    border-radius: 50px;
    width: 100%;
    font-family: "BPGWEB001Caps";
}
.contact-block form .col-md-4,
.contact-block form .col-md-8{
    padding-right: 30px;
}
.contact-block form .col-md-4:last-child{
    padding-right: 30px;
    /*padding-left: 30px;*/
}

.contact-text-block{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.contact-text-block p,
.contact-text-block p strong,
.contact-text-block p span{
    color: #1c459f;
    font-family: "BPGWEB001" !important;
}

.profile-menu{
    margin-top: 140px;
    text-align: center;
    /*margin-bottom: 200px;*/
}
/*h2{
    font-family: "BPGWEB001Caps";
    font-size: 17px;
    color: #1c459f;
    margin-bottom: 30px;
    margin-top: 90px;
}*/
p{
    color: #1c459f;
    font-family: "BPGWEB001";
}




/* personal-info-block */


.personal-info-block .btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.personal-info-block .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.personal-info-block .btn-default{
    cursor: pointer;
    font-family: "BPGWEB001Caps";
    border-radius: 50%;
    background-color: rgb(233, 233, 233);
    width: 200px;
    height: 200px;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.personal-info-block .btn-default img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.personal-info-block form input[type="text"]{
    border-radius: 44px;
    background-color: rgb(233, 233, 233);
    margin: auto;
    width: 500px;
    height: 70px;
    border: none;
    text-align: center;
    font-family: "BPGWEB001Caps";
    margin-bottom: 5px;
}
.personal-info-block form input[type="text"].error{
    border: solid 1px red;
}

.personal-info-block form input[type="submit"]{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    margin: auto;
    width: 313px;
    height: 88px;
    border: none;
    text-align: center;
    font-family: "BPGWEB001Caps";
    margin: auto;
    display: block;
}



.book-comment-section form button[type="submit"]{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    width: 265px;
    height: 55px;
    border: none;
    text-align: center;
    font-family: "BPGWEB001Caps";
    float: right;
    display: block;
    font-size: 14px;
    color: black;
    margin-bottom: 50px;
}

.yellostar{
    color: #ffca08;
}


.book-comment-section .starrating{
    margin-bottom: 5px;
}
.book-comment-section form textarea{
    font-family: "BPGWEB001Caps";
}


.share-copy-line{
    margin-bottom: 180px;
}

.share-copy-line a.share-btn{
    font-size: 17px;
    display: block;
    float: left;
    font-family: "BPGWEB001Caps";
    background: #3b5998;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    padding: 13px 17px;
    line-height: 28px;
}
.share-copy-line a.share-btn i{
    font-size: 30px;
    float: left;
    margin-right: 15px;
}
.cipy-link-block{
    float: right;
    margin-top: 5px;
}


/* single book */


a.single-book.share-btn{
    position: absolute;
    bottom: 0;
    font-size: 13px;
    display: block;
    float: left;
    font-family: "BPGWEB001Caps";
    background: #3b5998;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 11px;
    line-height: 29px;
}
a.single-book.share-btn i{
    font-size: 23px;
    margin-top: 3px;
    float: left;
    margin-right: 15px;
}


/* --------- */


.cipy-link-block input[type="text"]{
    background-color: rgb(233, 233, 233);
    float: left;
    width: 269px;
    height: 43px;
    border: none;
    font-family: "BPGWEB001Caps";
    border-radius: 50px;
    padding: 19px;
    font-size: 12px;
}
.cipy-link-block button{
    background-color: rgb(255, 210, 0);
    width: 106px;
    height: 43px;
    font-family: "BPGWEB001Caps";
    border: none;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
    margin-left: 20px;
}

.courier{
    text-align: right;
}
.courier p{
    font-family: "BPGWEB001";
    font-size: 18px;
    color: #58595b;
}
.courier p span{
    color: black;
    font-size: 26px;
    margin-right: 54px;
    margin-left: 15px;
    text-align: right;
}
        

.cart-container .table td p.sale{
    background: #ed1c24;
    font-size: 18px;
    font-family: 'BPGWEB001Caps';
    color: white;
    padding: 2px 10px;
    margin-top: 9px;
    width: 65px;
    margin-top: 80px;
}

.cart-container{
    margin-top: 140px;
}

.cart-container .breadcrumb{
    background: none;
    font-family: "BPGWEB001Caps";
    border-bottom: none;
}
.cart-container .breadcrumb li a{
    text-decoration: none;
}

.cart-container .table thead th{
    border: none;
    font-family: "BPGWEB001Caps";
    font-weight: inherit;
    font-size: 14px;
}
.cart-container .table td h2{
    font-family: "BPGWEB001Caps";
    font-size: 18px;
    margin-top: 65px;
}
.cart-container .table td h2 a{
    color: black;
    text-decoration: none;
}
.cart-container .table td p{
    color: black;
}
.cart-container .table td p{
    font-family: "BPGWEB001";
    font-size: 18px;
}
.cart-container .table td img{
    width: 130px;
}
.cart-container .add-remove-count{
    margin-top: 80px;
}
.add-remove-count .fa-minus,
.add-remove-count .fa-plus{
    border: solid 2px black;
    border-radius: 100px;
    padding: 10px 11px;
    font-size: 11px;
    float: left;
    cursor: pointer;
}
.add-remove-count span{
    font-size: 29px;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: -5px;
    display: block;
    float: left;
}
.cart-container .table td p.price{
    font-family: "BPGWEB001Caps";
    font-size: 25px;
    margin-top: 80px;
}

.cart-container .table td .delete-btn{
    display: block;
    margin-top: 76px;
    font-family: "BPGWEB001Caps";
    font-size: 35px;
    color: #0a53a4;
    cursor: pointer;
}
.count-cart_amount{
    width: 100%;
    overflow: hidden;
}
.count-cart_amount p{
    float: right;
}
.count-cart_amount p:nth-child(2){
    font-size: 17px;
    color: #ff0000;
    font-family: "BPGWEB001Caps";
    margin-right: 30px;
    margin-top: 17px;
}
.count-cart_amount p:nth-child(1){
    font-size: 30px;
    color: #000000;
    font-family: "BPGWEB001Caps";
    margin-right: 30px;
}

.count-cart_amount p:nth-child(1) span{
    display: block;
    float: right;
    width: 130px;
    padding-left: 10px;
}

.cartinput{
    border: solid 1px #1d459d;
    font-family: "BPGWEB001Caps";
    height: 55px; 
}  
.cartinput.textarea{
    height: 55px !important; 
    padding-top: 16px;
}

.order-books-form select{
    border: solid 1px #1d459d;
    font-family: "BPGWEB001Caps";
    height: 55px;
}
/* .order-books-form button[type="submit"]{
    border: none;
    font-family: "BPGWEB001Caps";
    height: 55px;
    width: 100%;
    border-radius: .25rem;
    background-color: rgb(255, 210, 0);
    float: right;
} */
.cart-send {
    border: none;
    font-family: "BPGWEB001Caps";
    height: 55px;
    width: 100%;
    border-radius: .25rem;
    background-color: rgb(255, 210, 0);
    float: right;
}
.guest-cart-send {
    border: none;
    font-family: "BPGWEB001Caps";
    /* height: 55px; */
    width: 100%;
    border-radius: .25rem;
    background-color: rgb(255, 210, 0);
    float: right;
    color:rgb(0, 0, 0);
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    padding: 20px;
}

.guest-cart-send:hover {
    color:rgb(0, 0, 0);
}


.order-books-form{
    margin-top: 50px;
    margin-bottom: 80px;
}


.order-books-form select.hide-click,
.cart-container .cartinput.hide-click{
    display: none;
}

.for-hide.hide{
    display: none;
}
.for-hide{
    display: block;
}

.dropdown-item{
    font-family: "BPGWEB001Caps";
    padding-top: 10px;
    padding-bottom: 10px;
}


.main-carusel-slider{
    margin-top: 40px;
}

.main-carusel-slider .carousel-item a img{
    width: auto;
    height: 100%;
}

.carousel-caption p{
	width: 100%;
}


.all-books-search-author{
    padding-left: 35px;
    margin-top: 47px;
}
.all-books-search-author input[type="search"]{
    font-family: "BPGWEB001Caps";
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 39px;
    border-radius: 50px;
    border-color: rgb(29, 69, 157);
}
.all-books-search-author button[type="submit"]{
    height: 39px;
    border-radius: 50px;
    border-color: rgb(29, 69, 157);
}

.panel-default .non-collapsed{
    color: black;
    font-family: 'BPGWEB001Caps';
    text-decoration: none;
    font-size: 14px;
}
.panel-default .non-collapsed:hover,
.panel-default .collapsed, .panel-default .accordion-toggle:hover{
    color: #1d459d;
}
.panel-default .collapsed, .panel-default .accordion-toggle{
    color: black;
    font-size: 14px;
}



.detail-book-right-block .main-book-image{
    height: auto;
    margin-bottom: 20px;
}
.detail-book-right-block .main-book-image img{
	width: 100%;
	height: auto;
}




.navbar-right-side li.wishlis{
    margin-top: 9px;
}
.navbar-right-side li.wishlis a{
    color: white;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 15px;
}

.navbar-right-side li.cart{
    margin-top: 8px;
}
.navbar-right-side li.cart a{
    color: white;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
}
.navbar-right-side .nav-link.dropdown-toggle{
    color: white;
    font-size: 20px;
    border: none;
}
.navbar-right-side .nav-link.dropdown-toggle:hover{
	border: none;
}

.navbar-right-side li.cart a i b{
    position: absolute;
    color: white;
    top: -7px;
    right: -14px;
    background: red;
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    padding-top: 4px;
    font-family: arial;
}

/* responsive guest cart */
.cartli {
    list-style: none;
    /* margin-left: 100px; */
}
.cartli a{
    color: white;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
}
.cartli a i b{
    position: absolute;
    color: white;
    top: -7px;
    right: -14px;
    background: red;
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    padding-top: 4px;
    font-family: arial;
}
/* end responsive guest cart */





.all-book-sord-block{
    width: 100%;
    overflow: hidden;
}
.all-book-sord-block ul{
    margin: 0;
    padding: 0;
    float: right;
}
.all-book-sord-block ul li{
    list-style-type: none;
    float: left;
    margin-bottom: 10px;
    margin-right: -5px;
}
.all-book-sord-block ul li:last-child{
    margin-right: 15px;
}
.all-book-sord-block ul li a{
    color: #e9e9e9;
    font-size: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    padding: 0px 10px 0px 20px;
}
.all-book-sord-block ul li a:hover,
.all-book-sord-block ul li a.active{
    color: #1d459d;
    border: none;
}


.modal-content.popup-finished-process{
    background: transparent;
    position: relative;
    border: none;
    box-shadow: none;
}
.popup-finished-process button.finish{
    border-radius: 44px;
    background-color: rgb(255, 210, 0);
    width: 100%;
    height: 58px;
    border: none;
    font-family: 'BPGWEB001Caps';
    font-size: 15px;
    margin: auto;
    display: block;
}
.popup-finished-process button.close{
    position: absolute;
    right: -20px;
    top: -30px;
    border: solid 2px #1d459d;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #1d459d;
    padding: 0;
    margin: 0;
}
.popup-finished-process button.close span{
    margin-top: -6px;
    display: block;
    box-shadow: none;
    border: none;
    background: none;
    text-shadow: none;
}


.all-book-filter-show-hide{
	display: none !important;
}



/* instruction-container */




.instruction-container .instruction-text-block{
    font-family: 'BPGWEB001';
}
.instruction-container .instruction-text-block strong{
    font-family: 'BPGWEB001Caps';
}

.vertical .main-book-image .book-add-buttons .add i{
    display: none;
}



form.registration-form input[type="text"].error, 
form.registration-form input[type="phone"].error, 
form.registration-form input[type="password"].error, 
form.registration-form input[type="email"].error, 
form.registration-form input[type="date"].error{
    border: solid 1px red;
}
form.authorization-form input[type="text"].error, 
form.authorization-form input[type="phone"].error, 
form.authorization-form input[type="password"].error, 
form.authorization-form input[type="email"].error{
    border: solid 1px red;
}







/* modal */


.modal-backdrop{
    z-index: 999999;
}
.modal-open .modal{
    z-index: 9999999;
}





/* share-generate-btn */



.share-generate-btn{
    float: left;
    font-family: "BPGWEB001Caps";
    cursor: pointer;
    background: #e9e9e9;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    padding: 13px 17px 12px 39px;
    line-height: 28px;
    margin-left: 21px;
    border: solid 1px #3b5998;
}
.share-generate-btn label{
    cursor: pointer;
}
.share-generate-btn input[type="checkbox"]{
    margin-top: 6px;
}



/* Footer */




footer{
    background: #1d459d;
    height: 225px;
    margin-top: 40px;
}
footer .container{
    text-align: center;
}

ul.social-networks{
    margin: 2px auto;
    padding: 0;
    padding-top: 25px;
}
ul.social-networks li{
    list-style-type: none;
    display: inline-block;
    text-align: center;
    background: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin-right: 10px;
}
ul.social-networks li a{
    text-decoration: none;
}
ul.social-networks li a i{
    color: #1d459d;
    font-size: 18px;
}

a.footer-logo{
    padding-top: 22px;
    display: inline-block;
        width: 155px;
}
a.footer-logo img{
    width: 100%;
}

footer .container p{
    color: white;
    font-family: 'FiraGOMedium';
    font-size: 13px;
    letter-spacing: 0.7;
}
footer .container p.fOne{
    margin-top: 30px;
}


/* responsive */

@media (max-width: 1950px){
	.all-book-container .paddings-all-book, 
	.all-book-container .all-book-sort-col {
	    padding-right: 15vw;
	    padding-left: 70px;
	}
}

@media (max-width: 1600px){
	.all-book-container .paddings-all-book, 
	.all-book-container .all-book-sort-col {
        padding-right: 6vw;
        padding-left: 54px;
	}
}


@media (max-width: 1350px){

	.all-book-container .paddings-all-book, 
	.all-book-container .all-book-sort-col {
	    padding-right: 0vw;
	    padding-left: 0px;
	}

	.all-books-search-author{
		padding-left: 0px;
	}

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-nav .nav-link{
        font-size: 12px;
    }
    .main-book-info h2{
        font-size: 12px;
        margin-top: 0px; 
    }
    .main-book-image{
        height: 21vw;
    }
    .main-one-book-block{
        padding: 0px;
    }
    .main-book-image .book-add-buttons .add{
        border-radius: 0px;
        font-size: 10px;
        padding: 9px 5px 9px 5px;
        margin-bottom: 5px; 
    }
    .main-one-book-block .main-book-info{
        padding: 10px;
    }
    .main-book-info p.author{
        margin-top: 0px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .main-book-info p.price{
        margin-top: 1px;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .main-one-book-block .spons-logo{
        width: 100%;
    }
    .main-book-info p.rating-detail{
        padding-top: 0px;
    }
    .book-filter-list ul.sort-nav-menu-list li a{
        font-size: 12px;
    }
    a.link-main-all-books{
        font-size: 14px;
    }
    .carousel-caption.text-right h1{
        margin-right: 0px;
    }


    .all-books-list .main-book-info{
        padding: 0px;
        width: calc(100% - 265px);
    }
    .all-books-list .book-add-buttons .add{
        width: 100%;
        margin: auto;
        border-radius: 100px;
        font-size: 11px;
        padding: 19px 0px 19px 0px;
        margin-bottom: 23px;
        float: left;
        max-width: 160px;
    }
    .all-books-list .book-add-buttons .add.c{
        margin-left: 16px; 
    }
    .all-books-list .spons-logo{
        width: 140px;
    }
    .all-books-list .main-book-image{
        height: auto;
    }
    .all-book-filter-list.all-book .panel-group{
        padding-left: 0px;
    }
    .panel-default .collapsed,
    .panel-default h5{
        font-size: 13px;
    }
    form.range-slider-form{
        padding-left: 0px; 
    }
    .all-books-list .main-book-info h2{
        margin-top: 38px;
    }
    .navbar-collapse{
        padding: 0px !important;
    }
    .book-filter-list ul.sort-nav-menu-list li{
        display: block;
    }

    /* detail book */
    .book-detail .main-book-image.big-img{
        height: auto;
        max-height: inherit;
    }


    /* cart */

    .add-remove-count .fa-minus, 
    .add-remove-count .fa-plus{
        padding: 6px 7px;
        font-size: 10px;
        float: left;
        margin-top: 11px;
    }
    .cart-container .table td p.price{
        font-size: 27px;
        margin-top: 76px;
    }
    .cart-container .table td .delete-btn{
        font-size: 39px;
    }
    .order-books-form button[type="submit"]{
        width: 100%;
    }


    /* history */
    .history-book-list-center{
        width: 100%;
    }

    .history-list-block{
        background: none;
        height: auto;
    }
    .history-book-list-center ul{
        overflow: hidden;
        padding: 0;
        margin: auto;
    }

    .history-book-list-center ul li{
        background: none;
        width: 100%;
        margin-bottom: 30px;
        height: 195px;
    }
    .history-book-list-center ul li .history-book-info-block{
        width: calc(100% - 111px);
        padding-left: 20px;
        z-index: 9;
    }
    .history-book-list-center ul li:nth-child(7) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10) .history-book-info-block,
    .history-book-list-center ul li:nth-child(7):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10):hover .history-book-info-block{
        width: calc(100% - 111px);
        padding-left: 20px;
        z-index: 9; 
        /*left: 90px;*/
        left: 137px;
    }

    .history-book-info-block {
        left: 137px;
    }

    .history-book-info-block h2 {
        /*width: 800px;*/
        width: auto;
    }

    .history-book-list-center ul li img {
        width: 130px;
    }
}

@media (max-width: 865px){
    form.range-slider-form{
        margin-bottom: 40px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-nav .nav-link{
        font-size: 12px;
    }

	.navbar-nav.ml-auto.navbar-right-side{
		position: absolute;
	    right: 25px;
	    top: 95px;
	}

	.search_btn {
		padding-right: 0px;
	}
	.search_btn a {
	    display: block;
	    width: 22px;
	    float: right;
	    margin-right: 10px;
	}
	.navbar-right-side li.wishlis a {
		float: right;
	}
	.navbar-right-side li.cart a {
		float: right;
		margin-right: 10px;
	}

    .main-book-info h2{
        font-size: 12px;
        margin-top: 0px; 
    }
    .main-book-image{
        height: 21vw;
    }    
    .book-detail .main-book-image{
        height: auto;
    }
    .main-one-book-block{
        padding: 0px;
    }
    .main-book-image .book-add-buttons .add{
        border-radius: 0px;
        font-size: 10px;
        padding: 9px 5px 9px 5px;
        margin-bottom: 5px; 
    }
    .main-one-book-block .main-book-info{
        padding: 10px;
    }
    .main-book-info p.author{
        margin-top: 0px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .main-book-info p.price{
        margin-top: 1px;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .main-one-book-block .spons-logo{
        width: 100%;
    }
    .book-detail .main-one-book-block .spons-logo{
        max-width: 140px;
        margin-bottom: 10px;
    }
    .main-book-info p.rating-detail{
        padding-top: 0px;
    }
    .book-filter-list ul.sort-nav-menu-list li a{
        font-size: 12px;
    }
    a.link-main-all-books{
        font-size: 14px;
    }
    .carousel-caption.text-right h1{
        margin-right: 0px;
    }


    .all-books-list .main-book-info{
        padding: 0px;
        width: calc(100% - 265px);
    }
    .all-books-list .book-add-buttons .add{
        width: 100%;
        margin: auto;
        border-radius: 100px;
        font-size: 11px;
        padding: 19px 0px 19px 0px;
        margin-bottom: 23px;
        float: left;
        max-width: 160px;
    }
    .all-books-list .book-add-buttons .add.c{
             margin-left: 0px; 
    }
    .all-books-list .spons-logo{
        width: 140px;
    }
    .all-books-list .main-book-image{
        height: 55vw;
    }
    .all-books-list .main-book-info h2{
        margin-top: 38px;
    }
 
     .navbar-collapse{
     	padding: 0px !important;
        background: #1d459d;
        padding: 20px;
        padding-top: 50px;
    }

    .book-filter-list ul.sort-nav-menu-list li{
        display: block;
    }



    /* book detail */

    .book-detail .all-books-list .main-book-info{
        width: 100%;
        margin-left: 0px;
    }



    /* cart */

    .add-remove-count .fa-minus, 
    .add-remove-count .fa-plus{
        padding: 6px 7px;
        font-size: 10px;
        float: left;
        margin-top: 11px;
    }
    .cart-container .table td p.price{
        font-size: 27px;
        margin-top: 76px;
    }
    .cart-container .table td .delete-btn{
        font-size: 39px;
    }
    .order-books-form{

    }
    .order-books-form button[type="submit"]{
        width: 100%;
    }



    /* history */
    .history-book-list-center{
        width: 100%;
    }

    .history-list-block{
        background: none;
        height: auto;
    }
    .history-book-list-center ul{
        overflow: hidden;
        padding: 0;
        margin: auto;
    }

    .history-book-list-center ul li{
        background: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .history-book-list-center ul li .history-book-info-block{
        width: calc(100% - 111px);
        padding-left: 20px;
        z-index: 9;
        height: 184px;
    }
    .history-book-list-center ul li:nth-child(7) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10) .history-book-info-block,
    .history-book-list-center ul li:nth-child(7):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10):hover .history-book-info-block{
        width: calc(100% - 111px);
        padding-left: 20px;
        z-index: 9; 
        left: 131px;
    }


    /* pwd recovery */
    
    form.recovery-pwd{
        width: 100%;
    }
    form.recovery-pwd input[type="email"]{
        width: 100%;
    }

    /* personal info */

    .personal-info-block form input[type="text"]{
        width: 100%;
    }

    /* registration */

    .registration a.fb-auth,
    .registration a.g-auth{
        background-size: 60%;
    }
    .authorization-form{
        margin-top: 50px;
    }

  /*  .history-book-info-block{
        height: 184px;
    }*/
}

@media (max-width: 762px){

}

@media (max-width: 576px){
    .navbar-nav .nav-link{
         padding-right: 0px !important; 
         margin-right: 0px !important; 
    }
    .contact-block form .col-md-4:last-child{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .contact-block form .col-md-4{
        padding-right: 5px;
    }
    .main-book-image{
        height: 85vw;
    }
    .book-filter-list ul.sort-nav-menu-list li a{
        padding: 0px; 
        font-size: 17px;
        border: none;
    }
    .book-filter-list ul.sort-nav-menu-list li.active a,
    .book-filter-list ul.sort-nav-menu-list li a:hover{
        border: none;
    }
    .carousel-caption.text-right h1{
        font-size: 60px;
        font-family: "BPGWEB001Caps";
        color: rgb(29, 69, 157);
        line-height: 1.2;
        text-align: left;
        margin-right: 0px;
    }
    .navbar-collapse{
        background: #1d459d;
        padding: 20px !important;
        padding-top: 50px !important;
    }
    .panel-default .collapsed,
    .panel-default h5{
        font-size: 16px;
    }
    .all-books-list .main-book-info{
        width: 100%;
        margin-left: 0px;
        padding: 20px 0px 0px 0px;
    }
    .all-books-list .book-add-buttons .add.c{
        margin-left: 16px;
    }
    
    /* history */
    .history-book-list-center ul li{
        height: auto;
    }
    .history-bookone-image{
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
    }


	/* achievements */

	.achievements-containet .history-bookone-image{
		float: left;
		width: 30%;
	}
	.achievements-containet .history-bookone-image img{
		width: 100%;
	}
	.achievements-containet .history-book-info-block{
		float: left;
		width: calc(100% - 30%) !important;
		position: relative;
		left: 0 !important;
	}
	.achievements-containet .history-book-info-block h2,
	.achievements-containet .history-book-info-block p.author,
	.achievements-containet .history-book-info-block p.price_sale{
		width: auto;
	}

	/* end */


/*    .history-book-list-center ul li .history-book-info-block,
    .history-book-list-center ul li:nth-child(7) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9) .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10) .history-book-info-block,
    .history-book-list-center ul li:nth-child(7):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(8):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(9):hover .history-book-info-block, 
    .history-book-list-center ul li:nth-child(10):hover .history-book-info-block{
        position: relative;
        width: 100% !important;
        padding-left: 0px !important;
        left: 0px;
        margin-top: 10px;
    }*/

}


@media (max-width: 576px){
    .book-filter-list ul.sort-nav-menu-list{
        display: inherit;
        width: 100%;
        height: 0px;
        overflow: hidden;
    }
    .height-for-mobile{
    	height: 0px;
    	overflow: hidden;
    }
    .carousel-caption.text-right h1{
        font-size: 35px;
        font-family: "BPGWEB001Caps";
        color: rgb(29, 69, 157);
        line-height: 1.2;
        text-align: left;
        margin-right: 0;
    }
    .main-book-image{
        height: 65vh !important;
    }
    .navbar-collapse{
        background: #1d459d;
        padding: 20px;
        padding-top: 50px;
    }
    .all-books-list .main-book-image{
        width: 100%;
    }
    form.range-slider-form{
        padding-left: 0px;
        margin-bottom: 45px;
    }
    .all-book-filter-list.all-book .panel-group{
        padding-left: 0px;
    }
    .main-one-book-block{
    	width: 100%;
    }
    .main-book-image img{
    	width: 100%;
    }
    .main-book-info h2{
    	font-size: 17px;
    }
    .all-book-container .paddings-all-book{
    	padding-right: 15px !important;
    	padding-left: 15px !important;
    }
    .all-book-sord-block ul{
    	float: left;
    	width: 100%;
    }
    .book-filter-list ul li{
    	margin-right: 0px;
    	margin-bottom: 0px;
    	margin-top: 10px;
    }
    .all-book-container .all-book-sort-col{
    	padding-right: 15px !important;
    	padding-left: 15px !important;
    }
    .all-books-search-author{
    	margin-top: 5px;
    }
    .all-book-filter-show-hide{
    	display: block !important;
    	float: right !important;
	    color: #1d459d;
	    font-size: 25px;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    border: none;
	    padding: 0px 10px 8px 20px;
    }
    .all-books-list .main-book-info h2{
    	margin-top: 0px;
    	margin-bottom: 10px;
    }

    /* Vertical */
    
    .vertical .all-books-list .main-book-info h2{
    	margin-bottom: 5px;
    	font-size: 19px;
        margin-top: 0px;
    }
    .vertical .all-books-list .main-one-book-block{
    	width: 100%;
    }
    .vertical .all-books-list .main-book-image{
    	width: 30%;
    	height: auto !important;
    }
    .vertical .all-books-list .main-book-info{
	    margin-left: 0px;
	    width: calc(100% - 35%);
	    float: right;
    }
    .vertical .all-books-list .main-book-info{
    	padding-top: 0px;
    }
    .vertical .all-books-list .main-book-info p.author,
    .vertical .all-books-list .main-book-info p.price{
		height: auto;
		margin-bottom: 10px;
    }
    form.registration-form, 
    form.authorization-form, 
    .soc-network-auth{
		padding: 0px;
    }
    form.registration-form input[type="text"], 
    form.registration-form input[type="phone"], 
    form.registration-form input[type="password"], 
    form.registration-form input[type="email"], 
    form.registration-form input[type="date"],
    form.registration-form .gj-unselectable{
    	width: 100%;
    }
    form.authorization-form input[type="text"], 
    form.authorization-form input[type="phone"], 
    form.authorization-form input[type="password"], 
    form.authorization-form input[type="email"]{
    	width: 100%;
    }
    .registration a.fb-auth, .registration a.g-auth{
    	width: 100%;
    }


	/* Contract */

	.map-block{
		display: none;
	}
	.contact-text-block{
		margin-bottom: 20px;
        margin-top: 95px;
	}
	.contact-text-block p{
		margin-top: 10px;
	}
	.contact-text-block p,
	.contact-text-block p strong,
	.contact-text-block p span{
		font-family: "BPGWEB001Caps" !important;
	}
	.contact-block form .col-md-8{
		padding-right: 0px;
	}
	.contact-block form textarea{
		margin-bottom: 0px;
	}

	/* News */

	.speacial-min-text-block h2{
		padding-top: 0px;
		margin-top: 0px;
        height: 30px;
        overflow: hidden;
        font-size: 14px;
	}
	.single-news .speacial-big-text-block img{
		max-width: 100%;
		padding-right: 0px; 
	}
	.single-news .share-copy-line a.share-btn{
		float: inherit;
		margin-bottom: 20px;
	}
	.single-news .cipy-link-block{
		float: inherit;
	}
	.single-news .share-copy-line{
		margin-bottom: 0px;
	}
	.single-news .cipy-link-block input[type="text"]{
		width: calc(100% - 130px);
	}

	/* Profile */

	.history-containet{
		margin-top: 100px;
	}
	.profile-menu{
		margin-top: 80px;
	}
	.history-containet .cipy-link-block{
		float: inherit;
	    margin-top: 20px;
    	margin-bottom: 30px;
	}
	.history-containet .share-copy-line a.share-btn{
		float: inherit;
	}
	.history-containet  .share-copy-line{
		margin-bottom: 0px;
	}
	.history-containet  .cipy-link-block input[type="text"]{
		width: calc(100% - 130px);
	}


	/* Navbar */


	.navbar-nav.ml-auto.navbar-right-side{
		/*display: -webkit-box;
		padding-left: 23px;*/
		position: absolute;
	    right: 25px;
	    top: 95px;
	}
	.search_btn{
    	padding-right: 0px; 
    	padding-top: 9px;
   		float: inherit; 
	}
	.navbar-nav.ml-auto.navbar-right-side .dropdown{
    	position: relative;
    	right: 0px;
	}
	.search-input-form.show{
		height: 80px;
	}
	.navbar-nav.ml-auto.navbar-right-side .nav-item .burger-block{
		position: absolute;
    	right: 40px;
	}
	.navbar-nav.ml-auto.navbar-right-side .dropdown-menu.dropdown-menu-right{
	    position: absolute !important;
	    right: 0;
	    left: inherit;
	}
	.navbar-right-side li.wishlis a{
		margin-left: 0px;
	}
	.navbar-right-side .nav-link.dropdown-toggle{
		margin-left: -20px;
	}
	.navbar-nav.ml-auto.navbar-right-side li{
		margin-bottom: 25px;
	}
	.navbar-nav.ml-auto.navbar-right-side .dropdown .dropdown-toggle::after{
		display: none;
	}

	/* carusel */

	.main-carusel-slider .carousel-item a img{
		width: auto;
	    height: 100%;
	    position: absolute;
	    left: -300px;
	    right: 0;
	    margin: auto;
	}
	.carousel-caption.text-right h1{
		text-align: center;
        margin-top: -55px;
	}
	.carousel-item{
		height: 20rem !important;
	}
	.carousel-caption{
	    top: 0;
	    z-index: 10;
	    color: white;
	    left: 0;
	    right: 0;
	    bottom: 0 !important;
	    margin: auto;
	    height: 80px;
	    text-align: center !important;
	    width: 100%;
	}
	.carousel-caption.text-right p{
		display: none;
	}
	.navbar-nav .active>.nav-link, .navbar-nav .nav-link:hover{
		border: solid 2px transparent;
	}



    .special-image-block{
        height: auto;
    }
    .speacial-min-text-block{
        padding: 22px 26px 26px 26px;
    }

    .contact-block form{
        margin-bottom: 40px;
    }



    .container.cart-container{
        overflow-x: scroll;
    }
    .add-remove-count span{
        margin-top: 2px;
    }
    .cart-container .table td p.price{
        margin-top: 86px;
    }
	/* cart-container */


	/*.cart-container */


	/* footer */

	footer{
		height: 250px;
	}
    .all-books-list .book-add-buttons{
        width: 100%;
    }
    .vertical .all-books-list .book-add-buttons{
        opacity: 1;
    }
    .vertical .main-book-image .book-add-buttons .add span{
        display: none;
    }
    .vertical .main-book-image .book-add-buttons .add i{
        display: block;
    }
    .vertical .main-book-image .book-add-buttons .add{
        font-family: "BPGWEB001Caps";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 1.2;
        background: #1d459d;
        border: none;
        width: 45px;
        height: 45px;
        margin: auto;
        border-radius: 100px;
        font-size: 14px;
        padding: 7px 2px 5px 0px;
        margin-bottom: 0px;
        /*margin-top: 100px;*/
        float: none;
        bottom: 0;
    }

    .navbar-nav.ml-auto.navbar-right-side.NonLogin{
        position: relative;
        top: 0;
        right: 0;
        left: 20px;
    }
    .navbar-nav.ml-auto.navbar-right-side.NonLogin .btn-group{
        width: 88%;
    }
    .main-one-book-block .spons-logo{
        width: 50%;
    }
    .main-one-book-block .rating{
        float: left;
        margin-left: 20px;
    }
    .main-one-book-block .rating i{
        color: #ffd200;
        margin-left: 0px;
        font-size: 19px;
        padding-top: 9px;
    }
    .main-book-info p.price span.old-price,
    .main-book-info p.price span.sale{
        margin-top: 0px;
    }
    .book-detail-list .thead-light th{
        color: black;
    }



    .book-detail .book-add-buttons.detail-book .add,
    .book-detail .book-add-buttons.detail-book .add.c{
        width: 100%;
        max-width: 100%;
    }
    a.single-book.share-btn{
        text-align: center;
        width: 100%;
        position: relative;
    }
    .main-carusel-slider{
        height: 0px;
        overflow: hidden;
        margin-bottom: 27px !important;
    }

}
