body {
    width: 100%;
    overflow: auto;
    background-color: #525659;
}

.ps-page--product {
    width: 1200px;
    padding: 30px 40px;
    margin: 10px auto;
    background: #fff;
}

.vb-catalogue-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.vb-catalogue-header img {
    height: 80px;
    max-width: 300px;
}

.vb-catalogue-header .catalogue-title {
    font-size: 50px;
    font-weight: 900;
    color: #525659;
    align-self: flex-end;
}

.vb-catalogue-about {
    padding: 10px 20px;
    border: #e1e1e1 solid 1px;
    margin-bottom: 40px;
}

.vb-catalogue-about p {
    margin-bottom: 0px;
}

.vb-catalogue-category-name {
    position: relative;
    display: block;
    margin: 20px 0;
    padding-left: 0;
    border-bottom: 1px solid #28afb1;
    border-left: 20px solid #28afb1;
    padding-left: 20px;
    font-size: 26px;
    font-weight: 200;
}

.vb-product-block {
    margin: 4rem 0;
}

.vb-product-header{
    display: inline-block;
}

.vb-product-header .vb-product__thumbnail {
    background-color: red;
    width:490px;
}
.vb-product-header .vb-product__thumbnail img {
    width: 460px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.vb-product-header h1 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 3px;
}
.vb-product-header h1:before {
    content: "";
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 10;
    width: 630px;
    height: 1px;
}

.vb-product-header .vb-product__desc {
    padding: 10px 0;
    text-align: justify;
}

.vb-product-sku-list {
    width: 100%;
    padding: 10px 0 10px 0;
}

.ps-table--sku img {
    max-height: 40px;
}

.ps-table--sku thead tr th {
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2rem;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.ps-table--sku tbody tr td {
    padding: 8px 16px;
    color: #000;
}

.ps-table--sku tbody tr td a {
    color: #000;
    color: #0066cc;
}

.ps-table--sku tbody tr td a:hover {
    color: #28afb1;
}

.ps-table--sku tbody tr td strong {
    text-transform: uppercase;
    color: #000;
}


.vb-catalogue-contact {
    margin-bottom: 30px;
    margin-top: 80px;
    color:#525659;
    display: flex;
    justify-content: space-between;
}
.vb-catalogue-contact ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vb-catalogue-contact ul li{
    line-height: 26px;
}
.vb-qrcode h5{
    font-size: 1rem;
    font-weight:400;
}
.vb-qrcode img{
    max-height: 115px;
}


.vb-catalogue-footer{
    font-size: 1.2rem;
    border-top:#e1e1e1 solid 1px;
    color:#a4a5a5;
    display: flex;
    justify-content: space-between;
}
