@font-face {
    font-family: 'CooperBlackStd';
    src: url('fonts/CooperBlackStd.eot');
    src: url('fonts/CooperBlackStd.eot?#iefix') format('embedded-opentype'), url('fonts/CooperBlackStd.svg#CooperBlackStd') format('svg'), url('fonts/CooperBlackStd.ttf') format('truetype'),
        url('fonts/CooperBlackStd.woff') format('woff'), url('fonts/CooperBlackStd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.shop-active {
    overflow: hidden;
}

.shop-wrapper {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.shop {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.49);
    background: white;
    max-width: 1609px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: auto;
    height: 100%;
}

.shop-container {
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-container.full {
    max-width: 100%;
}

.shop-header-title {
    text-align: center;
    font-family: 'CooperBlackStd';
    font-size: 60px;
    color: white;
    text-shadow: 2px 2px black;
    font-style: italic;
}

.shop-header-title span {
    display: block;
    color: #f5bc00;
    font-size: 72px;
    font-style: normal;
}

.shop-header {
    background: #006cbf;
    position: relative;
    margin-bottom: 210px;
    padding-top: 75px;
}

.shop-header:after {
    content: '';
    display: block;
    background: url(images/shop-header-bg.webp) 50% 0;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -160px;
}

.shop-header-subtitle {
    font-size: 48px;
    color: white;
    font-weight: normal;
    margin-bottom: 50px;
}

.shop-header-subtitle b {
    font-weight: 900;
}

.shop-header-subtitle small {
    display: block;
    font-size: 21px;
    margin-top: 15px;
}

.shop-header-img {
    text-align: center;
}

.shop-header-img img {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

.shop-header .shop-container {
    position: relative;
}

.shop-section-title {
    font-size: 73px;
    font-family: 'CooperBlackStd';
    color: #f5bc00;
    margin-bottom: 30px;
}

.shop-section-title:after {
    content: '';
    height: 4px;
    width: 100px;
    background: #f5bc00;
    display: block;
    margin-top: 20px;
}

.shop-section-title.text-center {
    text-align: center;
}

.shop-section-title.text-center:after {
    margin: 20px auto 0;
}

.shop-section-subtitle {
    font-family: 'CooperBlackStd';
    font-size: 36px;
    margin-bottom: 40px;
}

.shop-item-text {
    font-size: 24px;
    line-height: 1.6;
}

.shop-price {
    font-size: 73px;
    font-family: 'CooperBlackStd';
    color: #f5bc00;
    display: inline-block;
    text-align: center;
}

.shop-price span {
    display: block;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: black;
}

.shop-button {
    background: black;
    color: #f5bc00;
    font-size: 38px;
    font-weight: bold;
    padding: 18px 50px;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.4);
    display: inline-block;
}

.shop-button small {
    font-size: 14px;
    color: white;
    font-family: 'Helvetica', sans-serif;
    display: block;
    font-weight: normal;
}

.shop-button.large {
    font-size: 47px;
}

.shop-item .shop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px auto;
}

.shop-item.odd {
    padding: 60px 0;
    background: #f5f4ef;
}

.shop-item-left {
    width: 50%;
}

.shop-item-right {
    text-align: right;
}

.shop-items {
    margin-top: 50px;
}

.shop-item .shop-price {
    float: right;
    margin-top: -75px;
    margin-bottom: 25px;
}

.shop-group {
    padding: 60px 0;
    background: #f5f4ef;
}

.text-center {
    text-align: center;
}

.shop-intro {
    font-size: 24px;
    margin-bottom: 90px;
    margin-top: 50px;
}

.shop-dvds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 170px;
}

img {
    max-width: 100%;
}

.shop-dvd {
    width: 33.33333%;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-group .shop-container {
    max-width: 1240px;
}

.shop-dvd-text {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    background: white;
    margin-top: -165px;
    padding-top: 220px;
    padding-bottom: 40px;
    min-height: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.22);
}

.shop-dvd.featured .shop-dvd-text {
    padding-top: 200px;
}

.shop-dvd-inner {
    position: relative;
}

.shop-dvd.featured .shop-dvd-inner:after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/circles.svg) no-repeat;
    width: 78px;
    height: 69px;
    top: -80px;
    left: -35px;
}

.shop-dvd-inner img {
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.shop-dvd.featured .shop-dvd-text {
    background: #f5bc00;
    font-size: 28px;
    line-height: 1.2;
}

.shop-dvd.featured .shop-price {
    color: black;
}

.shop-dvds-button {
    text-align: center;
    margin-top: 100px;
}

.shop-cds {
    padding: 60px 0;
}

.shop-cds-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-cd-item {
    width: 395px;
    margin: 0 20px;
}

.shop-cd-item img {
    display: block;
    margin: 0 auto;
}

.shop-cd-content {
    font-size: 22px;
    line-height: 1.5;
    background: #f5f4ef;
    margin-top: -165px;
    padding-top: 220px;
    padding-bottom: 40px;
    min-height: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.shop-cd-content .shop-price {
    line-height: 1.2;
    margin-bottom: 20px;
}

.shop-cd-button {
    text-align: center;
}

.shop-fans {
    padding: 60px 0;
}

.shop-footer {
    height: 249px;
    background: url(images/shop-bg-bottom.webp) 50% 0 no-repeat;
    position: relative;
    padding-top: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-footer-title {
    font-family: 'CooperBlackStd';
    text-align: center;
    font-size: 48px;
    color: white;
    font-style: italic;
}

.shop-footer-title span {
    display: block;
    color: black;
    font-style: normal;
}

.shop-socials {
    text-align: center;
    margin-top: 30px;
}

.shop-socials li {
    display: inline-block;
    margin: 0 4px;
}

.shop-socials img {
    width: 45px;
    height: 45px;
}

.shop-close-button {
    background: url(images/icon-close.svg) no-repeat 50% 0;
    width: 56px;
    height: 56px;
    background-size: contain;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.tab-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-item-left {
    width: 45%;
    min-width: 45%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-item-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}

.tab-dvd {
    width: 33.3333%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tab-dvd .shop-price {
    font-size: 38px;
    color: black;
    line-height: 1.2;
}

.tab-dvd .shop-price span {
    font-size: 10px;
}

.tab-item-left h2 {
    text-align: left;
}

.tab-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-small-text {
    font-size: 13px;
}

.tab-button-wrap {
    text-align: right;
}

.tab-button {
    background: #a72c26;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    font-size: 17px;
    padding: 7px 30px;
    border-radius: 5px;
}

.tab-dvd-text {
    text-align: center;
    font-size: 12px;
}

.tab-dvd.featured .tab-dvd-text {
    font-size: 16px;
    font-weight: bold;
}

.tab-dvd-inner img {
    width: 105px;
    margin: 0 auto 10px;
    display: block;
}

.tab-shop:after {
    content: '';
    display: block;
    background: #f5bc00;
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: 1;
    bottom: -10px;
}

.tab-shop-title {
    font-family: 'CooperBlackStd';
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

input[type='image'] {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    max-width: 475px;
    margin-left: -40px;
}

.shop-dvds-button input[type='image'] {
    margin: 0;
    max-width: 790px;
}

.shop-cd-content input[type='image'] {
    margin: 0;
}

.shop-cd-button input[type='image'] {
    margin: 0;
    max-width: 1230px;
}
