.productBlockV3{
    margin-bottom:28px;
}

.productBlockV3__Image{
    margin-bottom:5px;
    position:relative;
    transition: transform .2s;
}

.productBlockV3__Title{
    margin-bottom:10px;
    margin-top: 15px;
    height: 46px;
    font-size:15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.productBlockV3__Title a {
    color:#17223A;
}

.productBlockV3__Title a:hover{
    text-decoration:underline;
}

.productBlockV3__Authors{
    margin-bottom: 8px;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productBlockV3__Publishers{
    margin-bottom: 8px;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productBlockV3__Authors a{
    color:#2163CC;
}

.productBlockV3__Cover{
    color:#686868;
    min-height: 20px;
}

.productBlockV3__Price{
    height: 48px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.productBlockV3__Price__List{
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 6px;
}

.productBlockV3__Price--Old{
    text-decoration:line-through;
    display:inline-block;
    /*margin-right:10px;*/
    font-size:13px;
    text-align: center;
}

.productBlockV3__Price--New{
    color:#E21327;
    text-align: center;
}

.productBlockV3__Price__List--Old{
    text-decoration:line-through;
}

.productBlockV3__Price__List--New{
    color:#E21327;
    font-size: 20px;
}

.productBlockV3__Price__List__Price{
    font-size: 20px;
}

.productBlockV3__AddToCartContainer{
    margin-bottom:14px;
    margin-top:4px;
}

.productBlockV3__NotAvailable{
    background: #F0F0F0;
    color: #181A1D;
    white-space: nowrap;
    padding: 7px 1px 8px 1px;
    text-align: center;
    font-size: 13px;
}

.productBlockV3__Horizontal{
    border-bottom: 2px solid #DEDEDE;
    margin-bottom: 31px;
    padding-bottom: 31px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.productBlockV3__Horizontal__Info__Container{
    flex: 1;
}

.productBlockV3__Horizontal__Data__Actions__Container{
    display: flex;
    justify-content: space-between;
}

.productBlockV3__Horizontal__Data__Container{
    flex:1;
}

.productBlockV3__Horizontal .productBlockV3__Title {
    margin-top: 0;
    margin-bottom: 30px;
}

.productBlockV3__Horizontal .productBlockV3__Authors{
    color:#686868;
    height: 22px;
}

.productBlockV3__Horizontal .productBlockV3__Publishers{
    color:#686868;
    height: 22px;
}

.productBlockV3__Horizontal__ExtraData{
    display: flex;
    gap:18px;
}

.productBlockV3__Horizontal__ExtraData__Label{
    color:#686868;
}

.productBlockV3__Horizontal__Description__Container{
    line-height: 26px;
}

.productBlockV3__Horizontal__Description__ReadMore{
    margin-top: 4px;
}

.productBlockV3__Horizontal__Description__ReadMore a{
    color:#181A1D;
}

.productBlockV3__Horizontal__Purchase__Container{
    min-width: 265px;
}

.productBlockV3__Horizontal__Purchase__Container--TabletMobile{
    margin-top: 15px;
}

.productBlockV3__Horizontal .productBlockV3__Cover{
    margin-top: 6px;
}

.productBlockV3__Horizontal .productBlockV3__Price__List{
    flex-direction: row;
    justify-content: flex-start;
    gap:7px;
    align-items: center;
    height: auto;
}

.productBlockV3__Horizontal__Actions__Container{
    display: flex;
    gap:20px;
    align-items: center;
}

.productBlockV3__Horizontal .ButtonV3--Small{
    min-width: 205px;
}

.productBlockV3__Horizontal .productBlockV3__AddToCartContainer{
    margin-bottom: 0;
}

.productBlockV3__Horizontal .Body_Item__PurchaseOptions__Info__Actions__AddToWishlist{
    width: 40px;
}

.productBlockV3__Horizontal .Body_Item__PurchaseOptions__Info__Actions__AddToWishlist a{
    padding: 10px;
}

.productBlockV3__Horizontal .Body_Item__PurchaseOptions__Info__Actions__AddToWishlist a svg{
    width: 20px;
    height: 20px;
}

.productBlockV3__Horizontal .productBlockV3__NotAvailable{
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 205px;
}