.product-details-box
{
        padding: 7px 14px;
        text-align: center;
}
.product-details-box button.tool.button
{
        margin-top: 4px;
        margin-bottom: 4px;
}
.alert
{
        border-radius: 0;
}
.lotDescCont
{
        font-size: var(--fontsize-item-desc);
        margin-left: 8%;
        margin-right: 8%;
}
.lot_name_cont
{
        text-align: center;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.prev_next
{
        width: 25%;
        opacity: 1;
        transition: opacity 0.2s;
}
.shop-details-box .prev_next
{
        width: 12%;
}
.prev_next:hover
{
        opacity: 0.8;
}
.prev a
{
        justify-content: flex-start;
}
.next a
{
        justify-content: flex-end;
}
.prev_next a
{
        font-size: 21px;
        font-weight: 600;
        font-family: var(--font-family-title);
}
.lot-details-box .prev_next a
{
        display: flex;
        align-items: center;
        column-gap: 3px;
}
.prev_next.prev_next_shop a
{
        font-size: 18px;
}
.prev_next a img
{
        max-width: 28px;
}
.item-cat
{
        font-size: 17px;
}
.lot_desc_cont
{
        text-align: center;
        line-height: 127.5%;
}
.lot_name_cat
{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.shop-details-box .lot_name_cat
{
        width: 76%;
}
.lot_name
{
        font-size: var(--fontsize-title);
        font-weight: 700;
}
.lot_data
{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
}
.lot_details_cont
{
        display: flex;
        flex-direction: row;
        margin-bottom: 7px;
        font-size: 17px;
        align-items: center;
}
.lot_details_label
{
        font-weight: 700;
        margin-right: 4px;
        white-space: nowrap;
}
.lot_add_bid_cont
{
        margin-top: 14px;
}
.lot_add_bid_cont .lot_details_cont 
{
        margin-top: 7px;
}
.lot_add_bid_cont .lot_details_cont .lot_details_btn
{
        padding: 0;
}
.lot_add_bid_cont .lot_add_bid_input_cont
{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
}
.lot_add_bid_cont p
{
        padding-top: 7px;
        padding-left: 14px;
        padding-right: 14px;
        /*font-size: 15px;*/
}
.flex1
{
        flex: 1;
        margin-right: 14px;
}
.lot_add_bid_cont .lot_add_bid_input_cont input[type=text]
{
        width: 100%;
}
.lot_bids_title
{
        font-size: var(--fontsize-title);
        font-weight: 600;
        margin-bottom: 21px;
}
.lot_desc_title
{
        font-size: var(--fontsize-title);
        font-weight: 600;
        margin-bottom: 5px;
}
@media (min-width: 992px)
{
        .lot_bids_title
        {
                margin-top: 42px;
        }
/*        @media (max-width: 1199.98px)
        {
                .prev_next a
                {
                        flex-wrap: wrap;
                        justify-content: center;
                }
                .next a
                {
                        flex-direction: column-reverse;
                }
        }*/
}
@media (max-width: 991.98px)
{
        .lot_bids_title
        {
                margin-top: 21px;
        }
        .lot_bottom_desc
        {
                margin-bottom: 21px;
        }
}
.lot_details_cont.text_l
{
        font-size: 17px;
}
.lot_details_cont.text_l button
{
        font-size: 21px;
        padding: 7px 14px;
        text-transform: uppercase;
}
.lot_details_cont i
{
        font-size: 15px;
        margin-right: 5px;
        margin-top: 4px;
}
.lot_bottom_desc
{
        padding-top: 7px;
        font-size: var(--fontsize-item-desc);
        line-height: 127.5%;
}
.lot_bottom_desc p
{
        font-size: var(--fontsize-item-desc);
        line-height: 127.5%;
}
.lot_bottom_register
{
        font-size: 14px;
        margin-top: 70px;
        padding-top: 7px;
        padding-bottom: 7px;
}
.read_more_link
{
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
}
.lot_2_imgs_container
{
        display: flex;
        align-items: center;
        justify-content: center;
}