/* Library CSS */

@media only screen and (max-width: 991px) {
    .header-search-form.search-books {
        padding: 0 5px;
        height: auto;
		width: 80%;
		margin: 0 auto;
    }
}

#copySelector {
	display: block;
}

#copyInfo {
	font-style: italic;
}

#copySelector ul {
	margin: 0;
	padding: 0;
}
#copySelector ul>li{
	display: inline-block;
	margin: 2px;
}

#bookForm {
	display: none;
}

#libFromDate{text-indent: -500px;}
#libToDate{text-indent: -500px;}

.datepicker_label {
	text-align: center; 
	position: absolute; 
	left: 10px; 
	top:14px;
}

.select2 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    padding: 0px 26px 0px 0px;
    line-height: 1.733333;
    font-size: 15px;
    color: #2c2f76;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: 1px solid #e4e7ed;
    border-radius: 2px;*/
	border: none;
	padding: 12px 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    position: absolute;
    top: 0px;
    right: 2px;
    width: 20px;
}

.select2-search__field {
	border: 1px solid #ffdc11;
}
.select2-search__field:focus {
	outline: 1px solid #ffdc11;
}

.select2-container--default .select2-selection--single:focus-visible,
.select2-selection__rendered:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}


/* Book Takes */


.bookTakes__button {
    display: block;
    position: fixed;
    bottom: 23px;
    right: 23px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
	background-color: rgba(200,200,200,0.5);
	z-index: 901;
}

.bookTakes__button img {
	display:block;
	margin: 7px auto;
	height: 50px;
	opacity: 0.5;
}


.bookTakes__button:hover {
	/* background-color: rgba(200,0,0,0.9);*/
}

.bookTakes__button:hover img {
	opacity: 0.9;
}

@media (max-width: 991px) {
	.shop-filter__layout .btn{
		margin: 8px 0px 0px 10px;
	}
}

@media (min-width: 767px) {
  .modal-bookTakes {
	  width: 80%;
	}
	.modal-books {
		width: 80%;
	}
}

.modal-bookTakes .product__thumb{
	width: 50px;
}