<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bookFront-wrapper {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .bookFront-wrapper {
        padding-bottom: 20px;
        border-bottom: 1px solid #006156;
    }
}

.bookFront {
    background: white;
    display: block;
    text-decoration: none !important;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

.bookFront .top {
    display: flex;
    flex-direction: column;
    min-height: 75px;
}

.bookFront .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.bookFront .authors,
.bookFront .editorial {
    display: block;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 5px;
}

.bookFront .new-badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 120px;
    /*outline: 1px solid blue;*/
    overflow: hidden;
}

.bookFront .new-badge .triangle {
    background: #8fd2cb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    right: -50%;
    transform: rotate(-45deg);
}

.bookFront .new-badge .text {
    position: relative;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    top: 0%;
    left: 50%;
    width: 50%;
    height: 50%;
    padding: 2px;
}

.bookFront .details {
    display: none;
    font-size: 14px !important;
    line-height: 15px !important;
}

.bookFront .details b {
    font-weight: 500;
}

.bookFront .details div {
    margin-bottom: 5px;
}

.bookFront .cover {
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.bookFront .cover .promo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    background: #cc0000;
    color: white;
    padding: 5px 3px;
    display: inline-block;
    border-radius: 2px;
}

.bookFront .cover .cover-inner {
    display: inline-block;
    position: relative;
    height: 250px;
    /*background: rgba(1,1,1,0.1);*/
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    background: #8fd2cb;
}

.bookFront .cover .cover-inner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: left;
    text-decoration: none !important;
    color: white;

}

.bookFront .cover .cover-inner a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.bookFront .cover img {
    width: 100%;
    max-width: 150px;
    max-height: 230px;
}

.bookFront .meta {
    color: #333;
    margin-top: 10px;
}

.bookFront .meta .resume {
    font-size: 13px;
    line-height: 14px;
    text-align: justify;
    overflow-wrap: break-word;
    overflow: hidden;
    position: relative;
}

.bookFront .meta .resume span {
    font-size: 15px;
    line-height: 15px;
    color: #E44B04;
    font-weight: 500;
    display: block;
}

.bookFront .meta .resume .resume-text {
    display: inline;
}

.bookFront .meta .resume .resume-remaining {
    display: none;
}

.bookFront .meta .resume .show-more,
.bookFront .meta .resume .show-less {
    background: white;
    display: none;
}

.bookFront .meta .resume .show-less {
    text-align: right;
}

.bookFront .meta .price_shipping {
    display: flex;
    margin-top: 10px;
}

.bookFront .meta .price_shipping .price {
    display: flex;
    flex-direction: column;
    width: 40%;
    font-size: 14px;
    /* line-height: 14px; */
}

.bookFront .meta .price_shipping .price .price_title {
    color: #333;
    margin-top: 10px;
}

.bookFront .meta .price_shipping .price .price_price {
    text-align: left;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    /* font-size: 18px; */
}

.bookFront .meta .price_shipping .shipping {
    display: flex;
    width: 60%;
    padding-top: 5px;
}

.bookFront .meta .price_shipping .shipping .shippingcosts_logo {
    width: 50px;
    min-width: 50px;
    margin-right: 5px;
}

.bookFront .meta .price_shipping .shipping .shippingcosts_logo img {
    width: 100%;
}

.bookFront .meta .price_shipping .shipping .shipping_details {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

.bookFront .meta .price_shipping .shipping .shipping_details .shipping_price {
    /* text-align: right; */
    padding-left: 10px;
}

.bookFront .meta .price_shipping .shipping .shipping_details .shipping_price span {
    
}

.bookFront .meta .price_shipping .shipping .shipping_details .shipping_free {
    margin-top: 5px;
    /* text-align: right; */
    padding-left: 10px;
}

.bookFront .meta .price_shipping .shipping .shipping_details .shipping_free span {
    
}



.bookFront .meta .addtocart {
    display: flex;
    position: relative;
}

.bookFront .meta .addtocart .qty {
    max-width: 100px;
    position: relative;

    display: none;
}

.bookFront .meta .addtocart .qty input {
    border-left: 0;
    border-right: 0;
    background: #04a9a6;
    color: white;
    border: 0 !important;
}

.bookFront .meta .addtocart .qty button {
    background: #04a9a6;
    color: white;
    border: 0;
}

.bookFront .meta .addtocart .qty button:hover,
.bookFront .meta .addtocart .qty button:focus,
.bookFront .meta .addtocart .qty button:active {
    background: #006156 !important;
    color: white !important;
}

.bookFront .meta .addtocart .tooltip-nostock {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: -50%;
    width: 100px;
    margin-left: -50px;
    color: #FB5000;
    background: white;
    font-size: 12px;
    text-align: center;
    border-radius: 7px;
    text-align: center;
    display: none;
}

.bookFront .meta .addtocart &gt; div {
    width: 100%;
}

.bookFront .meta .atc-btn {
    text-align: right;
    margin-top: 10px;
}

.bookFront .meta .atc-btn button {
    text-decoration: none !important;
    background: #04a9a6;
    border: 0;
    color: white;
    height: 40px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
}

@media (max-width: 992px) {
    .bookFront .meta .atc-btn button {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.bookFront .meta .atc-btn button:hover,
.bookFront .meta .atc-btn button:focus,
.bookFront .meta .atc-btn button:active {
    background: #006156 !important;
}</pre></body></html>