@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: 650px;
    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;
}

.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: RalewayBold;
    font-size: 48px;
    color: white;
    margin: 0 0;
    font-weight: bold;
    text-transform: uppercase;
}

.header-text-italic {
    font-family: RalewayReg;
    font-size: 48px;
    font-style: italic;
    color: white;
}

.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;
}

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

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

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

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

.product-info-td-text {
    vertical-align: top;
    padding-bottom: 12px;
    font-family: RalewayReg;
    font-size: 34px;
    line-height: 1.5;
    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: #f79548;
    font-family: RalewayReg;
    text-decoration: underline;
    font-size: 34px;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0px;
    font-weight: 600;
}

.barcode-container {
    background-color: #f79548;
    width: 696px;
    min-height: 290px;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    left: 152px;
}

.barcode-image {
    z-index: 2;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.barcode-text {
    font-family: RalewayReg;
    font-size: 50px;
    color: white;
    margin-left: 42px;
    width: inherit;
    z-index: 2;
    display: block;
    margin-bottom: 40px;
}

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

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

.localized-subcontainer-logo {
    height: 130px;
    vertical-align: middle;
}

.localized-subcontainer-address {
    vertical-align: middle;
    width: 690px;
    white-space: pre-line;
}
