ul.author-list, ul.document-list {
    margin: 0;
    padding: 0;
    font-size: .8725rem;
}

ul.document-list.left-side-document li{
    margin-top: 10px;
}
ul.document-list.left-side-document li:first-child {
    margin-top: 0;
}

ul.attribute-list {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #000;
}

ul.attribute-list li img {
    margin: 0.5em 0;
}

#group-description {
    text-align: justify;
}

input[type="file"].hidden {
    position: absolute;
    top: -100000px;
    left: -100000px;
}

h2.subtitle {
    font-size: .84375rem;
    font-weight: normal;
}

.searchautocomplete-loader.UI-LOADER {
    display: none;
}

.searchautocomplete-loader.UI-LOADER img.preloader {
    position: absolute;
    top: 15%;
    right: 120px;
    height: 70%;
}

.search-autocomplete.searchautocomplete-placeholder.UI-PLACEHOLDER li {
    cursor: pointer;
}

#AlertBoxEmail {
    margin: 0 0 10px 0;
}

#headerlinks {
    height:47px;
}

.category-products .ebook-logo,
.upsell-list .ebook-logo,
.book-list .ebook-logo {
    top: 15px;
    right: 0;
}

.book-list.category-list li .discount-wrapper,
.book-list.category-grid li .discount-wrapper,
.upsell-list .discount-wrapper,
.book-list .discount-wrapper {
    position: absolute;
    top: -25px;
    right: -40px;
}

.book-list.category-grid li .discount-wrapper {
    top: -15px;
	z-index:1;
}

.product-page .ebook-logo {
    top: 20px;
    right: 17px;
}

.product-page .disk_prod {
    margin-right: 9px;
}

.ebook-logo {
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    background-color: #90CCDD;
    border-radius: 33px;
    position: absolute;
    font-family: Mada;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 66px;
    text-align: center;
}

.ebook-logo > div {
    box-sizing: border-box;
    width: 22px;
    height: 24px;
    position: absolute;
    left: 22px;
    margin-top: -8px;
    border: 2px solid #111111;
    border-radius: 5px;
}

.ebook-logo > div > div {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #111111;
    position: relative;
    top: 3px;
    left: 2px;
}

.ebook-logo > div > div > div {
    width: 6px;
    height: 6px;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    position: relative;
    left: 2px;
    top: 2px;
}

/* AJAX Popup cart ebook icon*/
.ajax-cart-popup .ebook-logo {
	position: absolute;
    left: 55%;
	width: 66px!important;
    height: 66px!important;
	font-size:0.925rem;
	line-height:4rem!important;
	border:3px solid #efefef!important;
	z-index:1;	
}
.ajax-cart-popup .ebook-logo > div{
	left:20px!important;
}

/* Item Options */

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: 0;
}
.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

#methods_container.inactive {
    position: relative;
    opacity: 0.5;
}

#methods_container .inactiveInfo{
    display: none;
}

#methods_container.inactive .inactiveInfo{
    display: block;
    color: #c00;
    font-size: 1rem;
    margin-bottom:10px;
}

#methods_container.inactive .fog {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
    opacity: 0;
    border-radius: 20px;
}