#content .product-card h2{
    position: relative;
}
#content .product-card:hover h2{
    bottom: auto;
}
#content .product-card:before{
    content: none;
}
#content .product-card{
    height: auto;
    border: 1px dashed #d8d8d8;
    padding: 10px;
    width: calc(33.3333% - 15px);
    box-sizing: border-box;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
#content .flex h2{
    margin-top: 15px;
}
.image.flex{
    align-items: center;
    justify-content: center;
}
#content .product-card p{
    padding: 0;
    position: relative;
    font-size: 13px;
        justify-content: space-between;
            flex-wrap: nowrap;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
}
#content .product-card p:last-child{
    border-bottom: none;
}
#content .product-card p .name{
    font-weight: 700;
    white-space: nowrap;
    padding-right: 5px;
}
#content .product-card p span:last-child{
        text-align: right;
}
#content .product-card:hover p{
    bottom: auto;
}
#logo_frd_trcs{
    display: block;
    position: absolute;
    right: 0;
}
.product_page h1{
    margin-bottom: 30px;
}
.slider_pr{
    width: 60%;
}
.desc{
    width: calc(40% - 40px);
    margin-left: 40px;
}
.frst_line.flex{
        justify-content: space-between;
}
.frst_line.flex span{
   padding: 3px 13px;
}
.frst_line.flex .have{
    border: .07143rem dotted #033D6D;
    color: #033D6D;
}
.frst_line.flex .new{
        background: #033D6D;
        color: white;
        font-weight: 700;
}
.ab_delivery{
        margin-top: 14px;
}
.get_price {
    margin-top: 20px;
}
.get_price .site_nav__link{
display: block;
    cursor: pointer;
    position: relative;
    border: none;
    width: auto;
    padding: 13px 20px;
    color: #fff;
    font-size: 1.14286rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: .64286rem;
    text-decoration: none;
    transition: all .250s;
}
.get_price .price{
    background: #073A6B;
}
.get_price .lizing{
    background: #B2B2B2;
}
.get_price .site_nav__link:hover{
    background: black;
}
