@font-face {
   font-family: RalewayReg;
   src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
   font-family: RalewayBold;
   src: url('../fonts/Raleway-Bold.ttf');
}

#header {
    width: 2550px;
    height: 600px;
    padding: 0px 0;
    background: #c22627;
}

#sidebar {
    position: fixed;
    width: 696px;
    left: 148px;
    top: 148px;
    height: 1600px;
}

body {
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.container {
    width: 2550px;
    height: 2500px;
    margin: 0 auto;
    padding 0 0px;
}

.image-main {
    border: 6px solid #bfbfbf;
    width: 696px;
    height: 696px;
}

.container-for-logos {
    position: relative;
    width: 700px;
    display: table;
    height: 292px;
}

.subcontainer-logo {
    width: 350px;
    height: 292px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.left-border-vertical {
    position: absolute;
    left: 350px;
    top: 97px;
    width: 5px;
    background: #bfbfbf;
    height: 98px;
}

.image-logo-red {
    padding-left: 30px;
    margin-top: -8px;
    width: 260px;
    height: 140px;
}
.image-logo{
    max-height: 140px;
    max-width: 250px;
}

.vendor-name {
    font-family: RalewayReg;
    font-size: 40px;
}

.container-header-text {
    padding-top: 190px;
}

.product-name-container {
    height: 200px;
    width: 1500px;
}

.header-text-big {
    font-family: RalewayReg;
    font-size: 100px;
    color: white;
    margin: -18px 0;
    line-height: 0.95;
}

.header-text-medium {
    font-family: RalewayReg;
    font-size: 66px;
    color: white;
    margin: 0 0;
    line-height: 1.9;
}

.header-text-small {
    font-family: RalewayReg;
    font-size: 66px;
    color: #e19393;
    margin: 0 0;
}

.container-narrow-right {
    float: right;
    width: 1474px;
    margin-left: 50px;
    margin-right: 148px;
    padding 0 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.div-border-above {
    margin: 20 0;
    border-top: 5px solid #bfbfbf;
}

.subtitle {
    margin-top: 38px;
    font-family: RalewayReg;
    font-size: 50px;
    color: #bfbfbf;
}

.product-info-container {
    margin-top: -38px;
    margin-bottom: 34px;
}

.product-info-table {
    table-layout: fixed;
    width: 696px;
 }

.product-info-tr {
    height: 80px;
}

.product-info-td-text {
    vertical-align: top;
    padding-bottom: 20px;
    font-family: RalewayReg;
    font-size: 34px;
    line-height: 1.75;
    word-wrap: break-word;
}

.product-info-td-left {
    width: 280px;
}

.dark-grey {
    color: #636466;
}

.description-subtitle {
    margin-top: 50px;
}

.description-text {
    margin-top: -20px;
    font-family: RalewayReg;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 54px;
    white-space: pre-wrap;
}

.text-bold {
    font-family: RalewayBold;
    font-size: 34px;
    font-weight: bold;
}

.track-list-container {
    margin-bottom: 54px;
}

.track-list-text {
    font-family: RalewayReg;
    font-size: 34px;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0px;
    text-indent: -32px;
    padding-left: +30px;
    }

.address-container {
    margin-top: -18px;
}

.address-string {
    font-family: RalewayReg;
    font-size: 34px;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0px;
}

.email {
    color: #c22627;
    font-family: RalewayReg;
    text-decoration: underline;
    font-size: 34px;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0px;
}

.subcontainer-logo-no-vendor {
    width: 280px;
    display: table-cell;
    vertical-align: middle;
}

.image-logo-no-vendor{
    height: 140px;
    width: 250px;
}
