#goodies {
    border: 1px solid #dadada;
}

#goodies #range_1 h3 {
    border-top: none !important;
}

#goodies h3 {
    margin-top: 0px;
    padding: 10px 0 5px 0px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 14px;
    border-top: 1px solid #D6D4D4;
}

#goodies #gifts-list {
    margin-bottom: 15px;
}

#goodies .gift-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 4px;
}

#goodies .gift-content {
    vertical-align: middle;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

#goodies .gift-content.selected {
    opacity: 1;
}

#goodies .gift-content.selected a {
    color: #555555;
    font-weight: bold;
}

#goodies .gift-content.disable {
    opacity: 0.25;
}

#goodies .gift-content p {
    width: 100%;
    white-space: normal;
    font-size: 14px;
    color: #3a3939;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
}

#goodies #goodies-logo {
    margin-left: auto;
    margin-right: auto;
}

#goodies .gift-content img {
    box-shadow: 0;
    display: block;
    max-height: 180px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#goodies #selected-gift-block img {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#goodies .alert {
    font-size: 12px;
}

#goodies .goodies-message {
    font-size: 20px;
    margin-right: 10px;
}

#goodies .gift-content .img {
    height: 90px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#goodies .giftselect {
    opacity: 0.60;
}

#goodies #scrolls-left, #goodies #scrolls-right {
    padding: 0;
}

#goodies .arrow {
    font-size: 50px;
    cursor: pointer;
    display: block;
}

#goodies .arrow_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-center {
    text-align: center;
}

#goodies {
    position: relative;
    border: 1px solid #dadada;
}

#goodies.loading .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
#goodies .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    background-color: hsla(0, 0%, 100%, .85);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 3;
}