/* AGE GATE */
#age-gate .ag-form {
    background: #00498f;
    width: 90%;
    max-width: 660px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 0px rgb(0 0 0 / 80%);
}
#age-gate .ag-form img {
    position: absolute;
    top: 0;
    width: 80%;
    max-width: 360px;
    height: auto;
    left: 50%;
    transform: translate(-50%, -60px);
}
#age-gate .ag-form form {
    text-align: center;
}
#age-gate .ag-form form select {
    width: auto;
    padding: 0px 60px 0px 15px;
    font-size: 20px;
    border: 2px solid #000;
    color: #808285;
    text-transform: uppercase;
    font-weight: bold;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(inc/images/down.png) 100% no-repeat #fff;
}
#age-gate .ag-form form .validation_error {
    color: #fff;
}
#age-gate .ag-form form #gform_submit_button_5 {
    float: unset;
}
#age-gate .ag-form .gform_wrapper .clear-multi {
    display: flex;
    justify-content: center;
}
#field_5_1 {
  margin-bottom: 16px;
}
#field_5_3 h2 {
  font-family: "DesignOrDie", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0;
}
#field_5_2 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 14px 0px;
}
#field_5_2 a {
    color: #fff;
    text-decoration: underline;
}


/* WHERE TO WATCH */
.where-to-watch {
    background: #2b2936;
}
.tv-logos {
    display: flex;
    justify-content: center;
}
.tv-logos img {
    width: 30%;
    max-width: 200px;
    margin: 0 2%;
    padding: 30px 0;
}
.btn.yt-red {
    background: #cc3c32;
    color: white;
    font-size: 12px;
    margin-top: 10px;
}
.episodes-gallery .swiper-slide:hover .btn {
    background: #fcdf18;
    color: #2b2937;
}
#follow-ig a {
    text-decoration: none;
}
.marquee-container {
    position: relative;
    overflow:hidden;
}

.marquee-container .scroll {
    width:100%;
    display: flex;
}

.marquee-container .scroll div {
    color:#fff;
    font-size: 4em;
    background: #2b2a36;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    animation: anim 40s linear infinite;
    animation-delay: -40s;
    font-size: 50px;
    font-family: "DesignOrDie", sans-serif;
    text-transform: uppercase;
}
.marquee-container .scroll div span {
    font-family: "open-sans", sans-serif;
}
.marquee-container .scroll div:nth-child(2) {
    animation: anim2 40s linear infinite;
    animation-delay: -20s;
}

.marquee-container .scroll i {
    font-weight: 300;
}

@keyframes anim {
    0% {
        transform: translateX(calc(100% ));
    }
    100% {
        transform: translateX(calc(-100% ));
    }
}

@keyframes anim2 {
    0% {
        transform: translateX(calc(0%));
    }
    100% {
        transform: translateX(calc(-200%));
    }
}

@media only screen and (max-width: 600px) {
    .marquee-container .scroll div {
        font-size:30px;
    }
}
#merch {
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
}
#merch .merch-title {
    margin: 0 auto;
    font-size: 60px;
    color: #55ae7c;
    margin-bottom: 30px;
}
#merch .merch-gallery {
    width: 100%;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide {
    color: #2b2937;
    padding: 20px;
    background: white;
}
#merch .merch-inner {
    background: url('https://usa.beybladedev.com/wp-content/uploads/2019/10/green.jpg') center/cover no-repeat;
    padding: 60px 0;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-thumb {
    width: 100%;
    position: relative;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-thumb img {
    width: 100%;
    height: auto;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-content {
    padding: 10px 20px;
    text-align: center;
    background: white;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-content h2 {
    font-size: 14px;
    margin-bottom: 0;
}
#merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-content .btn {
    font-size: 12px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    #merch .merch-gallery {
        width: 100%;
    }
    #merch .merch-gallery .merch .swiper-wrapper .swiper-slide {
    color: #2b2937;
    padding: 20px;
    background: white;
    }
    #merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-thumb {
        width: 100%;
        position: relative;
    }
    #merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-thumb img {
        width: 100%;
        height: auto;
    }
    #merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-content {
        padding: 10px 20px;
        text-align: center;
    }
    #merch .merch-gallery .merch .swiper-wrapper .swiper-slide .merch-content h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    #merch .merch-nav .merch-nav-buttons {
        position: absolute;
        top: 180px;
        width: 100%;
        z-index: 9;
    }
    #merch .merch-nav .merch-nav-buttons .product-prev {
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        background: #2b2937;
        color: #fff;
        top: 0;
        margin: 0;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        margin-bottom: 5px;
    }
    #merch .merch-nav .merch-nav-buttons .product-next {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: #2b2937;
        color: #fff;
        top: 0;
        margin: 0;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        margin-bottom: 5px;
    }
}