﻿/* TOP SELLERS SECTION */
.recomendations {
    margin-top: 50px;
    padding: 25px 1.68%;
}

    .recomendations .recomendation-product {
        padding: 0 10px;
    }

        .recomendations .recomendation-product .shopping-actions {
            margin-top: 0px;
            margin-bottom: -1px;
        }

#top-sellers {
    background-color: #c30000;
}

.edge-holder.next {
    right: -30px;
}

.edge-holder.previous {
    left: -30px;
}

.userConditions-wrapper {
    padding: 30px 2%;
}

    .userConditions-wrapper.open .wrapper-footer {
        border-bottom: none !important;
    }

    .userConditions-wrapper .title-wrapper {
        display: flex;
        align-items: center;
        padding: 0 !important;
        cursor: pointer;
        position: relative;
    }

        .userConditions-wrapper .title-wrapper .arrow {
            width: 50px;
            height: 50px;
            margin-top: 0;
            position: absolute;
            right: 15px;
            margin-left: 50px;
            stroke-width: 2px;
        }

    .userConditions-wrapper div .text-wrapper {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.2em;
        width: 100%;
        padding: 0 50px;
        text-transform: uppercase;
    }

    .userConditions-wrapper ol li {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .userConditions-wrapper.open svg {
        transform: rotate(-90deg);
    }

    .userConditions-wrapper.open .ol-outter {
        padding-top: 30px;
        padding-right: 20px;
        max-height: 1800px;
        overflow: hidden;
        transition: max-height 900ms linear, padding-top 100ms linear;
    }

    .userConditions-wrapper .ol-outter {
        padding-top: 0px;
        max-height: 0;
        padding-right: 20px;
        margin-bottom: 0;
        overflow: hidden;
        transition: max-height 900ms linear, padding-top 100ms 700ms linear;
    }

#open-conditions-nav .wrapper-footer {
    margin: 0 2%;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.recomendations header {
    color: #C30000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

    .recomendations header h2 {
        color: #fff;
    }

.recomendations .recomendation-products .recomendation-product .shopping-actions {
    text-align: center;
}

    .recomendations .recomendation-products .recomendation-product .shopping-actions a {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        width: calc(40% - 2px);
    }

    .recomendations .recomendation-products .recomendation-product .shopping-actions .button.dark:hover {
        border-color: #fff !important;
    }

    .recomendations .recomendation-products .recomendation-product .shopping-actions a:first-child {
        width: calc(60% - 2px);
        border-right: none;
        margin-left: -1px;
    }

    .recomendations .recomendation-products .recomendation-product .shopping-actions a:last-child {
        border-left: none;
    }

    .recomendations .recomendation-products .recomendation-product .shopping-actions a span {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 90px;
    }

        .recomendations .recomendation-products .recomendation-product .shopping-actions a span svg {
            max-height: 30px;
            max-width: 50px;
            stroke: #fff;
            fill: #fff;
        }

.recomendations .promotion .price p {
    color: #000 !important;
}

    .recomendations .promotion .price p.red {
        color: #c30000 !important;
        font-weight: normal !important;
    }

.recomendations .promotion .price:after {
    height: 0px !important;
}

.recomendations .promotion .price {
    padding-top: 0px;
}

.recomendations .promotion .text-promotion {
    padding-top: 0px;
}

.recomendations .recomendation-products .recomendation-product .inner-item div picture {
    height: 220px !important;
    padding-top: 60px !important;
}

.recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    min-height: 110px;
}

    .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }

        .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div.result {
            justify-content: flex-end;
            border-top: 1px solid #ddd;
        }

        .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div p {
            min-height: initial;
            width: 40%;
            text-align: right;
        }

            .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div p:first-child {
                text-align: left;
            }

        .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div.result p:first-child {
            text-align: right;
        }

.recomendations .recomendation-products .recomendation-product .info .setMinHeight {
    min-height: 78px;
}

.recomendations .recomendation-product .info > div p:nth-child(2) {
    display: block;
}

.recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div.result p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px !important;
    text-transform: uppercase;
    color: #c30000;
}

.recomendations .recomendation-product .info p {
    font-size: 18px;
}

.recomendations .promotion .price {
    font-size: 18px !important;
}

    .recomendations .promotion .price strong {
        font-size: 22px;
    }

    .recomendations .promotion .price p span {
        font-size: 18px;
    }

        .recomendations .promotion .price p span:first-child {
            font-size: 18px;
        }

.recomendations .recomendation-product.promotion .text-promotion {
    font-size: 18px;
}

    .recomendations .recomendation-product.promotion .text-promotion strong {
        font-size: 22px;
    }

.recomendations .recomendation-product .info {
    min-height: 150px;
}
/* END TOP SELLERS SECTION*/

.header-image-wrapper {
    height: 325px;
    background-position: center;
    background-size: cover;
}

.header-highlight-text-wrapper {
    padding: 30px;
}

.homeTickets .game-description .calendar-match-info .team-name p {
    font-size: 18px;
    font-weight: 400;
}

.homeTickets .game-description .game-stats h2 {
    font-size: 16px;
}

.button {
    display: block;
    margin: 0 auto;
    width: 180px;
}

.bundle .item-bundle .calendar-match-info .flex-content.last {
    flex-direction: row-reverse;
}

.bundle .item-bundle .calendar-match-info .flex-content {
    flex-direction: row;
    align-items: center;
}

.secondaryStoreButton {
    width: 180px;
    height: 45px;
}

.homeTickets {
    margin-bottom: 0px !important;
}

    .homeTickets .game-description .game-stats p {
        text-align: center;
    }

    .homeTickets .game-description .game-stats h2 {
        text-align: center;
    }

.game-description .edge-holder.next {
    right: 2%;
}

.game-description .edge-holder.previous {
    left: 2%;
}

.homeTickets .game-description .calendar-item-team.slb img {
    height: 60px;
    max-width: none;
}

.homeTickets.giveAway .game-description .calendar-match-info {
    padding: 0;
}

.homeTickets.giveAway .game-description .game-stats h2:last-child {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.secondaryStoreSection .title-wrapper {
    text-align: center;
    padding: 0 3%;
}

.underHeader {
    padding: 20px 0px 50px;
}

.secondaryStoreMain-wrapper {
    padding: 20px 5% 0px;
}

    .secondaryStoreMain-wrapper .element-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 20px;
    }

        .secondaryStoreMain-wrapper .element-wrapper .text-wrapper {
            width: 100%;
            text-align: left;
            padding-top: 0px;
            padding-right: 15%;
            padding-bottom: 30px;
        }

            .secondaryStoreMain-wrapper .element-wrapper .text-wrapper h2 {
                margin-bottom: 10px;
                font-size: 26px;
                font-weight: normal;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
            }

            .secondaryStoreMain-wrapper .element-wrapper .text-wrapper p {
                font-size: 20px;
                line-height: 1.2em;
                font-weight: 300;
                font-family: 'Roboto Condensed', sans-serif;
            }

        .secondaryStoreMain-wrapper .element-wrapper .image-wrapper {
            width: 70%;
            margin-left: 30%;
        }

            .secondaryStoreMain-wrapper .element-wrapper .image-wrapper img {
                margin-right: 0;
            }

.secondaryStoreSection .title-wrapper h2 {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.secondaryStoreSection .title-wrapper p {
    font-size: 18px;
    padding-top: 20px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.secondaryStoreUnderGame {
    justify-content: center;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

.secondaryStoreButton {
    width: 180px;
    height: 45px;
    margin-bottom: 20px;
}

.homeTickets.giveAway {
    padding-left: 2%;
    padding-right: 2%;
}

.secondaryStoreUnderGame img {
    margin: 0 20px;
}

.giveAway .game-stats.end {
    font-size: 20px;
    margin-top: -10px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .userConditions-wrapper {
        padding: 50px 2% 0px;
    }

    .homeTickets .game-description .calendar-item-team.slb img {
        height: 75px;
        max-width: 75px;
    }

    .header-highlight-text-wrapper {
        padding: 0px;
    }

    .secondaryStoreSection .title-wrapper .text-wrapper {
        padding: 0 0px 0 20px;
        width: auto;
    }

    .userConditions-wrapper .title-wrapper .arrow {
        position: relative;
    }

    .recomendations .recomendation-products .recomendation-product .shopping-actions a:first-child {
        margin-left: auto;
    }

    .recomendations .recomendation-product .shopping-actions {
        margin-top: 10px;
    }

    .recomendations .promotion .price {
        font-size: 20px !important;
    }

        .recomendations .promotion .price strong {
            font-size: 20px;
        }

        .recomendations .promotion .price p span {
            font-size: 16px;
        }

            .recomendations .promotion .price p span:first-child {
                font-size: 16px;
            }

    .recomendations .recomendation-product.promotion .text-promotion strong {
        font-size: 20px;
    }

    .recomendations .recomendation-product .info p {
        font-size: 26px;
    }

    .userConditions-wrapper div .text-wrapper {
        font-size: 32px;
    }

    /* TOP SELLERS SECTION */
    .recomendations .recomendation-product .info {
        min-height: unset;
    }

        .recomendations .recomendation-product .info p {
            font-size: 18px;
        }

    .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div p {
        font-size: 14px;
    }

    .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .info .isLoggedInDisplay div.result p {
        font-size: 22px !important;
    }

    .recomendations header h2 {
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 32px;
    }

    .recomendations .recomendation-product .info p {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        font-size: 14px !important;
    }

    .recomendations .recomendation-product.promotion .text-promotion {
        font-size: 18px;
    }

    .recomendations .recomendation-products .recomendation-product {
        width: calc(100% / 4);
    }

        .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper {
            padding-top: 0px !important;
        }

        .recomendations .recomendation-products .recomendation-product .inner-item div picture a img {
            transition: all 200ms linear;
        }

        .recomendations .recomendation-products .recomendation-product:hover .inner-item div picture a img {
            transform: scale(1.4);
        }

        .recomendations .recomendation-products .recomendation-product .shopping-actions {
            position: absolute !important;
            opacity: 0;
            text-align: center;
            height: 0;
        }

        .recomendations .recomendation-products .recomendation-product:hover .shopping-actions {
            opacity: 1;
            height: auto;
            text-align: center;
            transition: opacity 200ms linear;
            flex-direction: column;
            display: flex;
        }

        .recomendations .recomendation-products .recomendation-product:hover .info-wrapper .info {
            opacity: 0;
            height: 0;
            transition: opacity 200ms linear;
        }

        .recomendations .recomendation-products .recomendation-product:first-child {
            width: 25% !important;
        }

        .recomendations .recomendation-products .recomendation-product .shopping-actions a {
            width: 150px !important;
        }

    .recomendations .recomendation-product .info > div p:last-child span {
        font-weight: normal;
    }

    .recomendations .recomendation-products .recomendation-product:first-child picture {
        padding: 30px 9% 0 !important;
    }

        .recomendations .recomendation-products .recomendation-product:first-child picture div {
            margin: 0;
        }

    .recomendations .recomendation-products .recomendation-product:first-child .inner-item {
        flex-direction: row;
        align-items: center;
    }

    .recomendations .recomendation-products .recomendation-product:first-child .info-wrapper {
        width: 100% !important;
    }

        .recomendations .recomendation-products .recomendation-product:first-child .info-wrapper .customizable-product {
            font-size: 18px;
        }

    .recomendations .recomendation-products .recomendation-product:first-child .info {
        margin-top: 0;
        margin-bottom: 0px;
        padding: 0 0.5%;
        padding-top: 15px;
        min-height: 188px;
    }

    .recomendations .recomendation-products .recomendation-product:first-child .shopping-actions {
        position: relative;
        padding-top: 20px;
    }
    /* END TOP SELLERS SECTIONS */

    .homeTickets .game-description .game-stats h2 {
        font-size: 16px;
    }

    .bundle .item-bundle .calendar-match-info {
        justify-content: center;
    }

    .game-description .edge-button.next {
        top: 55px;
    }

    .game-description .edge-holder.next {
        right: 0%;
    }

    .homeTickets .game-description .slick-list .slick-track .slick-slide {
        display: block;
    }

    .bundle .item-bundle .calendar-match-info .flex-content.last {
        flex-direction: row-reverse;
    }

    .bundle .item-bundle .calendar-match-info .flex-content {
        flex-direction: row;
    }

    .secondaryStoreMain-wrapper {
        padding: 50px 10% 0px;
    }

        .secondaryStoreMain-wrapper .element-wrapper {
            flex-direction: row;
            padding-top: 0;
        }

            .secondaryStoreMain-wrapper .element-wrapper .text-wrapper {
                padding: 0 20px;
                width: 70%;
                text-align: right;
            }

                .secondaryStoreMain-wrapper .element-wrapper .text-wrapper p {
                    padding-left: 20%;
                }

            .secondaryStoreMain-wrapper .element-wrapper:nth-child(2n) {
                flex-direction: row-reverse;
            }

                .secondaryStoreMain-wrapper .element-wrapper:nth-child(2n) .text-wrapper p {
                    padding-left: 0;
                    padding-right: 20%;
                }

                .secondaryStoreMain-wrapper .element-wrapper:nth-child(2n) .text-wrapper {
                    text-align: left;
                }

            .secondaryStoreMain-wrapper .element-wrapper .image-wrapper {
                width: 30%;
                margin-left: 0;
            }

            .secondaryStoreMain-wrapper .element-wrapper:nth-child(2n) .image-wrapper img {
                margin-left: 0px;
            }
}




@media (min-width: 992px) {
    .homeTickets .game-description .game-stats {
        display: block;
    }

    .secondaryStoreSection .title-wrapper h1 {
        font-size: 32px;
    }

    .secondaryStoreSection .title-wrapper p {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 20px;
    }

    .secondaryStoreButton {
        width: 140px;
    }

    .giveAway .game-stats > div {
        margin-left: 0%;
    }

    .homeTickets.giveAway .game-description .game-stats h2 {
        text-align: center;
    }

    .homeTickets.giveAway .game-description .calendar-match-info {
        margin-left: 25%;
    }

    .giveAway .game-stats.end {
        padding-bottom: 0px;
    }

    .homeTickets .game-description .game-stats h2 {
        font-size: 30px;
    }

    .homeTickets .game-description .slick-list .slick-track .slick-slide {
        display: flex;
    }

    @media(min-width: 1200px) {
        .recomendations .recomendation-products .recomendation-product:not(:first-child) .shopping-actions {
            top: unset;
            bottom: unset;
        }

        .recomendations .recomendation-products .recomendation-product:first-child .inner-item > div {
            height: initial;
        }

        .recomendations .recomendation-products .recomendation-product .inner-item .info-wrapper .shopping-actions {
            height: 150px;
        }

        .homeTickets .game-description .slick-list .slick-track .slick-slide {
            display: flex;
        }
    }
