﻿.custom-form {
    box-shadow: none !important;
}

    .custom-form header, .custom-form footer {
        background-color: transparent !important;
    }


    .custom-form .alert {
        margin-bottom: 0px !important;
        margin-top: 1rem;
        padding: .75rem 1.25rem !important
    }

    .custom-form .error-field {
        margin-top: 0.5rem;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.7rem;
        color: #ca2448 !important;
    }


.text-descr-cart {
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
}


.custom-footer {
    background-color: #f9f9f9;
    margin-top: 4rem;
    padding-bottom: 2rem;
}

    .custom-footer a, .custom-footer a:hover, .custom-footer a:visited, .custom-footer a:active {
        color: #901933;
    }

.edition {
    color: #901933;
    font-size: 12px;
    text-transform: uppercase;
}

.date {
    font-size: 12px;
}

.descr {
    font-size: 0.9rem;
}

.cover-edition {
    width: 200px;
    height: 250px;
}

.bnt-read {
    background-color: #901933;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.2rem;
    text-align: center;
    font-size: 12px;
}

    .bnt-read:hover, .bnt-read:visited, .bnt-read:active {
        text-decoration: none;
        color: #fff;
        opacity: 0.9;
    }


.wowbook-controls, .wowbook-share-buttons, .wowbook-nav {
    background-image: none !important;
}

/*.wowbook-lightbox {
    background: none !important;
}*/

    .wowbook-lightbox .wowbook-book-container {
        background-color: rgba(197, 197, 197, 0.85);
    }

.hover-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

    .hover-cover .inner-hover-cover {
        color: #fff;
        top: 45%;
        position: absolute;
        left: 0;
        width: 100%;
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 2px 2px 2px #212121;
    }

    .hover-cover:hover {
        background-color: rgba(51, 51, 51, 0.40);
    }
