.product-sync-init .product-thumb img {
    width: 75%;
    display: block;
    margin: 0 auto
}

.single-product-info{
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1;
}

.single-product-info .product-footer{
    margin-top: auto;
}

.spec-card{
    margin: 5px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgba(200,200,200,0.7);
}

.product-spec-key{
    margin:5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
}

.product-spec-value{
    margin: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.product-spec-tab{
    margin:5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgba(200,200,200,0.7);
}