﻿/****
 *  Store CSS Hacks by SLBenfica
 *
 *  Use this file to override styles from the main CSS files produced by TInsight.
 ****/

/*#region notification form*/

.more-games .emailSubmitted {
    border-color: #c30000 !important;
    background-color: #c30000 !important;
}
.more-games .email-notify-input input {
    height: 40px !important;
}
.more-games .email-notify-input .carrot {
    top: 125px !important;
}
/*#endregion notification form*/

.profile .dropdown-toggle.wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.product .label-wrapper .new-banner.static, .product .label-wrapper .discount-value-banner.static {
    position: static;
}

/*#region dropdown-menu */
.profile .dropdown-toggle {
    text-align: left;
    padding: 0px 16px;
}
/*#endregion dropdown-menu*/

/*#region Sections */
.section-bottom-40 {
    padding-bottom: 40px;
}
/*#endregion Sections */

/*#region PlayerDetail */
.player-detail .player-principal .player-principal-social .icon.social {
    width: 100%;
    height: 100%;
}

.player-detail .player-principal .player-principal-social .link.social {
    padding: 2px 7px 0px 0px;
}

.go-right {
    width: 200px;
    float: right;
}

/*#endregion PlayerDetail */
/*#region Checkout*/
#steps-progress.fix {
    padding: 35px 0px;
    border-bottom: 1px solid #ddd;
}

#steps-progress .steps-progress-item.fix {
    margin-left: 10px;
}

#steps-progress .steps-progress-item .steps-progress-item-wrapper .steps-progress-item-step.fix {
    font-size: 14px;
}
/*#endregion Checkout*/

/***
 * START Bug #11302 
 *  with margin the 'width:100%' goes over the window size (the margin is outside the width, even with box-sizing), so we must use padding instead. 
 */
#steps-progress .steps-progress-item.fix {
    margin-left: 0px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    #steps-progress .steps-progress-item.fix {
        padding-left: 0px;
    }
}
/* END Bug #11302 
 ***/

/*#region Shopping Cart Recommended Product Variants Dropdown Options */
.product .variants .dropdown {
    font-size: 18px;
    cursor: pointer;
    padding-top: 6px;
    width: 300px;
}

    .product .variants .dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        padding: 0px 16px;
        justify-content: space-between;
        height: 37px;
        border: 1px solid black;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
    }

        .product .variants .dropdown .dropdown-toggle .default {
            color: #bebebe;
        }

        .product .variants .dropdown .dropdown-toggle svg.arrow {
            stroke-width: 5px;
        }

    .product .variants .dropdown .dropdown-menu {
        width: 100%;
        border-radius: 0;
        margin: 0;
        border: 1px solid black;
        border-top: 0;
        padding: 0;
        max-height: 200px;
        overflow: auto;
    }

        .product .variants .dropdown .dropdown-menu li {
            padding: 3px 16px;
            font-size: 18px;
        }

            .product .variants .dropdown .dropdown-menu li:hover {
                background: #f0f0f0;
            }

/*#endregion Shopping Cart Recommended Product Variants Dropdown Options */

/*#region Shopping Cart No Stock Notifications modal */

.sold-out-email-form p {
    font-size: 18px;
    padding-bottom: 5px
}

.sold-out-email-form input {
    padding: 8px 15px;
    width: 95%;
}

/*#endregion Shopping Cart No Stock Notifications modal */

.bg-white {
    background-color: #fff;
}

.icon-buy {
    stroke: none !important;
    fill: white !important;
    padding: 3px 0px !important;
}

.cart-products .remaining {
    color: #c30000;
    text-transform: capitalize;
    margin-left: 20px;
    font-size: 15px;
    cursor: default;
}

/****
 * Store CSS Hacks END 
 ****/
