.talizman-buy-box {
    background-color: #FAFAFA;
    padding: 2px;
    display: none;
}
.talizman-buy-box > div {
    border: solid 1px #eee;
    padding: 10px;
    background: #fafafa;
    margin-bottom: 3px;
    display: none;
}
.box p, .box p {
    margin: 0;
}
.box span {
    float: right;
}
.box {
    cursor: pointer;
}
.regular-box a:hover {
    border-color: #107c10;
}
.regular-box a {
    background: #dc1f26;
    padding: 0;
    position: relative;
    display: block;
    border: 1px solid #7dbb00;
    width: 100%;
    line-height: 2.8;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}
.product-availability, .product-premier {
    text-align: center;
    margin: 15px 0;
    font-weight: 450;
}
.product-premier span {
    font-weight: 350;
}
.price-regular {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 5px;
}
.price-regular span {
    font-weight: normal;
    font-size: 1.7rem;
}
.price-sale {
    margin-bottom: 5px;
}
#sale_price_display {
    font-size: 32px;
    font-weight: 400;
}
.book-desc-wrap {
    transition: width 0.4s ease;
}
@media (min-width: 992px) {
    .collapsed {
        transition: margin 0.4s ease;
        display: block;
        margin-right: -25%;
    }
}
.talizman-buy-box .book-type {
    font-size: 1.5rem;
}
.talizman-buy-box > p {
    text-align: center;
    margin: 7px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .talizman-buy-box .book-type {
        font-size: 1.4rem;
    }
}
.row-book {
    overflow-x: hidden;
}
.book__action {
    padding: 12px;
    width: auto;
}