.btn-accent {
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent.hover {
    background-color: #FF6600 !important;
}

.book_back {
    background: #fafafa;
    margin: 10px;
    padding: 0px;
    min-width: 150px;
}

.book_img {
    width: 100%;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
    min-height: 200px;
    min-width: 150px;
}

.margin10 {
    margin: 10px;
}

.font30 {
    font-size: 30px;
}

/* .book_title {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    height: 50px;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 150px;
} */

.book_title {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    height: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-height: 3.6em;
    line-height: 1.8em; */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap;
    /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.panel-primary>.panel-heading {
    background-color: #367fa9;
    border-color: #367fa9;
    color: #fff;
}

.bootstrap-tagsinput {
    width: 100% !important;
    background: #fff;
}

tt-query {
    /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
    /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 6px;
    min-height: 50px;
    color: #424242;
    background: #fff;
    padding: 6px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.card_container {
    padding: 2px 16px;
}

.grey_tint_image {
    -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);
    filter: grayscale(100%) brightness(110%) contrast(0.9);
}

.invert {
    -webkit-filter: invert(100%);
}

.fa-nav {
    margin-right: 15px;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 12px 24px 64px 24px;
    text-align: left !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 6px;
    left: 0;
    width: 60px;
    right: 0;
    height: 6px;
    content: "";
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.files:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 32px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.btn-transparent-light {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #212121;
}

.btn-transparent-light:hover,
.btn-transparent-light:active,
.btn-transparent-light:focus {
    background-color: transparent;
    color: #424242;
}

.btn-transparent-dark {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
    background-color: transparent;
    color: #eee;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

/* .row>.col-xs-3 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%
} */

/* .row>.col-lg-2 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%
}

.row>.col-md-2 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%
} */

/* .row>.col-sm-3 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%
} */

/* .row>.col-xs-6 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%
} */


.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-row {
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}


.books-group>.row {
    overflow-x: auto;
    white-space: nowrap;
}

.books-group>.row>.col-xs-4 {
    display: inline-block;
    float: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.row-centered {
    text-align: center;
    margin: 0 auto;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    /* text-align: left; */
    vertical-align: middle;
    /* inline-block space fix */
    /* margin-right: -4px; */
    /* text-align: center; */
    /* background-color: #ccc;
    border: 1px solid #ddd; */
}

form.book_search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.book_search button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.book_search button:hover {
    background: #0b7dda;
}

form.book_search::after {
    content: "";
    clear: both;
    display: table;
}

.store-link-button-rounded {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    transition: .4s;
}

.store-link-button-rounded:hover {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.hover-image-effect {
	opacity: 1;
	display: inline-block;
	transition: .5s ease;
	backface-visibility: hidden;
}

.store-icon-style {
	height: 28px;
	width: 28px;
	margin-left: 12px;
}

.cart-list-selected {
   background-color: #CCCCCC;
   border: 2px solid black;
}