@charset "UTF-8";

h3,
h2,
h1 {
    margin: 20px 0;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal
}

.hint_title,
h6,
h5,
h4 {
    margin: 10px 0;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold
}

pre,
p {
    margin: 10px 0
}

ul,
ol {
    margin: 20px 0;
    padding-left: 30px
}

.comments_container .message_actions,
.header_secondary_level_menu,
div.items_list_grid ul.gridblock .item_action_bar,
.essence_product_entry ul.gridblock .item_action_bar,
.browsable_item .item_action_bar,
.collection_item .item_action_bar {
    margin: 0;
    padding: 0
}

.comments_container .message_actions>li,
.header_secondary_level_menu>li,
div.items_list_grid ul.gridblock .item_action_bar>li,
.essence_product_entry ul.gridblock .item_action_bar>li,
.browsable_item .item_action_bar>li,
.collection_item .item_action_bar>li {
    list-style-type: none
}

.header_utilities .header_activity_count.dispute {
    background-color: #f23030;
    color: #fff
}

.header_utilities .header_activity_count.sale {
    background-color: #AE1EFF;
    color: #fff
}

.header_utilities .header_activity_count.items_in_cart,
.header_utilities .header_activity_count.offer,
.header_utilities .has_items.link_to_cart:after {
    background-color: #faa30c;
    color: #fff
}

.header_utilities .header_activity_count.message {
    background-color: #3279a6;
    color: #fff
}

a,
a.bold {
    color: #3279a6;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a.bold:hover {
    color: #2a678c;
    text-decoration: underline;
    cursor: pointer
}

a:active,
a.bold:active {
    color: #2a678c;
    text-decoration: underline;
    cursor: pointer
}

.fancy_checkbox label.checkbox:before,
.fancy_checkbox label.toggle:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer_bottom,
#floating_header,
.header_search {
    background: url(/assets/bg_thatch.png) left top repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .footer_bottom,
    #floating_header,
    .header_search {
        background: url(assets/bg_thatch.png) left top repeat;
        -webkit-background-size: 349px 349px;
        -moz-background-size: 349px 349px;
        -o-background-size: 349px 349px;
        background-size: 349px 349px
    }
}

.new_email_form_container .email_container .question textarea,
.fancy_checkbox.button label {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    font-size: 13px
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont_e0b77f20.eot");
    src: url("../fonts/fontawesome-webfont_35757f3f.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont_3767c190.woff2") format("woff2"), url("../fonts/fontawesome-webfont_aad2cd14.woff") format("woff"), url("../fonts/fontawesome-webfont_66596920.ttf") format("truetype"), url("../images/fontawesome-webfont_03d8d357.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.items-sprite {
    background-image: url(/images/sprites/items-sprite-84be9fb16c44e9345efd313a6fc1c3b25e9d1e5f.png);
    background-repeat: no-repeat
}

.application-sprite {
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    background-repeat: no-repeat
}

.application2x-sprite {
    background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
    background-repeat: no-repeat
}

.item_search-sprite,
#sidebar_left .collapsed h3 span,
#sidebar_left .collapsible h3 span,
.items_list_grid .gridblock li.item_chat_icon em.free_shipping_hint,
.items_list_grid .gridblock li.item_chat_icon em.chat_hint,
.items_list_grid .gridblock li.item_chat_icon span.digital_delivery_icon,
.items_list_grid .gridblock li.item_chat_icon span.chat_icon_chatty,
.items_list_grid .gridblock li.item_chat_icon span.chat_icon,
.items_list_grid .gridblock li.item_chat_icon span.free_ship_icon {
    background-image: url(/images/sprites/item_search-sprite-6b50d951233ead034b1cb59a95ceb863af87fff9.png);
    background-repeat: no-repeat
}

.mobile_footer_bottom_bar .new_user_sign_up_button,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.add_to_cart_button,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button,
.responsive_header_search_form button,
.header_subnav_menu .header_subnav_menu_button,
.header_secondary_level_menu_item.sell_in_one_click a,
.explanation_message.employee_discount_notice .discount_notice_button,
.standard_tabset .tabset_button,
.button_small,
.button_medium,
.button_large,
.button_jumbo,
.akas_container .akas_filter_button.active.on_hold,
.akas_container .akas_filter_button.active.suspended,
.akas_container .akas_filter_button.active,
.akas_container .akas_filter_button,
.admin_user_info .retention_close_button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer
}

.mobile_footer_bottom_bar .new_user_sign_up_button:hover,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.add_to_cart_button:hover,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button:hover,
.responsive_header_search_form button:hover,
.header_subnav_menu .header_subnav_menu_button:hover,
.header_secondary_level_menu_item.sell_in_one_click a:hover,
.explanation_message.employee_discount_notice .discount_notice_button:hover,
.standard_tabset .tabset_button:hover,
.button_small:hover,
.button_medium:hover,
.button_large:hover,
.button_jumbo:hover,
.akas_container .akas_filter_button.active.on_hold:hover,
.akas_container .akas_filter_button.active.suspended:hover,
.akas_container .akas_filter_button:hover,
.admin_user_info .retention_close_button:hover {
    text-decoration: none
}

.responsive_header_search_form button,
.standard_tabset .tabset_button,
.button_small,
.akas_container .akas_filter_button.active.on_hold,
.akas_container .akas_filter_button.active.suspended,
.akas_container .akas_filter_button.active,
.akas_container .akas_filter_button,
.admin_user_info .retention_close_button {
    padding: 5px 10px;
    font-size: 12px
}

.mobile_footer_bottom_bar .new_user_sign_up_button,
.header_subnav_menu .header_subnav_menu_button,
.header_secondary_level_menu_item.sell_in_one_click a,
.button_medium {
    padding: 8px 10px 9px;
    font-size: 13px
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.add_to_cart_button,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button,
.explanation_message.employee_discount_notice .discount_notice_button,
.button_large {
    padding: 12px;
    font-size: 14px
}

.button_jumbo {
    padding: 15px 16px;
    font-size: 16px
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button,
.standard_tabset .tabset_button,
.button_small.blue,
.button_medium.blue,
.button_large.blue,
.button_jumbo.blue,
.akas_container .akas_filter_button.active.on_hold,
.akas_container .akas_filter_button.active {
    border: 1px solid #265d80;
    background-color: #398cbf;
    background-image: linear-gradient(to top, #2a678c, #398cbf);
    color: #fff;
    text-shadow: 1px 1px #265d80;
    box-shadow: inset 0 1px #57a7d9
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button:hover,
.standard_tabset .tabset_button:hover,
.button_small.blue:hover,
.button_medium.blue:hover,
.button_large.blue:hover,
.button_jumbo.blue:hover,
.akas_container .akas_filter_button.active:hover {
    background-color: #3279a6;
    background-image: linear-gradient(to top, #2a678c, #3279a6);
    color: #fff;
    box-shadow: none
}

.button_small.gray,
.button_medium.gray,
.button_large.gray,
.button_jumbo.gray {
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    background-image: none;
    color: #3279a6;
    text-shadow: none;
    box-shadow: inset 0 1px #fff
}

.button_small.gray:hover,
.button_medium.gray:hover,
.button_large.gray:hover,
.button_jumbo.gray:hover {
    background-color: #e5e5e5;
    background-image: none;
    color: #2a678c;
    box-shadow: none
}

.mobile_footer_bottom_bar .new_user_sign_up_button,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.add_to_cart_button,
.header_subnav_menu .header_subnav_menu_button,
.header_secondary_level_menu_item.sell_in_one_click a,
.explanation_message.employee_discount_notice .discount_notice_button,
.button_small,
.button_medium,
.button_large,
.button_jumbo {
    border: 1px solid #8B14C9;
    background-color: #AE1EFF;
    background-image: linear-gradient(to top, #c115be, #AE1EFF);
    color: #fff;
    text-shadow: 1px 1px #8B14C9;
    box-shadow: inset 0 1px #E070FF
}

.mobile_footer_bottom_bar .new_user_sign_up_button:hover,
.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.add_to_cart_button:hover,
.header_subnav_menu .header_subnav_menu_button:hover,
.header_secondary_level_menu_item.sell_in_one_click a:hover,
.explanation_message.employee_discount_notice .discount_notice_button:hover,
.button_small:hover,
.button_medium:hover,
.button_large:hover,
.button_jumbo:hover {
    background-color: #c115be;
    background-image: linear-gradient(to top, #c115be, #AE1EFF);
    color: #fff;
    box-shadow: none
}

.button_small.red,
.button_medium.red,
.button_large.red,
.button_jumbo.red,
.akas_container .akas_filter_button.active.suspended,
.admin_user_info .retention_close_button {
    border: 1px solid #b22424;
    background-color: #f23030;
    background-image: linear-gradient(to top, #bf2626, #f23030);
    color: #fff;
    text-shadow: 1px 1px #b22424;
    box-shadow: inset 0 1px #f66
}

.button_small.red:hover,
.button_medium.red:hover,
.button_large.red:hover,
.button_jumbo.red:hover,
.akas_container .akas_filter_button.active.suspended:hover,
.admin_user_info .retention_close_button:hover {
    background-color: #d92b2b;
    background-image: linear-gradient(to top, #bf2626, #d92b2b);
    color: #fff;
    box-shadow: none
}

.responsive_header_search_form button,
.button_small.white,
.button_medium.white,
.button_large.white,
.button_jumbo.white,
.akas_container .akas_filter_button {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    background-image: none;
    color: #3279a6;
    text-shadow: none;
    box-shadow: none
}

.responsive_header_search_form button:hover,
.button_small.white:hover,
.button_medium.white:hover,
.button_large.white:hover,
.button_jumbo.white:hover,
.akas_container .akas_filter_button:hover {
    background-color: #f2f2f2;
    background-image: none;
    color: #2a678c
}

.button_small.disabled,
.button_medium.disabled,
.button_large.disabled,
.button_jumbo.disabled {
    border: 1px solid #d9d9d9;
    background-color: #e5e5e5;
    background-image: none;
    color: #757575;
    text-shadow: none;
    box-shadow: none;
    cursor: default
}

.button_small.disabled:hover,
.button_medium.disabled:hover,
.button_large.disabled:hover,
.button_jumbo.disabled:hover {
    background-color: #e5e5e5;
    background-image: none;
    color: #757575;
    cursor: default
}

.actions_container_toggler {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.actions_container_toggler:checked+.actions_container.collapsable .header_bar {
    background: url(/images/sprites/community_help/arrow_up.png?1683815725) no-repeat top right transparent
}

.actions_container_toggler:checked+.actions_container.collapsable .header_bar:hover {
    background: url(/images/sprites/community_help/arrow_up_hover.png?1683815725) no-repeat top right transparent
}

.admin_user_info {
    display: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #afccde;
    background-color: white
}

.actions_container_toggler:checked+.actions_container.collapsable .admin_user_info {
    display: table
}

.admin_user_info td {
    padding: 8px;
    vertical-align: top
}

.admin_user_info td~td {
    border-left: 1px solid #afccde
}

.admin_user_info tr~tr td {
    border-top: 1px solid #afccde
}

.admin_user_info [data-name="booth"] td:first-child {
    min-width: 165px
}

.admin_user_info .tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    list-style: none;
    padding: 0
}

.admin_user_info .tabs .tab {
    position: relative;
    margin: 0 4px 4px 4px;
    padding: 8px 4px;
    text-align: left;
    font-size: 14px;
    background-color: #f2f2f2;
    cursor: pointer
}

.admin_user_info .tabs .tab:hover {
    background-color: #f0f0f0
}

.admin_user_info .tabs .tab.active {
    background-color: #fff
}

.admin_user_info .tabs .tab i {
    margin: 0 8px
}

.admin_user_info .tabs .tab .counts {
    position: absolute;
    right: 0;
    margin-right: 12px
}

.admin_user_info .tabs .tab .counts .count {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px;
    margin-right: 0;
    color: #fff;
    font-weight: bold
}

.admin_user_info .tabs .tab .counts .count.alert {
    background-color: #f23030
}

.admin_user_info .tabs .tab .counts .count.notification {
    background-color: #3279a6
}

.admin_user_info .zone_info {
    font-size: 11px;
    font-weight: normal;
    color: #757575
}

.admin_user_info .tab_content_container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 75%;
    padding-top: 12px
}

.admin_user_info .tab_content_container .tab_content.inner_container {
    display: none
}

.admin_user_info .tab_content_container .tab_content.inner_container.active {
    display: block
}

.admin_user_info .retention_close_button {
    padding: 1px 10px
}

.admin_user_info .retention_button {
    padding: 1px 10px
}

.admin_user_info .overflow_ip_links {
    display: none
}

.admin_user_info .google_feed_link_suspended {
    color: #f23030
}

.subheadline {
    font-size: 10px
}

.close_admin_note_container {
    float: right
}

.admin_note_history_entry {
    padding: 7px;
    border-bottom: 1px solid #000
}

.admin_note_history_entry:nth-child(even) {
    background-color: #fff
}

.admin_note_history_entry:nth-child(odd) {
    background-color: #e5e5e5
}

.admin_note_history_entry p {
    font-size: 12px
}

.google_product_feed_history_popup {
    max-height: 600px;
    overflow-y: auto
}

.google_product_feed_history_popup .google_product_feed_history_popup_table {
    box-sizing: border-box;
    width: 100%
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .header_time {
    width: 32%
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .header_event {
    width: 68%
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_client_account_review .approved {
    color: #c115be
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_client_account_review .disapproved {
    color: #f23030
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_client_account_review .missing {
    color: #6f53a6
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_client_account_review .warned {
    color: #faa30c
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_client_account_review span {
    margin-right: 0;
    white-space: nowrap
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_feed_suspension {
    background-color: #ffeded;
    color: #f23030
}

.google_product_feed_history_popup .google_product_feed_history_popup_table .google_feed_resubmission {
    background-color: #f2faff;
    color: #000
}

.google_product_feed_history_popup .google_product_feed_history_popup_table th {
    text-align: center
}

.google_product_feed_history_popup .google_product_feed_history_popup_table td {
    padding: 5px
}

.akas_container .aka_header {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.akas_container .aka_header_details {
    font-size: 10px;
    margin-left: 5px
}

.akas_container .aka_link_container {
    display: inline-block;
    padding: 2px;
    white-space: nowrap
}

.akas_container .aka_link_container .aka_link {
    margin-right: 2px
}

.akas_container .aka_link_container .aka_unlink::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.akas_container .aka_link_container .aka_unlink:hover::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.akas_container .akas_filter_button.on_hold {
    color: #0000c5
}

.akas_container .akas_filter_button.suspended {
    color: #c50000
}

.akas_container .akas_filter_button.active.on_hold {
    border: 1px solid #0000c5;
    background-image: linear-gradient(to top, #0000c5, #398cbf)
}

.akas_container .akas_filter_button.api {
    color: #9B3DD4
}

.button_arrows-sprite {
    background-image: url(/images/sprites/button_arrows-sprite-e69e8801d8cb80526748af3e97fe645c07bfdb31.png);
    background-repeat: no-repeat
}

.button_small.gray.disabled:hover,
.button_medium.gray.disabled:hover,
.button_large.gray.disabled:hover,
.button_jumbo.gray.disabled:hover {
    cursor: default
}

.button_small.multiline,
.button_medium.multiline,
.button_large.multiline,
.button_jumbo.multiline {
    display: block;
    line-height: 1.2em
}

.booth_subscription {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap
}

.booth_subscription_header {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    font-weight: bold
}

.booth_subscription_header .inline_tooltip {
    font-weight: normal
}

.booth_subscription_label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 5px 1.5%;
    padding: 9px 7px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #3d84ad;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer
}

.booth_subscription_label * {
    display: inline-block;
    vertical-align: middle
}

.booth_subscription_label .subscribe_to_booth_cta {
    margin-left: 3px;
    margin-right: 3px;
    text-overflow: ellipsis;
    overflow: hidden
}

.booth_subscription_label.checked {
    background-color: #e5f5ff;
    border-color: #73bae5
}

@media only screen and (min-width:460px) {
    .mobile_layout .cart_items_summary .booth_subscription.has_many .booth_subscription_label {
        flex-basis: 47%
    }
}

@media only screen and (min-width:736px) {
    .mobile_layout .cart_items_summary .booth_subscription.has_many .booth_subscription_label {
        flex-basis: 30.3%
    }
}

@media only screen and (min-width:940px) {
    .mobile_layout .cart_items_summary .booth_subscription.has_many .booth_subscription_label {
        flex-basis: 22%
    }
}

.mobile_layout .cart_items_summary .booth_subscription_label {
    flex: 0 0 97%;
    width: auto
}

.booth_subscription.checkout_receipt {
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 5px 15px;
    border: 1px solid #d9d9d9
}

.booth_subscription.checkout_receipt .booth_subscription_header {
    font-size: 16px;
    line-height: 20px;
    width: auto;
    margin: 10px 0
}

.booth_subscription.checkout_receipt .booth_subscription_label {
    flex: 1 0 24%;
    margin-right: .5%;
    margin-left: .5%
}

@media only screen and (min-width:460px) {
    .booth_subscription.checkout_receipt .booth_subscription_label {
        max-width: 50%
    }
}

@media only screen and (min-width:736px) {
    .booth_subscription.checkout_receipt .booth_subscription_label {
        flex-grow: 0
    }
}

#offer_receipt+.booth_subscription.has_many {
    justify-content: flex-start
}

#offer_receipt+.booth_subscription.has_many .booth_subscription_header {
    width: 100%
}

.credit_card_fields .verification_value_container {
    display: inline-block;
    background: url(/images/cvv2.png?1683815725) no-repeat right center;
    padding-right: 42px
}

.credit_card_fields .verification_value_container .hosted_field.text_input_field {
    width: 100px
}

.credit_card_fields .hosted_field {
    display: inline-block
}

.credit_card_fields .hosted_field.text_input_field {
    width: 90%;
    max-width: 400px;
    height: 19px;
    background: white;
    padding: 4px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    vertical-align: middle
}

.credit_card_fields #braintree_hosted_expiration_month.hosted_field {
    width: 40px
}

.credit_card_fields #braintree_hosted_expiration_year.hosted_field {
    width: 80px
}

.credit_card_fields .hosted_field.braintree-hosted-fields-invalid {
    border-color: #db7500
}

.credit_card_fields .hosted_field.braintree-hosted-fields-valid {
    border-color: #73bf00;
    -moz-transition: border-color 160ms;
    -webkit-transition: border-color 160ms;
    transition: border-color 160ms
}

.credit_card_fields .billing_header {
    font: 16px Arial, Helvetica;
    font-weight: bold
}

.item_discount_ribbon,
.transparent_item_discount_ribbon {
    display: inline-flex;
    height: 20px;
    margin: 5px 0;
    padding-left: 5px;
    font-weight: bold
}

.item_discount_ribbon a,
.transparent_item_discount_ribbon a {
    color: #fff;
    text-decoration: none
}

.item_discount_ribbon::after,
.transparent_item_discount_ribbon::after {
    content: "";
    height: 20px;
    width: 7px;
    padding-left: 5px;
    background-position: right;
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .item_discount_ribbon::after,
    .transparent_item_discount_ribbon::after {
        background-size: 7px 20px
    }
}

.item_discount_ribbon.green {
    background-color: #AE1EFF;
    color: #fff
}

.item_discount_ribbon.green::after {
    background-image: url(/images/booth_coupons/ribbon_green_sm_with_bg.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .item_discount_ribbon.green::after {
        background-image: url(/images/booth_coupons/ribbon_green_sm@2x_with_bg.png?1683815725)
    }
}

.item_discount_ribbon.blue {
    background-color: #398cbf;
    color: #fff
}

.item_discount_ribbon.blue::after {
    background-image: url(/images/booth_coupons/ribbon_blue_sm_with_bg.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .item_discount_ribbon.blue::after {
        background-image: url(/images/booth_coupons/ribbon_blue_sm@2x_with_bg.png?1683815725)
    }
}

.item_discount_ribbon.orange {
    background-color: #ffb940;
    color: #404040
}

.item_discount_ribbon.orange::after {
    background-image: url(/images/booth_coupons/ribbon_orange_sm_with_bg.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .item_discount_ribbon.orange::after {
        background-image: url(/images/booth_coupons/ribbon_orange_sm@2x_with_bg.png?1683815725)
    }
}

.transparent_item_discount_ribbon {
    padding: 0
}

.transparent_item_discount_ribbon::after {
    padding: 0
}

.transparent_item_discount_ribbon .discount_text {
    padding: 0 8px
}

.transparent_item_discount_ribbon.green .discount_text {
    background-color: #AE1EFF
}

.transparent_item_discount_ribbon.blue .discount_text {
    background-color: #398cbf
}

.transparent_item_discount_ribbon.orange .discount_text {
    background-color: #ffb940
}

.transparent_item_discount_ribbon.green::after {
    background-image: url(/images/booth_coupons/ribbon_green_sm.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .transparent_item_discount_ribbon.green::after {
        background-image: url(/images/booth_coupons/ribbon_green_sm@2x.png?1683815725)
    }
}

.transparent_item_discount_ribbon.blue::after {
    background-image: url(/images/booth_coupons/ribbon_blue_sm.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .transparent_item_discount_ribbon.blue::after {
        background-image: url(/images/booth_coupons/ribbon_blue_sm@2x.png?1683815725)
    }
}

.transparent_item_discount_ribbon.orange::after {
    background-image: url(/images/booth_coupons/ribbon_orange_sm.png?1683815725)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .transparent_item_discount_ribbon.orange::after {
        background-image: url(/images/booth_coupons/ribbon_orange_sm@2x.png?1683815725)
    }
}

.error_explanation,
.explanation_message {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #f99;
    border-left-width: 6px
}

.error_explanation::before,
.explanation_message::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #f23030;
    padding: 9px 0 0 9px
}

.error_explanation .explanation_hide,
.explanation_message .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.error_explanation .explanation_hide:hover,
.explanation_message .explanation_hide:hover {
    color: #404040
}

.error_explanation p,
.explanation_message p {
    margin: 10px 0 0
}

.error_explanation h3,
.explanation_message h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.error_explanation ul,
.explanation_message ul {
    list-style: disc
}

.error_explanation.checked_error::before,
.explanation_message.checked_error::before {
    content: ""
}

.notice_explanation {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #E070FF;
    border-left-width: 6px
}

.notice_explanation::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #AE1EFF;
    padding: 9px 0 0 9px
}

.notice_explanation .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.notice_explanation .explanation_hide:hover {
    color: #404040
}

.notice_explanation p {
    margin: 10px 0 0
}

.notice_explanation h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.notice_explanation ul {
    list-style: disc
}

.warning_explanation {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #ffb940;
    border-left-width: 6px
}

.warning_explanation::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #faa30c;
    padding: 8px 0 0 9px
}

.warning_explanation .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.warning_explanation .explanation_hide:hover {
    color: #404040
}

.warning_explanation p {
    margin: 10px 0 0
}

.warning_explanation h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.warning_explanation ul {
    list-style: disc
}

.tip_explanation {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #73bae5;
    border-left-width: 6px
}

.tip_explanation a:not(.button_small) {
    color: #3d84ad
}

.tip_explanation::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #3279a6;
    padding: 9px 0 0 18px
}

.tip_explanation .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.tip_explanation .explanation_hide:hover {
    color: #404040
}

.tip_explanation p {
    margin: 10px 0 0
}

.tip_explanation h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.tip_explanation ul {
    list-style: disc
}

.question_explanation {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #d9d9d9;
    border-left-width: 1px
}

.question_explanation a {
    color: #3d84ad
}

.question_explanation::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #757575;
    padding: 8px 0 0 11px
}

.question_explanation .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.question_explanation .explanation_hide:hover {
    color: #404040
}

.question_explanation p {
    margin: 10px 0 0
}

.question_explanation h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.question_explanation ul {
    list-style: disc
}

.feedback_solicitation {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 20px 93px;
    border: 1px solid #000;
    background-color: #fff;
    font: 14px Arial, Helvetica, FreeSans, sans-serif;
    text-align: left;
    padding: 20px 20px 20px 93px;
    border-color: #E070FF;
    border-left-width: 6px
}

.feedback_solicitation::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 11px 0 0 11px;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    left: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    font-size: 28px;
    content: "";
    background-color: #AE1EFF;
    padding: 9px 0 0 9px
}

.feedback_solicitation .explanation_hide {
    margin: -10px -8px 0 0;
    float: right;
    font: bold 20px Arial, Helvetica, FreeSans, sans-serif;
    color: #757575;
    cursor: pointer
}

.feedback_solicitation .explanation_hide:hover {
    color: #404040
}

.feedback_solicitation p {
    margin: 10px 0 0
}

.feedback_solicitation h3 {
    margin: 0;
    padding: 0;
    font: bold 16px Arial, Helvetica, FreeSans, sans-serif
}

.feedback_solicitation ul {
    list-style: disc
}

.feedback_solicitation::before {
    content: "";
    padding-left: 13px;
    padding-top: 6px;
    background-color: #AE1EFF;
    font-size: 34px
}

.feedback_solicitation .close_link {
    align-self: flex-end;
    margin: -10px -10px 0 0;
    color: #757575
}

.home-sprite {
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    background-repeat: no-repeat
}

.home2x-sprite {
    background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
    background-repeat: no-repeat
}

.featured_category_buttons_list {
    margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
    position: relative
}

.featured_category_buttons_list li {
    display: inline-block;
    width: 45%;
    margin: 1.5%
}

.featured_category_buttons_list li.women_s_fashion a {
    background-position: 50% -1937.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.women_s_fashion a {
        background-position: 50% -1941.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.handbags a {
    background-position: 50% -888.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.handbags a {
        background-position: 50% -888.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.men_s_fashion a {
    background-position: 50% -1599.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.men_s_fashion a {
        background-position: 50% -1603.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.home___garden a {
    background-position: 50% -1241.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.home___garden a {
        background-position: 50% -1242px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.collectibles a {
    background-position: 50% -360.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.collectibles a {
        background-position: 50% -360.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.health___beauty a {
    background-position: 50% -1066.25px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.health___beauty a {
        background-position: 50% -1066.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.electronics a {
    background-position: 50% -538.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.electronics a {
        background-position: 50% -538.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.jewelry a {
    background-position: 50% -1422.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.jewelry a {
        background-position: 50% -1423px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li.everything_else a {
    background-position: 50% -709.5px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/home-sprite-2779ddbed970669980668e5e90475da7c97cbae2.png);
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .featured_category_buttons_list li.everything_else a {
        background-position: 50% -709.5px;
        background-image: url(/images/sprites/home2x-sprite-7cccd2b1e2fadfaf5d2accd77923ab1cab6d40a3.png);
        -webkit-background-size: 200px auto;
        -moz-background-size: 200px auto;
        -o-background-size: 200px auto;
        background-size: 200px auto
    }
}

.featured_category_buttons_list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100px;
    padding-top: 78px;
    border: 1px solid #e6e6e1;
    background-color: #fafaf5;
    color: #404040;
    font-size: 13px
}

.featured_category_buttons_list li a:hover {
    background-color: #e5e5e1;
    text-decoration: none
}

.flex_parent_container {
    display: -webkit-flex;
    display: flex
}

.flex_item_in_row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex: 1
}

.flex_item_in_column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 1
}

@-webkit-keyframes fa-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancy_checkbox {
    display: inline-block;
    padding-left: 1px
}

.fancy_checkbox.button input[type=checkbox]+label:hover,
.fancy_checkbox.button input[type=radio]+label:hover {
    background-color: #f0fce2
}

.fancy_checkbox.button input[type=checkbox]+label.toggle:hover,
.fancy_checkbox.button input[type=radio]+label.toggle:hover {
    background-color: #fff
}

.fancy_checkbox.button input[type=checkbox]:checked+label,
.fancy_checkbox.button input[type=radio]:checked+label {
    border-color: #68ad00;
    background-color: #ccf599
}

.fancy_checkbox.button input[type=checkbox]:checked+label.toggle,
.fancy_checkbox.button input[type=radio]:checked+label.toggle {
    background-color: #fff;
    border-color: #c4c4c4;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fancy_checkbox.button label {
    padding: 8px 8px 7px 8px;
    text-align: center;
    display: block
}

.fancy_checkbox input[type=checkbox],
.fancy_checkbox input[type=radio] {
    display: none
}

.fancy_checkbox input[type=checkbox]+label.toggle~.togglable,
.fancy_checkbox input[type=radio]+label.toggle~.togglable {
    display: none
}

.fancy_checkbox input[type=checkbox]:checked+label.checkbox:before,
.fancy_checkbox input[type=radio]:checked+label.checkbox:before {
    content: "\f14a";
    color: #68ad00
}

.fancy_checkbox input[type=checkbox]:checked+label.toggle~.togglable,
.fancy_checkbox input[type=radio]:checked+label.toggle~.togglable {
    display: block
}

.fancy_checkbox label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 1em
}

.fancy_checkbox label.checkbox:before,
.fancy_checkbox label.toggle:before {
    font-size: 1.4em;
    width: 1em;
    vertical-align: middle;
    margin-right: 5px;
    color: #999;
    display: inline-block
}

.fancy_checkbox label.checkbox:before {
    content: "\f096"
}

.fancy_checkbox label.toggle {
    display: inline-block;
    width: auto;
    padding-left: 30px
}

.fancy_checkbox label.toggle:before {
    content: "\f055"
}

.fancy_checkbox label.toggle span {
    color: #999
}

form {
    margin: 0;
    padding: 0
}

label {
    font-weight: bold;
    cursor: pointer
}

input[type=checkbox]+label,
input[type=radio]+label {
    font-weight: normal
}

label.disabled {
    color: #999
}

.length_counter_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.length_counter {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 6px 4px
}

.input_length_counter {
    margin-right: 10px;
    margin-left: 10px;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 16px;
    text-align: right
}

.input_length_counter.overclocked {
    color: #db7500
}

.form_item {
    margin-bottom: 8px
}

.form_item label {
    font-weight: bold;
    display: block
}

.text_input_field,
.text_area_field {
    background: white;
    border: 1px solid #ccc;
    vertical-align: middle
}

.text_area_field {
    height: 50px;
    width: 320px
}

.text_input_field.shaded {
    -moz-box-shadow: inset 1px 1px 3px #ededed;
    -webkit-box-shadow: inset 1px 1px 3px #ededed;
    box-shadow: inset 1px 1px 3px #ededed;
    background: #fafafa
}

.autocomplete_text_input_container {
    display: inline-block;
    position: relative
}

.autocomplete_text_input_container .status_icon {
    display: none;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: url(/images/spinners/wait22trans.gif?1683815725) no-repeat transparent 0 0
}

.autocomplete_text_input_container.loading .status_icon {
    display: block
}

.autocomplete_text_input_container.selected .status_icon {
    display: block;
    top: 2px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/icon.apply-check.crystal-clear.s24.png?1683815725)
}

.neato_checkbox {
    display: none
}

.neato_checkbox+label {
    vertical-align: middle
}

.neato_checkbox+label::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0 14px 0 0;
    padding: 8px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    font-size: 16px;
    color: #d9d9d9
}

.neato_checkbox:checked+label::before {
    border-color: #AE1EFF;
    background-color: #AE1EFF;
    color: #fff
}

input.has_error,
select.has_error,
textarea.has_error {
    border: 1px solid #f23030
}

#user_name_valid_image {
    padding-left: 20px;
    margin-top: 6px;
    display: none
}

#user_name_valid_image::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px
}

#user_name_valid_image.is_valid {
    color: #1fa525
}

#user_name_valid_image.is_valid::before {
    content: ""
}

#user_name_valid_image.isnt_valid {
    color: #f13240
}

#user_name_valid_image.isnt_valid::before {
    content: ""
}

div.items_list_grid ul.gridblock .item_action_bar,
.essence_product_entry ul.gridblock .item_action_bar,
.browsable_item .item_action_bar,
.collection_item .item_action_bar {
    display: none;
    position: absolute;
    top: 4px;
    right: 3px;
    text-align: right;
    line-height: normal
}

div.items_list_grid ul.gridblock .item_action_bar.active,
.essence_product_entry ul.gridblock .item_action_bar.active,
.browsable_item .item_action_bar.active,
.collection_item .item_action_bar.active {
    display: block
}

div.items_list_grid ul.gridblock .item_action_bar li,
.essence_product_entry ul.gridblock .item_action_bar li,
.browsable_item .item_action_bar li,
.collection_item .item_action_bar li {
    display: inline-block;
    color: #999;
    background-color: #fff;
    text-align: center;
    margin: 0 1px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

div.items_list_grid ul.gridblock .item_action_bar li.active,
div.items_list_grid ul.gridblock .item_action_bar li:hover,
.essence_product_entry ul.gridblock .item_action_bar li.active,
.essence_product_entry ul.gridblock .item_action_bar li:hover,
.browsable_item .item_action_bar li.active,
.browsable_item .item_action_bar li:hover,
.collection_item .item_action_bar li.active,
.collection_item .item_action_bar li:hover {
    color: #888;
    background-color: #efefef
}

div.items_list_grid ul.gridblock .item_action_bar li.active a,
div.items_list_grid ul.gridblock .item_action_bar li:hover a,
.essence_product_entry ul.gridblock .item_action_bar li.active a,
.essence_product_entry ul.gridblock .item_action_bar li:hover a,
.browsable_item .item_action_bar li.active a,
.browsable_item .item_action_bar li:hover a,
.collection_item .item_action_bar li.active a,
.collection_item .item_action_bar li:hover a {
    color: #888
}

div.items_list_grid ul.gridblock .item_action_bar li.active,
.essence_product_entry ul.gridblock .item_action_bar li.active,
.browsable_item .item_action_bar li.active,
.collection_item .item_action_bar li.active {
    -webkit-box-shadow: 0 1px #ccc inset;
    -moz-box-shadow: 0 1px #ccc inset;
    box-shadow: 0 1px #ccc inset;
    border-top-color: #bbb;
    background-color: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #ddd 26%, #eaeaea 71%, #eaeaea 100%)
}

div.items_list_grid ul.gridblock .item_action_bar li a,
.essence_product_entry ul.gridblock .item_action_bar li a,
.browsable_item .item_action_bar li a,
.collection_item .item_action_bar li a {
    display: block;
    color: #999 !important;
    text-shadow: 1px 1px #fff;
    min-width: 16px;
    padding: 4px
}

div.items_list_grid ul.gridblock .item_action_bar .tag_select .inline_icon,
.essence_product_entry ul.gridblock .item_action_bar .tag_select .inline_icon,
.browsable_item .item_action_bar .tag_select .inline_icon,
.collection_item .item_action_bar .tag_select .inline_icon {
    color: #facb63;
    text-shadow: 1px 1px #eb910e
}

div.items_list_grid ul.gridblock .more_actions,
.essence_product_entry ul.gridblock .more_actions,
.browsable_item .more_actions,
.collection_item .more_actions {
    display: none;
    position: absolute;
    width: 155px;
    top: 29px;
    right: 9px;
    padding-top: 7px
}

div.items_list_grid ul.gridblock .more_actions .arrow,
.essence_product_entry ul.gridblock .more_actions .arrow,
.browsable_item .more_actions .arrow,
.collection_item .more_actions .arrow {
    display: block;
    height: 8px;
    width: 16px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/arrows/more-actions-arrow-up.png?1683815724) center center no-repeat
}

div.items_list_grid ul.gridblock .more_actions ul,
.essence_product_entry ul.gridblock .more_actions ul,
.browsable_item .more_actions ul,
.collection_item .more_actions ul {
    margin: 0;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: default;
    text-align: left;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25)
}

div.items_list_grid ul.gridblock .more_actions li,
.essence_product_entry ul.gridblock .more_actions li,
.browsable_item .more_actions li,
.collection_item .more_actions li {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0;
    padding-left: 10px
}

div.items_list_grid ul.gridblock .more_actions li i,
.essence_product_entry ul.gridblock .more_actions li i,
.browsable_item .more_actions li i,
.collection_item .more_actions li i {
    margin-left: -14px;
    padding-right: 3px
}

div.items_list_grid ul.gridblock .more_actions .hpl_select,
.essence_product_entry ul.gridblock .more_actions .hpl_select,
.browsable_item .more_actions .hpl_select,
.collection_item .more_actions .hpl_select {
    display: none;
    width: 98%
}

div.items_list_grid ul.gridblock .more_actions .hpl_success,
.essence_product_entry ul.gridblock .more_actions .hpl_success,
.browsable_item .more_actions .hpl_success,
.collection_item .more_actions .hpl_success {
    margin-bottom: 5px
}

div.items_list_grid ul.gridblock .more_actions .hpl_success p,
.essence_product_entry ul.gridblock .more_actions .hpl_success p,
.browsable_item .more_actions .hpl_success p,
.collection_item .more_actions .hpl_success p {
    display: inline;
    margin: 0
}

.items_list_grid {
    float: left;
    margin-right: -30px
}

.items_list_grid.item_search {
    float: none;
    margin-right: 0;
    width: 1200px
}

.items_list_grid.item_search .gridblock {
    float: none;
    display: inline-block
}

.items_list_grid.thumb_small .gridblock {
    height: 213px
}

.items_list_grid.thumb_small .gridblock li.item_image {
    height: 131px
}

.items_list_grid.thumb_small .gridblock li.item_image img.item_image {
    height: 125px
}

.items_list_grid.thumb_small .gridblock .item_discount_icon {
    left: -2px;
    bottom: 100px
}

.items_list_grid.tall_thumbs ul.gridblock {
    height: 261px;
    position: relative
}

.items_list_grid.tall_thumbs ul.gridblock li.item_image {
    height: 191px;
    margin-bottom: 7px
}

.items_list_grid.thumb_tall ul.gridblock li.item_image.centered_item_image img.item_image {
    height: auto
}

.items_list_grid.thumb_tall ul.gridblock li.item_image img.item_image {
    height: 185px
}

.items_list_grid.thumb_tall ul.gridblock li.item_title {
    height: 30px
}

.items_list_grid.loading {
    clear: both;
    height: 100px;
    padding: 40px 0 20px 0
}

.items_list_grid.loading .loader {
    position: absolute;
    width: 99%;
    height: 60px;
    padding-top: 16px;
    background: url(/images/spinners/horizontal_blockspin.gif?1683815725) no-repeat #f5f5f5 center 48px;
    text-align: center;
    color: #404040;
    font-size: 20px;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0
}

.items_list_grid .item_edit_mask_link {
    display: none;
    visibility: hidden
}

.items_list_grid .gridblock {
    float: left;
    width: 163px;
    height: 265px;
    margin: 5px 14px 0 0;
    padding: 15px 4px 0 6px;
    list-style-type: none;
    cursor: pointer;
    position: relative
}

.items_list_grid .gridblock .holiday_item_discount_icon {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 100
}

.items_list_grid .gridblock .holiday_item_discount_icon .discount_text {
    color: #fff;
    font-weight: bold
}

.items_list_grid .gridblock.interstitial {
    cursor: default
}

.items_list_grid .gridblock.interstitial:hover {
    background-color: transparent
}

.items_list_grid .gridblock .item_shopping_summary {
    margin: 0;
    padding: 0
}

.items_list_grid .gridblock.with_add_to_cart_button {
    height: 305px
}

.mobile_layout .items_list_grid .gridblock.with_add_to_cart_button {
    height: 320px
}

.items_list_grid .gridblock li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.items_list_grid .gridblock li.item_select {
    position: absolute;
    top: 17px;
    left: 7px;
    z-index: 2;
    background: #fff;
    padding: 1px;
    border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0
}

.items_list_grid .gridblock .item_title {
    overflow: hidden;
    max-height: 60px;
    min-height: 46px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 15px
}

.items_list_grid .gridblock li.item_price {
    min-height: 20px
}

.items_list_grid .gridblock li.item_price .long_price {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    width: calc(100% - 90px)
}

.items_list_grid .gridblock li.item_price a.add_to_cart {
    color: #628c2b;
    font-size: 13px;
    float: right;
    margin: 2px 5px 0 0
}

.items_list_grid .gridblock li.item_price a.add_to_cart:hover {
    color: #3f591c
}

.items_list_grid .gridblock li.item_price a,
.items_list_grid .gridblock li.item_price #unlinked_price {
    color: #3d84ad;
    font-size: 14px;
    font-weight: normal
}

.items_list_grid .gridblock li.item_price .currency {
    font-size: 12px
}

.items_list_grid .gridblock li.item_price a .shipping_cost,
.items_list_grid .gridblock li.item_price #unlinked_price .shipping_cost {
    font-size: 11px;
    color: gray
}

.items_list_grid .gridblock li.item_icon {
    float: right;
    padding-right: 10px
}

.items_list_grid .gridblock li.item_chat_icon,
.items_list_grid .gridblock li.status_icon {
    float: right;
    padding-right: 3px;
    position: relative;
    max-width: 35px;
    z-index: 1
}

.items_list_grid .gridblock li.item_chat_icon span {
    display: block;
    float: right;
    margin-left: 6px;
    position: relative
}

.items_list_grid .gridblock li.item_chat_icon span.free_ship_icon {
    background-position: -359px -357px;
    height: 18px;
    width: 33px
}

.items_list_grid .gridblock li.item_chat_icon span.chat_icon {
    background-position: -368px -115px;
    height: 16px;
    width: 16px
}

.items_list_grid .gridblock li.item_chat_icon span.chat_icon_chatty {
    background-position: -344px -10px;
    height: 16px;
    width: 63px
}

.items_list_grid .gridblock li.item_chat_icon span.digital_delivery_icon {
    background-position: -354px -291px;
    height: 18px;
    width: 43px
}

.items_list_grid .gridblock li.item_discount_icon {
    position: absolute;
    left: 3px;
    bottom: 68px;
    margin-top: 1px;
    padding-right: 3px;
    color: white
}

.items_list_grid .gridblock .item_image {
    height: 191px;
    width: 161px;
    margin-bottom: 7px;
    position: relative
}

.items_list_grid .gridblock .item_image .item_image {
    border: 1px solid #f0f0f0;
    padding: 2px;
    background: white;
    width: 155px;
    height: 185px
}

.items_list_grid .gridblock .item_image .centered_item_image {
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    width: 161px;
    height: 191px;
    background-color: #fff;
    table-layout: fixed
}

.items_list_grid .gridblock .item_image .centered_item_image td {
    vertical-align: middle;
    text-align: center;
    width: 157px;
    padding: 0;
    margin: 0;
    border: 0
}

.items_list_grid .gridblock .item_image .centered_item_image img.item_image {
    width: auto;
    max-width: 153px;
    height: auto;
    max-height: 183px;
    border: 0;
    margin: 2px;
    padding: 0
}

.items_list_grid .gridblock li.option_trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: url(/images/pop_item_arrow.png?1683815725);
    display: none
}

.items_list_grid .gridblock.hover li.option_trigger {
    display: block
}

.items_list_grid .gridblock .item_title a {
    color: #404040
}

.items_list_grid .gridblock div.item_popup_options a:hover {
    text-decoration: underline
}

.items_list_grid .gridblock.first {
    background: #e8f6fc
}

.items_list_grid .gridblock.hover li.item_image img.item_image {
    border-color: #3d84ad
}

.items_list_grid .gridblock.hover_incart {
    border: 2px solid red;
    background-color: #fcc
}

.items_list_grid .gridblock .item_price {
    font-size: 16px;
    font-weight: bold
}

.items_list_grid .gridblock .item_price.discounted a {
    color: #db7500;
    font-weight: bold
}

.items_list_grid .gridblock a {
    text-decoration: none
}

.items_list_grid .gridblock span.old_price {
    font-size: 13px;
    color: #757575;
    padding-right: 2px;
    text-decoration: line-through;
    font-weight: normal;
    padding-left: 4px
}

.items_list_grid .gridblock li.item_chat_icon em {
    width: 100px;
    height: 49px;
    position: absolute;
    top: -55px;
    left: -40px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none
}

.items_list_grid .gridblock li.item_chat_icon em.chat_hint {
    background-position: -326px -46px
}

.items_list_grid .gridblock li.item_chat_icon em.free_shipping_hint {
    background-position: -326px -395px
}

.items_list_grid .gridblock li.item_add_to_cart_button {
    margin-top: 5px
}

.items_list_grid .gridblock li.item_add_to_cart_button .button_medium {
    width: 138px
}

.mobile_layout .items_list_grid .gridblock li.item_add_to_cart_button .button_medium {
    width: 155px
}

.items_list_grid.thumb_big ul.gridblock {
    width: 222px;
    height: 295px;
    margin: 5px 0 0 0;
    padding-right: 2px;
    padding-left: 2px;
    position: relative;
    vertical-align: top
}

.items_list_grid.thumb_big ul.gridblock.featured {
    height: 320px
}

.items_list_grid.thumb_big ul.gridblock.featured .item_discount_icon {
    bottom: 102px
}

.items_list_grid.thumb_big ul.gridblock li.item_select {
    left: 3px
}

.items_list_grid.thumb_big ul.gridblock li.item_image {
    width: 220px;
    height: 220px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 220px;
    display: table-cell;
    vertical-align: middle;
    background: white
}

.items_list_grid.thumb_big ul.gridblock li.item_image img.item_image {
    border: 0;
    max-width: 216px;
    max-height: 208px;
    width: auto;
    height: auto;
    vertical-align: middle;
    line-height: 1
}

.items_list_grid.thumb_big ul.gridblock .item_price,
.items_list_grid.thumb_big ul.gridblock .item_chat_icon {
    padding: 0 4px
}

.items_list_grid.thumb_big ul.gridblock .item_title {
    padding: 8px 4px 0 4px;
    height: 42px
}

.items_list_grid.thumb_big ul.gridblock .item_discount_icon {
    left: 0;
    bottom: 79px
}

.wishlist.items_list_grid .gridblock {
    margin-right: 11px
}

.special_designation_icon {
    position: absolute;
    top: 5px;
    left: 4px;
    cursor: default
}

#main_booth_content_area #main_right .top_rated_stellar_seller {
    display: none
}

.top_rated_stellar_seller_bubbletip {
    display: none
}

.items_list_grid .gridblock.loading {
    background: #f0f0f0
}

.items_list_grid .gridblock.loading .loading_bar {
    position: absolute;
    top: 0;
    width: 133px;
    padding: 6px 14px;
    height: 20px;
    background-color: #f0f0f0
}

.items_list_grid .gridblock .item_image.transition {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 50px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 15px 50px
}

#info_bar {
    position: fixed;
    bottom: 8px;
    right: 8px;
    line-height: 1;
    z-index: 999;
    height: 28px;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75)
}

#info_bar .info_bar_button {
    cursor: pointer
}

#info_bar #info_bar_toggler {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#info_bar #info_bar_toggler:checked~.wrapper {
    display: inline-block
}

#info_bar #info_bar_toggler:checked~.info_bar_button_container {
    background: #afccde
}

#info_bar .info_bar_button_container {
    display: inline-block;
    padding: 4px
}

#info_bar .info_bar_button_container .bucket {
    background: rgba(30, 30, 30, 0.4)
}

#info_bar .wrapper {
    display: none;
    padding: 4px;
    background: #afccde
}

#info_bar .bucket {
    background: #111;
    display: inline-block;
    padding: 4px 6px;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    line-height: 1;
    color: #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.25)
}

#info_bar .bucket .hidden {
    display: none
}

#info_bar .bucket:hover .hidden {
    display: inline;
    visibility: visible !important
}

#info_bar .bucket.highlight {
    background-color: #395d00
}

#info_bar strong {
    color: #fff
}

#info_bar .view {
    margin-right: 15px;
    float: left
}

#info_bar .view:last-child {
    margin-right: 0
}

#info_bar .css-truncate.css-truncate-target,
#info_bar .css-truncate .css-truncate-target {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

#info_bar .css-truncate.expandable:hover .css-truncate-target,
#info_bar .css-truncate.expandable.css-truncate-target:hover {
    max-width: 10000px !important
}

.inline_icon {
    vertical-align: middle
}

.inline_icon_text {
    vertical-align: middle;
    margin-left: 4px
}

.fa-stack.stack_container {
    width: 14px;
    height: 14px;
    line-height: 13px
}

p.editable,
span.editable {
    margin: 0;
    padding: 5px;
    border: 1px solid transparent;
    cursor: text
}

p.editable.default_text,
span.editable.default_text {
    color: #777
}

p.editable.default_text:hover::after,
span.editable.default_text:hover::after {
    content: ""
}

p.editable:hover,
span.editable:hover {
    border: 1px solid #d0d0d0
}

p.editable:hover::after,
span.editable:hover::after {
    content: " : Click to edit";
    color: #777
}

input.editable[type=text],
textarea.editable {
    font-size: 12px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    width: 98%;
    box-shadow: 1px 1px 2px #eee inset;
    padding: 5px;
    margin: 0
}

input.editable[type=text]:focus,
textarea.editable:focus {
    outline: 0
}

.popup_container,
.responsive_popup_container {
    display: none;
    position: fixed;
    top: 50px
}

.popup_container,
.responsive_popup_container .popup_inner {
    background-color: #fafafa;
    border: 5px solid #d4d4d4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 18px #686868;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px #686868;
    -webkit-box-shadow: 2px 2px 4px #686868;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#686868')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#686868')
}

.popup_container {
    left: 50%;
    width: 500px;
    max-height: 85vh;
    margin-left: -270px;
    overflow: auto
}

.popup_container .popup_loading {
    width: 400px;
    height: 200px
}

.popup_container .header {
    margin-bottom: 10px
}

.popup_container h3 {
    margin: 0
}

.popup_close_control {
    float: right;
    background: url(/images/sprites/sprite_global.png?1683815726) no-repeat transparent -2px -502px;
    height: 20px;
    width: 20px;
    margin: -10px -10px 0 0
}

.popup_close_control:hover {
    background-position: -27px -502px
}

.popup_spinner {
    background: url(/images/spinners/spinner_popup.gif?1683815725) no-repeat transparent 0 0;
    margin: 0 -21px 0 5px;
    padding-left: 16px;
    display: inline;
    padding-bottom: 4px
}

.jqm_overlay {
    background: url(/images/gray_diags_thick.png?1683815725) repeat
}

.responsive_popup_container {
    left: 0;
    width: 100%
}

.responsive_popup_container .popup_inner {
    width: 80%;
    max-width: 500px;
    margin: 0 auto
}

.generic_modal_window {
    display: none;
    left: 50%;
    margin-left: -270px;
    min-height: 250px;
    padding: 20px;
    width: 500px;
    z-index: 3000;
    color: #404040;
    position: fixed;
    top: 10%;
    background: #fff
}

.generic_modal_window #close_modal_window {
    position: absolute;
    right: 0;
    top: 0
}

.generic_modal_window #login_or_register_now_container {
    float: left
}

.application-sprite {
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    background-repeat: no-repeat
}

.application2x-sprite {
    background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
    background-repeat: no-repeat
}

#bubbletip.bubbletip {
    position: absolute;
    display: none
}

.bubbletip {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    z-index: 9999;
    padding: 2px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ccc
}

.bubbletip .bubbletip_arrow {
    position: absolute;
    height: 12px;
    width: 12px;
    z-index: 999
}

.bubbletip .bubbletip_arrow_up {
    background-position: -64px -920px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    top: -9px;
    left: 50%;
    margin-left: -6px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .bubbletip .bubbletip_arrow_up {
        background-position: -64px -920px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.bubbletip .bubbletip_arrow_right {
    background-position: -64px -868px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    top: 50%;
    right: -9px;
    margin-top: -6px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .bubbletip .bubbletip_arrow_right {
        background-position: -64px -868px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.bubbletip .bubbletip_arrow_down {
    background-position: -64px -764px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    bottom: -9px;
    left: 50%;
    margin-left: -6px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .bubbletip .bubbletip_arrow_down {
        background-position: -64px -764px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.bubbletip .bubbletip_arrow_left {
    background-position: -64px -816px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    top: 50%;
    left: -9px;
    margin-top: -6px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .bubbletip .bubbletip_arrow_left {
        background-position: -64px -816px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.bubbletip .bubbletip_inner {
    padding: 6px 5px;
    border: 1px solid #4b94bf;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f0f8fc
}

.bubbletip .bubbletip_loader {
    background: transparent url(/images/tooltip/loader.gif?1683815726) center center no-repeat;
    width: 100%;
    height: 12px
}

.bubbletip .bubbletip_title {
    padding-bottom: 5px;
    font-weight: bold
}

a.tooltip {
    margin-left: 2px;
    cursor: help;
    text-decoration: none
}

a.tooltip:hover {
    text-decoration: none
}

a.tooltip .fa {
    font-size: 12px;
    line-height: 1em
}

p.tooltip,
span.tooltip {
    display: none;
    clear: left;
    z-index: 999999
}

#fake_title_tip {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e4ffff;
    padding: 5px 6px;
    color: #404040;
    font-size: 11px;
    z-index: 99999;
    white-space: nowrap;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.standard_tabset {
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 0 5px;
    margin-bottom: 17px
}

.standard_tabset .tab {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-bottom: -1px;
    padding: 7px 18px;
    color: #265d80;
    font-size: 14px
}

.standard_tabset .tab.selected {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    color: #404040
}

.standard_tabset .tab.selected:hover {
    text-decoration: none
}

.standard_tabset .tabset_button {
    margin-top: 5px;
    float: right;
    font-weight: normal
}

.secondary_tabset {
    display: flex;
    margin-bottom: 10px;
    border-top: 1px solid #f5f9fb;
    border-bottom: 1px solid #f0f6f9;
    background-color: #e6f0f5
}

.secondary_tabset .tab {
    box-sizing: border-box;
    height: 36px;
    padding: 7px 22px;
    border: 1px solid transparent;
    color: #2978a6;
    font-size: 13px;
    text-align: center
}

.secondary_tabset .tab:hover {
    background-color: #daecf5
}

.secondary_tabset .tab.selected {
    background: #3279a6;
    color: #fff;
    cursor: default
}

.secondary_tabset .tab.selected:hover {
    text-decoration: none
}

.scroll_progress_bar_container {
    -webkit-box-shadow: 0 4px 10px -4px #333;
    -moz-box-shadow: 0 4px 10px -4px #333;
    box-shadow: 0 4px 10px -4px #333;
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    transition: opacity 200ms ease-in-out
}

.scroll_progress_bar_container.stretchy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000
}

.scroll_progress_bar_container.hidden {
    opacity: 0
}

.scroll_progress_bar_container.stretched {
    opacity: 1
}

.scroll_progress_bar_container .scroll_progress_bar {
    background-color: #8B14C9;
    height: 10px;
    width: 0;
    transition: width 400ms
}

.trust-sprite,
.tiny_trust_container .badge_bbb.tiny,
.tiny_trust_container .badge_positive_ssl,
.tiny_trust_container .badge_businessweek,
.tiny_trust_container .badge_cnn,
.tiny_trust_container .badge_buyer_protection,
.tiny_trust_container .badge_godaddy,
.tiny_trust_container .badge_ssl,
#trust_container .badge_bbb.tiny,
#trust_container .badge_positive_ssl,
#trust_container .badge_businessweek,
#trust_container .badge_cnn,
#trust_container .badge_buyer_protection,
#trust_container .badge_godaddy,
#trust_container .badge_ssl {
    background-image: url(/images/sprites/trust-sprite-15a0ba6356d65d9fc555f77a9c170ec700399694.png);
    background-repeat: no-repeat
}

#trust_container {
    float: right;
    width: 220px;
    text-align: center
}

#trust_container .badge_ssl {
    background-position: -55px -739px;
    height: 60px;
    width: 130px
}

#trust_container .badge_ssl.small {
    height: 45px;
    width: 97.5px;
    background-size: 180px;
    background-position: -41.25px -554.25px
}

#trust_container .badge_ssl.tiny {
    height: 30px;
    width: 56px;
    background-size: 98px;
    background-position: -21px -296px
}

#trust_container .badge_godaddy {
    background-position: -54px -306px;
    width: 131px;
    height: 32px;
    cursor: pointer
}

#trust_container .badge_buyer_protection {
    background-position: -20px -641px;
    height: 58px;
    width: 200px
}

#trust_container .badge_buyer_protection.small {
    height: 43.5px;
    width: 150px;
    background-size: 180px;
    background-position: -15px -480.75px
}

#trust_container .badge_buyer_protection.tiny {
    width: 88px;
    height: 30px;
    background-size: 98.5px;
    background-position: -6px -258px
}

#trust_container .badge_cnn {
    background-position: -27px -206px;
    height: 60px;
    width: 186px
}

#trust_container .badge_businessweek {
    background-position: -36px -116px;
    height: 50px;
    width: 167px
}

#trust_container .badge_positive_ssl {
    background-position: -72px -506px;
    width: 96px;
    height: 95px
}

#trust_container .badge_bbb.small {
    height: 42px
}

#trust_container .badge_bbb.tiny {
    background-position: -43px -20px;
    width: 68px;
    height: 30px;
    background-size: 101px;
    background-position: -17px -3px
}

#trust_container .trust_container_header {
    margin-top: 50px
}

#trust_container .trust_container_header h3 {
    max-width: 200px;
    margin: 0 auto 10px;
    font-size: 16px
}

#trust_container.unfloated {
    float: none
}

#trust_container.horizontal {
    float: none;
    width: auto
}

#trust_container.horizontal .section {
    display: inline-block
}

#trust_container.horizontal .badges {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0
}

#trust_container.horizontal .badge,
#trust_container.horizontal .badge_bbb {
    display: inline-block;
    vertical-align: middle;
    margin: 15px
}

#trust_container.horizontal h2 {
    display: none
}

#trust_container h2 {
    margin-bottom: 10px
}

#trust_container .badges_secure {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px
}

#trust_container .badge {
    margin: 0 auto 10px;
    display: block
}

#trust_container .badge_bbb {
    width: 150px
}

#trust_container .badge_bbb a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 154px;
    height: 56px
}

#trust_container .trust_container_experts_say {
    display: none
}

.tiny_trust_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px
}

.tiny_trust_container .badge_ssl {
    background-position: -55px -739px;
    height: 60px;
    width: 130px
}

.tiny_trust_container .badge_ssl.small {
    height: 45px;
    width: 97.5px;
    background-size: 180px;
    background-position: -41.25px -554.25px
}

.tiny_trust_container .badge_ssl.tiny {
    height: 30px;
    width: 56px;
    background-size: 98px;
    background-position: -21px -296px
}

.tiny_trust_container .badge_godaddy {
    background-position: -54px -306px;
    width: 131px;
    height: 32px;
    cursor: pointer
}

.tiny_trust_container .badge_buyer_protection {
    background-position: -20px -641px;
    height: 58px;
    width: 200px
}

.tiny_trust_container .badge_buyer_protection.small {
    height: 43.5px;
    width: 150px;
    background-size: 180px;
    background-position: -15px -480.75px
}

.tiny_trust_container .badge_buyer_protection.tiny {
    width: 88px;
    height: 30px;
    background-size: 98.5px;
    background-position: -6px -258px
}

.tiny_trust_container .badge_cnn {
    background-position: -27px -206px;
    height: 60px;
    width: 186px
}

.tiny_trust_container .badge_businessweek {
    background-position: -36px -116px;
    height: 50px;
    width: 167px
}

.tiny_trust_container .badge_positive_ssl {
    background-position: -72px -506px;
    width: 96px;
    height: 95px
}

.tiny_trust_container .badge_bbb.small {
    height: 42px
}

.tiny_trust_container .badge_bbb.tiny {
    background-position: -43px -20px;
    width: 68px;
    height: 30px;
    background-size: 101px;
    background-position: -17px -3px
}

.tiny_trust_container .badge {
    display: inline-block;
    margin: 0
}

.users-sprite,
#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_google,
#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_facebook {
    background-image: url(/images/sprites/users-sprite-f068f1464b5a48d286a5d556f267cbc145ad9279.png);
    background-repeat: no-repeat
}

#user_login_popup,
.unvalidated_user_popup {
    top: 100px;
    display: none;
    width: 640px;
    left: 50%;
    margin-left: -320px
}

#user_login_popup .leader,
.unvalidated_user_popup .leader {
    font-weight: bold;
    margin-bottom: 10px
}

#user_login_popup .login_options_container,
.unvalidated_user_popup .login_options_container {
    margin-top: 20px
}

#user_login_popup .login_options_container .login_options_section,
.unvalidated_user_popup .login_options_container .login_options_section {
    padding-right: 15px
}

#user_login_popup .or_other_popup,
.unvalidated_user_popup .or_other_popup {
    padding-top: 20px;
    clear: both
}

#user_login_popup p,
.unvalidated_user_popup p {
    line-height: 1.5em
}

#user_login_popup .footer,
.unvalidated_user_popup .footer {
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 10px
}

#user_login_popup .footer p,
.unvalidated_user_popup .footer p {
    margin-bottom: 0
}

#user_login_popup .subtitle_container,
.unvalidated_user_popup .subtitle_container {
    overflow: hidden;
    *zoom: 1
}

#user_login_popup .subtitle_container .subtitle_image_container,
.unvalidated_user_popup .subtitle_container .subtitle_image_container {
    display: none;
    float: left;
    width: 100px;
    height: 100px;
    margin: 2px 10px;
    background-color: white;
    text-align: center
}

#user_login_popup .subtitle_container .subtitle_image_container img,
.unvalidated_user_popup .subtitle_container .subtitle_image_container img {
    max-width: 100px;
    max-height: 100px
}

#user_login_popup .login_options_container {
    overflow: hidden;
    *zoom: 1;
    margin: 15px 0 10px
}

#user_login_popup .login_options_container .login_options_section {
    float: left;
    display: inline-block;
    padding-top: 16px
}

#user_login_popup .login_options_container .login_options_section.buttons {
    padding-top: 8px
}

#user_login_popup .login_options_container .login_options_section.oauth_side {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 0;
    text-align: center
}

#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_facebook,
#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_google {
    height: 50px;
    width: 150px;
    display: inline-block;
    margin: 2px
}

#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_facebook {
    background-position: -20px -20px
}

#user_login_popup .login_options_container .login_options_section.oauth_side .rpx_google {
    background-position: -20px -110px
}

#pick_login_method_container .bonz_login {
    font-size: 14px;
    text-align: center
}

.input_field_column p.label_column {
    font-weight: bold;
    margin-top: 1.2em
}

.input_field_column p.hint_column {
    font-style: italic;
    font-size: 13px;
    color: gray
}

.input_field_column p.checkbox {
    margin-top: 20px
}

.input_field_column p {
    margin: 6px 0 4px 0;
    line-height: 1.2em
}

.input_field_column .text_input_field {
    width: 90%;
    max-width: 400px
}

.new_email_form_container .email_form_fieldset {
    border: 0
}

.new_email_form_container .email_title {
    font-face: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    position: relative;
    margin: 10px 0 20px 0;
    font-size: 24px
}

.new_email_form_container .email_container p {
    margin: 0 0 15px;
    line-height: 1.3em
}

.new_email_form_container .email_container label,
.new_email_form_container .email_container .send_seller {
    margin: 0;
    font-size: 14px;
    line-height: 1.3em
}

.new_email_form_container .email_container textarea,
.new_email_form_container .email_container input[type='text'] {
    font: 12px Arial, Helvetica, FreeSans, sans-serif;
    line-height: 1.25em;
    padding: 5px;
    border: 1px solid #ccc;
    color: #404040;
    width: 96%;
    max-width: 480px
}

.new_email_form_container .email_container input[type='text'] {
    display: block;
    margin-bottom: 15px
}

.new_email_form_container .email_container td {
    padding-right: 5px;
    font-size: 14px
}

.new_email_form_container .email_container .submit {
    margin-top: 10px
}

.new_email_form_container .email_container .seller_questions {
    margin: 0;
    padding: 0
}

.new_email_form_container .email_container .question {
    margin: 10px 0;
    list-style-type: none
}

.new_email_form_container .email_container .question textarea {
    border-top-left-radius: 0;
    font-size: 14px;
    padding: 10px;
    height: 100px
}

.new_email_form_container .email_container .forward_replies_to_zendesk {
    margin-bottom: 15px
}

#floating_header,
#header {
    *zoom: 1;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 101;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif
}

#floating_header:after,
#header:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width:768px) {

    #floating_header,
    #header {
        display: none
    }
}

#floating_header .wrapper,
#header .wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5px
}

@media only screen and (min-width:1200px) {

    #floating_header .wrapper,
    #header .wrapper {
        padding: 0 24px
    }
}

.header_utilities .user_profile_pic {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5e5e1
}

.header_utilities .header_activity_count,
.header_utilities .has_items.link_to_cart:after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px;
    font-weight: bold
}

.header_secondary_level_menu_item>a,
.header_top_level_menu_item>a,
.linked_users_list_item>a {
    color: #404040
}

.header_secondary_level_menu_item>a:hover,
.header_top_level_menu_item>a:hover,
.linked_users_list_item>a:hover {
    color: #595959
}

.header_utilities .link_to_quick_login,
.header_utilities .link_to_admin_action {
    display: inline-block;
    color: #3d84ad
}

.header_utilities .link_to_quick_login:hover,
.header_utilities .link_to_admin_action:hover {
    color: #1c639c
}

.header_utilities .link_to_login,
.header_utilities .link_to_lending,
.header_utilities .link_to_sell_on_bonanza {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 12px;
    padding: 5px 12px;
    border: 1px solid #d8d9d2
}

.header_utilities .link_to_login:hover,
.header_utilities .link_to_sell_on_bonanza {
    border-color: #abd179;
    background-color: #f2fce3
}

.header_search_container button,
.header_search_container input[type=text] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px
}

.header_search_container button:focus,
.header_search_container input[type=text]:focus {
    outline: 0
}

.floating_header_button:hover,
#floating_header .header_top_level_menu_item.open .floating_header_button {
    background-color: #8B14C9;
    color: #fff !important;
    text-decoration: none
}

.floating_header_button:hover .fa,
#floating_header .header_top_level_menu_item.open .floating_header_button .fa {
    color: #fff
}

.header_utilities .link_to_cart {
    position: relative
}

.header_utilities .has_items.link_to_cart:after {
    content: attr(data-items-in-cart);
    display: block;
    position: absolute;
    top: 3px;
    right: -33px
}

#responsive_header {
    position: fixed;
    right: 0;
    left: 0
}

.mobile_footer_bottom_bar a,
.mobile_seasonal_shop_banner a,
.mobile_secondary_scrolling_header a,
.responsive_header_top_menu a,
.responsive_header_top_bar a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#responsive_header {
    top: 0;
    z-index: 202;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif
}

@media only screen and (min-width:768px) {
    #responsive_header.desktop_version {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .user_credits_under_header_block {
        display: none !important
    }
}

.bonanza_logo {
    width: 220px;
    max-height: 49px;
    line-height: 4px
}

.bonanza_logo .tagline {
    display: inline-block;
    width: 100%;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-size: 15px;
    color: #7A14B8;
    text-align: center;
    white-space: nowrap
}

.header_utilities {
    background-color: #fff
}

.header_utilities .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_utilities .header_top_level_menu_item:hover,
.header_utilities .header_top_level_menu_item.open {
    background-color: #F5E9FF
}

.header_utilities .header_top_level_menu_item.cart {
    position: relative;
    padding-right: 33px
}

.header_utilities .header_top_level_menu_item.cart:hover .header_cart_coupons {
    display: block
}

.header_utilities .header_top_level_menu_item.cart .cart_coupon_tag {
    position: absolute;
    top: 20px;
    right: 3px;
    color: #AE1EFF;
    font-size: 12px
}

.header_utilities .header_top_level_menu_item.admin:hover .admin_sub_menu {
    display: block
}

.header_utilities .has_children ul.section {
    padding: 20px 0 0 0;
    border-top: 1px solid #e5e5df
}

.header_utilities .has_children ul.section:first-of-type {
    margin-top: 0;
    border-top: 0
}

.header_utilities .has_children ul.section:first-child {
    padding-top: 0
}

.header_utilities .link_to_sell_on_bonanza {
    color: #404040
}

.header_utilities .link_to_lending {
    background: #f2faff;
    border: 1px solid #73bae5;
    color: #404040
}

.header_utilities .link_to_lending:hover {
    background: #dceef9
}

.header_utilities .link_to_quick_login {
    margin-right: 10px
}

.header_utilities .link_to_login:hover {
    color: #404040
}

.header_utilities .link_to_profile {
    padding-left: 40px;
    font-weight: bold;
    position: relative
}

.header_utilities .link_to_profile .user_profile_pic {
    width: 20px;
    margin-top: -13px;
    padding: 2px;
    position: absolute;
    top: 50%;
    left: 8px
}

.header_utilities .link_to_profile .fa {
    font-weight: normal
}

.header_utilities .link_to_cart {
    padding: 15px 0 15px 12px
}

.header_utilities .link_to_cart::before {
    background-position: -58px -20px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    right: -32px;
    top: 11px;
    margin-left: 3px;
    vertical-align: middle
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .header_utilities .link_to_cart::before {
        background-position: -58px -20px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.header_utilities .link_to_log_out {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #d8d9d2
}

.header_utilities .admin_sub_menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 50;
    min-width: 230px;
    width: auto;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.header_utilities .admin_sub_menu>div {
    font-size: 14px;
    margin: 12px 0
}

.header_utilities .admin_sub_menu>div a i {
    padding: 0 10px
}

.header_utilities .header_cart_coupons {
    display: none;
    position: absolute;
    right: 0;
    z-index: 50;
    min-width: 280px;
    width: auto;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.header_utilities .header_cart_coupons .cart_coupon_list .coupon_code {
    color: #faa30c
}

.header_utilities .header_cart_coupons .cart_coupon_list .coupon_savings {
    margin-bottom: 10px;
    color: #757575;
    font-size: 11px
}

.header_utilities .header_cart_coupons .cart_coupon_list .coupon_removed {
    margin-bottom: 10px;
    font-size: 11px
}

.header_utilities .header_cart_coupons .cart_coupon_list .coupon_removed::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 5px;
    color: #AE1EFF
}

.header_utilities .header_cart_coupons p {
    margin: 5px 0;
    font-weight: bold
}

.header_utilities .header_cart_coupons p::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 5px;
    color: #AE1EFF
}

.header_utilities .header_activity_count {
    content: attr(data-activity-count);
    display: inline-block;
    margin-top: -2px
}

.header_utilities .header_activity_count.admin_user_watch {
    background-color: #00c500;
    color: #fff
}

.linked_users_list {
    margin: 0 0 10px;
    padding: 0;
    text-align: left
}

.linked_users_list span {
    display: block
}

.linked_users_list .user_profile_pic {
    width: 30px;
    margin-right: 5px
}

.linked_users_list .user_description {
    display: inline-block;
    vertical-align: middle;
    width: 135px
}

.linked_users_list .user_name {
    display: block;
    font-weight: bold
}

.linked_users_list .user_email {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.linked_users_list_item {
    list-style-type: none
}

.linked_users_list_item a {
    display: block;
    padding: 5px
}

.linked_users_list_item a:hover {
    background-color: #F5E9FF;
    text-decoration: none
}

.account.header_top_level_menu .header_subnav_menu {
    padding: 0
}

.account.header_top_level_menu .section {
    margin: 0;
    padding: 20px;
    text-align: center
}

.account.header_top_level_menu .add_account {
    display: block;
    margin: 0 0 15px 0
}

.account.header_top_level_menu .link_to_log_out {
    display: inline-block
}

.account.header_top_level_menu .not_user_maybe {
    margin-bottom: 5px
}

.account.header_top_level_menu .dashboard_links {
    border-bottom: 1px solid #ccc;
    text-align: center
}

.account.header_top_level_menu .dashboard_links .link_to_my_bonanza {
    display: block;
    margin: 5px 0
}

.account.header_top_level_menu .dashboard_links .link_to_my_bonanza:first-of-type {
    margin-bottom: 10px
}

.explanation_message.employee_discount_notice {
    padding: 25px;
    border: 2px dashed #ccc
}

.explanation_message.employee_discount_notice::before {
    content: "";
    top: 35%;
    left: 12px;
    background-color: #fff;
    border-radius: 0;
    font-size: 4em;
    color: #AE1EFF
}

.explanation_message.employee_discount_notice .discount_notice_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 75px
}

.explanation_message.employee_discount_notice h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px
}

.explanation_message.employee_discount_notice p {
    margin: 0
}

.header_top_level_menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.header_top_level_menu .has_children.open:after {
    content: "";
    height: 0;
    margin-top: -5px;
    margin-left: -5px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 103
}

.header_top_level_menu .header_subnav_menu {
    background-color: #fff;
    text-align: left;
    left: -5px
}

.header_top_level_menu .handbags .header_subnav_menu,
.header_top_level_menu .jewelry .header_subnav_menu {
    left: auto;
    right: -5px
}

.header_top_level_menu.account .header_subnav_menu {
    right: -5px;
    left: auto
}

.header_top_level_menu>li {
    display: inline-block;
    position: relative
}

.header_top_level_menu>li:first-child {
    margin-left: 0
}

.header_top_level_menu>li>a:hover {
    text-decoration: none
}

.header_top_level_menu li {
    font-size: 13px;
    line-height: normal
}

@media only screen and (min-width:1200px) {
    .header_top_level_menu_item.womens_fashion .with_hero_image {
        background-image: url(/images/header/heroes/womens_fashion.jpg?1686827401)
    }

    .header_top_level_menu_item.mens_fashion .with_hero_image {
        background-image: url(/images/header/heroes/mens_fashion.jpg?1686827401)
    }

    .header_top_level_menu_item.home_and_garden .with_hero_image {
        background-image: url(/images/header/heroes/home_and_garden.jpg?1686827401)
    }

    .header_top_level_menu_item.health_and_beauty .with_hero_image {
        background-image: url(/images/header/heroes/health_and_beauty.jpg?1686827401)
    }

    .header_top_level_menu_item.collectibles .with_hero_image {
        background-image: url(/images/header/heroes/collectibles_and_art.jpg?1686827401)
    }

    .header_top_level_menu_item.handbags .with_hero_image {
        background-image: url(/images/header/heroes/handbags.jpg?1686827401)
    }
}

@media only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:1200px) and (min-device-pixel-ratio:2),
only screen and (min-width:1200px) and (min-resolution:192dpi),
only screen and (min-width:1200px) and (min-resolution:2dppx) {
    .header_top_level_menu_item.womens_fashion .with_hero_image {
        background-image: url(/images/header/heroes/womens_fashion@2x.jpg?1686827401)
    }

    .header_top_level_menu_item.mens_fashion .with_hero_image {
        background-image: url(/images/header/heroes/mens_fashion@2x.jpg?1686827401)
    }

    .header_top_level_menu_item.home_and_garden .with_hero_image {
        background-image: url(/images/header/heroes/home_and_garden@2x.jpg?1686827401)
    }

    .header_top_level_menu_item.health_and_beauty .with_hero_image {
        background-image: url(/images/header/heroes/health_and_beauty@2x.jpg?1686827401)
    }

    .header_top_level_menu_item.collectibles .with_hero_image {
        background-image: url(/images/header/heroes/collectibles_and_art@2x.jpg?1686827401)
    }

    .header_top_level_menu_item.handbags .with_hero_image {
        background-image: url(/images/header/heroes/handbags@2x.jpg?1686827401)
    }
}

@media only screen and (min-width:1235px) {
    .header_top_level_menu_item.jewelry .with_hero_image {
        background-image: url(/images/header/heroes/jewelry.jpg?1686827401)
    }
}

@media only screen and (min-width:1235px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:1235px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:1235px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:1235px) and (min-device-pixel-ratio:2),
only screen and (min-width:1235px) and (min-resolution:192dpi),
only screen and (min-width:1235px) and (min-resolution:2dppx) {
    .header_top_level_menu_item.jewelry .with_hero_image {
        background-image: url(/images/header/heroes/jewelry@2x.jpg?1686827401)
    }
}

.header_top_level_menu_item.admin {
    margin-left: 24px
}

.header_top_level_menu_item.admin .tooltip {
    left: 0;
    bottom: 0
}

.header_top_level_menu_item>a {
    display: inline-block;
    padding: 15px 12px
}

.header_top_level_menu_item .fa {
    display: inline-block;
    margin-left: 4px;
    color: gray
}

.header_top_level_button_item {
    padding: 9px 0
}

.header_top_level_button_item.sell_on_bonanza:hover .link_to_sell_on_bonanza,
.header_top_level_button_item.sell_on_bonanza.open .link_to_sell_on_bonanza {
    background-color: #8B14C9;
    border-color: #8B14C9;
    color: #fff
}

.header_top_level_button_item .header_subnav_menu {
    margin-top: 9px
}

.header_secondary_level_menu li {
    padding: 3px 0
}

.header_secondary_level_menu_item.sell_in_one_click a {
    color: #fff
}

.header_secondary_level_menu_item.sell_in_one_click a:hover {
    text-decoration: none
}

.header_subnav_menu {
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    padding: 20px;
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    z-index: 102
}

.header_subnav_menu.open {
    display: block
}

@media only screen and (min-width:1200px) {
    .header_subnav_menu.with_hero_image {
        height: 420px;
        padding-right: 260px;
        background-position: right top;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:1200px) and (min-device-pixel-ratio:2),
only screen and (min-width:1200px) and (min-resolution:192dpi),
only screen and (min-width:1200px) and (min-resolution:2dppx) {
    .header_subnav_menu.with_hero_image {
        -webkit-background-size: 260px auto;
        -moz-background-size: 260px auto;
        -o-background-size: 260px auto;
        background-size: 260px auto
    }
}

.header_subnav_menu h5 {
    margin: 0 0 5px 0;
    color: #8B14C9;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 14px;
    font-weight: bold
}

.header_subnav_menu li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap
}

.header_subnav_menu li.log_out {
    text-align: center
}

.header_subnav_menu .section {
    margin-top: 20px
}

.header_subnav_menu .section:first-child {
    margin-top: 0
}

.header_subnav_menu .col {
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    line-height: 2
}

@media only screen and (min-width:1200px) {
    .header_subnav_menu .col {
        padding-right: 80px
    }
}

.header_subnav_menu .header_subnav_menu_button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px
}

.header_subnav_menu .header_subnav_menu_button .notification_text {
    font-size: 11px
}

.header_subnav_menu_search_form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 190px;
    overflow: hidden;
    border: 1px solid #d8d9d2
}

.header_subnav_menu_search_form input,
.header_subnav_menu_search_form button {
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border: 0
}

.header_subnav_menu_search_form input:focus,
.header_subnav_menu_search_form button:focus {
    outline: 0
}

.header_subnav_menu_search_form input {
    width: 85%;
    padding: 0 7px;
    font-size: 13px
}

.header_subnav_menu_search_form input::-webkit-input-placeholder {
    color: gray;
    font-style: italic
}

.header_subnav_menu_search_form input:-moz-placeholder {
    color: gray;
    font-style: italic
}

.header_subnav_menu_search_form input::-moz-placeholder {
    color: gray;
    font-style: italic
}

.header_subnav_menu_search_form input:-ms-input-placeholder {
    color: gray;
    font-style: italic
}

.header_subnav_menu_search_form button {
    width: 15%;
    margin-left: -4px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer
}

.header_subnav_menu_search_form button:hover .fa {
    color: #999
}

.search_subnav_menu {
    width: 220px
}

@media only screen and (min-width:500px) {
    .search_subnav_menu {
        width: 484px
    }
}

.header_search {
    padding: 15px 10px
}

.version_holiday .header_search {
    background-image: url(/images/home/snowflake.jpg?1683815725);
    background-size: contain
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .version_holiday .header_search {
        background-image: url(/images/home/snowflake@2X.jpg?1683815725)
    }
}

.header_search .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_search_container {
    display: flex;
    align-items: center;
    text-align: right
}

.header_search_container form {
    display: flex
}

.header_search_container input[type=text] {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 360px;
    padding: 10px 15px;
    border: 1px solid #e5e5e1;
    font-size: 14px
}

.header_search_container input[type=text]::-webkit-input-placeholder {
    color: gray;
    font-style: italic
}

.header_search_container input[type=text]:-moz-placeholder {
    color: gray;
    font-style: italic
}

.header_search_container input[type=text]::-moz-placeholder {
    color: gray;
    font-style: italic
}

.header_search_container input[type=text]:-ms-input-placeholder {
    color: gray;
    font-style: italic
}

.header_search_container button {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 1px #778f5a inset;
    -moz-box-shadow: 0 1px #778f5a inset;
    box-shadow: 0 1px #778f5a inset;
    margin-left: -4px;
    padding: 0 10px;
    border: 1px solid #4d5c3a;
    background-color: #8B14C9;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.header_search_container button:hover {
    background-color: #4d5c3a
}

.header_shopping {
    background-color: #FBF2FF;
    width: 100%
}

.header_shopping .header_top_level_menu {
    *zoom: 1
}

.header_shopping .header_top_level_menu:after {
    content: "";
    display: table;
    clear: both
}

.header_shopping .header_top_level_menu_item {
    display: none;
    float: left
}

@media only screen and (min-width:1024px) {
    .header_shopping .header_top_level_menu_item {
        display: inline-block
    }
}

.header_shopping .header_top_level_menu_item:hover,
.header_shopping .header_top_level_menu_item.open {
    background-color: #8B14C9
}

.header_shopping .header_top_level_menu_item:hover>a,
.header_shopping .header_top_level_menu_item:hover>a .fa,
.header_shopping .header_top_level_menu_item.open>a,
.header_shopping .header_top_level_menu_item.open>a .fa {
    color: #fff
}

@media only screen and (min-width:1200px) {
    .header_shopping .header_top_level_menu_item.jewelry .header_subnav_menu {
        height: auto;
        padding-right: 20px
    }
}

@media only screen and (min-width:1235px) {
    .header_shopping .header_top_level_menu_item.jewelry .header_subnav_menu {
        height: 420px;
        padding-right: 260px
    }
}

.header_shopping .header_top_level_menu_item.more_categories .fa {
    color: #8B14C9
}

.header_shopping .header_top_level_menu_item.more_categories .header_subnav_menu {
    left: auto;
    right: -5px
}

@media only screen and (min-width:800px) {
    .header_shopping .header_top_level_menu_item.more_categories .header_subnav_menu:not(.more_categories, .seasonal_secondary_level_menu_item) {
        left: -5px;
        right: auto
    }
}

@media only screen and (min-width:960px) {
    .header_shopping .header_top_level_menu_item.more_categories .header_subnav_menu:not(.more_categories, .seasonal_secondary_level_menu_item) {
        left: auto;
        right: -5px
    }
}

@media only screen and (min-width:1200px) {
    .header_shopping .header_top_level_menu_item.more_categories .header_subnav_menu:not(.more_categories, .seasonal_secondary_level_menu_item) {
        left: -5px;
        right: auto
    }
}

.header_shopping .header_top_level_menu_item.shop_by {
    float: right;
    background-color: #F5E9FF
}

.header_shopping .header_top_level_menu_item.shop_by:hover,
.header_shopping .header_top_level_menu_item.shop_by.open {
    background-color: #8B14C9
}

.header_shopping .header_top_level_menu_item.shop_by .header_subnav_menu {
    left: auto;
    right: -5px
}

.header_shopping .header_top_level_menu_item.gift_guides {
    background-color: #AE1EFF;
    color: #fff
}

.header_shopping .header_top_level_menu_item.gift_guides:hover,
.header_shopping .header_top_level_menu_item.gift_guides.open {
    background-color: #c115be
}

.header_shopping .header_top_level_menu_item.gift_guides>a {
    padding-right: 19px
}

.header_shopping .header_top_level_menu_item.gift_guides>a:hover,
.header_shopping .header_top_level_menu_item.gift_guides>a.open {
    color: #fff
}

.header_shopping .header_top_level_menu_item.gift_guides .fa {
    color: #fff
}

.header_shopping .header_top_level_menu_item.gift_guides .header_subnav_menu {
    right: auto;
    left: -5px
}

.header_shopping .header_top_level_menu_item>a {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold
}

@media only screen and (min-width:1200px) {
    .header_shopping .header_top_level_menu_item>a {
        padding-right: 17px;
        padding-left: 17px
    }
}

.header_shopping .header_secondary_level_menu .fa {
    margin: 0 4px 0 0;
    color: #798e99
}

.header_shopping .header_secondary_level_menu_heading {
    padding-left: 8px;
    font-weight: 700
}

.header_shopping .header_secondary_level_menu_item {
    line-height: 1em;
    margin-bottom: -8px;
    margin-left: 0
}

.header_shopping .header_secondary_level_menu_item a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px
}

.header_shopping .header_secondary_level_menu_item a:hover {
    background-color: #F5E9FF;
    text-decoration: none
}

.header_shopping .seasonal_secondary_level_menu_item {
    position: absolute;
    left: 242px;
    width: 235px;
    margin-bottom: -8px;
    margin-left: 0;
    line-height: 1em;
    font-weight: bold
}

@media only screen and (min-width:1200px) {
    .header_shopping .seasonal_secondary_level_menu_item {
        left: 282px;
        width: 255px
    }
}

.header_shopping .seasonal_secondary_level_menu_item a {
    display: inline-block;
    padding: 8px
}

.header_shopping .seasonal_secondary_level_menu_item a:hover {
    text-decoration: none
}

.header_shopping .header_subnav_menu.single_column .col {
    padding-right: 20px
}

.header_shopping .header_subnav_menu h5 {
    margin-left: 5px
}

.header_shopping .header_subnav_menu .section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5df
}

.header_shopping .header_subnav_menu .section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.header_shopping .header_subnav_menu .header_subnav_menu_button {
    margin-top: 30px
}

#floating_header {
    width: 100%;
    min-width: 960px;
    background-color: #fff;
    position: fixed;
    top: -82px;
    left: 0;
    z-index: 99
}

#floating_header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    padding: 10px 0 12px 0
}

#floating_header .logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#floating_header .bonanza_logo {
    margin-right: 30px
}

#floating_header .header_search_container input[type=text] {
    width: 250px
}

#floating_header .header_top_level_menu {
    display: inline-block;
    text-align: left
}

#essence_products_controller.index_body #floating_header .header_top_level_menu {
    display: none
}

#floating_header .header_top_level_menu_item {
    margin: 0 4px
}

#floating_header .header_top_level_menu_item.open .floating_header_button {
    background-color: #8B14C9;
    color: #fff !important;
    text-decoration: none
}

#floating_header .header_top_level_menu_item.open .floating_header_button .fa {
    color: #fff
}

#floating_header .header_subnav_menu {
    padding: 30px
}

#floating_header .header_subnav_menu h5 {
    margin-bottom: 10px
}

#floating_header .header_subnav_menu .col {
    margin: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

#floating_header .header_subnav_menu .col:last-child {
    padding-right: 20px
}

#floating_header .header_subnav_menu .col.highlight {
    background-color: #fafaf5
}

.floating_header_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 10px;
    border: 1px solid #e5e5e1;
    background-color: #fafaf5;
    color: #404040;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.floating_header_button.link_to_top .fa {
    margin-right: 4px;
    margin-left: 0
}

.floating_header_button .fa {
    color: gray;
    margin-left: 4px
}

#floating_header_revise_search .applied_filters {
    margin: 0 -30px 20px -30px;
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #e5e5e1;
    overflow: hidden;
    font-size: 12px
}

#floating_header_revise_search .applied_filters.advanced_search {
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px
}

#floating_header_revise_search .applied_filters.advanced_search a {
    color: #3d84ad
}

#floating_header_revise_search .applied_filters.advanced_search .fa {
    margin-right: 4px
}

#floating_header_revise_search .applied_filters p {
    margin: 0 0 5px 0;
    font-weight: bold
}

#floating_header_revise_search .applied_filters .filter_selection {
    padding-right: 17px;
    margin-right: 15px;
    color: #3d84ad
}

#floating_header_revise_search .applied_filters .trait_selection {
    margin-bottom: 5px
}

#floating_header_revise_search .browse {
    white-space: normal
}

#floating_header_revise_search .browse h3 {
    font-size: 14px;
    margin-bottom: 5px
}

#floating_header_revise_search .browse a {
    color: #3d84ad
}

#floating_header_revise_search .browse .tag {
    margin-bottom: 8px
}

#floating_header_revise_search .browse .tag .item_count {
    color: #aaa
}

.floating_header_revise_search_trait_list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

.floating_header_revise_search_trait_list li {
    margin-top: 10px;
    list-style-type: none
}

.floating_header_revise_search_trait_list label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold
}

.floating_header_revise_search_trait_list select {
    width: 200px
}

.floating_header_revise_search_trait_list .chzn-deprecated-default {
    color: #aaa
}

.floating_header_revise_search_trait_list .chzn-deprecated-container-single .chzn-deprecated-single {
    height: 24px
}

.floating_header_revise_search_trait_list .chzn-deprecated-container {
    font-size: 12px
}

.floating_header_revise_search_trait_list .chzn-deprecated-container .chzn-deprecated-results li {
    display: list-item;
    font-size: 12px;
    white-space: normal
}

.mobile_full_page_overlay .ui-autocomplete.ui-menu {
    position: relative;
    padding-top: 15px;
    border: 0;
    box-shadow: none
}

.mobile_full_page_overlay .ui-autocomplete.ui-menu .ui-menu-item.ui-menu-item-odd {
    background-color: #fff
}

.mobile_full_page_overlay .ui-autocomplete.ui-menu .ui-menu-item a {
    padding: 15px;
    line-height: 1em
}

.mobile_full_page_overlay .ui-autocomplete.ui-menu .ui-menu-item a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #3279a6
}

.mobile_header_narrow_search_results {
    display: none;
    overflow: auto
}

.mobile_header_narrow_search_results .chzn-deprecated-container {
    width: 100% !important
}

.mobile_header_narrow_search_results .chzn-deprecated-container,
.mobile_header_narrow_search_results .chzn-deprecated-container * {
    box-sizing: border-box
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-single,
.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-drop {
    width: 100% !important
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-search {
    width: 100% !important;
    display: flex
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-choices {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-choices .search-field {
    flex-grow: 1
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-choices .search-field:first-child input {
    width: 100% !important
}

.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-search input,
.mobile_header_narrow_search_results .chzn-deprecated-container .chzn-deprecated-choices input {
    flex-grow: 1;
    height: 2em
}

.mobile_header_narrow_search_results .chzn-deprecated-results .active-result {
    height: 49px;
    padding-top: 21px
}

.open_filters .mobile_header_narrow_search_results {
    display: block
}

.mobile_header_narrow_search_results .facets {
    border: 1px solid #e6e6e1;
    padding: 3%;
    padding-top: 1em;
    margin: 20px 3% 0;
    background-color: #fafaf5
}

.mobile_header_narrow_search_results .facets:empty {
    display: none
}

.mobile_header_narrow_search_results .facets .facets_loader {
    background: url(/images/spinners/horizontal_blockspin.gif?1683815725) no-repeat center center #fafaf5;
    text-align: center;
    padding-bottom: 6em
}

.mobile_header_narrow_search_results .facets .filters h3 {
    padding-top: 10px
}

.mobile_header_narrow_search_results .facets .filters select {
    width: 100%
}

.mobile_header_narrow_search_results .facets .filters .applied_filters {
    overflow: hidden;
    margin-bottom: 20px
}

.mobile_header_narrow_search_results .facets .filters .applied_filters p {
    font-weight: bold;
    margin: 0 0 5px 0
}

.mobile_header_narrow_search_results .facets .filters .applied_filters a {
    line-height: 1.75em
}

.mobile_header_narrow_search_results .facets .filters .categories {
    margin-bottom: 10px
}

.mobile_header_narrow_search_results .facets .filters table {
    width: 100%;
    border-collapse: collapse
}

.mobile_header_narrow_search_results .facets .filters table td {
    width: 65%;
    padding: 5px 0
}

.mobile_header_narrow_search_results .facets .filters table td:first-child {
    width: 35%;
    font-weight: bold
}

.my_bonanza-sprite {
    background-image: url(/images/sprites/my_bonanza-sprite-216b1339debecedd963e8a2bcbb41b3f9957dbec.png);
    background-repeat: no-repeat
}

.my_bonanza2x-sprite {
    background-image: url(/images/sprites/my_bonanza2x-sprite-89bc0e83e79196f97d2b320978c3c367e4eeb5fd.png);
    background-repeat: no-repeat
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.selling,
.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.search,
.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.messages,
.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.user_profile,
.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in,
.responsive_header_top_bar .responsive_header_menu_button.close_button,
.responsive_header_top_bar .responsive_header_menu_button {
    background-image: url(/images/sprites/my_bonanza-sprite-216b1339debecedd963e8a2bcbb41b3f9957dbec.png);
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.selling,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.search,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.messages,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.user_profile,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in,
    .responsive_header_top_bar .responsive_header_menu_button.close_button,
    .responsive_header_top_bar .responsive_header_menu_button {
        background-image: url(/images/sprites/my_bonanza2x-sprite-89bc0e83e79196f97d2b320978c3c367e4eeb5fd.png);
        -webkit-background-size: 85px auto;
        -moz-background-size: 85px auto;
        -o-background-size: 85px auto;
        background-size: 85px auto
    }
}

.responsive_header_search_form_container {
    width: 100%;
    padding: 0 10px
}

.responsive_header_search_form_container.is_hidden {
    display: none
}

.responsive_header_search_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%
}

.responsive_header_search_form.wide input[type=text] {
    width: 91%;
    padding-right: 10px
}

.responsive_header_search_form .search_form_icon {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 17px;
    height: 18px
}

.responsive_header_search_form .search_form_clear_button {
    display: none;
    position: absolute;
    top: 9px;
    right: 0;
    margin-right: 30%;
    color: #757575
}

@media only screen and (min-width:375px) {
    .responsive_header_search_form .search_form_clear_button {
        margin-right: 90px
    }
}

.responsive_header_search_form .search_form_close_button {
    padding-left: 10px;
    color: #757575
}

.responsive_header_search_form .search_form_close_button:hover {
    text-decoration: none
}

.responsive_header_search_form input[type=text] {
    height: 30px;
    width: 50%;
    padding: 0 65px 0 40px;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

@media only screen and (min-width:375px) {
    .responsive_header_search_form input[type=text] {
        width: 91%
    }
}

.responsive_header_search_form button {
    height: 32px;
    margin-left: -38px;
    margin-bottom: 1px;
    padding: 0 10px;
    border-radius: 0 5px 5px 0
}

.responsive_header_search_form button.is_hidden {
    display: none
}

.mobile_checkout_header {
    padding: 0 10px
}

.mobile_checkout_header .mobile_checkout_breadcrumbs .checkout_step {
    padding: 0 5px
}

.mobile_checkout_header .mobile_checkout_breadcrumbs .checkout_step.selected {
    font-weight: bold
}

.mobile_checkout_header .mobile_checkout_breadcrumbs .checkout_step_separator {
    margin-bottom: 2px
}

.responsive_header_top_bar {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 210;
    height: 50px;
    background-color: #fff
}

.responsive_header_top_bar.is_hidden {
    box-shadow: none
}

.responsive_header_top_bar .responsive_header_main_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.responsive_header_top_bar .responsive_header_main_content.is_hidden {
    display: none
}

.responsive_header_top_bar .responsive_header_menu_and_logo_container {
    display: flex;
    align-items: center;
    flex: 1
}

.responsive_header_top_bar .responsive_header_menu_and_logo_container .link_to_home {
    max-width: 105px;
    max-height: 18px;
    padding-left: 3px
}

@media only screen and (min-width:360px) {
    .responsive_header_top_bar .responsive_header_menu_and_logo_container .link_to_home {
        padding-left: 0
    }
}

.responsive_header_top_bar .responsive_header_menu_button {
    background-position: -38px -1457px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 32px;
    font-size: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_menu_button {
        background-position: -26.5px -1345px
    }
}

@media only screen and (min-width:360px) {
    .responsive_header_top_bar .responsive_header_menu_button {
        background-position: -35px -1457px;
        width: 40px
    }
}

@media only screen and (min-width:360px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:360px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:360px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:360px) and (min-device-pixel-ratio:2),
only screen and (min-width:360px) and (min-resolution:192dpi),
only screen and (min-width:360px) and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_menu_button {
        background-position: -23.5px -1345px
    }
}

.responsive_header_top_bar .responsive_header_menu_button:hover {
    text-decoration: none
}

.responsive_header_top_bar .responsive_header_menu_button.is_hidden {
    display: none;
    background-image: none
}

.responsive_header_top_bar .responsive_header_menu_button.close_button {
    background-position: -38px -411.5px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_menu_button.close_button {
        background-position: -27px -408.5px
    }
}

@media only screen and (min-width:360px) {
    .responsive_header_top_bar .responsive_header_menu_button.close_button {
        background-position: -36px -411.5px
    }
}

@media only screen and (min-width:360px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:360px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:360px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:360px) and (min-device-pixel-ratio:2),
only screen and (min-width:360px) and (min-resolution:192dpi),
only screen and (min-width:360px) and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_menu_button.close_button {
        background-position: -25px -408.5px
    }
}

.responsive_header_top_bar .responsive_header_links_container {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 20px
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 42px
}

@media only screen and (min-width:360px) {
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link {
        width: 50px
    }

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.user_profile,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in {
        background-position: -31px -1930px
    }

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.messages {
        background-position: -28px -1620px
    }

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.search {
        background-position: -29px -2734px
    }

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.selling {
        background-position: -29px -110px
    }
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link:hover {
    text-decoration: none
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.user_profile,
.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in {
    background-position: -34px -1914px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.user_profile,
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in {
        background-position: -22.5px -1730px
    }
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.log_in {
    width: 92px;
    padding-left: 22px;
    font-size: 14px;
    font-weight: bold
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.messages {
    background-position: -32px -1602.5px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.messages {
        background-position: -20.5px -1418.5px
    }
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.search {
    background-position: -33px -2717.25px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.search {
        background-position: -22px -2533.25px
    }
}

.responsive_header_top_bar .responsive_header_links_container .responsive_header_link.selling {
    background-position: -33px -95px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .responsive_header_top_bar .responsive_header_links_container .responsive_header_link.selling {
        background-position: -21.5px -92px
    }
}

.responsive_header_top_menu {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: fixed;
    z-index: 201;
    top: 50px;
    left: -330px;
    min-width: 270px;
    max-width: 320px;
    width: 80%;
    border-top: 1px solid #d9d9d9;
    background-color: #fafafa;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif
}

.responsive_header_top_menu.desktop_version {
    height: 92%;
    overflow-y: scroll
}

@media only screen and (min-width:768px) {
    .responsive_header_top_menu.desktop_version {
        display: none !important
    }
}

.responsive_header_top_menu_section .menu_section_header {
    padding: 10px 15px;
    background-color: #f2f2f2
}

.responsive_header_top_menu_section .menu_section_header a {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin-top: -2px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.responsive_header_top_menu_section .menu_section_header a.booth_name_link {
    width: 60%
}

.responsive_header_top_menu_section .menu_section_header a.user_name_link {
    width: 55%
}

.responsive_header_top_menu_section .menu_section_header h5 {
    margin: 0
}

.responsive_header_top_menu_section .menu_section_content {
    padding: 20px 15px 10px;
    font-size: 14px
}

.responsive_header_top_menu_section .menu_section_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.responsive_header_top_menu_section .menu_section_content li {
    margin-bottom: 20px
}

.responsive_header_top_menu_section .menu_section_content li:last-child {
    margin-bottom: 10px
}

.responsive_header_top_menu_section .menu_section_content li .app_icon {
    margin-top: -3px;
    margin-right: 3px
}

.responsive_header_top_menu_section .menu_section_featured_nav_link {
    padding-bottom: 10px
}

.responsive_header_top_menu_section .menu_section_expandable_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.responsive_header_top_menu_section .menu_section_expandable_link:first-child {
    padding-top: 0
}

.responsive_header_top_menu_section .menu_section_expandable_link.is_expanded .expansion_toggle.closed {
    display: none
}

.responsive_header_top_menu_section .menu_section_expandable_link.is_expanded .expansion_toggle.open {
    display: flex
}

.responsive_header_top_menu_section .menu_section_expandable_link .expansion_toggle_container {
    margin-right: -10px;
    padding: 0 10px;
    cursor: pointer
}

.responsive_header_top_menu_section .menu_section_expandable_link .expansion_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.responsive_header_top_menu_section .menu_section_expandable_link .expansion_toggle.open {
    display: none
}

.responsive_header_top_menu_section .menu_section_expandable_link .expansion_toggle.open .inline_icon {
    margin-right: .5px
}

.responsive_header_top_menu_section .menu_section_expandable_submenu {
    display: none;
    margin: 0 -15px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.responsive_header_top_menu_section .menu_section_expandable_submenu:last-child {
    margin-bottom: -10px
}

.responsive_header_top_menu_section .menu_section_expandable_submenu.is_expanded {
    display: block
}

.responsive_header_top_menu_section .menu_section_expandable_submenu .expandable_submenu_section {
    padding-left: 30px
}

.responsive_header_top_menu_section .menu_section_expandable_submenu h5 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #757575
}

.responsive_header_top_menu_section .menu_section_expandable_submenu li:last-child {
    margin-bottom: 20px
}

.responsive_header_menu_overlay {
    position: fixed;
    top: 50px;
    z-index: 199;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden
}

.responsive_header_menu_overlay.is_hidden {
    display: none
}

@media only screen and (min-width:768px) {
    .responsive_header_menu_overlay.desktop_version {
        display: none !important
    }
}

.mobile_secondary_scrolling_header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 10px;
    background-color: #f2f2f2
}

.mobile_secondary_scrolling_header.scrolling {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2)
}

.mobile_secondary_scrolling_header.scrolling .return_to_top_button {
    display: inline-block
}

.mobile_secondary_scrolling_header.is_hidden {
    display: none
}

.mobile_secondary_scrolling_header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.mobile_secondary_scrolling_header .return_to_top_button {
    display: none;
    width: 45px;
    margin-top: -2px;
    color: #3279a6;
    text-align: center;
    font-weight: bold;
    cursor: pointer
}

.mobile_secondary_scrolling_header .return_to_top_button .button_text {
    margin-top: -2px
}

.mobile_secondary_scrolling_header .return_to_top_button>* {
    display: block
}

.mobile_seasonal_shop_banner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #AE1EFF;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold
}

@media only screen and (min-width:720px) {
    .mobile_seasonal_shop_banner {
        width: 94%;
        max-width: 1300px
    }
}

.mobile_seasonal_shop_banner:hover {
    color: #fff
}

.mobile_seasonal_shop_banner .fa {
    margin-top: -4px;
    margin-right: 8px
}

.mobile_footer_bottom_bar {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    bottom: -300px;
    z-index: 200;
    min-height: 50px;
    border-top: 1px solid #d9d9d9;
    transition: .2s
}

.mobile_footer_bottom_bar.visible_footer {
    bottom: 0
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background-color: #f2f2f2
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button {
    width: 40%
}

@media only screen and (max-width:340px) {
    .mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button {
        max-width: 125px
    }
}

.mobile_footer_bottom_bar .mobile_footer_buttons_container .mobile_footer_button.view_cart_button .inline_icon {
    margin-right: 5px
}

.mobile_footer_bottom_bar .new_user_sign_up_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0;
    background-color: #3e4f59;
    color: #fff
}

.mobile_footer_bottom_bar .new_user_sign_up_close {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    color: #fff
}

.mobile_footer_bottom_bar .new_user_sign_up_close:hover {
    text-decoration: none
}

.mobile_footer_bottom_bar .new_user_sign_up_text {
    width: 70%;
    text-align: center
}

@media only screen and (max-width:382px) {
    .mobile_footer_bottom_bar .new_user_sign_up_text {
        padding: 0 5px;
        text-align: left
    }
}

.mobile_footer_bottom_bar .new_user_sign_up_text p {
    display: inline;
    margin: 0
}

@media only screen and (min-width:382px) {
    .mobile_footer_bottom_bar .new_user_sign_up_text p {
        display: block
    }
}

@media only screen and (min-width:580px) {
    .mobile_footer_bottom_bar .new_user_sign_up_text p {
        display: inline
    }
}

.mobile_footer_bottom_bar .new_user_sign_up_button {
    padding: 10px
}

.footer_links_menu .footer_links_menu_item {
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    margin: 6px 0
}

#footer {
    position: relative;
    margin-top: 50px;
    padding-bottom: 30px
}

#footer .fa.fa-facebook-square {
    color: #3b579d
}

#footer .fa.fa-twitter {
    color: #55acee
}

#footer .fa.fa-pinterest {
    color: #bd081c
}

#footer .wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden
}

.footer_links {
    background-color: #FBF2FF
}

.footer_links .wrapper {
    display: flex;
    justify-content: center
}

.footer_links .wrapper .footer_links_container {
    width: 70%
}

.footer_links .wrapper .footer_links_container .footer_links_menu {
    width: 100%
}

.footer_links .wrapper .footer_links_social_media {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    padding: 8px 0;
    margin: 0 20px 0 0
}

.footer_links .wrapper .footer_links_social_media .footer_links_social_media_item {
    margin-right: 10px
}

.footer_links a {
    color: #404040
}

.footer_links .wrapper .footer_links_menu {
    margin-left: auto;
    margin-right: auto
}

.footer_links_menu {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: calc(80% - 4px);
    height: 103px;
    margin: 0;
    padding: 14px 0
}

.footer_bottom .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer_bottom .utilities {
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin-top: 13px
}

.footer_bottom .utilities a {
    display: inline-block;
    margin-left: 15px
}

.footer_bottom .utilities a:first-child {
    margin-left: 0
}

.footer_bottom .locale {
    width: auto;
    line-height: 1em;
    padding-left: 20px
}

.footer_bottom .locale.flags-us {
    background-position: -62px -383px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .footer_bottom .locale.flags-us {
        background-position: -62px -383px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.footer_bottom .accessibility_trigger {
    margin-left: 60px
}

.footer_bottom .trust {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    text-align: right
}

.footer_bottom .trust li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.footer_bottom .trust li a {
    display: block;
    overflow: hidden
}

.footer_bottom .footer_ssl_credential {
    background-position: -30px -306px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    width: 80px;
    height: 37px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .footer_bottom .footer_ssl_credential {
        background-position: -30px -306px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.footer_bottom .footer_bbb_credential {
    background-position: -20px -80px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    width: 100px;
    height: 38px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .footer_bottom .footer_bbb_credential {
        background-position: -20px -80px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.footer_bottom .footer_paypal_credential {
    background-position: -37px -238px;
    background-repeat: no-repeat;
    background-image: url(/images/sprites/application-sprite-b98ea840b7ab77f8a3fe62266bda6692272a42f7.png);
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    background-size: 140px auto;
    width: 66px;
    height: 28px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .footer_bottom .footer_paypal_credential {
        background-position: -37px -238px;
        background-image: url(/images/sprites/application2x-sprite-cf315181bcc8178f03ea3e8030f330fd63ce8cbe.png);
        -webkit-background-size: 140px auto;
        -moz-background-size: 140px auto;
        -o-background-size: 140px auto;
        background-size: 140px auto
    }
}

.footer_legal {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    background-color: #fff;
    color: #404040
}

.footer_legal a {
    color: #404040
}

.footer_legal li {
    display: inline-block;
    margin-left: 6px;
    padding-left: 9px;
    border-left: 1px solid #404040
}

.footer_legal li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}

.footer_mobile_utility_links {
    text-align: center
}

.footer_mobile_utility_links ul {
    margin: 0;
    padding: 0
}

.footer_mobile_utility_links li {
    display: inline-block;
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #506673;
    font-size: 14px
}

.footer_mobile_utility_links li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}

.footer_mobile_links {
    text-align: center
}

.footer_mobile_links li {
    display: inline-block;
    margin: 0 8px
}

.footer_mobile_links .menu {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.footer_mobile_links .menu a {
    color: #506673
}

.footer_mobile_links .social_media {
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 24px
}

.footer_mobile_links .social_media>li>a {
    display: inline-flex;
    align-items: flex-start
}

.footer_mobile_links .social_media_instagram_icon {
    position: relative;
    top: 2px;
    max-height: 21px
}

.footer_mobile_links .accessibility_trigger {
    display: block;
    margin-top: 30px
}

.accessibility_trigger {
    cursor: pointer;
    color: #3279a6
}

.accessibility_trigger .fa-universal-access {
    margin-top: -5px;
    color: #757575;
    font-size: 18px
}

@keyframes show_enhanced_social_links_app_selector {
    from {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

body.no_scroll,
html.no_scroll {
    overflow: hidden;
    height: 100%;
    max-height: 100%
}

#enhanced_social_links_app_selector {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000000
}

#enhanced_social_links_app_selector.hidden {
    display: none
}

#enhanced_social_links_app_selector ul {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: white;
    list-style: none;
    border-top: 1px solid #ccc;
    animation-duration: .3s;
    animation-name: show_enhanced_social_links_app_selector
}

#enhanced_social_links_app_selector ul a {
    font-size: 16px;
    line-height: 2.6rem;
    color: black !important;
    text-decoration: none
}

#enhanced_social_links_app_selector ul li:first-child {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: white
}

#enhanced_social_links_app_selector ul li:first-child a {
    display: block;
    padding: 0 10px;
    width: 40px;
    height: 30px;
    text-align: center;
    font-weight: bold
}

#enhanced_social_links_app_selector ul li:first-child~li a {
    display: block;
    padding: 20px
}

#enhanced_social_links_app_selector ul li:first-child~li+li {
    border-top: 1px solid #ccc
}

.sweet-alert.socials h2 {
    margin-top: 0
}

@media screen and (max-width:537px) {
    .sweet-alert.socials {
        position: fixed;
        margin-top: 0 !important;
        transform: translate(0, -50%)
    }
}

.sweet-alert .social_popup_wrapper a {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box
}

.sweet-alert .social_popup_wrapper a img {
    width: 100%
}

.sweet-alert .social_popup_wrapper a:first-child {
    padding-right: 10px
}

.sweet-alert .social_popup_wrapper a:last-child {
    padding-left: 10px
}

@media screen and (max-width:420px) {
    .sweet-alert .social_popup_wrapper a {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        float: none
    }

    .sweet-alert .social_popup_wrapper a:first-child {
        padding-right: 0;
        padding-bottom: 20px
    }

    .sweet-alert .social_popup_wrapper a:last-child {
        padding-left: 0
    }
}

#whats_hot {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 200px;
    height: 200px;
    z-index: 1000;
    background-color: #edf5f3;
    border: 1px solid #a8c0b1;
    box-sizing: border-box
}

#whats_hot * {
    box-sizing: border-box
}

#whats_hot .close {
    position: absolute;
    right: -1px;
    top: -22px;
    font-family: "Fontawesome";
    color: white;
    line-height: 20px;
    background-color: black;
    padding: 0 5px
}

#whats_hot .close:before {
    font-size: 20px;
    content: ""
}

#whats_hot .close:hover {
    background-color: #396353;
    text-decoration: none
}

#whats_hot .title {
    font-size: 17px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px
}

#whats_hot .image-container {
    overflow: hidden;
    height: 150px;
    width: 100%
}

#whats_hot .image-container .prev,
#whats_hot .image-container .next {
    position: absolute;
    top: 34px;
    padding-top: 40px;
    bottom: 60px;
    width: 20px;
    z-index: 100;
    cursor: pointer
}

#whats_hot .image-container .prev:before,
#whats_hot .image-container .next:before {
    font-family: "Fontawesome";
    font-size: 20px
}

#whats_hot .image-container .prev:hover,
#whats_hot .image-container .next:hover {
    color: #396353
}

#whats_hot .image-container .prev {
    left: 0;
    padding-left: 5px;
    background: linear-gradient(90deg, #edf5f3 0%, rgba(237, 245, 243, 0) 100%)
}

#whats_hot .image-container .prev:before {
    content: "\f0a8"
}

#whats_hot .image-container .next {
    right: 0;
    padding-right: 5px;
    background: linear-gradient(90deg, rgba(237, 245, 243, 0) 0%, #edf5f3 100%)
}

#whats_hot .image-container .next:before {
    content: "\f0a9"
}

#whats_hot .image-container ul {
    width: 1400px;
    height: 100px;
    margin: 0;
    white-space: nowrap;
    overflow: visible;
    padding: 0
}

#whats_hot .image-container ul li {
    width: 200px;
    padding: 0 10px;
    height: 100px;
    list-style: none;
    float: left;
    position: relative
}

#whats_hot .image-container ul li .name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 10px;
    top: 110px;
    white-space: wrap;
    line-height: 20px;
    text-align: center
}

#whats_hot .image-container ul li .name:hover {
    text-decoration: underline
}

#whats_hot .image-container ul li .price {
    background-color: #396353;
    color: white;
    position: absolute;
    right: 20px;
    top: 75px;
    z-index: 1000;
    font-size: 12px;
    font-weight: bold
}

#whats_hot .image-container ul li .price span {
    padding: 3px 10px;
    display: inline-block
}

#whats_hot .image-container ul li .price .discount {
    text-decoration: line-through
}

#whats_hot .image-container ul li .price .discount+span {
    background-color: red
}

#whats_hot .image-container ul li img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    left: 50%;
    transform: translate(-50%, 0)
}

#whats_hot .image-container ul li a.show_more {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    top: 0;
    padding: 22px 10px 0 10px;
    text-align: center;
    background-color: #396353
}

#whats_hot .image-container ul li a.show_more span:first-child {
    font-size: 14px;
    line-height: 26px;
    white-space: wrap;
    color: white
}

#whats_hot .image-container ul li a.show_more:hover {
    text-decoration: underline
}

#whats_hot .image-container ul li a.show_more:hover span {
    text-decoration: underline
}

#whats_hot .image-container ul li+li {
    padding-left: 10px
}

#upsell_leave_banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(39, 56, 53, 0.2)
}

#upsell_leave_banner>div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    padding: 30px;
    transform: translate(-50%, -50%);
    background-color: #FBF2FF;
    border-radius: 10px;
    color: #404040;
    box-shadow: 0 0 20px black
}

#upsell_leave_banner>div h2 {
    margin: 0
}

#upsell_leave_banner>div label {
    display: block
}

#upsell_leave_banner>div input[type=email],
#upsell_leave_banner>div input[type=submit] {
    background-color: transparent;
    border: 1px solid #404040;
    color: #404040;
    display: block;
    box-sizing: border-box;
    width: 100%
}

#upsell_leave_banner>div input[type=submit] {
    background-color: #396353;
    color: white;
    cursor: pointer
}

#upsell_leave_banner>div .type_of_interest {
    padding: 20px 0 0 0
}

#upsell_leave_banner>div .type_of_interest+div {
    display: flex;
    gap: 10px;
    padding: 0 0 20px 0
}

#upsell_leave_banner>div .type_of_interest+div>div {
    width: 100%
}

#upsell_leave_banner>div .type_of_interest+div>div input[type=radio] {
    display: none
}

#upsell_leave_banner>div .type_of_interest+div>div input[type=radio]:checked+label {
    background-color: #eea73d;
    font-weight: bold
}

#upsell_leave_banner>div .type_of_interest+div>div label {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #a9aaa2
}

#upsell_leave_banner>div h3 {
    text-align: center
}

#upsell_leave_banner a.fa-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Fontawesome";
    background-color: white;
    border: 1px solid #3279a6;
    width: 20px;
    line-height: 20px;
    text-align: center
}

#upsell_leave_banner a.fa-close:hover {
    color: black;
    border-color: black;
    text-decoration: none
}

h1 {
    font-size: 32px;
    line-height: 40px
}

h2 {
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-size: 20px;
    line-height: 30px
}

h4 {
    font-size: 16px;
    line-height: 20px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 15px
}

.hint_title {
    font-size: 16px;
    line-height: 20px
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html.popup_open,
html .popup_open {
    overflow: hidden
}

html.external_scroll_popup_open,
html .external_scroll_popup_open {
    overflow-x: hidden;
    overflow-y: scroll
}

html.external_scroll_popup_open #header,
html .external_scroll_popup_open #header {
    position: fixed;
    width: 100%
}

html.external_scroll_popup_open #content,
html .external_scroll_popup_open #content {
    position: fixed
}

@media only screen and (min-width:768px) {

    html.external_scroll_popup_open #content,
    html .external_scroll_popup_open #content {
        top: 175px
    }
}

html.external_scroll_popup_open #footer,
html .external_scroll_popup_open #footer {
    display: none
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    height: 100%;
    min-height: 100%;
    min-width: 960px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left
}

img {
    border: 0
}

pre {
    padding: 10px;
    overflow: auto;
    background-color: #f2f2f2;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
}

.bold {
    font-weight: bold
}

.centered {
    text-align: center
}

.hidden {
    display: none
}

.hidden_force {
    display: none !important
}

.right_align {
    text-align: right
}

.print_only,
.mobile_only {
    display: none
}

td.wide_column,
th.wide_column {
    padding-right: 20px
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix:not(.hidden) {
    display: inline-block
}

html[xmlns] .clearfix:not(.hidden) {
    display: block
}

* html .clearfix {
    height: 1%
}

.float_wrap {
    margin-right: -30px
}

.hidden_spinner {
    display: none;
    text-align: right;
    vertical-align: middle
}

.nopad {
    margin: 0;
    padding: 0
}

.bulleted {
    list-style-type: disc
}

.color_underlay {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    position: absolute;
    opacity: .7;
    border-radius: 5px
}

input,
select,
textarea {
    font-size: 14px
}

input,
select {
    padding: 6px 4px
}

textarea {
    padding: 6px
}

body.item_description_editor {
    min-width: inherit;
    background: 0;
    font-family: 'Lato', Arial, Helvetica, FreeSans, sans-serif
}

body.item_description_editor ul {
    margin-top: 0
}

body.cke_panel_frame {
    height: auto
}

.custom_font {
    visibility: hidden
}

#site_wrapper {
    min-height: 100%
}

@media only screen and (max-width:768px) {
    #site_wrapper.with_responsive_header {
        padding-top: 40px
    }
}

#main_wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left
}

#content {
    width: 960px;
    margin: 25px auto 0;
    position: relative
}

#main_right {
    float: right;
    width: 733px
}

#main_left {
    float: left;
    width: 733px
}

#sidebar_right {
    width: 195px;
    float: right;
    clear: right;
    margin-bottom: 30px
}

#sidebar_left {
    width: 195px;
    float: left;
    clear: left
}

span#kaleidoguide_logo #guide {
    color: #2978a6
}

span#kaleidoguide_logo #explanation {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    padding-left: 15px;
    font-style: italic;
    position: relative;
    top: -5px
}

#breadcrumb {
    color: #667680;
    font-size: 11px;
    padding-bottom: 10px
}

#breadcrumb a,
#breadcrumb a:hover,
#breadcrumb a:active {
    word-spacing: normal;
    text-decoration: none;
    font-size: 11px
}

p.breadcrumbs,
div.breadcrumbs {
    word-spacing: 4px;
    color: #667680;
    font-size: 11px
}

p.breadcrumbs a,
div.breadcrumbs a {
    word-spacing: normal;
    text-decoration: none
}

a.whale_icon {
    padding-right: 27px;
    background: url(/images/global_icons/high_value_seller_whale.png?1683815725) right center no-repeat
}

a.dolphin_icon {
    padding-right: 27px;
    background: url(/images/global_icons/high_value_seller_dolphin.png?1683815725) right center no-repeat
}

a.sea_bass_icon {
    padding-right: 27px;
    background: url(/images/global_icons/high_value_seller_seabass.png?1683815725) right center no-repeat
}

a.dead_fish_icon {
    padding-right: 27px;
    background: url(/images/global_icons/canceled_blue.png?1683815725) right center no-repeat
}

.admin_batch_item_options {
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.admin_batch_item_options ul {
    margin: 0;
    padding: 0
}

.admin_batch_item_options li {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 1.5em
}

.admin_batch_item_options li li {
    border-color: #efefef;
    padding: 0 5px
}

.admin_batch_item_options li li:first-child {
    padding-left: 0
}

.admin_batch_item_options li li:last-child {
    padding-right: 0
}

.admin_batch_item_options li:first-child {
    border: 0
}

.admin_batch_item_options li.add_selected_items li:first-child+li {
    border: 0;
    padding-left: 0
}

tr.pagination {
    padding: 0;
    margin: 0
}

tr.pagination td {
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-size: 18px
}

tr.pagination td a {
    margin: 0 1px 0 0;
    font-size: 18px
}

tr.pagination td.page {
    height: 22px;
    width: 22px;
    text-align: center;
    padding: 0 1px
}

tr.pagination td.page a {
    display: block
}

tr.pagination td.page.current {
    margin: 0 2px
}

tr.pagination td.page a:hover,
tr.pagination td.button a:hover {
    background: #3d84ad;
    color: white;
    text-decoration: none
}

tr.pagination a:hover {
    color: White
}

tr.pagination td.current {
    background-color: #404040;
    color: white
}

tr.pagination td.current span.current {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 5px 2px 5px
}

tr.pagination td.page a {
    padding: 1px 5px 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #404040;
    background: #eee
}

.price_bubble {
    background: url(/images/global_icons/blue-sticker.png?1683815725) no-repeat 0 -2px;
    float: left;
    position: relative;
    text-decoration: none;
    width: 26px;
    height: 23px;
    line-height: .9em;
    color: white;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    padding: 6px 3px 0;
    text-shadow: 1px 1px 1px gray
}

.price_bubble .discount_square .extra_text {
    font-size: 9px
}

.items_list_grid .price_bubble {
    float: right
}

.sidebar_section,
#sidebar_left .sidebar_section,
#generic_sidebar.sidebar_section {
    background: #f4eedc;
    padding-bottom: 7px
}

.sidebar_section h3.title,
#sidebar_left .sidebar_section h3.title,
#generic_sidebar.sidebar_section h3.title {
    background: none repeat scroll 0 0 #647a47;
    color: #fff;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    overflow: hidden
}

.sidebar_section .sidebar_content,
#sidebar_left .sidebar_content,
#generic_sidebar .sidebar_content {
    padding: 0 17px
}

#sidebar_left .scrollable {
    max-height: 120px;
    overflow: auto;
    margin-right: 13px
}

#sidebar_left .sidebar_content ul li {
    margin: 0 0 5px
}

#sidebar_left .sidebar_content ul li.subcategory {
    padding-left: 5px
}

.sidebar_content a {
    color: #3d84ad
}

.sidebar_section span.count {
    color: #999;
    font-size: 10px;
    font-weight: normal
}

#sidebar_left .collapsible h3 span {
    background-position: -289px -319px;
    display: block;
    cursor: pointer
}

#sidebar_left .collapsed h3 span {
    background-position: -289px -141px
}

#sidebar_left .block.collapsed {
    padding-bottom: 5px
}

.sidebar_content .title_item,
#sidebar_left .title_item {
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding: 6px 0 5px
}

.sidebar_content .title_item:first-child,
#sidebar_left .title_item:first-child {
    border: 0
}

#sidebar_left ul {
    margin: 0 0 9px 11px;
    padding: 0
}

#sidebar_left ul li {
    list-style-type: none
}

#sidebar_left .email_field {
    width: 110px
}

.user_avatar_large {
    max-height: 128px;
    max-width: 128px
}

.users_online_list_item {
    float: left;
    width: 190px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0
}

.users_online_list_item a.gray_arrow_link {
    color: #2b749f;
    background: url(/images/arrows/gray_arrow_right.png?1683815724) left center no-repeat;
    padding-left: 8px
}

.users_online_list_item a.gray_arrow_link:hover {
    color: #5ba4cf
}

.online_icon {
    margin: 0 0 -1px 5px;
    color: #AE1EFF
}

.user_swatch_container {
    margin-bottom: 0
}

.user_swatch_container .owner_name {
    font-size: 14px;
    color: #000;
    font-weight: bold
}

.user_swatch_container .owner_location {
    color: #667680;
    font-weight: bold
}

.user_swatch_container .big_email_link a {
    background: url(/images/sprites/my_bonanza/messages.png?1683815727) no-repeat 0, 0;
    padding-left: 20px;
    font-weight: bold
}

.sessions_new_form .container {
    margin-bottom: 10px
}

.sessions_new_form .container input {
    width: 255px;
    height: 27px;
    padding-left: 4px;
    border: 1px solid #ccc
}

.sessions_new_form .label {
    margin-bottom: 2px
}

.sessions_new_form .correction_action {
    margin-top: 2px;
    font-size: 10px
}

.sessions_new_form .submit {
    margin-top: 10px
}

table.thick_gray_bordered {
    border: 3px solid #eaeaea
}

table.etsy_esque tr {
    background-color: #f9f9f7
}

table.etsy_esque tr.normal_row td {
    padding: 3px;
    border-top: 1px solid #eae9e4
}

table.etsy_esque tr.header_row {
    background-color: #eae9e4;
    font-size: 11px
}

table tr td.numeric-with-right-padding,
table tr th.numeric-with-right-padding {
    text-align: right;
    padding-right: 10px
}

.alternating_table {
    width: 100%
}

.alternating_table tbody.odd td {
    background-color: #fafafa
}

.alternating_table tr.header_row td,
.alternating_table tr.header_row th {
    background-color: #ccc;
    padding: 10px
}

.alternating_table th,
.alternating_table td {
    padding: 2px 4px;
    text-align: center
}

.alternating_table th:first-child,
.alternating_table td:first-child {
    text-align: left
}

.alternating_table th.numeric,
.alternating_table td.numeric {
    text-align: right
}

.alternating_table th.text_left,
.alternating_table td.text_left {
    text-align: left
}

.alternating_table th.actions ul,
.alternating_table td.actions ul {
    margin: 0;
    padding: 0
}

.alternating_table th.actions li,
.alternating_table td.actions li {
    display: inline-block;
    margin-left: 2px;
    padding-left: 4px;
    border-left: 1px solid #ccc
}

.alternating_table th.actions li:first-child,
.alternating_table td.actions li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}

.alternating_table tr.odd td,
.alternating_table tr:nth-child(odd) td {
    background-color: #f0f0f0
}

.alternating_table tr.odd_red_bg td,
.alternating_table tr.red_bg:nth-child(odd) td {
    background-color: #f0c0c0
}

.alternating_table tr.even_red_bg td,
.alternating_table tr.red_bg:nth-child(even) td {
    background-color: #f0d0d0
}

.alternating_table tr.disabled td {
    color: #ccc
}

.alternating_table tr.disabled td a {
    color: #b7cb9b
}

.alternating_table tr.inactive td {
    color: #aaa
}

.alternating_table tr:hover td {
    background-color: #ffc
}

.alternating_table tr:hover td.no_highlight {
    background-color: inherit
}

.alternating_table tr.highlight td {
    background-color: #b7cb9b
}

#recent_booths.alternating_table .star_rating {
    margin: 0
}

a.in_place_edit_link {
    padding: 3px 0 3px 16px;
    background: url(/images/edit-page-icon.png?1683815725) center left no-repeat;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
    margin-left: 5px
}

#my_bonanza {
    background-color: #fff;
    border: 0;
    margin-top: 0;
    margin-bottom: 30px
}

#my_bonanza div#title_area ul {
    list-style-type: disc
}

#booth_header_container {
    position: relative
}

#email_pages {
    background-color: #fff;
    border: 0;
    margin-top: 0;
    margin-bottom: 30px
}

.status_step_container {
    float: left
}

#all_status_steps_container {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 10px
}

#all_status_steps_container .step_text_container {
    font-size: 16px;
    padding: 2px 4px;
    color: gray
}

#all_status_steps_container .step_text_container.active .step_name {
    background: #628c2b;
    color: white
}

#all_status_steps_container .step_text_container .step_name {
    background: #fafafa;
    border: 1px solid #aaa;
    float: left;
    border-radius: 13px;
    width: 20px;
    padding: 2px;
    margin: 0 6px;
    text-align: center
}

#all_status_steps_container .step_text_container .step_name .check {
    margin-top: 2px
}

#all_status_steps_container .step_text_container .step_description {
    padding-top: 3px;
    float: left
}

#newsletter_list li {
    margin: 10px 0
}

#newsletter_list .date {
    background-color: #e5e5e5;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    font-weight: bold;
    padding: 2px 4px 2px 6px;
    font-size: 10px;
    white-space: nowrap;
    margin-right: 8px
}

#newsletter_preview {
    width: 960px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 0
}

.bonanza_email_notice {
    font-size: 11px;
    margin-top: 5px
}

.email_field_container form {
    margin: .5em 0
}

.email_field_container form .email_field {
    margin-bottom: .5em
}

.rails_message_slider {
    display: none;
    background: #eee;
    border: 1px solid #ddd
}

.pop_from_top_slider {
    display: none;
    background: #eee;
    border: 1px solid #ddd;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 950px
}

span.item_price_display {
    color: #3d84ad;
    display: block;
    font-size: 14px
}

td.top_align {
    vertical-align: top
}

.contact_email {
    background: url(/images/sprites/sprite_global.png?1683815726) no-repeat transparent right 1px;
    padding: 1px 25px 0 0
}

.flag_twitter {
    background: url(/images/sprites/sprite_global.png?1683815726) no-repeat transparent 10px -50px;
    width: 14px;
    height: 14px;
    display: block;
    padding: 0 0 0 10px;
    float: right
}

.flag_twitter.large_flag {
    background: url(/images/sprites/sprite_global.png?1683815726) no-repeat transparent -50px -50px;
    width: 45px;
    height: 20px
}

#main_login_form.generic_modal_window {
    width: 450px;
    margin-left: -250px
}

#main_login_form #pick_login_method #login_popout_bottom_choices {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center
}

#main_login_form #pick_login_method #login_popout_bottom_choices a {
    font-weight: bold
}

.premium_promotion {
    background: #e6f4fc;
    border: 1px solid #b4daf0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    line-height: 1.2em
}

.premium_promotion_inner {
    background-image: url(/images/membership/promotion.png?1683815725);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    padding: 10px 10px 10px 48px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 25px
}

.premium_promotion .button_medium {
    display: block;
    margin: 10px auto 0;
    width: 75px
}

.notice_container {
    margin-top: 22px;
    background-color: #f2fce3;
    border: 1px solid #abd179;
    padding: 12px 15px 6px 15px
}

.attention_container {
    display: inline-block;
    padding: 6px 15px;
    background-color: #f2fce3;
    border: 1px solid #abd179;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px
}

.actions_container {
    margin-top: 22px;
    background: url(/images/backgrounds/textured_blue.jpg?1683815725) repeat #dfecf3;
    border: 1px solid #afccde;
    padding: 12px 15px 6px 15px
}

.actions_container.admin {
    overflow: hidden;
    *zoom: 1;
    margin: 0 0 8px 0
}

.actions_container.admin ul.actions_list {
    list-style: none;
    margin: 0;
    padding: 0
}

.actions_container.admin ul.actions_list li {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #666;
    margin-right: 6px;
    white-space: nowrap
}

.actions_container.admin ul.actions_list li:first-child,
.actions_container.admin ul.actions_list li:last-child {
    border-right: 0
}

.actions_container.admin .description_container {
    float: left;
    margin-bottom: 6px
}

.actions_container.admin .button_container {
    float: right
}

.actions_container.collapsable {
    padding: 0;
    position: relative
}

.actions_container.collapsable .header_bar {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px;
    background: url(/images/sprites/community_help/arrow_down.png?1683815725) no-repeat top right transparent;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-size: 14px;
    cursor: pointer
}

.actions_container.collapsable .header_bar:hover {
    background: url(/images/sprites/community_help/arrow_down_hover.png?1683815725) no-repeat top right transparent
}

.actions_container.collapsable .inner_container {
    display: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #afccde;
    background-color: white
}

.actions_container.collapsable .inner_container td {
    padding: 8px;
    vertical-align: top
}

.actions_container.collapsable .inner_container td~td {
    border-left: 1px solid #afccde
}

.actions_container.collapsable .inner_container tr~tr td {
    border-top: 1px solid #afccde
}

.notice_container h3,
.actions_container h3 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold;
    color: #404040;
    margin: 0 0 12px 0
}

#main_edit_controls .text_input_field {
    width: 504px
}

#main_edit_controls .section_data {
    width: 715px
}

.edit_controls {
    margin: 0 0 22px 0
}

.edit_controls .field_with_errors input,
.edit_controls .field_with_errors select,
.edit_controls .field_with_errors textarea {
    border-color: red
}

.edit_controls .section {
    overflow: hidden;
    *zoom: 1;
    padding: 15px 0
}

.edit_controls .section .sub_section_container {
    display: none;
    background-color: #f0f0f0;
    padding: 0 12px
}

.edit_controls .section .sub_section_container .section_data {
    width: 400px
}

.edit_controls .section_label {
    float: left;
    width: 215px
}

.edit_controls .section_label h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em
}

.edit_controls .section_label h4 label {
    font-weight: normal
}

.edit_controls .section_label .tooltip {
    color: #999;
    font-size: 11px
}

.edit_controls .section_data {
    float: right;
    width: 725px;
    position: relative
}

.edit_controls .section_data label {
    cursor: pointer
}

.edit_controls .section_data .radio_spacer {
    padding-right: 70px
}

.edit_controls .section_data input[type=radio] {
    cursor: pointer
}

.edit_controls .section_data .text_input_symbol {
    font-weight: bold;
    font-size: 16px;
    padding-left: 3px
}

.edit_controls .section_data textarea {
    height: 100px;
    width: 504px;
    margin-right: 20px;
    color: #404040;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    letter-spacing: .02em
}

.edit_controls .section_data .section_data_details {
    padding: 4px 0 0 25px
}

.edit_controls .section_data a.control_link {
    line-height: 1.5
}

.edit_controls .section_data .option_list_item {
    background-color: #f5f5f5;
    padding: 1px 60px 1px 10px;
    position: relative;
    margin: 2px 0
}

.edit_controls .section_data .option_list_item a.remove_link {
    position: absolute;
    right: 8px;
    top: 8px
}

.edit_controls .section_data p {
    line-height: 1.2em
}

.edit_controls .section_data ul,
.edit_controls .section_data .sortable {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.edit_controls .section_data ol {
    list-style-type: none
}

.edit_controls .section_data+.section_data {
    margin-top: 10px
}

.edit_controls .submit_section {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px
}

.edit_controls .submit_section input {
    margin-bottom: 8px
}

.item_image_bordered {
    border: 1px solid #f0f0f0;
    padding: 1px;
    background-color: #fff
}

.message_container .comment_time {
    color: #999;
    font-size: 11px;
    float: right
}

.user_form_email_container #new_email #email_subject_field {
    width: 450px
}

.user_form_email_container #new_email #email_body {
    width: 450px
}

.user_profile_pic {
    width: 60px
}

.user_profile_pic.large {
    width: 100px
}

#bonz_login_pic {
    display: block;
    box-sizing: border-box;
    width: 220px;
    height: 40px;
    position: relative;
    background: url(/images/header/bmarketplace_logo_no_tag_220.png?1747223286) no-repeat center;
    background-size: 220px 40px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #bonz_login_pic {
        background: url(/images/header/bmarketplace_logo_no_tag@2x.png?1747223286) no-repeat center;
        background-size: 161px 50px
    }
}

.oauth_link {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    position: relative
}

@media only screen and (min-width:320px) {
    .oauth_link {
        display: block;
        width: 220px;
        height: 50px
    }
}

@media only screen and (min-width:400px) {
    .oauth_link {
        width: 220px;
        height: 50px;
        padding-left: 40px
    }
}

@media only screen and (min-width:472px) {
    .oauth_link {
        padding-left: 0
    }
}

.oauth_link.facebook {
    background: url(/images/oauth/facebook.png?1683815725) center;
    background-size: cover
}

@media only screen and (min-width:472px) {
    .oauth_link.facebook {
        width: 215px;
        height: 49px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .oauth_link.facebook {
        background-image: url(/images/oauth/facebook@2x.png?1683815725);
        background-repeat: no-repeat;
        background-size: 215px 49px
    }
}

.oauth_link.google {
    background: url(/images/oauth/google.png?1683815725) center;
    background-size: cover
}

@media only screen and (min-width:472px) {
    .oauth_link.google {
        width: 209px;
        height: 48px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .oauth_link.google {
        background-image: url(/images/oauth/google@2x.png?1683815725);
        background-repeat: no-repeat;
        background-size: 209px 48px
    }
}

.center {
    text-align: center
}

.unheader {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-decoration: none
}

.phone_support_request_button {
    margin-top: 30px
}

.comments_container .sender_picture {
    float: left;
    margin-right: 12px;
    width: 60px
}

.comments_container .sender_picture a {
    display: block
}

.comments_container .sender_picture img {
    width: 54px;
    height: 54px;
    border: 1px solid #f0f0f0;
    padding: 2px;
    background-color: #fff
}

.comments_container .comment {
    margin-top: 30px
}

.comments_container .comment .message_data {
    font-weight: bold
}

.comments_container .message_content {
    height: auto;
    margin: 8px 0;
    padding: 10px 10px 0 10px;
    border: 0;
    background: url(/images/backgrounds/bg_comment.png?1683815725) repeat-x 0 bottom;
    position: relative;
    border: 1px solid #ccc;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0
}

.comments_container .message_content .avatar_pointer {
    background: url(/images/sprites/sprite_collections.png?1683815726) no-repeat 0 -100px;
    height: 10px;
    width: 11px;
    position: absolute;
    left: -11px;
    top: 10px
}

.comments_container .message_content .user_votes {
    float: right;
    margin-top: -2px
}

.comments_container .message_content .wrapper {
    margin-right: 100px
}

.comments_container .message_content p {
    margin: 0 0 10px 0
}

.comments_container .message_container {
    margin-left: 72px
}

.infinite_scroll_placeholder {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.infinite_scroll_placeholder .loader {
    position: absolute;
    width: 99%;
    height: 60px;
    padding-top: 16px;
    background: url(/images/spinners/horizontal_blockspin.gif?1683815725) no-repeat #f5f5f5 center 48px;
    text-align: center;
    color: #404040;
    font-size: 20px;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0
}

.infinite_scroll_placeholder.after .loader {
    top: 8px
}

.infinite_scroll_placeholder.before .loader {
    bottom: 8px
}

#edge_scroller {
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 35px;
    background: transparent;
    top: 0;
    right: 0;
    display: none
}

#edge_scroller .guide {
    display: none;
    height: 50%;
    width: 35px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 7
}

#edge_scroller .guide .arrow {
    position: absolute;
    right: 9px;
    opacity: .5;
    cursor: pointer;
    width: 50%
}

#edge_scroller .guide .arrow:hover {
    opacity: 1
}

#edge_scroller .guide .zone {
    position: absolute;
    right: 0;
    width: 35px
}

#edge_scroller .guide .indicator {
    position: absolute;
    right: 0;
    width: 10px;
    height: 100%
}

#edge_scroller .guide .indicator.overlay {
    z-index: 2
}

#edge_scroller .guide .indicator.background {
    background-image: -svg-linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    background-size: 100%;
    background-image: -owg-linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    background-image: -webkit-linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    background-image: -moz-linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    background-image: -o-linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    background-image: linear-gradient(#a8a8a8 50%, #9fe3fc 50%);
    transition-timing-function: linear
}

#edge_scroller .guide .zone1 {
    height: 25%
}

#edge_scroller .guide .zone1 .indicator.background {
    background-color: #d8d8d8
}

#edge_scroller .guide .zone2 {
    height: 15%
}

#edge_scroller .guide .zone2 .indicator.background {
    background-color: #bfbfbf
}

#edge_scroller .guide .zone3 {
    height: 10%
}

#edge_scroller .guide .zone3 .indicator.background {
    background-color: #a8a8a8
}

#edge_scroller .guide.top {
    top: 0;
    cursor: n-resize
}

#edge_scroller .guide.top .arrow {
    top: 5px
}

#edge_scroller .guide.top .zone1 {
    top: 25%;
    margin-top: 29px
}

#edge_scroller .guide.top .zone1 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD8D8D8', endColorstr='#FFFFFFFF');
    background-image: -svg-linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%);
    background-image: -webkit-linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%);
    background-image: -moz-linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%);
    background-image: -o-linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%);
    background-image: linear-gradient(rgba(216, 216, 216, 0.5) 0%, #fff 100%)
}

#edge_scroller .guide.top .zone2 {
    top: 10%;
    margin-top: 29px
}

#edge_scroller .guide.top .zone2 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFBFBF', endColorstr='#FFD8D8D8');
    background-image: -svg-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -webkit-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -moz-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -o-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(216, 216, 216, 0.5) 100%)
}

#edge_scroller .guide.top .zone3 {
    top: 0;
    margin-top: 29px
}

#edge_scroller .guide.top .zone3 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA8A8A8', endColorstr='#FFBFBFBF');
    background-image: -svg-linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -webkit-linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -moz-linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -o-linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: linear-gradient(rgba(166, 166, 166, 0) 0%, rgba(191, 191, 191, 0) 100%)
}

#edge_scroller .guide.bottom {
    bottom: 0;
    cursor: s-resize
}

#edge_scroller .guide.bottom .arrow {
    bottom: 5px
}

#edge_scroller .guide.bottom .zone1 {
    bottom: 25%;
    margin-bottom: 29px
}

#edge_scroller .guide.bottom .zone1 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD8D8D8');
    background-image: -svg-linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -webkit-linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -moz-linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: -o-linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%);
    background-image: linear-gradient(#fff 0%, rgba(216, 216, 216, 0.5) 100%)
}

#edge_scroller .guide.bottom .zone2 {
    bottom: 10%;
    margin-bottom: 29px
}

#edge_scroller .guide.bottom .zone2 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD8D8D8', endColorstr='#FFBFBFBF');
    background-image: -svg-linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -webkit-linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -moz-linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: -o-linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%);
    background-image: linear-gradient(rgba(216, 216, 216, 0.5) 0%, rgba(191, 191, 191, 0) 100%)
}

#edge_scroller .guide.bottom .zone3 {
    bottom: 0;
    margin-bottom: 29px
}

#edge_scroller .guide.bottom .zone3 .overlay {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFBFBF', endColorstr='#FFA8A8A8');
    background-image: -svg-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%);
    background-image: -webkit-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%);
    background-image: -moz-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%);
    background-image: -o-linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%);
    background-image: linear-gradient(rgba(191, 191, 191, 0) 0%, rgba(166, 166, 166, 0) 100%)
}

.bubbletip.for_scroller {
    display: none;
    position: fixed;
    right: 35px;
    top: -500px;
    width: 300px;
    -webkit-box-shadow: 0 4px 12px -4px #222;
    -moz-box-shadow: 0 4px 12px -4px #222;
    -o-box-shadow: 0 4px 12px -4px #222;
    box-shadow: 0 4px 12px -4px #222
}

.bubbletip.for_scroller .close_control {
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 0 4px;
    color: #757575;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none
}

.bubbletip.for_scroller .close_control:hover {
    color: #404040
}

.bubbletip.for_new_offers {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    line-height: 1.25em;
    font-weight: normal;
    display: none;
    position: absolute;
    top: 24px;
    left: -95px;
    width: 215px;
    cursor: default
}

.bubbletip.for_new_offers .bubbletip_inner {
    white-space: normal
}

.bubbletip.for_new_offers .close_control {
    color: #3d84ad !important
}

.star_rating {
    background: url(/images/global_icons/star_empty_14px.png?1683815725) left center repeat-x;
    height: 14px;
    margin: 0 auto;
    position: relative
}

.star_rating .score {
    background: url(/images/global_icons/star_full_14px.png?1683815725) left center repeat-x;
    height: 14px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.star_rating a {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: right center;
    background-repeat: repeat-x
}

.star_rating a:hover {
    background-image: url(/images/global_icons/star_full_light_14px.png?1683815725)
}

.star_rating a.remove_rating {
    opacity: .35;
    background: url(/images/global_icons/delete_12px.png?1683815725) center center no-repeat
}

.star_rating a.remove_rating:hover {
    opacity: .75
}

.coupon_container h3 {
    border-bottom: 1px solid #ccc
}

.coupon_container .coupon_code {
    width: 100%;
    text-align: center
}

.coupon_container .coupon_code h4 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-bottom: 0
}

.coupon_container .coupon_code .code {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 2px
}

.coupon_container .rules {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px dashed #ccc
}

.coupon_container .rules h4,
.coupon_container .rules li {
    font-size: 10px;
    color: gray
}

.coupon_container .rules ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 24px
}

.question_container {
    padding: 10px 0;
    width: 100%
}

.question_container img {
    max-width: 600px
}

.question_container .question_asker_outer {
    float: left;
    width: 90px
}

.question_container .question_asker_outer .question_asker_inner {
    padding: 5px;
    background: url(/images/backgrounds/others/squairy_light.png?1683815725);
    width: 65px;
    text-align: center
}

.question_container .question_asker_outer .question_asker_inner img {
    width: 60px
}

.question_container .question_asker_outer .question_answers_count {
    margin-left: 3px;
    margin-top: 3px;
    width: 60px;
    color: white;
    background-color: #f9f9f9
}

.question_container .question_asker_outer .question_answers_count.has_selected_answer {
    background-color: #5B1480;
    color: #fff
}

.question_container .question_asker_outer .question_answers_count span {
    display: block;
    font-size: 16px;
    font-weight: bold
}

.question_container .question_asker_outer .has_answers {
    color: #9B3DD4
}

.question_container .question_asker_outer .no_answers {
    color: #b13e0f
}

.question_container .question_asker_outer .question_votes {
    margin: 3px 3px 0 3px;
    background-color: #f9f9f9;
    font-size: 11px;
    padding: 2px 0;
    color: #606060
}

.question_container .the_question {
    float: left;
    width: 550px
}

.question_container .the_question .when_asked {
    color: #757575;
    font-style: italic
}

.question_container .the_question .question_title_text {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none
}

.essence_product.grid_block {
    float: left;
    margin-right: 2px;
    height: 350px
}

.essence_product.grid_block .image_container {
    width: 220px;
    height: 220px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 220px;
    display: table-cell;
    vertical-align: middle;
    background: white
}

.essence_product.grid_block .image_container img {
    border: 0;
    max-width: 216px;
    max-height: 214px;
    width: auto;
    height: auto;
    vertical-align: middle
}

.essence_product.grid_block .details_container {
    color: #666;
    margin-top: 8px;
    line-height: 14px;
    padding: 0 5px;
    width: 210px
}

.essence_product.grid_block .details_container a {
    color: #666
}

.essence_product.grid_block .details_container a.title_link {
    color: #2b749f;
    font-weight: bold
}

#purr-container {
    position: fixed;
    color: red;
    top: 10px;
    right: 10px;
    padding: 20px;
    z-index: 10000;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 16px
}

#first_time_login_container {
    font-size: 16px
}

#first_time_login_container input {
    font-size: 16px
}

#first_time_login_container #more_data_container {
    margin: 15px 0
}

#first_time_login_container #registration_data #password_row {
    vertical-align: top
}

#first_time_login_container #registration_data #password_row td.label {
    padding-top: 7px
}

.naughty_flags_success_container {
    width: 65%;
    margin: 40px auto;
    font-size: 13px
}

.naughty_flags_success_container .support_contacted_message {
    display: none
}

.cc_automatic_billing_options label {
    font-weight: normal;
    cursor: pointer
}

.bonz_admin {
    padding-right: 20px;
    background-image: url(/images/global_icons/bonz_admin.png?1683815725);
    background-repeat: no-repeat;
    background-position: right center
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .bonz_admin {
        background-image: url(/images/global_icons/bonz_admin@2x.png?1683815725);
        background-size: 17px 17px
    }
}

.api_partner {
    color: #625183
}

.api_partner::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .25ex
}

#internet_explorer_upgrade {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    background: #fff8ed
}

body .acsb-trigger.acsb-ready {
    display: none !important
}

.width_wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (min-width:1024px) {
    .width_wrapper {
        max-width: 95%
    }
}

@media only screen and (min-width:1400px) {
    .width_wrapper {
        max-width: 1300px
    }
}

.emoji_picker {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-height: 120px;
    margin: 10px 0;
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 24px;
    list-style: none;
    overflow: hidden
}

@media only screen and (min-width:380px) {
    .emoji_picker {
        max-height: 40px
    }
}

.emoji_picker li {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.emoji_picker li.bonus {
    display: none
}

@media only screen and (min-width:590px) {
    .emoji_picker li.bonus {
        display: inline-flex
    }
}

.red-button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer
}

.red-button:hover {
    text-decoration: none
}

.red-button {
    padding: 12px;
    font-size: 14px
}

.red-button {
    border: 1px solid #b22424;
    background-color: #f23030;
    background-image: linear-gradient(to top, #bf2626, #f23030);
    color: #fff;
    text-shadow: 1px 1px #b22424;
    box-shadow: inset 0 1px #f66
}

.red-button:hover {
    background-color: #d92b2b;
    background-image: linear-gradient(to top, #bf2626, #d92b2b);
    color: #fff;
    box-shadow: none
}

.form_line {
    float: left;
    clear: both;
    width: 100%
}

.form_area div {
    float: left
}

.genericline {
    clear: both;
    padding: 6px;
    vertical-align: center
}

.lineleft {
    clear: none;
    float: left
}

.lineright {
    clear: none;
    float: right
}

.linestacker {
    clear: left;
    vertical-align: top
}

.line_of_width {
    width: 100%
}

.column_quarter_width {
    float: left;
    text-align: right;
    width: 25%
}

.clear:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.clear {
    display: block
}

/*\*/
* html .clear {
    height: 1%
}

.clear {
    display: block
}

/**/
.green {
    color: #AE1EFF
}

.gray {
    color: #a0aab2
}

.red {
    color: red
}

.brown {
    color: brown
}

.orange {
    color: #db7500
}

.black_lt {
    color: #575757
}

.lheight_200 {
    line-height: 200% !important
}

.width_auto {
    width: auto !important
}

.fontsize_11px {
    font-size: 11px
}

.fontsize_14px {
    font-size: 14px
}

.fontsize_15px {
    font-size: 15px
}

.bold {
    font-weight: bold
}

.margintop_0 {
    margin-top: 0 !important
}

.marginleft_0 {
    margin-left: 0 !important
}

.padleft_5 {
    padding-left: 5px
}

.padright_5 {
    padding-right: 5px
}

.padhorizontal_5 {
    padding-left: 5px;
    padding-right: 5px
}

.padvertical_1 {
    padding-top: 1px;
    padding-bottom: 1px
}

.bt-1 {
    border-top: 1px solid #e5e5e5
}

.pad_15 {
    padding: 15px
}

.lightest-green-bg {
    background-color: #FBF2FF
}

.lightest-blue-bg {
    background-color: #f2faff
}

.padbottom_15 {
    padding-bottom: 15px !important
}

.margintop_0 {
    margin-top: 0
}

.margbottom_5 {
    margin-bottom: 5px !important
}

.wait_panel {
    display: block;
    position: absolute;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6)
}

.wait_panel::before {
    content: "";
    display: block;
    position: fixed;
    height: 64px;
    width: 64px;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    background: url(/images/spinners/broken-circle-128px.gif?1683815725) no-repeat transparent;
    background-size: 80%
}

.generic_panel {
    position: absolute;
    z-index: 10
}

.align-right {
    text-align: right
}

.spinner_icon {
    background: url(/images/spinners/spinner.gif?1683815725) no-repeat transparent center center !important;
    color: transparent !important
}

.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-autocomplete.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    border: 1px solid black;
    background-color: white;
    z-index: 99999 !important
}

.ui-autocomplete.ui-menu .ui-menu {
    margin-top: -3px
}

.ui-autocomplete.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-menu-item-odd {
    background-color: #eee
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    background-color: #5c7042;
    color: white
}

.ui-autocomplete.ui-menu.ui-menu-collection {
    background-color: #f2f9fc;
    border: 1px solid #bcd9eb
}

.ui-autocomplete.ui-menu.ui-menu-collection .ui-menu-item {
    font-size: 16px;
    height: 41px
}

.ui-autocomplete.ui-menu.ui-menu-collection .ui-menu-item.ui-menu-item-odd {
    background-color: #f2f9fc;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc
}

.ui-autocomplete.ui-menu.ui-menu-collection .ui-menu-item.ui-menu-item-odd.ui-menu-item-last {
    border-bottom: 0
}

.ui-autocomplete.ui-menu.ui-menu-collection .ui-menu-item img {
    width: 32px;
    height: 32px;
    margin: 3px;
    border: 1px solid #ccc;
    float: left
}

.ui-autocomplete.ui-menu.ui-menu-collection .ui-menu-item a {
    line-height: 27px;
    padding: .65em .4em .3em 42px
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

/*\*/
* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

/**/
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png?1683815725)
}

.ui-widget-content .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png?1683815725)
}

.ui-widget-header .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png?1683815725)
}

.ui-state-default .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_888888_256x240.png?1683815725)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_454545_256x240.png?1683815725)
}

.ui-state-active .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_454545_256x240.png?1683815725)
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_2e83ff_256x240.png?1683815725)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/images/jquery-ui/ui-icons_cd0a0a_256x240.png?1683815725)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-off {
    background-position: -96px -144px
}

.ui-icon-radio-on {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png?1683815725) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png?1683815725) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/sprites/chosen-sprite.png?1683815725) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/sprites/chosen-sprite.png?1683815725) no-repeat 0px 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url(/images/sprites/chosen-sprite.png?1683815725) no-repeat 100% -20px;
    background: url(/images/sprites/chosen-sprite.png?1683815725) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/sprites/chosen-sprite.png?1683815725) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url(/images/sprites/chosen-sprite.png?1683815725) no-repeat -30px -20px;
    background: url(/images/sprites/chosen-sprite.png?1683815725) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(/images/sprites/chosen-sprite@2x.png?1683815725) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.rewards-sprite,
#reward_bar #reward_earned #reward_earned_icon,
#reward_bar #reward_bet #award_thumb,
#reward_bar #win_50,
#reward_bar #win_25,
#reward_bar #win_15,
#reward_bar #win_10 {
    background-image: url(/images/sprites/rewards-sprite-7c0296c06e4fdf5d4bfbc381172c287e7a3c8192.png);
    background-repeat: no-repeat
}

#reward_bar_transport {
    z-index: 98;
    position: fixed;
    bottom: 0;
    right: 13px;
    width: 220px;
    height: 250px;
    overflow: hidden
}

#reward_bar {
    border: 4px solid #647a47;
    border-bottom: 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    background-color: #f5f5f5;
    position: absolute;
    width: 180px;
    min-height: 50px;
    right: 0;
    bottom: 0;
    padding: 9px
}

#reward_bar #win_10 {
    background-position: -10px -66px;
    height: 44px;
    width: 42px
}

#reward_bar #win_15 {
    background-position: -10px -130px;
    height: 44px;
    width: 43px
}

#reward_bar #win_25 {
    background-position: -10px -194px;
    height: 44px;
    width: 42px
}

#reward_bar #win_50 {
    background-position: -10px -258px;
    height: 44px;
    width: 42px
}

#reward_bar #reward_bar_close_control {
    border: 4px solid #647a47;
    border-bottom: 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    background-color: #f5f5f5;
    color: #999;
    font-size: 11px;
    padding: 0 5px;
    position: absolute;
    right: -4px;
    top: -18px;
    height: 14px
}

#reward_bar #reward_bet #existing_bet {
    padding: 9px;
    background-color: #f5f5f5;
    border-bottom: 1px dotted #ccc;
    border-radius: 8px 0 0 0;
    margin: -9px -9px 10px
}

#reward_bar #reward_bet #award_thumb {
    background-position: -13px -10px;
    height: 36px;
    width: 36px;
    float: right;
    margin: -5px -5px 0 10px
}

#reward_bar #reward_bet #existing_bet_title {
    color: #609915;
    margin-bottom: 3px
}

#reward_bar #reward_bet #existing_bet_initial_quantity {
    color: #609915;
    font-weight: bold;
    font-size: 13px
}

#reward_bar #reward_bet #bet_more {
    padding: 7px;
    margin: -9px;
    background: #fff
}

#reward_bar #reward_bet #bet_more_title {
    color: #2978a6;
    font-weight: bold;
    text-align: center
}

#reward_bar #reward_bet #bet_more_subtitle {
    margin-top: 3px;
    font-size: 11px;
    text-align: center
}

#reward_bar #reward_bet #bet_more_options a {
    font-size: 11px;
    color: #3d84ad;
    display: block;
    text-align: center;
    zoom: 1
}

#reward_bar #reward_bet #bet_more_options #bet_2 {
    float: left;
    padding-left: 15px;
    margin-right: 13px
}

#reward_bar #reward_bet #bet_more_options #bet_3 {
    float: right;
    padding-right: 15px
}

#reward_bar #reward_bet #bet_more_options .coin {
    margin: 5px 0
}

#reward_bar #reward_bet #bet_more_options #bet_or {
    color: #807146;
    font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    display: block;
    padding-top: 20px
}

#reward_bar #reward_bet_confirmation .coin {
    float: right;
    margin-left: 10px
}

#reward_bar #reward_earned #reward_earned_icon {
    background-position: -13px -10px;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 8px;
    left: 8px
}

#reward_bar #reward_earned #reward_earned_desc {
    padding: 9px 9px 9px 52px;
    background-color: #f5f5f5;
    border-bottom: 1px dotted #ccc;
    border-radius: 8px 0 0 0;
    margin: -9px -9px 10px;
    min-height: 33px
}

#reward_bar #reward_earned #reward_earned_link {
    text-align: center;
    padding: 12px;
    margin: -9px;
    background: #fff
}

.token_promo .tip_explanation {
    height: 60px;
    border-color: #E070FF
}

.token_promo .tip_explanation:before {
    content: "";
    color: #AE1EFF;
    background-color: #fff
}

.flags-sprite,
.flags-us,
.flags-ru,
.flags-pt,
.flags-nl,
.flags-mx,
.flags-it,
.flags-in,
.flags-gb,
.flags-fr,
.flags-es,
.flags-de,
.flags-ca,
.flags-br,
.flags-au {
    background-image: url(/images/sprites/flags-sprite-f92d6e49e195fc5866e7600d22b96e2d470ee3f8.png);
    background-repeat: no-repeat
}

.flags-au {
    background-position: -20px -20px;
    height: 11px;
    width: 16px
}

.flags-br {
    background-position: -20px -71px;
    height: 11px;
    width: 16px
}

.flags-ca {
    background-position: -20px -122px;
    height: 11px;
    width: 16px
}

.flags-de {
    background-position: -20px -173px;
    height: 11px;
    width: 16px
}

.flags-es {
    background-position: -20px -224px;
    height: 11px;
    width: 16px
}

.flags-fr {
    background-position: -20px -275px;
    height: 11px;
    width: 16px
}

.flags-gb {
    background-position: -20px -326px;
    height: 11px;
    width: 16px
}

.flags-in {
    background-position: -20px -377px;
    height: 11px;
    width: 16px
}

.flags-it {
    background-position: -20px -428px;
    height: 11px;
    width: 16px
}

.flags-mx {
    background-position: -20px -479px;
    height: 11px;
    width: 16px
}

.flags-nl {
    background-position: -20px -530px;
    height: 11px;
    width: 16px
}

.flags-pt {
    background-position: -20px -581px;
    height: 11px;
    width: 16px
}

.flags-ru {
    background-position: -20px -632px;
    height: 11px;
    width: 16px
}

.flags-us {
    background-position: -20px -683px;
    height: 11px;
    width: 16px
}

#locale_popup .locale_list {
    float: left
}

#locale_popup .currency_list {
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 30px
}

#locale_popup .locale_select {
    overflow: hidden;
    *zoom: 1;
    width: 210px;
    height: 24px;
    margin: 8px 0;
    padding: 8px 0 0 8px;
    text-align: center;
    background-color: #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #040404;
    border: 1px solid #666;
    cursor: pointer
}

#locale_popup .locale_select:hover {
    background-color: #f2f9fc
}

#locale_popup .locale_select.selected {
    background-color: #f2f9fc;
    border: 1px solid #bcd9eb
}

#locale_popup .locale_select .locale_icon {
    display: inline;
    float: left;
    margin: 2px 8px 0 0
}

#locale_popup .locale_select .locale_label {
    display: inline;
    float: left
}

#locale_popup .locale_select .currency_label {
    margin-left: 8px;
    display: inline;
    float: left
}

#locale_popup .buttons {
    clear: both
}

#locale_popup .buttons div {
    float: right
}

#locale_popup .buttons .jqm_close {
    margin-right: 8px
}

#locale_popup h3 {
    max-width: 220px
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "alpha(opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: 0;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s, max-height .2s;
    transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input:not([type=checkbox]) {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sweet-alert input:not([type=checkbox]):focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert button {
    margin: 5px
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #f27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}